2024-12-17T23:28:48.5853121Z Current runner version: '2.321.0' 2024-12-17T23:28:48.5860032Z Runner name: 'i-0a62b8328e96dfcc0' 2024-12-17T23:28:48.5860795Z Runner group name: 'Default' 2024-12-17T23:28:48.5861580Z Machine name: 'EC2AMAZ-LDB17KL' 2024-12-17T23:28:48.5865664Z ##[group]GITHUB_TOKEN Permissions 2024-12-17T23:28:48.5868073Z Actions: read 2024-12-17T23:28:48.5868591Z Attestations: read 2024-12-17T23:28:48.5869076Z Checks: read 2024-12-17T23:28:48.5869612Z Contents: read 2024-12-17T23:28:48.5870058Z Deployments: read 2024-12-17T23:28:48.5870536Z Discussions: read 2024-12-17T23:28:48.5871034Z Issues: read 2024-12-17T23:28:48.5871464Z Metadata: read 2024-12-17T23:28:48.5871931Z Packages: read 2024-12-17T23:28:48.5872416Z Pages: read 2024-12-17T23:28:48.5872852Z PullRequests: read 2024-12-17T23:28:48.5873393Z RepositoryProjects: read 2024-12-17T23:28:48.5874012Z SecurityEvents: read 2024-12-17T23:28:48.5874485Z Statuses: read 2024-12-17T23:28:48.5874960Z ##[endgroup] 2024-12-17T23:28:48.5878226Z Secret source: Actions 2024-12-17T23:28:48.5879141Z Prepare workflow directory 2024-12-17T23:28:50.3683473Z Prepare all required actions 2024-12-17T23:28:50.3731373Z Getting action download info 2024-12-17T23:28:50.5717209Z Download action repository 'pytorch/test-infra@release/2.6' (SHA:eb0adf5a84668865394af69e26428b32c8105c1c) 2024-12-17T23:28:52.5050932Z Download action repository 'pytorch/pytorch@release/2.6' (SHA:0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-17T23:29:21.2378148Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-12-17T23:29:21.5860076Z Getting action download info 2024-12-17T23:29:21.8242708Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-12-17T23:29:22.1066580Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/heads/release/2.6 (0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-17T23:29:22.1068600Z ##[group] Inputs 2024-12-17T23:29:22.1068941Z build-environment: win-vs2019-cuda12.1-py3 2024-12-17T23:29:22.1069276Z cuda-version: 12.1 2024-12-17T23:29:22.1069844Z use-xpu: false 2024-12-17T23:29:22.1070068Z xpu-version: 2024-12-17T23:29:22.1070274Z vc-year: 2019 2024-12-17T23:29:22.1070496Z build-with-debug: false 2024-12-17T23:29:22.1070740Z sync-tag: 2024-12-17T23:29:22.1070935Z test-matrix: 2024-12-17T23:29:22.1071179Z runner: lf.windows.4xlarge.nonephemeral 2024-12-17T23:29:22.1071489Z ##[endgroup] 2024-12-17T23:29:22.1071739Z Complete job name: win-vs2019-cuda12.1-py3 / build 2024-12-17T23:29:22.1654177Z ##[group]Run git config --global core.longpaths true 2024-12-17T23:29:22.1654736Z git config --global core.longpaths true 2024-12-17T23:29:22.1655094Z git config --global core.symlinks true 2024-12-17T23:29:22.1655411Z  2024-12-17T23:29:22.1655793Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2024-12-17T23:29:22.1656400Z # the directory on Windows and prevent GHA from checking out as reported 2024-12-17T23:29:22.1656928Z # in https://github.com/actions/checkout/issues/1018 2024-12-17T23:29:22.1657331Z git config --global core.fsmonitor false 2024-12-17T23:29:22.1681293Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:22.1682025Z env: 2024-12-17T23:29:22.1682248Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:22.1682488Z ##[endgroup] 2024-12-17T23:29:22.3013242Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@release/2.6 2024-12-17T23:29:22.3013781Z env: 2024-12-17T23:29:22.3013995Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:22.3014239Z ##[endgroup] 2024-12-17T23:29:22.3266341Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-12-17T23:29:22.3267171Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-12-17T23:29:22.3267876Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-12-17T23:29:22.3269820Z # handle tool 2024-12-17T23:29:22.3270276Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-12-17T23:29:22.3270722Z Foreach ($process In $processes) { 2024-12-17T23:29:22.3271017Z  Try { 2024-12-17T23:29:22.3271600Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-12-17T23:29:22.3272352Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-12-17T23:29:22.3272776Z  } 2024-12-17T23:29:22.3272974Z  Catch { 2024-12-17T23:29:22.3273295Z  Write-Output "No leftover $process process, continuing" 2024-12-17T23:29:22.3273695Z  Write-Output $_ 2024-12-17T23:29:22.3273949Z  } 2024-12-17T23:29:22.3274129Z } 2024-12-17T23:29:22.3274320Z  2024-12-17T23:29:22.3274812Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-12-17T23:29:22.3275402Z # for hung processes 2024-12-17T23:29:22.3275686Z Foreach ($process In $processes) { 2024-12-17T23:29:22.3275986Z  Try { 2024-12-17T23:29:22.3276394Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-12-17T23:29:22.3276865Z  } 2024-12-17T23:29:22.3277060Z  Catch { 2024-12-17T23:29:22.3277286Z  Write-Output $_ 2024-12-17T23:29:22.3277519Z  } 2024-12-17T23:29:22.3277712Z } 2024-12-17T23:29:22.3277884Z  2024-12-17T23:29:22.3278059Z Try { 2024-12-17T23:29:22.3278304Z  # Print all the processes for debugging 2024-12-17T23:29:22.3278784Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-12-17T23:29:22.3279333Z } 2024-12-17T23:29:22.3279524Z Catch { 2024-12-17T23:29:22.3279930Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-12-17T23:29:22.3280427Z  Write-Output $_ 2024-12-17T23:29:22.3280671Z } 2024-12-17T23:29:22.3295789Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-12-17T23:29:22.3296275Z env: 2024-12-17T23:29:22.3296485Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:22.3296718Z ##[endgroup] 2024-12-17T23:29:22.6749041Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-12-17T23:29:22.6781501Z Finished 2024-12-17T23:29:22.6904005Z No leftover python process, continuing 2024-12-17T23:29:22.7347935Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-12-17T23:29:22.7348686Z At C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1:9 char:5 2024-12-17T23:29:22.7349341Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-12-17T23:29:22.7349785Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:29:22.7350330Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-12-17T23:29:22.7351173Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-12-17T23:29:22.7353499Z 2024-12-17T23:29:22.7364093Z No leftover ninja process, continuing 2024-12-17T23:29:22.7374592Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-12-17T23:29:22.7375396Z At C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1:9 char:5 2024-12-17T23:29:22.7376058Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-12-17T23:29:22.7376482Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:29:22.7377026Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-12-17T23:29:22.7378739Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-12-17T23:29:22.7379356Z 2024-12-17T23:29:22.7390023Z No leftover cl process, continuing 2024-12-17T23:29:22.7400367Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-12-17T23:29:22.7401123Z At C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1:9 char:5 2024-12-17T23:29:22.7401712Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-12-17T23:29:22.7402146Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:29:22.7402657Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-12-17T23:29:22.7403524Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-12-17T23:29:22.7404157Z 2024-12-17T23:29:22.7415055Z No leftover nvcc process, continuing 2024-12-17T23:29:22.7425089Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-12-17T23:29:22.7425849Z At C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1:9 char:5 2024-12-17T23:29:22.7426438Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-12-17T23:29:22.7426890Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:29:22.7427440Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-12-17T23:29:22.7428292Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-12-17T23:29:22.7428921Z 2024-12-17T23:29:22.7439196Z No leftover cmd process, continuing 2024-12-17T23:29:22.7449270Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2024-12-17T23:29:22.7450035Z At C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1:9 char:5 2024-12-17T23:29:22.7450622Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-12-17T23:29:22.7451058Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:29:22.7451592Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2024-12-17T23:29:22.7452430Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-12-17T23:29:22.7453052Z 2024-12-17T23:29:22.7461845Z No leftover sccache process, continuing 2024-12-17T23:29:22.7472006Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-12-17T23:29:22.7472783Z At C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1:9 char:5 2024-12-17T23:29:22.7473379Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-12-17T23:29:22.7473840Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:29:22.7474361Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-12-17T23:29:22.7475261Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-12-17T23:29:22.7475888Z 2024-12-17T23:29:22.7487885Z No leftover git process, continuing 2024-12-17T23:29:22.7498375Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-12-17T23:29:22.7499152Z At C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1:9 char:5 2024-12-17T23:29:22.7499743Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-12-17T23:29:22.7500174Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:29:22.7500728Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-12-17T23:29:22.7501755Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-12-17T23:29:22.7502380Z 2024-12-17T23:29:22.7922621Z You cannot call a method on a null-valued expression. 2024-12-17T23:29:22.7923274Z At C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1:21 char:5 2024-12-17T23:29:22.7923871Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-12-17T23:29:22.7924352Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:29:22.7924788Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-12-17T23:29:22.7925220Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-12-17T23:29:22.7925521Z 2024-12-17T23:29:22.8087925Z You cannot call a method on a null-valued expression. 2024-12-17T23:29:22.8088606Z At C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1:21 char:5 2024-12-17T23:29:22.8089264Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-12-17T23:29:22.8089723Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:29:22.8090153Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-12-17T23:29:22.8090576Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-12-17T23:29:22.8090879Z 2024-12-17T23:29:22.8237622Z You cannot call a method on a null-valued expression. 2024-12-17T23:29:22.8238220Z At C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1:21 char:5 2024-12-17T23:29:22.8238831Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-12-17T23:29:22.8239326Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:29:22.8239758Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-12-17T23:29:22.8240182Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-12-17T23:29:22.8240485Z 2024-12-17T23:29:22.8385075Z You cannot call a method on a null-valued expression. 2024-12-17T23:29:22.8385816Z At C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1:21 char:5 2024-12-17T23:29:22.8386595Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-12-17T23:29:22.8422423Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:29:22.8422968Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-12-17T23:29:22.8423410Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-12-17T23:29:22.8423715Z 2024-12-17T23:29:22.8570470Z You cannot call a method on a null-valued expression. 2024-12-17T23:29:22.8571024Z At C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1:21 char:5 2024-12-17T23:29:22.8571628Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-12-17T23:29:22.8572091Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:29:22.8572533Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-12-17T23:29:22.8572948Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-12-17T23:29:22.8573267Z 2024-12-17T23:29:22.8716723Z You cannot call a method on a null-valued expression. 2024-12-17T23:29:22.8717276Z At C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1:21 char:5 2024-12-17T23:29:22.8718112Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-12-17T23:29:22.8718584Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:29:22.8719010Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-12-17T23:29:22.8719499Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-12-17T23:29:22.8719821Z 2024-12-17T23:29:22.8863008Z You cannot call a method on a null-valued expression. 2024-12-17T23:29:22.8863588Z At C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1:21 char:5 2024-12-17T23:29:22.8864467Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-12-17T23:29:22.8864947Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:29:22.8865422Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-12-17T23:29:22.8865870Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-12-17T23:29:22.8866184Z 2024-12-17T23:29:22.9521336Z Caption CommandLine ProcessId 2024-12-17T23:29:22.9521985Z 2024-12-17T23:29:22.9522467Z System Idle Process 0 2024-12-17T23:29:22.9522959Z 2024-12-17T23:29:22.9523395Z System 4 2024-12-17T23:29:22.9523829Z 2024-12-17T23:29:22.9524263Z Registry 168 2024-12-17T23:29:22.9524696Z 2024-12-17T23:29:22.9525174Z smss.exe 408 2024-12-17T23:29:22.9526508Z 2024-12-17T23:29:22.9527188Z csrss.exe 520 2024-12-17T23:29:22.9527642Z 2024-12-17T23:29:22.9528093Z csrss.exe 596 2024-12-17T23:29:22.9529344Z 2024-12-17T23:29:22.9529858Z wininit.exe 620 2024-12-17T23:29:22.9530308Z 2024-12-17T23:29:22.9530877Z winlogon.exe winlogon.exe 668 2024-12-17T23:29:22.9532433Z 2024-12-17T23:29:22.9533005Z services.exe 740 2024-12-17T23:29:22.9533453Z 2024-12-17T23:29:22.9534078Z lsass.exe C:\Windows\system32\lsass.exe 760 2024-12-17T23:29:22.9534596Z 2024-12-17T23:29:22.9535390Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 888 2024-12-17T23:29:22.9536036Z 2024-12-17T23:29:22.9536738Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 912 2024-12-17T23:29:22.9538252Z 2024-12-17T23:29:22.9539454Z fontdrvhost.exe "fontdrvhost.exe" 936 2024-12-17T23:29:22.9539984Z 2024-12-17T23:29:22.9540612Z fontdrvhost.exe "fontdrvhost.exe" 944 2024-12-17T23:29:22.9541424Z 2024-12-17T23:29:22.9542129Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 132 2024-12-17T23:29:22.9542697Z 2024-12-17T23:29:22.9544386Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 472 2024-12-17T23:29:22.9545009Z 2024-12-17T23:29:22.9545689Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1036 2024-12-17T23:29:22.9546344Z 2024-12-17T23:29:22.9547116Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1156 2024-12-17T23:29:22.9547850Z 2024-12-17T23:29:22.9548377Z dwm.exe "dwm.exe" 1184 2024-12-17T23:29:22.9549720Z 2024-12-17T23:29:22.9550493Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1276 2024-12-17T23:29:22.9551236Z 2024-12-17T23:29:22.9552023Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1388 2024-12-17T23:29:22.9552648Z 2024-12-17T23:29:22.9553390Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1416 2024-12-17T23:29:22.9554738Z 2024-12-17T23:29:22.9555781Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1444 2024-12-17T23:29:22.9556410Z 2024-12-17T23:29:22.9557093Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1488 2024-12-17T23:29:22.9557756Z 2024-12-17T23:29:22.9559871Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe -s NVDisplay.ContainerLocalSystem -f C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log -l 3 -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1512 2024-12-17T23:29:22.9562746Z 2024-12-17T23:29:22.9563399Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1540 2024-12-17T23:29:22.9564039Z 2024-12-17T23:29:22.9564720Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1592 2024-12-17T23:29:22.9565372Z 2024-12-17T23:29:22.9566908Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1700 2024-12-17T23:29:22.9567589Z 2024-12-17T23:29:22.9568491Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1736 2024-12-17T23:29:22.9569234Z 2024-12-17T23:29:22.9570011Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1872 2024-12-17T23:29:22.9570855Z 2024-12-17T23:29:22.9572386Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1924 2024-12-17T23:29:22.9573028Z 2024-12-17T23:29:22.9573671Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1932 2024-12-17T23:29:22.9574293Z 2024-12-17T23:29:22.9574967Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1948 2024-12-17T23:29:22.9575626Z 2024-12-17T23:29:22.9576429Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2008 2024-12-17T23:29:22.9584387Z 2024-12-17T23:29:22.9585000Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 2052 2024-12-17T23:29:22.9585636Z 2024-12-17T23:29:22.9586425Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2080 2024-12-17T23:29:22.9587141Z 2024-12-17T23:29:22.9587797Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2168 2024-12-17T23:29:22.9594661Z 2024-12-17T23:29:22.9595422Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2228 2024-12-17T23:29:22.9596193Z 2024-12-17T23:29:22.9596841Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2272 2024-12-17T23:29:22.9597510Z 2024-12-17T23:29:22.9598208Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2408 2024-12-17T23:29:22.9598853Z 2024-12-17T23:29:22.9601175Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2436 2024-12-17T23:29:22.9601896Z 2024-12-17T23:29:22.9602537Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2464 2024-12-17T23:29:22.9603165Z 2024-12-17T23:29:22.9603861Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2512 2024-12-17T23:29:22.9604568Z 2024-12-17T23:29:22.9608829Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2596 2024-12-17T23:29:22.9609563Z 2024-12-17T23:29:22.9610126Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2908 2024-12-17T23:29:22.9610786Z 2024-12-17T23:29:22.9611450Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2984 2024-12-17T23:29:22.9612097Z 2024-12-17T23:29:22.9612825Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2992 2024-12-17T23:29:22.9618613Z 2024-12-17T23:29:22.9619249Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 3000 2024-12-17T23:29:22.9619872Z 2024-12-17T23:29:22.9620529Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 3008 2024-12-17T23:29:22.9621173Z 2024-12-17T23:29:22.9621806Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 3016 2024-12-17T23:29:22.9622436Z 2024-12-17T23:29:22.9625408Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 3024 2024-12-17T23:29:22.9626144Z 2024-12-17T23:29:22.9626884Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 3032 2024-12-17T23:29:22.9627514Z 2024-12-17T23:29:22.9628163Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 3048 2024-12-17T23:29:22.9628877Z 2024-12-17T23:29:22.9629672Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3224 2024-12-17T23:29:22.9632381Z 2024-12-17T23:29:22.9632935Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3236 2024-12-17T23:29:22.9633480Z 2024-12-17T23:29:22.9634130Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3300 2024-12-17T23:29:22.9634759Z 2024-12-17T23:29:22.9635557Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe 3320 2024-12-17T23:29:22.9636354Z 2024-12-17T23:29:22.9640301Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3372 2024-12-17T23:29:22.9640928Z 2024-12-17T23:29:22.9641703Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3756 2024-12-17T23:29:22.9642462Z 2024-12-17T23:29:22.9643204Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a76855 /state1:0x41c64e6d 2648 2024-12-17T23:29:22.9643843Z 2024-12-17T23:29:22.9647055Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 868 2024-12-17T23:29:22.9648939Z 2024-12-17T23:29:22.9649820Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe -spawnprovider 2672 2024-12-17T23:29:22.9650682Z 2024-12-17T23:29:22.9652404Z vds.exe C:\Windows\System32\vds.exe 3068 2024-12-17T23:29:22.9652912Z 2024-12-17T23:29:22.9653587Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 3852 2024-12-17T23:29:22.9654253Z 2024-12-17T23:29:22.9655025Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 3748 2024-12-17T23:29:22.9655769Z 2024-12-17T23:29:22.9656301Z msdtc.exe C:\Windows\System32\msdtc.exe 3908 2024-12-17T23:29:22.9658101Z 2024-12-17T23:29:22.9658937Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 4180 2024-12-17T23:29:22.9659684Z 2024-12-17T23:29:22.9660408Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 4368 2024-12-17T23:29:22.9661209Z 2024-12-17T23:29:22.9661824Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4464 2024-12-17T23:29:22.9662446Z 2024-12-17T23:29:22.9664298Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4596 2024-12-17T23:29:22.9664950Z 2024-12-17T23:29:22.9665619Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 1536 2024-12-17T23:29:22.9666286Z 2024-12-17T23:29:22.9667140Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 1556 2024-12-17T23:29:22.9668002Z 2024-12-17T23:29:22.9669780Z 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 4076 2024-12-17T23:29:22.9671540Z 2024-12-17T23:29:22.9672069Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4752 2024-12-17T23:29:22.9672613Z 2024-12-17T23:29:22.9673419Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 1844 2024-12-17T23:29:22.9675368Z 2024-12-17T23:29:22.9676018Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 2924 2024-12-17T23:29:22.9676774Z 2024-12-17T23:29:22.9677408Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2572 2024-12-17T23:29:22.9678673Z 2024-12-17T23:29:22.9679544Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 1252 2024-12-17T23:29:22.9680239Z 2024-12-17T23:29:22.9680890Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 4796 2024-12-17T23:29:22.9681535Z 2024-12-17T23:29:22.9682162Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4748 2024-12-17T23:29:22.9682805Z 2024-12-17T23:29:22.9683346Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1032 2024-12-17T23:29:22.9683892Z 2024-12-17T23:29:22.9684607Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 2640 2024-12-17T23:29:22.9685325Z 2024-12-17T23:29:22.9686049Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 4280 2024-12-17T23:29:22.9686621Z 2024-12-17T23:29:22.9687300Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2956 2976 2712 2024-12-17T23:29:22.9688092Z 2024-12-17T23:29:22.9688646Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3856 2024-12-17T23:29:22.9689193Z 2024-12-17T23:29:22.9690230Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\58e1f387-a0fb-418c-a5e2-14019d7930ce.ps1'" 1504 2024-12-17T23:29:22.9691193Z 2024-12-17T23:29:22.9691924Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5800 2024-12-17T23:29:22.9692660Z 2024-12-17T23:29:22.9692665Z 2024-12-17T23:29:22.9692683Z 2024-12-17T23:29:22.9939330Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@release/2.6 2024-12-17T23:29:22.9939784Z with: 2024-12-17T23:29:22.9940334Z github-secret: *** 2024-12-17T23:29:22.9942439Z 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-12-17T23:29:22.9944691Z activate-with-label: false 2024-12-17T23:29:22.9944967Z label: with-ssh 2024-12-17T23:29:22.9945185Z remove-existing-keys: true 2024-12-17T23:29:22.9945439Z fail-silently: true 2024-12-17T23:29:22.9945656Z env: 2024-12-17T23:29:22.9945895Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:22.9946117Z ##[endgroup] 2024-12-17T23:29:23.1342513Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-12-17T23:29:23.1344458Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2024-12-17T23:29:23.1578912Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@release/2.6 2024-12-17T23:29:23.1579396Z with: 2024-12-17T23:29:23.1579577Z no-sudo: true 2024-12-17T23:29:23.1579786Z submodules: recursive 2024-12-17T23:29:23.1580003Z fetch-depth: 0 2024-12-17T23:29:23.1580206Z env: 2024-12-17T23:29:23.1580393Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:23.1580636Z ##[endgroup] 2024-12-17T23:29:23.1936645Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:29:23.1937602Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:29:23.1959580Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:23.1960051Z env: 2024-12-17T23:29:23.1960241Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:23.1960483Z ##[endgroup] 2024-12-17T23:29:23.2364616Z ##[group]Run retry () { 2024-12-17T23:29:23.2364896Z retry () { 2024-12-17T23:29:23.2365216Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-12-17T23:29:23.2365584Z } 2024-12-17T23:29:23.2365785Z echo "${GITHUB_WORKSPACE}" 2024-12-17T23:29:23.2366073Z if [ -z "${NO_SUDO}" ]; then 2024-12-17T23:29:23.2366392Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:29:23.2366688Z else 2024-12-17T23:29:23.2367000Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:29:23.2367540Z fi 2024-12-17T23:29:23.2367902Z mkdir "${GITHUB_WORKSPACE}" 2024-12-17T23:29:23.2390227Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:23.2390694Z env: 2024-12-17T23:29:23.2390942Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:23.2391382Z NO_SUDO: true 2024-12-17T23:29:23.2391715Z ##[endgroup] 2024-12-17T23:29:23.2593242Z C:\actions-runner\_work\pytorch\pytorch 2024-12-17T23:29:28.1380703Z ##[group]Run malfet/checkout@silent-checkout 2024-12-17T23:29:28.1381034Z with: 2024-12-17T23:29:28.1381264Z ref: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:29:28.1381577Z fetch-depth: 0 2024-12-17T23:29:28.1381788Z submodules: recursive 2024-12-17T23:29:28.1382023Z quiet-checkout: true 2024-12-17T23:29:28.1382260Z repository: pytorch/pytorch 2024-12-17T23:29:28.1382633Z token: *** 2024-12-17T23:29:28.1382848Z ssh-strict: true 2024-12-17T23:29:28.1383080Z persist-credentials: true 2024-12-17T23:29:28.1383314Z clean: true 2024-12-17T23:29:28.1383553Z sparse-checkout-cone-mode: true 2024-12-17T23:29:28.1383817Z lfs: false 2024-12-17T23:29:28.1384010Z set-safe-directory: true 2024-12-17T23:29:28.1384267Z env: 2024-12-17T23:29:28.1384461Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:28.1384685Z ##[endgroup] 2024-12-17T23:29:28.2477817Z Syncing repository: pytorch/pytorch 2024-12-17T23:29:28.2479377Z ##[group]Getting Git version info 2024-12-17T23:29:28.2479822Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2024-12-17T23:29:28.2508068Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-12-17T23:29:28.2712637Z git version 2.47.1.windows.1 2024-12-17T23:29:28.2787348Z ##[endgroup] 2024-12-17T23:29:28.2791844Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\ba6e3534-e203-4c75-a032-87157b4da3ea\.gitconfig' 2024-12-17T23:29:28.2792901Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ba6e3534-e203-4c75-a032-87157b4da3ea' before making global git config changes 2024-12-17T23:29:28.2793772Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:29:28.2801660Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-12-17T23:29:28.3035706Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2024-12-17T23:29:28.3042817Z ##[group]Initializing the repository 2024-12-17T23:29:28.3048068Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2024-12-17T23:29:28.3391734Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2024-12-17T23:29:28.3432570Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2024-12-17T23:29:28.3720834Z ##[endgroup] 2024-12-17T23:29:28.3721333Z ##[group]Disabling automatic garbage collection 2024-12-17T23:29:28.3727577Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2024-12-17T23:29:28.3998612Z ##[endgroup] 2024-12-17T23:29:28.3999862Z ##[group]Setting up auth 2024-12-17T23:29:28.4008719Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:29:28.4235467Z [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-12-17T23:29:28.7840111Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:29:28.8067622Z [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-12-17T23:29:29.1395881Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-12-17T23:29:29.1640385Z ##[endgroup] 2024-12-17T23:29:29.1640784Z ##[group]Fetching the repository 2024-12-17T23:29:29.1654280Z [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-12-17T23:29:33.5979087Z remote: Enumerating objects: 1056481 2024-12-17T23:29:33.5979491Z remote: Enumerating objects: 1057136, done. 2024-12-17T23:29:33.5983515Z remote: Counting objects: 0% (1/655) 2024-12-17T23:29:33.5983914Z remote: Counting objects: 1% (7/655) 2024-12-17T23:29:33.5984257Z remote: Counting objects: 2% (14/655) 2024-12-17T23:29:33.5984604Z remote: Counting objects: 3% (20/655) 2024-12-17T23:29:33.5984941Z remote: Counting objects: 4% (27/655) 2024-12-17T23:29:33.5985282Z remote: Counting objects: 5% (33/655) 2024-12-17T23:29:33.5985623Z remote: Counting objects: 6% (40/655) 2024-12-17T23:29:33.5985984Z remote: Counting objects: 7% (46/655) 2024-12-17T23:29:33.5986322Z remote: Counting objects: 8% (53/655) 2024-12-17T23:29:33.5986668Z remote: Counting objects: 9% (59/655) 2024-12-17T23:29:33.5986998Z remote: Counting objects: 10% (66/655) 2024-12-17T23:29:33.5987350Z remote: Counting objects: 11% (73/655) 2024-12-17T23:29:33.5987707Z remote: Counting objects: 12% (79/655) 2024-12-17T23:29:33.5988034Z remote: Counting objects: 13% (86/655) 2024-12-17T23:29:33.5988379Z remote: Counting objects: 14% (92/655) 2024-12-17T23:29:33.5988720Z remote: Counting objects: 15% (99/655) 2024-12-17T23:29:33.5989056Z remote: Counting objects: 16% (105/655) 2024-12-17T23:29:33.5989403Z remote: Counting objects: 17% (112/655) 2024-12-17T23:29:33.5989755Z remote: Counting objects: 18% (118/655) 2024-12-17T23:29:33.5990089Z remote: Counting objects: 19% (125/655) 2024-12-17T23:29:33.5990440Z remote: Counting objects: 20% (131/655) 2024-12-17T23:29:33.5990778Z remote: Counting objects: 21% (138/655) 2024-12-17T23:29:33.5991195Z remote: Counting objects: 22% (145/655) 2024-12-17T23:29:33.5991580Z remote: Counting objects: 23% (151/655) 2024-12-17T23:29:33.5992788Z remote: Counting objects: 24% (158/655) 2024-12-17T23:29:33.5993145Z remote: Counting objects: 25% (164/655) 2024-12-17T23:29:33.5993483Z remote: Counting objects: 26% (171/655) 2024-12-17T23:29:33.5993911Z remote: Counting objects: 27% (177/655) 2024-12-17T23:29:33.5994250Z remote: Counting objects: 28% (184/655) 2024-12-17T23:29:33.5994595Z remote: Counting objects: 29% (190/655) 2024-12-17T23:29:33.5994937Z remote: Counting objects: 30% (197/655) 2024-12-17T23:29:33.5995269Z remote: Counting objects: 31% (204/655) 2024-12-17T23:29:33.5995648Z remote: Counting objects: 32% (210/655) 2024-12-17T23:29:33.5996451Z remote: Counting objects: 33% (217/655) 2024-12-17T23:29:33.5996800Z remote: Counting objects: 34% (223/655) 2024-12-17T23:29:33.5997136Z remote: Counting objects: 35% (230/655) 2024-12-17T23:29:33.5997476Z remote: Counting objects: 36% (236/655) 2024-12-17T23:29:33.5997821Z remote: Counting objects: 37% (243/655) 2024-12-17T23:29:33.5998152Z remote: Counting objects: 38% (249/655) 2024-12-17T23:29:33.5998500Z remote: Counting objects: 39% (256/655) 2024-12-17T23:29:33.5998913Z remote: Counting objects: 40% (262/655) 2024-12-17T23:29:33.5999246Z remote: Counting objects: 41% (269/655) 2024-12-17T23:29:33.5999593Z remote: Counting objects: 42% (276/655) 2024-12-17T23:29:33.5999933Z remote: Counting objects: 43% (282/655) 2024-12-17T23:29:33.6000261Z remote: Counting objects: 44% (289/655) 2024-12-17T23:29:33.6000604Z remote: Counting objects: 45% (295/655) 2024-12-17T23:29:33.6000945Z remote: Counting objects: 46% (302/655) 2024-12-17T23:29:33.6001272Z remote: Counting objects: 47% (308/655) 2024-12-17T23:29:33.6001623Z remote: Counting objects: 48% (315/655) 2024-12-17T23:29:33.6001957Z remote: Counting objects: 49% (321/655) 2024-12-17T23:29:33.6002288Z remote: Counting objects: 50% (328/655) 2024-12-17T23:29:33.6002629Z remote: Counting objects: 51% (335/655) 2024-12-17T23:29:33.6002961Z remote: Counting objects: 52% (341/655) 2024-12-17T23:29:33.6003289Z remote: Counting objects: 53% (348/655) 2024-12-17T23:29:33.6003668Z remote: Counting objects: 54% (354/655) 2024-12-17T23:29:33.6004002Z remote: Counting objects: 55% (361/655) 2024-12-17T23:29:33.6004332Z remote: Counting objects: 56% (367/655) 2024-12-17T23:29:33.6004669Z remote: Counting objects: 57% (374/655) 2024-12-17T23:29:33.6005012Z remote: Counting objects: 58% (380/655) 2024-12-17T23:29:33.6005357Z remote: Counting objects: 59% (387/655) 2024-12-17T23:29:33.6005697Z remote: Counting objects: 60% (393/655) 2024-12-17T23:29:33.6006029Z remote: Counting objects: 61% (400/655) 2024-12-17T23:29:33.6006354Z remote: Counting objects: 62% (407/655) 2024-12-17T23:29:33.6006698Z remote: Counting objects: 63% (413/655) 2024-12-17T23:29:33.6007037Z remote: Counting objects: 64% (420/655) 2024-12-17T23:29:33.6007364Z remote: Counting objects: 65% (426/655) 2024-12-17T23:29:33.6007707Z remote: Counting objects: 66% (433/655) 2024-12-17T23:29:33.6008048Z remote: Counting objects: 67% (439/655) 2024-12-17T23:29:33.6008514Z remote: Counting objects: 68% (446/655) 2024-12-17T23:29:33.6008902Z remote: Counting objects: 69% (452/655) 2024-12-17T23:29:33.6009248Z remote: Counting objects: 70% (459/655) 2024-12-17T23:29:33.6009574Z remote: Counting objects: 71% (466/655) 2024-12-17T23:29:33.6009920Z remote: Counting objects: 72% (472/655) 2024-12-17T23:29:33.6010266Z remote: Counting objects: 73% (479/655) 2024-12-17T23:29:33.6010602Z remote: Counting objects: 74% (485/655) 2024-12-17T23:29:33.6010937Z remote: Counting objects: 75% (492/655) 2024-12-17T23:29:33.6011444Z remote: Counting objects: 76% (498/655) 2024-12-17T23:29:33.6011775Z remote: Counting objects: 77% (505/655) 2024-12-17T23:29:33.6012120Z remote: Counting objects: 78% (511/655) 2024-12-17T23:29:33.6012461Z remote: Counting objects: 79% (518/655) 2024-12-17T23:29:33.6012792Z remote: Counting objects: 80% (524/655) 2024-12-17T23:29:33.6013130Z remote: Counting objects: 81% (531/655) 2024-12-17T23:29:33.6013468Z remote: Counting objects: 82% (538/655) 2024-12-17T23:29:33.6013795Z remote: Counting objects: 83% (544/655) 2024-12-17T23:29:33.6014181Z remote: Counting objects: 84% (551/655) 2024-12-17T23:29:33.6015051Z remote: Counting objects: 85% (557/655) 2024-12-17T23:29:33.6015387Z remote: Counting objects: 86% (564/655) 2024-12-17T23:29:33.6015736Z remote: Counting objects: 87% (570/655) 2024-12-17T23:29:33.6016072Z remote: Counting objects: 88% (577/655) 2024-12-17T23:29:33.6016404Z remote: Counting objects: 89% (583/655) 2024-12-17T23:29:33.6016744Z remote: Counting objects: 90% (590/655) 2024-12-17T23:29:33.6017078Z remote: Counting objects: 91% (597/655) 2024-12-17T23:29:33.6017405Z remote: Counting objects: 92% (603/655) 2024-12-17T23:29:33.6017788Z remote: Counting objects: 93% (610/655) 2024-12-17T23:29:33.6018136Z remote: Counting objects: 94% (616/655) 2024-12-17T23:29:33.6018464Z remote: Counting objects: 95% (623/655) 2024-12-17T23:29:33.6018799Z remote: Counting objects: 96% (629/655) 2024-12-17T23:29:33.6019135Z remote: Counting objects: 97% (636/655) 2024-12-17T23:29:33.6019478Z remote: Counting objects: 98% (642/655) 2024-12-17T23:29:33.6019818Z remote: Counting objects: 99% (649/655) 2024-12-17T23:29:33.6020203Z remote: Counting objects: 100% (655/655) 2024-12-17T23:29:33.6020601Z remote: Counting objects: 100% (655/655), done. 2024-12-17T23:29:33.6020986Z remote: Compressing objects: 0% (1/296) 2024-12-17T23:29:33.6138867Z remote: Compressing objects: 1% (3/296) 2024-12-17T23:29:33.6190981Z remote: Compressing objects: 2% (6/296) 2024-12-17T23:29:33.6398547Z remote: Compressing objects: 3% (9/296) 2024-12-17T23:29:33.6549676Z remote: Compressing objects: 4% (12/296) 2024-12-17T23:29:33.6610936Z remote: Compressing objects: 5% (15/296) 2024-12-17T23:29:33.6685226Z remote: Compressing objects: 6% (18/296) 2024-12-17T23:29:33.6859626Z remote: Compressing objects: 7% (21/296) 2024-12-17T23:29:33.7380975Z remote: Compressing objects: 8% (24/296) 2024-12-17T23:29:33.7968812Z remote: Compressing objects: 9% (27/296) 2024-12-17T23:29:33.8741315Z remote: Compressing objects: 10% (30/296) 2024-12-17T23:29:33.9237350Z remote: Compressing objects: 11% (33/296) 2024-12-17T23:29:33.9533071Z remote: Compressing objects: 12% (36/296) 2024-12-17T23:29:33.9679374Z remote: Compressing objects: 13% (39/296) 2024-12-17T23:29:33.9756413Z remote: Compressing objects: 14% (42/296) 2024-12-17T23:29:33.9757492Z remote: Compressing objects: 15% (45/296) 2024-12-17T23:29:33.9757860Z remote: Compressing objects: 16% (48/296) 2024-12-17T23:29:33.9759244Z remote: Compressing objects: 17% (51/296) 2024-12-17T23:29:33.9761974Z remote: Compressing objects: 18% (54/296) 2024-12-17T23:29:33.9763219Z remote: Compressing objects: 19% (57/296) 2024-12-17T23:29:33.9770642Z remote: Compressing objects: 20% (60/296) 2024-12-17T23:29:33.9772069Z remote: Compressing objects: 21% (63/296) 2024-12-17T23:29:33.9773406Z remote: Compressing objects: 22% (66/296) 2024-12-17T23:29:33.9775322Z remote: Compressing objects: 23% (69/296) 2024-12-17T23:29:33.9776633Z remote: Compressing objects: 24% (72/296) 2024-12-17T23:29:33.9779294Z remote: Compressing objects: 25% (74/296) 2024-12-17T23:29:33.9784230Z remote: Compressing objects: 26% (77/296) 2024-12-17T23:29:33.9784576Z remote: Compressing objects: 27% (80/296) 2024-12-17T23:29:33.9784936Z remote: Compressing objects: 28% (83/296) 2024-12-17T23:29:33.9787445Z remote: Compressing objects: 29% (86/296) 2024-12-17T23:29:33.9789212Z remote: Compressing objects: 30% (89/296) 2024-12-17T23:29:33.9790764Z remote: Compressing objects: 31% (92/296) 2024-12-17T23:29:33.9792876Z remote: Compressing objects: 32% (95/296) 2024-12-17T23:29:33.9795138Z remote: Compressing objects: 33% (98/296) 2024-12-17T23:29:33.9799253Z remote: Compressing objects: 34% (101/296) 2024-12-17T23:29:33.9808101Z remote: Compressing objects: 35% (104/296) 2024-12-17T23:29:33.9808487Z remote: Compressing objects: 36% (107/296) 2024-12-17T23:29:33.9813886Z remote: Compressing objects: 37% (110/296) 2024-12-17T23:29:33.9820800Z remote: Compressing objects: 38% (113/296) 2024-12-17T23:29:33.9824794Z remote: Compressing objects: 39% (116/296) 2024-12-17T23:29:33.9827052Z remote: Compressing objects: 40% (119/296) 2024-12-17T23:29:33.9830359Z remote: Compressing objects: 41% (122/296) 2024-12-17T23:29:33.9833098Z remote: Compressing objects: 42% (125/296) 2024-12-17T23:29:33.9834556Z remote: Compressing objects: 43% (128/296) 2024-12-17T23:29:33.9840061Z remote: Compressing objects: 44% (131/296) 2024-12-17T23:29:33.9843566Z remote: Compressing objects: 45% (134/296) 2024-12-17T23:29:33.9844395Z remote: Compressing objects: 46% (137/296) 2024-12-17T23:29:33.9845991Z remote: Compressing objects: 47% (140/296) 2024-12-17T23:29:33.9851544Z remote: Compressing objects: 48% (143/296) 2024-12-17T23:29:33.9854530Z remote: Compressing objects: 49% (146/296) 2024-12-17T23:29:33.9855948Z remote: Compressing objects: 50% (148/296) 2024-12-17T23:29:33.9859473Z remote: Compressing objects: 51% (151/296) 2024-12-17T23:29:33.9862317Z remote: Compressing objects: 52% (154/296) 2024-12-17T23:29:33.9863300Z remote: Compressing objects: 53% (157/296) 2024-12-17T23:29:33.9865046Z remote: Compressing objects: 54% (160/296) 2024-12-17T23:29:33.9866773Z remote: Compressing objects: 55% (163/296) 2024-12-17T23:29:33.9868455Z remote: Compressing objects: 56% (166/296) 2024-12-17T23:29:33.9870567Z remote: Compressing objects: 57% (169/296) 2024-12-17T23:29:33.9872180Z remote: Compressing objects: 58% (172/296) 2024-12-17T23:29:33.9873945Z remote: Compressing objects: 59% (175/296) 2024-12-17T23:29:33.9876217Z remote: Compressing objects: 60% (178/296) 2024-12-17T23:29:33.9878356Z remote: Compressing objects: 61% (181/296) 2024-12-17T23:29:33.9880472Z remote: Compressing objects: 62% (184/296) 2024-12-17T23:29:33.9882501Z remote: Compressing objects: 63% (187/296) 2024-12-17T23:29:33.9885567Z remote: Compressing objects: 64% (190/296) 2024-12-17T23:29:33.9886817Z remote: Compressing objects: 65% (193/296) 2024-12-17T23:29:33.9887830Z remote: Compressing objects: 66% (196/296) 2024-12-17T23:29:33.9893889Z remote: Compressing objects: 67% (199/296) 2024-12-17T23:29:33.9897984Z remote: Compressing objects: 68% (202/296) 2024-12-17T23:29:33.9900130Z remote: Compressing objects: 69% (205/296) 2024-12-17T23:29:33.9901037Z remote: Compressing objects: 70% (208/296) 2024-12-17T23:29:33.9903617Z remote: Compressing objects: 71% (211/296) 2024-12-17T23:29:33.9907532Z remote: Compressing objects: 72% (214/296) 2024-12-17T23:29:33.9909126Z remote: Compressing objects: 73% (217/296) 2024-12-17T23:29:33.9910361Z remote: Compressing objects: 74% (220/296) 2024-12-17T23:29:33.9912229Z remote: Compressing objects: 75% (222/296) 2024-12-17T23:29:33.9914853Z remote: Compressing objects: 76% (225/296) 2024-12-17T23:29:33.9915220Z remote: Compressing objects: 77% (228/296) 2024-12-17T23:29:33.9915573Z remote: Compressing objects: 78% (231/296) 2024-12-17T23:29:33.9915992Z remote: Compressing objects: 79% (234/296) 2024-12-17T23:29:33.9917899Z remote: Compressing objects: 80% (237/296) 2024-12-17T23:29:33.9920190Z remote: Compressing objects: 81% (240/296) 2024-12-17T23:29:33.9922342Z remote: Compressing objects: 82% (243/296) 2024-12-17T23:29:33.9924474Z remote: Compressing objects: 83% (246/296) 2024-12-17T23:29:33.9926138Z remote: Compressing objects: 84% (249/296) 2024-12-17T23:29:33.9927456Z remote: Compressing objects: 85% (252/296) 2024-12-17T23:29:33.9929225Z remote: Compressing objects: 86% (255/296) 2024-12-17T23:29:33.9930132Z remote: Compressing objects: 87% (258/296) 2024-12-17T23:29:33.9931274Z remote: Compressing objects: 88% (261/296) 2024-12-17T23:29:33.9932131Z remote: Compressing objects: 89% (264/296) 2024-12-17T23:29:33.9933220Z remote: Compressing objects: 90% (267/296) 2024-12-17T23:29:33.9934356Z remote: Compressing objects: 91% (270/296) 2024-12-17T23:29:33.9935167Z remote: Compressing objects: 92% (273/296) 2024-12-17T23:29:33.9935519Z remote: Compressing objects: 93% (276/296) 2024-12-17T23:29:33.9936483Z remote: Compressing objects: 94% (279/296) 2024-12-17T23:29:33.9936973Z remote: Compressing objects: 95% (282/296) 2024-12-17T23:29:33.9937754Z remote: Compressing objects: 96% (285/296) 2024-12-17T23:29:33.9938480Z remote: Compressing objects: 97% (288/296) 2024-12-17T23:29:33.9939464Z remote: Compressing objects: 98% (291/296) 2024-12-17T23:29:33.9939908Z remote: Compressing objects: 99% (294/296) 2024-12-17T23:29:33.9940383Z remote: Compressing objects: 100% (296/296) 2024-12-17T23:29:33.9940765Z remote: Compressing objects: 100% (296/296), done. 2024-12-17T23:29:55.9695703Z remote: Total 1057136 (delta 499), reused 389 (delta 359), pack-reused 1056481 (from 4) 2024-12-17T23:30:27.4190490Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7^{object} 2024-12-17T23:30:27.4393952Z 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:30:27.4429223Z ##[endgroup] 2024-12-17T23:30:27.4429700Z ##[group]Determining the checkout info 2024-12-17T23:30:27.4431722Z ##[endgroup] 2024-12-17T23:30:27.4432129Z ##[group]Checking out the ref 2024-12-17T23:30:27.4441976Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:30:36.4095345Z ##[endgroup] 2024-12-17T23:30:36.4095774Z ##[group]Setting up auth for fetching submodules 2024-12-17T23:30:36.4104059Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-12-17T23:30:36.4357971Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2024-12-17T23:30:36.4597622Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2024-12-17T23:30:36.4827480Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-12-17T23:30:36.5053931Z ##[endgroup] 2024-12-17T23:30:36.5054306Z ##[group]Fetching submodules 2024-12-17T23:30:36.5060289Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2024-12-17T23:30:36.8691002Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2024-12-17T23:30:37.2931592Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-12-17T23:30:37.2932844Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-12-17T23:30:37.2933831Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-12-17T23:30:37.2934815Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-12-17T23:30:37.2935672Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2024-12-17T23:30:37.2936834Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-12-17T23:30:37.2938883Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-12-17T23:30:37.2939828Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-12-17T23:30:37.2940875Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2024-12-17T23:30:37.2941967Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-12-17T23:30:37.2942951Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-12-17T23:30:37.2943967Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-12-17T23:30:37.2944991Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-12-17T23:30:37.2945881Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-12-17T23:30:37.2946744Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-12-17T23:30:37.2947695Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-12-17T23:30:37.2948609Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-12-17T23:30:37.2949554Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:30:37.2950560Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-12-17T23:30:37.2951517Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-12-17T23:30:37.2952412Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-12-17T23:30:37.2953261Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-12-17T23:30:37.2954123Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-12-17T23:30:37.2955037Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-12-17T23:30:37.2956036Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-12-17T23:30:37.2956939Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-12-17T23:30:37.2957962Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-12-17T23:30:37.2959165Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-12-17T23:30:37.2960489Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-12-17T23:30:37.2961474Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-12-17T23:30:37.2962484Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-12-17T23:30:37.2963575Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-12-17T23:30:37.2964633Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-12-17T23:30:37.2980291Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-12-17T23:30:37.2981294Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-12-17T23:30:37.2983110Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-12-17T23:30:37.9009809Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-12-17T23:30:38.2837777Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-12-17T23:30:38.6544102Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-12-17T23:30:39.0800387Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-12-17T23:30:39.5914978Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2024-12-17T23:30:41.9593183Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-12-17T23:30:53.5158027Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-12-17T23:30:54.1483051Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-12-17T23:30:56.5807991Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2024-12-17T23:30:57.3124347Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-12-17T23:30:58.3872573Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-12-17T23:30:59.6946899Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-12-17T23:31:01.9333938Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-12-17T23:31:07.7621626Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-12-17T23:31:09.5196423Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-12-17T23:31:10.8705719Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-12-17T23:31:12.2364684Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-12-17T23:31:12.8470970Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-12-17T23:31:13.3740335Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-12-17T23:31:14.6516977Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-12-17T23:31:15.2641745Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-12-17T23:31:15.6997379Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-12-17T23:31:17.4820146Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-12-17T23:31:18.5519964Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-12-17T23:31:19.1344341Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-12-17T23:31:26.3561473Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-12-17T23:31:28.6079067Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-12-17T23:31:34.4670015Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-12-17T23:31:34.8902807Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-12-17T23:31:44.1929841Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-12-17T23:31:44.5605304Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-12-17T23:31:44.9463681Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-12-17T23:31:46.3164224Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-12-17T23:31:46.8367109Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-12-17T23:31:47.6288414Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-12-17T23:31:48.2220317Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-12-17T23:31:48.3163287Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-12-17T23:31:48.4042023Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-12-17T23:31:48.4866531Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-12-17T23:31:48.6253255Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-12-17T23:31:48.8608060Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2024-12-17T23:31:49.0350917Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-12-17T23:31:54.2980540Z Submodule path 'third_party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2024-12-17T23:31:54.4156511Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-12-17T23:31:56.6990666Z Submodule path 'third_party/composable_kernel': checked out '50ee4267e27b875d149e642f4cebd47be1dc3b57' 2024-12-17T23:31:56.8417998Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-12-17T23:31:57.3440076Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2024-12-17T23:31:57.5017511Z Submodule path 'third_party/cudnn_frontend': checked out '936021bfed8c91dc416af1588b2c4eca631a9e45' 2024-12-17T23:32:00.9235006Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-12-17T23:32:01.7139119Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-12-17T23:32:02.5052733Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-12-17T23:32:02.5220097Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:32:02.5222894Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:32:02.5224002Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:32:02.5225121Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:32:02.5227240Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:32:03.7993281Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-12-17T23:32:04.6368532Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-12-17T23:32:07.0202829Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-12-17T23:32:08.3286227Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-12-17T23:32:08.8640503Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-12-17T23:32:09.0198231Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-12-17T23:32:09.4260410Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-12-17T23:32:11.6021899Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-12-17T23:32:11.8093404Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-12-17T23:32:11.8811244Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-12-17T23:32:12.6966433Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-12-17T23:32:12.8286041Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-12-17T23:32:12.9723182Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-12-17T23:32:13.1308546Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-12-17T23:32:13.3103158Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2024-12-17T23:32:13.3927902Z Submodule path 'third_party/ideep': checked out 'c7ccd5bdbe5434ba156f4e856dcef0601637334b' 2024-12-17T23:32:13.4019861Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-12-17T23:32:27.5980806Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-12-17T23:32:29.7543840Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2024-12-17T23:32:29.9055513Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-12-17T23:32:30.1620576Z Submodule path 'third_party/kineto': checked out '338140f58a28d599da3434ced4fd2d75dd1a213d' 2024-12-17T23:32:30.1758116Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:32:30.1759392Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:32:30.1760678Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:32:31.3579957Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-12-17T23:32:32.9330359Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-12-17T23:32:34.2020400Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-12-17T23:32:34.4761658Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-12-17T23:32:34.4982133Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:32:34.4983390Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:32:34.4984627Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:32:34.4986059Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:32:34.4987307Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:32:34.4988612Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:32:34.4989939Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:32:34.4991722Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:32:35.6547119Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-12-17T23:32:36.3212433Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-12-17T23:32:37.7798175Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-12-17T23:32:38.2776583Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-12-17T23:32:38.9706372Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-12-17T23:32:40.2626007Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-12-17T23:32:47.1812547Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-12-17T23:32:47.6116927Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-12-17T23:32:48.4346255Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-12-17T23:32:48.5523007Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-12-17T23:32:48.6976361Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-12-17T23:32:48.7958187Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-12-17T23:32:48.8046839Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:32:49.3083105Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-12-17T23:32:49.3627657Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-12-17T23:32:49.4646234Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-12-17T23:32:49.7467122Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-12-17T23:32:50.1987891Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-12-17T23:32:50.3005013Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-12-17T23:32:50.4490001Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-12-17T23:32:50.6542779Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-12-17T23:32:50.8302944Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-12-17T23:32:50.9545715Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-12-17T23:32:51.4000088Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-12-17T23:32:54.1280754Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2024-12-17T23:32:54.1392557Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-12-17T23:32:55.4824863Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-12-17T23:32:55.6429546Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2024-12-17T23:32:56.1371540Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-12-17T23:32:56.1583917Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:32:56.1585248Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:32:56.1586891Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:32:56.1588103Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:32:56.1589587Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:32:56.1591342Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:32:56.1593087Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:32:56.1594263Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:32:56.8327464Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-12-17T23:32:58.1353098Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-12-17T23:32:58.6249526Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-12-17T23:33:06.4989512Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-12-17T23:33:07.0435620Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-12-17T23:33:07.4398777Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-12-17T23:33:07.9635792Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-12-17T23:33:15.1443414Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-12-17T23:33:15.2524405Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-12-17T23:33:15.4232821Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-12-17T23:33:15.5001335Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-12-17T23:33:15.9563613Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-12-17T23:33:16.0351281Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-12-17T23:33:16.1356037Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-12-17T23:33:16.2512291Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-12-17T23:33:16.2621969Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:33:16.2623356Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:33:18.4342279Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-12-17T23:33:19.6817893Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-12-17T23:33:20.3305348Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-12-17T23:33:20.5241093Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-12-17T23:33:25.0726581Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-12-17T23:33:25.1446605Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-12-17T23:33:26.5889338Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-12-17T23:33:26.6005963Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:33:26.6007720Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-12-17T23:33:27.2554171Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-12-17T23:33:28.5315610Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-12-17T23:33:28.6102356Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-12-17T23:33:29.0511543Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-12-17T23:33:29.1224248Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-12-17T23:33:29.1995352Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-12-17T23:33:29.3826479Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2024-12-17T23:33:29.6084765Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-12-17T23:33:29.7960235Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-12-17T23:33:29.9600630Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-12-17T23:33:29.9749469Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:33:29.9750645Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:33:29.9751705Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:33:29.9752842Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:33:31.2317330Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-12-17T23:33:32.0348401Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-12-17T23:33:34.6357925Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-12-17T23:33:35.9443166Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-12-17T23:33:36.1306699Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-12-17T23:33:36.2304286Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-12-17T23:33:36.4628341Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-12-17T23:33:36.6130877Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-12-17T23:33:36.6244456Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:33:37.0681036Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-12-17T23:33:37.1238853Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-12-17T23:33:37.1455327Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2024-12-17T23:33:37.5135941Z Entering 'android/libs/fbjni' 2024-12-17T23:33:37.5498909Z Entering 'third_party/FP16' 2024-12-17T23:33:37.5844630Z Entering 'third_party/FXdiv' 2024-12-17T23:33:37.6191727Z Entering 'third_party/NNPACK' 2024-12-17T23:33:37.6531313Z Entering 'third_party/NVTX' 2024-12-17T23:33:37.6865501Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:33:37.7200425Z Entering 'third_party/XNNPACK' 2024-12-17T23:33:37.7563708Z Entering 'third_party/benchmark' 2024-12-17T23:33:37.7927241Z Entering 'third_party/composable_kernel' 2024-12-17T23:33:37.8270207Z Entering 'third_party/cpp-httplib' 2024-12-17T23:33:37.8626716Z Entering 'third_party/cpuinfo' 2024-12-17T23:33:37.8966496Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:33:37.9302798Z Entering 'third_party/cutlass' 2024-12-17T23:33:37.9644985Z Entering 'third_party/eigen' 2024-12-17T23:33:37.9983536Z Entering 'third_party/fbgemm' 2024-12-17T23:33:38.0306294Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:33:38.0648477Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:33:38.1012973Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:33:38.1355318Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:33:38.1691922Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:33:38.2085460Z Entering 'third_party/flatbuffers' 2024-12-17T23:33:38.2429096Z Entering 'third_party/fmt' 2024-12-17T23:33:38.2761448Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:33:38.3100738Z Entering 'third_party/gloo' 2024-12-17T23:33:38.3431623Z Entering 'third_party/googletest' 2024-12-17T23:33:38.3761894Z Entering 'third_party/ideep' 2024-12-17T23:33:38.4077099Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:33:38.4433770Z Entering 'third_party/ittapi' 2024-12-17T23:33:38.4763525Z Entering 'third_party/kineto' 2024-12-17T23:33:38.5086101Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:33:38.5409287Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:33:38.5788138Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:33:38.6143969Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:33:38.6490982Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:33:38.6808677Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:33:38.7184905Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:33:38.7515591Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:33:38.7861483Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:33:38.8207927Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:33:38.8572828Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:33:38.8909869Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:33:38.9272395Z Entering 'third_party/mimalloc' 2024-12-17T23:33:38.9610140Z Entering 'third_party/nccl/nccl' 2024-12-17T23:33:38.9943935Z Entering 'third_party/nlohmann' 2024-12-17T23:33:39.0276360Z Entering 'third_party/onnx' 2024-12-17T23:33:39.0617328Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:33:39.0973565Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:33:39.1312694Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:33:39.1646337Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:33:39.1988116Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:33:39.2319256Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:33:39.2662377Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:33:39.3042667Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:33:39.3374099Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:33:39.3695386Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:33:39.4031831Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:33:39.4386875Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:33:39.4776045Z Entering 'third_party/pocketfft' 2024-12-17T23:33:39.5109563Z Entering 'third_party/protobuf' 2024-12-17T23:33:39.5434412Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:33:39.5784132Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:33:39.6139204Z Entering 'third_party/psimd' 2024-12-17T23:33:39.6480968Z Entering 'third_party/pthreadpool' 2024-12-17T23:33:39.6820028Z Entering 'third_party/pybind11' 2024-12-17T23:33:39.7154647Z Entering 'third_party/python-peachpy' 2024-12-17T23:33:39.7493783Z Entering 'third_party/sleef' 2024-12-17T23:33:39.7824007Z Entering 'third_party/tensorpipe' 2024-12-17T23:33:39.8153362Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:33:39.8556430Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:33:39.8889031Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:33:39.9226450Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:33:39.9555621Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:33:40.0002424Z ##[endgroup] 2024-12-17T23:33:40.0002925Z ##[group]Persisting credentials for submodules 2024-12-17T23:33:40.0013372Z [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-12-17T23:33:40.3209344Z Entering 'android/libs/fbjni' 2024-12-17T23:33:40.3761717Z Entering 'third_party/FP16' 2024-12-17T23:33:40.4336639Z Entering 'third_party/FXdiv' 2024-12-17T23:33:40.4852244Z Entering 'third_party/NNPACK' 2024-12-17T23:33:40.5384814Z Entering 'third_party/NVTX' 2024-12-17T23:33:40.5922192Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:33:40.6459676Z Entering 'third_party/XNNPACK' 2024-12-17T23:33:40.7001634Z Entering 'third_party/benchmark' 2024-12-17T23:33:40.7533307Z Entering 'third_party/composable_kernel' 2024-12-17T23:33:40.8063549Z Entering 'third_party/cpp-httplib' 2024-12-17T23:33:40.8599803Z Entering 'third_party/cpuinfo' 2024-12-17T23:33:40.9121892Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:33:40.9647875Z Entering 'third_party/cutlass' 2024-12-17T23:33:41.0182767Z Entering 'third_party/eigen' 2024-12-17T23:33:41.0709022Z Entering 'third_party/fbgemm' 2024-12-17T23:33:41.1219203Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:33:41.1763138Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:33:41.2287047Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:33:41.2873757Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:33:41.3398874Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:33:41.3941733Z Entering 'third_party/flatbuffers' 2024-12-17T23:33:41.4470868Z Entering 'third_party/fmt' 2024-12-17T23:33:41.4993766Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:33:41.5544188Z Entering 'third_party/gloo' 2024-12-17T23:33:41.6079350Z Entering 'third_party/googletest' 2024-12-17T23:33:41.6602590Z Entering 'third_party/ideep' 2024-12-17T23:33:41.7107027Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:33:41.7646752Z Entering 'third_party/ittapi' 2024-12-17T23:33:41.8187594Z Entering 'third_party/kineto' 2024-12-17T23:33:41.8690132Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:33:41.9197994Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:33:41.9738140Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:33:42.0268645Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:33:42.0792525Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:33:42.1308269Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:33:42.1857870Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:33:42.2388978Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:33:42.2927651Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:33:42.3452951Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:33:42.4007359Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:33:42.4535280Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:33:42.5086866Z Entering 'third_party/mimalloc' 2024-12-17T23:33:42.5608558Z Entering 'third_party/nccl/nccl' 2024-12-17T23:33:42.6128927Z Entering 'third_party/nlohmann' 2024-12-17T23:33:42.6699742Z Entering 'third_party/onnx' 2024-12-17T23:33:42.7226120Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:33:42.7774392Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:33:42.8286836Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:33:42.8810554Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:33:42.9324026Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:33:42.9849459Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:33:43.0374533Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:33:43.0907807Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:33:43.1446184Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:33:43.1965917Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:33:43.2518494Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:33:43.3070612Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:33:43.3645405Z Entering 'third_party/pocketfft' 2024-12-17T23:33:43.4172925Z Entering 'third_party/protobuf' 2024-12-17T23:33:43.4687762Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:33:43.5250904Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:33:43.5822097Z Entering 'third_party/psimd' 2024-12-17T23:33:43.6332485Z Entering 'third_party/pthreadpool' 2024-12-17T23:33:43.6902402Z Entering 'third_party/pybind11' 2024-12-17T23:33:43.7454124Z Entering 'third_party/python-peachpy' 2024-12-17T23:33:43.7972507Z Entering 'third_party/sleef' 2024-12-17T23:33:43.8492680Z Entering 'third_party/tensorpipe' 2024-12-17T23:33:43.9003439Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:33:43.9527293Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:33:44.0049059Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:33:44.0579429Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:33:44.1105706Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:33:44.1789978Z [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-12-17T23:33:44.5284526Z Entering 'android/libs/fbjni' 2024-12-17T23:33:44.5805400Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-12-17T23:33:44.5930596Z Entering 'third_party/FP16' 2024-12-17T23:33:44.6427442Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-12-17T23:33:44.6549495Z Entering 'third_party/FXdiv' 2024-12-17T23:33:44.7046518Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-12-17T23:33:44.7166811Z Entering 'third_party/NNPACK' 2024-12-17T23:33:44.7690140Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-12-17T23:33:44.7813399Z Entering 'third_party/NVTX' 2024-12-17T23:33:44.8313508Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2024-12-17T23:33:44.8440679Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:33:44.8940234Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-12-17T23:33:44.9064556Z Entering 'third_party/XNNPACK' 2024-12-17T23:33:44.9588266Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-12-17T23:33:44.9728095Z Entering 'third_party/benchmark' 2024-12-17T23:33:45.0225456Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-12-17T23:33:45.0347265Z Entering 'third_party/composable_kernel' 2024-12-17T23:33:45.0854802Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2024-12-17T23:33:45.0999780Z Entering 'third_party/cpp-httplib' 2024-12-17T23:33:45.1497511Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-12-17T23:33:45.1616684Z Entering 'third_party/cpuinfo' 2024-12-17T23:33:45.2128996Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-12-17T23:33:45.2250588Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:33:45.2748600Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-12-17T23:33:45.2870031Z Entering 'third_party/cutlass' 2024-12-17T23:33:45.3369793Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-12-17T23:33:45.3504922Z Entering 'third_party/eigen' 2024-12-17T23:33:45.4002848Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-12-17T23:33:45.4124770Z Entering 'third_party/fbgemm' 2024-12-17T23:33:45.4672088Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-12-17T23:33:45.4788309Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:33:45.5302949Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-12-17T23:33:45.5451956Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:33:45.5972701Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-12-17T23:33:45.6101655Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:33:45.6601566Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-12-17T23:33:45.6734018Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:33:45.7240893Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:33:45.7361452Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:33:45.7873912Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-12-17T23:33:45.8014899Z Entering 'third_party/flatbuffers' 2024-12-17T23:33:45.8536446Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-12-17T23:33:45.8661689Z Entering 'third_party/fmt' 2024-12-17T23:33:45.9157262Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-12-17T23:33:45.9279067Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:33:45.9811977Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-12-17T23:33:45.9935560Z Entering 'third_party/gloo' 2024-12-17T23:33:46.0431950Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-12-17T23:33:46.0556379Z Entering 'third_party/googletest' 2024-12-17T23:33:46.1064749Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:33:46.1184356Z Entering 'third_party/ideep' 2024-12-17T23:33:46.1682029Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-12-17T23:33:46.1790467Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:33:46.2296727Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-12-17T23:33:46.2477204Z Entering 'third_party/ittapi' 2024-12-17T23:33:46.2988392Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-12-17T23:33:46.3109145Z Entering 'third_party/kineto' 2024-12-17T23:33:46.3604110Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-12-17T23:33:46.3710852Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:33:46.4214636Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-12-17T23:33:46.4327061Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:33:46.4905387Z 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-12-17T23:33:46.5032194Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:33:46.5554854Z 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-12-17T23:33:46.5677950Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:33:46.6191205Z 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-12-17T23:33:46.6312831Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:33:46.6825745Z 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-12-17T23:33:46.6937182Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:33:46.7469339Z 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-12-17T23:33:46.7619625Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:33:46.8164247Z 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-12-17T23:33:46.8288507Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:33:46.8834265Z 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-12-17T23:33:46.8960441Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:33:46.9487194Z 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-12-17T23:33:46.9612672Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:33:47.0145796Z 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-12-17T23:33:47.0289815Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:33:47.0792115Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-12-17T23:33:47.0918258Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:33:47.1438982Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-12-17T23:33:47.1576525Z Entering 'third_party/mimalloc' 2024-12-17T23:33:47.2068355Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-12-17T23:33:47.2188837Z Entering 'third_party/nccl/nccl' 2024-12-17T23:33:47.2686447Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-12-17T23:33:47.2808253Z Entering 'third_party/nlohmann' 2024-12-17T23:33:47.3329101Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-12-17T23:33:47.3454226Z Entering 'third_party/onnx' 2024-12-17T23:33:47.3970220Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-12-17T23:33:47.4103606Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:33:47.4614247Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-12-17T23:33:47.4755348Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:33:47.5311824Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-12-17T23:33:47.5425469Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:33:47.5936904Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-12-17T23:33:47.6068077Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:33:47.6578228Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:33:47.6701305Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:33:47.7208100Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-12-17T23:33:47.7329432Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:33:47.7842997Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-12-17T23:33:47.7968801Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:33:47.8507700Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-12-17T23:33:47.8632841Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:33:47.9138827Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-12-17T23:33:47.9259630Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:33:47.9767387Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-12-17T23:33:47.9877525Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:33:48.0419003Z 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-12-17T23:33:48.0548557Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:33:48.1060230Z 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-12-17T23:33:48.1202898Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:33:48.1735628Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-12-17T23:33:48.1894328Z Entering 'third_party/pocketfft' 2024-12-17T23:33:48.2392563Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-12-17T23:33:48.2522303Z Entering 'third_party/protobuf' 2024-12-17T23:33:48.3039442Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-12-17T23:33:48.3151920Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:33:48.3689897Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-12-17T23:33:48.3811186Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:33:48.4314055Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:33:48.4454477Z Entering 'third_party/psimd' 2024-12-17T23:33:48.4954762Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-12-17T23:33:48.5077858Z Entering 'third_party/pthreadpool' 2024-12-17T23:33:48.5587659Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-12-17T23:33:48.5707764Z Entering 'third_party/pybind11' 2024-12-17T23:33:48.6207955Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-12-17T23:33:48.6330928Z Entering 'third_party/python-peachpy' 2024-12-17T23:33:48.6836186Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-12-17T23:33:48.6963381Z Entering 'third_party/sleef' 2024-12-17T23:33:48.7459332Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-12-17T23:33:48.7581334Z Entering 'third_party/tensorpipe' 2024-12-17T23:33:48.8100825Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-12-17T23:33:48.8210144Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:33:48.8715725Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:33:48.8843626Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:33:48.9342638Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-12-17T23:33:48.9464649Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:33:48.9963470Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-12-17T23:33:49.0085347Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:33:49.0623731Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-12-17T23:33:49.0731301Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:33:49.1234930Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-12-17T23:33:49.1800388Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2024-12-17T23:33:49.5171579Z Entering 'android/libs/fbjni' 2024-12-17T23:33:49.5513145Z Entering 'third_party/FP16' 2024-12-17T23:33:49.5862051Z Entering 'third_party/FXdiv' 2024-12-17T23:33:49.6202188Z Entering 'third_party/NNPACK' 2024-12-17T23:33:49.6539677Z Entering 'third_party/NVTX' 2024-12-17T23:33:49.6874217Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:33:49.7225063Z Entering 'third_party/XNNPACK' 2024-12-17T23:33:49.7574115Z Entering 'third_party/benchmark' 2024-12-17T23:33:49.7908453Z Entering 'third_party/composable_kernel' 2024-12-17T23:33:49.8250458Z Entering 'third_party/cpp-httplib' 2024-12-17T23:33:49.8580646Z Entering 'third_party/cpuinfo' 2024-12-17T23:33:49.8912432Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:33:49.9249444Z Entering 'third_party/cutlass' 2024-12-17T23:33:49.9585956Z Entering 'third_party/eigen' 2024-12-17T23:33:49.9924987Z Entering 'third_party/fbgemm' 2024-12-17T23:33:50.0260303Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:33:50.0595103Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:33:50.0935730Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:33:50.1285631Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:33:50.1621362Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:33:50.1986886Z Entering 'third_party/flatbuffers' 2024-12-17T23:33:50.2327168Z Entering 'third_party/fmt' 2024-12-17T23:33:50.2668692Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:33:50.2996171Z Entering 'third_party/gloo' 2024-12-17T23:33:50.3340643Z Entering 'third_party/googletest' 2024-12-17T23:33:50.3710634Z Entering 'third_party/ideep' 2024-12-17T23:33:50.4049388Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:33:50.4422220Z Entering 'third_party/ittapi' 2024-12-17T23:33:50.4791982Z Entering 'third_party/kineto' 2024-12-17T23:33:50.5120716Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:33:50.5456187Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:33:50.5837066Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:33:50.6184833Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:33:50.6538986Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:33:50.6870513Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:33:50.7285181Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:33:50.7630222Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:33:50.7970879Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:33:50.8314334Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:33:50.8703981Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:33:50.9070764Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:33:50.9633762Z Entering 'third_party/mimalloc' 2024-12-17T23:33:50.9970976Z Entering 'third_party/nccl/nccl' 2024-12-17T23:33:51.0307672Z Entering 'third_party/nlohmann' 2024-12-17T23:33:51.0637702Z Entering 'third_party/onnx' 2024-12-17T23:33:51.0984267Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:33:51.1356700Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:33:51.1676071Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:33:51.2015148Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:33:51.2366425Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:33:51.2702081Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:33:51.3043369Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:33:51.3414586Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:33:51.3749249Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:33:51.4073480Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:33:51.4424341Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:33:51.4778602Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:33:51.5150357Z Entering 'third_party/pocketfft' 2024-12-17T23:33:51.5485013Z Entering 'third_party/protobuf' 2024-12-17T23:33:51.5824602Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:33:51.6174162Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:33:51.6531839Z Entering 'third_party/psimd' 2024-12-17T23:33:51.6876093Z Entering 'third_party/pthreadpool' 2024-12-17T23:33:51.7209067Z Entering 'third_party/pybind11' 2024-12-17T23:33:51.7555406Z Entering 'third_party/python-peachpy' 2024-12-17T23:33:51.7911386Z Entering 'third_party/sleef' 2024-12-17T23:33:51.8242281Z Entering 'third_party/tensorpipe' 2024-12-17T23:33:51.8579493Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:33:51.8923889Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:33:51.9260057Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:33:51.9605505Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:33:51.9931639Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:33:52.0392473Z [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-12-17T23:33:52.3660537Z Entering 'android/libs/fbjni' 2024-12-17T23:33:52.4001195Z Entering 'third_party/FP16' 2024-12-17T23:33:52.4342365Z Entering 'third_party/FXdiv' 2024-12-17T23:33:52.4715588Z Entering 'third_party/NNPACK' 2024-12-17T23:33:52.5050623Z Entering 'third_party/NVTX' 2024-12-17T23:33:52.5407506Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:33:52.5750973Z Entering 'third_party/XNNPACK' 2024-12-17T23:33:52.6103482Z Entering 'third_party/benchmark' 2024-12-17T23:33:52.6445884Z Entering 'third_party/composable_kernel' 2024-12-17T23:33:52.6785351Z Entering 'third_party/cpp-httplib' 2024-12-17T23:33:52.7116438Z Entering 'third_party/cpuinfo' 2024-12-17T23:33:52.7468434Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:33:52.7801678Z Entering 'third_party/cutlass' 2024-12-17T23:33:52.8180667Z Entering 'third_party/eigen' 2024-12-17T23:33:52.8513208Z Entering 'third_party/fbgemm' 2024-12-17T23:33:52.8836741Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:33:52.9180341Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:33:52.9514649Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:33:52.9856909Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:33:53.0195299Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:33:53.0564207Z Entering 'third_party/flatbuffers' 2024-12-17T23:33:53.0913269Z Entering 'third_party/fmt' 2024-12-17T23:33:53.1246411Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:33:53.1581411Z Entering 'third_party/gloo' 2024-12-17T23:33:53.1942531Z Entering 'third_party/googletest' 2024-12-17T23:33:53.2275697Z Entering 'third_party/ideep' 2024-12-17T23:33:53.2596920Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:33:53.2967454Z Entering 'third_party/ittapi' 2024-12-17T23:33:53.3306824Z Entering 'third_party/kineto' 2024-12-17T23:33:53.3624567Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:33:53.3953003Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:33:53.4303477Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:33:53.4667073Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:33:53.5012327Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:33:53.5336098Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:33:53.5720007Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:33:53.6062331Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:33:53.6401965Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:33:53.6753495Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:33:53.7124317Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:33:53.7804247Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:33:53.8199335Z Entering 'third_party/mimalloc' 2024-12-17T23:33:53.8539869Z Entering 'third_party/nccl/nccl' 2024-12-17T23:33:53.8877183Z Entering 'third_party/nlohmann' 2024-12-17T23:33:53.9210265Z Entering 'third_party/onnx' 2024-12-17T23:33:53.9556640Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:33:53.9917093Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:33:54.0240259Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:33:54.0596100Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:33:54.0944376Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:33:54.1274337Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:33:54.1619992Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:33:54.1964295Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:33:54.2318972Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:33:54.2657732Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:33:54.3001768Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:33:54.3359725Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:33:54.3731476Z Entering 'third_party/pocketfft' 2024-12-17T23:33:54.4065724Z Entering 'third_party/protobuf' 2024-12-17T23:33:54.4397104Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:33:54.4740289Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:33:54.5107775Z Entering 'third_party/psimd' 2024-12-17T23:33:54.5441757Z Entering 'third_party/pthreadpool' 2024-12-17T23:33:54.5767748Z Entering 'third_party/pybind11' 2024-12-17T23:33:54.6119183Z Entering 'third_party/python-peachpy' 2024-12-17T23:33:54.6446833Z Entering 'third_party/sleef' 2024-12-17T23:33:54.6775531Z Entering 'third_party/tensorpipe' 2024-12-17T23:33:54.7104852Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:33:54.7445040Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:33:54.7784503Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:33:54.8118119Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:33:54.8433581Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:33:54.8908746Z ##[endgroup] 2024-12-17T23:33:54.9214741Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2024-12-17T23:33:54.9419778Z '0cdf8b1d09254cfda66191d1bd01e3041c3c76f7' 2024-12-17T23:33:54.9731430Z Prepare all required actions 2024-12-17T23:33:54.9810321Z ##[group]Run ./.github/actions/setup-win 2024-12-17T23:33:54.9810815Z with: 2024-12-17T23:33:54.9811028Z cuda-version: 12.1 2024-12-17T23:33:54.9811234Z env: 2024-12-17T23:33:54.9811409Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:33:54.9811640Z ##[endgroup] 2024-12-17T23:33:54.9896694Z ##[group]Run set -euo pipefail 2024-12-17T23:33:54.9897070Z set -euo pipefail 2024-12-17T23:33:54.9897374Z function get_ec2_metadata() { 2024-12-17T23:33:54.9897733Z  # Pulled from instance metadata endpoint for EC2 2024-12-17T23:33:54.9898347Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-12-17T23:33:54.9898905Z  category=$1 2024-12-17T23:33:54.9899814Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-12-17T23:33:54.9900719Z } 2024-12-17T23:33:54.9900948Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-12-17T23:33:54.9901353Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-12-17T23:33:54.9901804Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-12-17T23:33:54.9902183Z echo "system info $(uname -a)" 2024-12-17T23:33:54.9922016Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:33:54.9922456Z env: 2024-12-17T23:33:54.9922652Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:33:54.9922890Z ##[endgroup] 2024-12-17T23:33:55.0594631Z ami-id: ami-0f193dcb92b822c69 2024-12-17T23:33:55.1105855Z instance-id: i-0a62b8328e96dfcc0 2024-12-17T23:33:55.1595320Z instance-type: c5d.4xlarge 2024-12-17T23:33:55.1789589Z system info MSYS_NT-10.0-17763 EC2AMAZ-LDB17KL 3.5.4-395fda67.x86_64 2024-11-25 09:49 UTC x86_64 Msys 2024-12-17T23:33:55.1894281Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-12-17T23:33:55.1895365Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-12-17T23:33:55.1912859Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-12-17T23:33:55.1913333Z env: 2024-12-17T23:33:55.1913526Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:33:55.1913780Z ##[endgroup] 2024-12-17T23:33:55.5463075Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-12-17T23:33:55.5505901Z Finished 2024-12-17T23:33:55.5803728Z ##[group]Run # Windows conda is baked into the AMI at this location 2024-12-17T23:33:55.5804246Z # Windows conda is baked into the AMI at this location 2024-12-17T23:33:55.5804675Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2024-12-17T23:33:55.5805026Z  2024-12-17T23:33:55.5805245Z { 2024-12-17T23:33:55.5805525Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2024-12-17T23:33:55.5805941Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2024-12-17T23:33:55.5806303Z  echo "CONDA_INSTALL=${CONDA} install"; 2024-12-17T23:33:55.5806618Z } >> "${GITHUB_ENV}" 2024-12-17T23:33:55.5827291Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:33:55.5827751Z env: 2024-12-17T23:33:55.5827973Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:33:55.5828236Z ##[endgroup] 2024-12-17T23:33:55.6118141Z ##[group]Run set +e 2024-12-17T23:33:55.6118396Z set +e 2024-12-17T23:33:55.6118616Z set -x 2024-12-17T23:33:55.6118804Z  2024-12-17T23:33:55.6119025Z PYTHON3=$(${CONDA_RUN} which python3) 2024-12-17T23:33:55.6119329Z EXIT_CODE=$? 2024-12-17T23:33:55.6119534Z  2024-12-17T23:33:55.6121059Z if [[ "${EXIT_CODE}" == "0" ]]; then 2024-12-17T23:33:55.6121503Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2024-12-17T23:33:55.6121881Z  2024-12-17T23:33:55.6122108Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2024-12-17T23:33:55.6122446Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-12-17T23:33:55.6122741Z else 2024-12-17T23:33:55.6123189Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2024-12-17T23:33:55.6124046Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2024-12-17T23:33:55.6125257Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2024-12-17T23:33:55.6125853Z  # needed. In both cases, Python binary is just called python 2024-12-17T23:33:55.6126252Z  PYTHON=$(${CONDA_RUN} which python) 2024-12-17T23:33:55.6126561Z  EXIT_CODE=$? 2024-12-17T23:33:55.6126789Z  2024-12-17T23:33:55.6127002Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2024-12-17T23:33:55.6127458Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2024-12-17T23:33:55.6127889Z  2024-12-17T23:33:55.6128156Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2024-12-17T23:33:55.6128685Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2024-12-17T23:33:55.6129150Z  # here pointing to Python 2024-12-17T23:33:55.6129455Z  ln -s "${PYTHON}" "${PYTHON3}" 2024-12-17T23:33:55.6129733Z  2024-12-17T23:33:55.6130088Z  PYTHON_PATH=$(dirname "${PYTHON}") 2024-12-17T23:33:55.6130602Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-12-17T23:33:55.6130904Z  else 2024-12-17T23:33:55.6131140Z  echo "Found no Python using ${CONDA_RUN}" 2024-12-17T23:33:55.6131458Z  fi 2024-12-17T23:33:55.6131642Z fi 2024-12-17T23:33:55.6149950Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:33:55.6150404Z env: 2024-12-17T23:33:55.6150594Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:33:55.6150983Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:33:55.6151530Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:33:55.6152023Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:33:55.6152381Z ##[endgroup] 2024-12-17T23:33:55.6411875Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2024-12-17T23:33:57.2836998Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2024-12-17T23:33:57.2837340Z + EXIT_CODE=0 2024-12-17T23:33:57.2837527Z + [[ 0 == \0 ]] 2024-12-17T23:33:57.2838295Z + echo 'Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH' 2024-12-17T23:33:57.2838965Z Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH 2024-12-17T23:33:57.2897479Z ++ dirname /c/Jenkins/Miniconda3/python3 2024-12-17T23:33:57.2975221Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2024-12-17T23:33:57.2975550Z + echo /c/Jenkins/Miniconda3 2024-12-17T23:33:57.3085381Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-12-17T23:33:57.3086085Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-12-17T23:33:57.3086643Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2024-12-17T23:33:57.3109015Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:33:57.3109479Z env: 2024-12-17T23:33:57.3109664Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:33:57.3110052Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:33:57.3110581Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:33:57.3111663Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:33:57.3112041Z ##[endgroup] 2024-12-17T23:33:57.3991476Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-12-17T23:33:57.3992551Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-12-17T23:33:57.3993441Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2024-12-17T23:33:57.3993923Z # that it doesn't interfere 2024-12-17T23:33:57.3994393Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2024-12-17T23:33:57.4009897Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-12-17T23:33:57.4010418Z env: 2024-12-17T23:33:57.4010615Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:33:57.4011026Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:33:57.4011570Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:33:57.4012077Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:33:57.4012489Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:33:57.4012789Z ##[endgroup] 2024-12-17T23:33:57.7474089Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-12-17T23:33:57.7539627Z Finished 2024-12-17T23:33:58.1633679Z ##[group]Run choco install handle -y 2024-12-17T23:33:58.1634019Z choco install handle -y 2024-12-17T23:33:58.1634307Z handle C:\actions-runner\_work\ 2024-12-17T23:33:58.1651089Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-12-17T23:33:58.1651569Z env: 2024-12-17T23:33:58.1651768Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:33:58.1652152Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:33:58.1652695Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:33:58.1653181Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:33:58.1653581Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:33:58.1653892Z ##[endgroup] 2024-12-17T23:33:58.5539066Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-12-17T23:33:58.5594325Z Finished 2024-12-17T23:33:59.6637738Z Chocolatey v2.4.0 2024-12-17T23:33:59.8317210Z Installing the following packages: 2024-12-17T23:33:59.8322031Z handle 2024-12-17T23:33:59.8325885Z By installing, you accept licenses for the packages. 2024-12-17T23:34:00.2635211Z handle v5.0.0 already installed. 2024-12-17T23:34:00.2635680Z Use --force to reinstall, specify a version to install, or try upgrade. 2024-12-17T23:34:00.2736047Z 2024-12-17T23:34:00.2736198Z Chocolatey installed 0/1 packages. 2024-12-17T23:34:00.2736671Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2024-12-17T23:34:00.2739700Z 2024-12-17T23:34:00.2743415Z Warnings: 2024-12-17T23:34:00.2749308Z - handle - handle v5.0.0 already installed. 2024-12-17T23:34:00.2749778Z Use --force to reinstall, specify a version to install, or try upgrade. 2024-12-17T23:34:00.3435634Z 2024-12-17T23:34:00.3436028Z Nthandle v5.0 - Handle viewer 2024-12-17T23:34:00.3436374Z Copyright (C) 1997-2022 Mark Russinovich 2024-12-17T23:34:00.3436681Z Sysinternals - www.sysinternals.com 2024-12-17T23:34:00.3436887Z 2024-12-17T23:34:00.3711229Z powershell.exe pid: 2948 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-12-17T23:34:00.3711923Z handle.exe pid: 5672 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-12-17T23:34:00.3712491Z handle.exe pid: 1680 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-12-17T23:34:00.3713301Z handle64.exe pid: 5716 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-12-17T23:34:00.4030135Z ##[group]Run python3 .github/scripts/parse_ref.py 2024-12-17T23:34:00.4030556Z python3 .github/scripts/parse_ref.py 2024-12-17T23:34:00.4049399Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:34:00.4049941Z env: 2024-12-17T23:34:00.4050129Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:34:00.4050567Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:34:00.4051157Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:34:00.4051654Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:34:00.4052076Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:00.4052375Z ##[endgroup] 2024-12-17T23:34:00.4813590Z Prepare all required actions 2024-12-17T23:34:00.4851476Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-12-17T23:34:00.4851795Z with: 2024-12-17T23:34:00.4852165Z github-token: *** 2024-12-17T23:34:00.4852373Z env: 2024-12-17T23:34:00.4852569Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:34:00.4852953Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:34:00.4853492Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:34:00.4853981Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:34:00.4854382Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:00.4854681Z ##[endgroup] 2024-12-17T23:34:00.4930389Z ##[group]Run set -eux 2024-12-17T23:34:00.4930639Z set -eux 2024-12-17T23:34:00.4931062Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-12-17T23:34:00.4949988Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:34:00.4950424Z env: 2024-12-17T23:34:00.4950625Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:34:00.4951023Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:34:00.4951563Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:34:00.4952066Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:34:00.4952479Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:00.4952963Z GITHUB_TOKEN: *** 2024-12-17T23:34:00.4953164Z ##[endgroup] 2024-12-17T23:34:00.5130095Z + python3 .github/scripts/get_workflow_job_id.py 12383255596 i-0a62b8328e96dfcc0 2024-12-17T23:34:01.0427195Z setting job-id=34565590908 2024-12-17T23:34:01.0427513Z setting job-name=win-vs2019-cuda12.1-py3 / build 2024-12-17T23:34:01.0740416Z Prepare all required actions 2024-12-17T23:34:01.0740821Z Getting action download info 2024-12-17T23:34:01.2700946Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-12-17T23:34:01.4177722Z ##[group]Run ./.github/actions/filter-test-configs 2024-12-17T23:34:01.4178048Z with: 2024-12-17T23:34:01.4178417Z github-token: *** 2024-12-17T23:34:01.4178659Z job-name: win-vs2019-cuda12.1-py3 / build 2024-12-17T23:34:01.4178942Z env: 2024-12-17T23:34:01.4179122Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:34:01.4179517Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:34:01.4180083Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:34:01.4180604Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:34:01.4181002Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:01.4181347Z ##[endgroup] 2024-12-17T23:34:01.4276099Z ##[group]Run nick-fields/retry@v3.0.0 2024-12-17T23:34:01.4276386Z with: 2024-12-17T23:34:01.4276553Z shell: bash 2024-12-17T23:34:01.4276745Z timeout_minutes: 10 2024-12-17T23:34:01.4276949Z max_attempts: 5 2024-12-17T23:34:01.4277155Z retry_wait_seconds: 30 2024-12-17T23:34:01.4277928Z 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-12-17T23:34:01.4278750Z polling_interval_seconds: 1 2024-12-17T23:34:01.4278999Z warning_on_retry: true 2024-12-17T23:34:01.4279230Z continue_on_error: false 2024-12-17T23:34:01.4279505Z env: 2024-12-17T23:34:01.4279673Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:34:01.4280100Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:34:01.4280646Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:34:01.4281131Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:34:01.4281545Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:01.4282017Z GITHUB_TOKEN: *** 2024-12-17T23:34:01.4282223Z ##[endgroup] 2024-12-17T23:34:01.5469497Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-12-17T23:34:02.0795420Z Requirement already satisfied: requests==2.27.1 in c:\jenkins\miniconda3\lib\site-packages (2.27.1) 2024-12-17T23:34:02.0800973Z Requirement already satisfied: pyyaml==6.0.1 in c:\jenkins\miniconda3\lib\site-packages (6.0.1) 2024-12-17T23:34:02.0939457Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (1.26.19) 2024-12-17T23:34:02.0945760Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2024.8.30) 2024-12-17T23:34:02.0957942Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2024-12-17T23:34:02.0971989Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2024-12-17T23:34:03.5340052Z Command completed after 1 attempt(s). 2024-12-17T23:34:03.5488933Z ##[group]Run set -x 2024-12-17T23:34:03.5489183Z set -x 2024-12-17T23:34:03.5489380Z  2024-12-17T23:34:03.5489754Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-12-17T23:34:03.5490230Z # in runner workspace 2024-12-17T23:34:03.5490588Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-12-17T23:34:03.5509654Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:34:03.5510110Z env: 2024-12-17T23:34:03.5510294Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:34:03.5510685Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:34:03.5512656Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:34:03.5513311Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:34:03.5513722Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:03.5514033Z ##[endgroup] 2024-12-17T23:34:03.5700215Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2024-12-17T23:34:03.6286247Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-12-17T23:34:03.6286646Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-12-17T23:34:03.6287044Z echo "Job name: ${JOB_NAME}" 2024-12-17T23:34:03.6287311Z  2024-12-17T23:34:03.6287685Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-12-17T23:34:03.6288157Z # in runner workspace 2024-12-17T23:34:03.6288565Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-12-17T23:34:03.6289052Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-12-17T23:34:03.6289401Z  --job-name "${JOB_NAME}" \ 2024-12-17T23:34:03.6289684Z  --test-matrix "" \ 2024-12-17T23:34:03.6289970Z  --selected-test-configs "" \ 2024-12-17T23:34:03.6290298Z  --pr-number "${PR_NUMBER}" \ 2024-12-17T23:34:03.6290590Z  --tag "${TAG}" \ 2024-12-17T23:34:03.6290909Z  --event-name "${EVENT_NAME}" \ 2024-12-17T23:34:03.6291221Z  --schedule "${SCHEDULE}" \ 2024-12-17T23:34:03.6291551Z  --branch "${HEAD_BRANCH}" 2024-12-17T23:34:03.6310598Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:34:03.6311054Z env: 2024-12-17T23:34:03.6311247Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:34:03.6311645Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:34:03.6312191Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:34:03.6312708Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:34:03.6313133Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:03.6313706Z GITHUB_TOKEN: *** 2024-12-17T23:34:03.6313962Z JOB_NAME: win-vs2019-cuda12.1-py3 / build 2024-12-17T23:34:03.6314302Z PR_NUMBER: 2024-12-17T23:34:03.6314511Z TAG: 2024-12-17T23:34:03.6314691Z EVENT_NAME: push 2024-12-17T23:34:03.6314906Z SCHEDULE: 2024-12-17T23:34:03.6315080Z HEAD_BRANCH: 2024-12-17T23:34:03.6315278Z ##[endgroup] 2024-12-17T23:34:03.6502857Z Workflow: trunk 2024-12-17T23:34:03.6503148Z Job name: win-vs2019-cuda12.1-py3 / build 2024-12-17T23:34:03.7803118Z C:\actions-runner\_work\pytorch\pytorch\.github\scripts\filter_test_configs.py:555: UserWarning: Invalid test matrix input '', exiting 2024-12-17T23:34:03.7803946Z warnings.warn(f"Invalid test matrix input '{args.test_matrix}', exiting") 2024-12-17T23:34:03.8049544Z ##[group]Run echo "Filtered matrix:" 2024-12-17T23:34:03.8050156Z echo "Filtered matrix:" 2024-12-17T23:34:03.8050645Z echo "" 2024-12-17T23:34:03.8050999Z  2024-12-17T23:34:03.8051324Z echo 2024-12-17T23:34:03.8051733Z echo "Is the current job unstable? " 2024-12-17T23:34:03.8052260Z  2024-12-17T23:34:03.8052554Z echo 2024-12-17T23:34:03.8052965Z echo "Is keep-going label set? " 2024-12-17T23:34:03.8053465Z  2024-12-17T23:34:03.8053790Z echo 2024-12-17T23:34:03.8054153Z echo "Renabled issues? " 2024-12-17T23:34:03.8082279Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:34:03.8083124Z env: 2024-12-17T23:34:03.8083467Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:34:03.8084195Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:34:03.8085212Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:34:03.8086874Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:34:03.8087460Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:03.8087767Z ##[endgroup] 2024-12-17T23:34:03.8284410Z Filtered matrix: 2024-12-17T23:34:03.8284583Z 2024-12-17T23:34:03.8284591Z 2024-12-17T23:34:03.8284686Z Is the current job unstable? 2024-12-17T23:34:03.8284892Z 2024-12-17T23:34:03.8285033Z Is keep-going label set? 2024-12-17T23:34:03.8285229Z 2024-12-17T23:34:03.8285341Z Renabled issues? 2024-12-17T23:34:03.8409756Z Prepare all required actions 2024-12-17T23:34:03.8410260Z Getting action download info 2024-12-17T23:34:03.9802778Z ##[group]Run ./.github/actions/pytest-cache-download 2024-12-17T23:34:03.9803127Z with: 2024-12-17T23:34:03.9803327Z cache_dir: .pytest_cache 2024-12-17T23:34:03.9803660Z job_identifier: trunk_win-vs2019-cuda12.1-py3 2024-12-17T23:34:03.9804018Z s3_bucket: gha-artifacts 2024-12-17T23:34:03.9804257Z env: 2024-12-17T23:34:03.9804433Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:34:03.9804833Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:34:03.9805385Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:34:03.9805874Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:34:03.9806286Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:03.9806586Z ##[endgroup] 2024-12-17T23:34:03.9905030Z ##[group]Run nick-fields/retry@v3.0.0 2024-12-17T23:34:03.9905380Z with: 2024-12-17T23:34:03.9905558Z shell: bash 2024-12-17T23:34:03.9905827Z timeout_minutes: 5 2024-12-17T23:34:03.9906058Z max_attempts: 5 2024-12-17T23:34:03.9906265Z retry_wait_seconds: 30 2024-12-17T23:34:03.9906578Z command: set -eu python3 -m pip install boto3==1.35.42 2024-12-17T23:34:03.9906940Z polling_interval_seconds: 1 2024-12-17T23:34:03.9907188Z warning_on_retry: true 2024-12-17T23:34:03.9907429Z continue_on_error: false 2024-12-17T23:34:03.9907665Z env: 2024-12-17T23:34:03.9907852Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:34:03.9908453Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:34:03.9909330Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:34:03.9909822Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:34:03.9910233Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:03.9910532Z ##[endgroup] 2024-12-17T23:34:05.4696904Z Collecting boto3==1.35.42 2024-12-17T23:34:05.4746495Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2024-12-17T23:34:05.4824878Z Requirement already satisfied: botocore<1.36.0,>=1.35.42 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (1.35.83) 2024-12-17T23:34:05.4831910Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (1.0.1) 2024-12-17T23:34:05.4838677Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (0.10.1) 2024-12-17T23:34:05.4905801Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (2.9.0.post0) 2024-12-17T23:34:05.4918057Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.26.19) 2024-12-17T23:34:05.4979403Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.16.0) 2024-12-17T23:34:05.5225118Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2024-12-17T23:34:06.2848093Z Installing collected packages: boto3 2024-12-17T23:34:06.2850109Z Attempting uninstall: boto3 2024-12-17T23:34:06.2857347Z Found existing installation: boto3 1.35.33 2024-12-17T23:34:06.3009888Z Uninstalling boto3-1.35.33: 2024-12-17T23:34:06.3064096Z Successfully uninstalled boto3-1.35.33 2024-12-17T23:34:06.4889238Z Successfully installed boto3-1.35.42 2024-12-17T23:34:07.0962465Z Command completed after 1 attempt(s). 2024-12-17T23:34:07.1128524Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2024-12-17T23:34:07.1129003Z python3 .github/scripts/pytest_cache.py \ 2024-12-17T23:34:07.1129392Z  --download \ 2024-12-17T23:34:07.1131260Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2024-12-17T23:34:07.1131644Z  --pr_identifier $GITHUB_REF \ 2024-12-17T23:34:07.1131972Z  --job_identifier $JOB_IDENTIFIER \ 2024-12-17T23:34:07.1132282Z  --temp_dir $RUNNER_TEMP \ 2024-12-17T23:34:07.1132557Z  --repo $REPO \ 2024-12-17T23:34:07.1132799Z  --bucket $BUCKET \ 2024-12-17T23:34:07.1151830Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:34:07.1152365Z env: 2024-12-17T23:34:07.1152572Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:34:07.1153037Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:34:07.1153661Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:34:07.1154219Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:34:07.1154695Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:07.1155047Z CACHE_DIR: .pytest_cache 2024-12-17T23:34:07.1155374Z JOB_IDENTIFIER: trunk_win-vs2019-cuda12.1-py3 2024-12-17T23:34:07.1155678Z REPO: pytorch/pytorch 2024-12-17T23:34:07.1155947Z BUCKET: gha-artifacts 2024-12-17T23:34:07.1156213Z ##[endgroup] 2024-12-17T23:34:07.9423629Z PR identifier for `refs/heads/release/2.6` is `34bd5c03b81e6d598f3b485a20400869` 2024-12-17T23:34:07.9425321Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='C:\\actions-runner\\_work\\pytorch\\pytorch/.pytest_cache', pr_identifier='refs/heads/release/2.6', job_identifier='trunk_win-vs2019-cuda12.1-py3', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='C:\\actions-runner\\_work\\_temp', bucket='gha-artifacts') 2024-12-17T23:34:07.9427422Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/34bd5c03b81e6d598f3b485a20400869/trunk_win-vs2019-cuda12_1-py3` in bucket `gha-artifacts` 2024-12-17T23:34:08.0081907Z ##[group]Run .ci/pytorch/win-build.sh 2024-12-17T23:34:08.0082265Z .ci/pytorch/win-build.sh 2024-12-17T23:34:08.0100910Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:34:08.0101434Z env: 2024-12-17T23:34:08.0101623Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:34:08.0102062Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:34:08.0102608Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:34:08.0103100Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:34:08.0103514Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:08.0103890Z PYTORCH_FINAL_PACKAGE_DIR: /c/12383255596/build-results/ 2024-12-17T23:34:08.0104229Z BRANCH: release/2.6 2024-12-17T23:34:08.0104486Z BUILD_ENVIRONMENT: win-vs2019-cuda12.1-py3 2024-12-17T23:34:08.0104783Z BUILD_WHEEL: 1 2024-12-17T23:34:08.0105013Z MAX_JOBS: 8 2024-12-17T23:34:08.0105200Z CUDA_VERSION: 12.1 2024-12-17T23:34:08.0105422Z PYTHON_VERSION: 3.9 2024-12-17T23:34:08.0105761Z SCCACHE_BUCKET: ossci-compiler-cache 2024-12-17T23:34:08.0106057Z SCCACHE_S3_KEY_PREFIX: trunk 2024-12-17T23:34:08.0106317Z SCCACHE_REGION: us-east-1 2024-12-17T23:34:08.0106571Z VC_PRODUCT: BuildTools 2024-12-17T23:34:08.0106795Z VC_VERSION: 2024-12-17T23:34:08.0106989Z VC_YEAR: 2019 2024-12-17T23:34:08.0107382Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-12-17T23:34:08.0107854Z AWS_DEFAULT_REGION: us-east-1 2024-12-17T23:34:08.0108118Z PR_NUMBER: 2024-12-17T23:34:08.0108519Z SHA1: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:34:08.0108830Z DEBUG: 0 2024-12-17T23:34:08.0109013Z TORCH_CUDA_ARCH_LIST: 8.6 2024-12-17T23:34:08.0109258Z USE_CUDA: 1 2024-12-17T23:34:08.0109443Z USE_XPU: 0 2024-12-17T23:34:08.0109628Z XPU_VERSION: 2024-12-17T23:34:08.0109842Z OUR_GITHUB_JOB_ID: 34565590908 2024-12-17T23:34:08.0110087Z ##[endgroup] 2024-12-17T23:34:08.0888004Z ++ [[ win-vs2019-cuda12.1-py3 == *rocm* ]] 2024-12-17T23:34:08.0888384Z ++ BUILD_TEST_LIBTORCH=0 2024-12-17T23:34:08.0888789Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2024-12-17T23:34:08.0890523Z ++ [[ win-vs2019-cuda12.1-py3 != *win-* ]] 2024-12-17T23:34:08.0890945Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-12-17T23:34:08.0891440Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-12-17T23:34:08.0945071Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-12-17T23:34:08.1043248Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2024-12-17T23:34:08.1043738Z + export TMP_DIR_WIN 2024-12-17T23:34:08.1044102Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/12383255596/build-results/ 2024-12-17T23:34:08.1044543Z + PYTORCH_FINAL_PACKAGE_DIR=/c/12383255596/build-results/ 2024-12-17T23:34:08.1044921Z + [[ -n /c/12383255596/build-results/ ]] 2024-12-17T23:34:08.1045225Z + mkdir -p /c/12383255596/build-results/ 2024-12-17T23:34:08.1164165Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-12-17T23:34:08.1164982Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-12-17T23:34:08.1165456Z + set +ex 2024-12-17T23:34:08.9655691Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-12-17T23:34:08.9793323Z 2024-12-17T23:34:08.9794011Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2024-12-17T23:34:08.9796933Z 2024-12-17T23:34:08.9801120Z 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-12-17T23:34:08.9803777Z 2024-12-17T23:34:08.9804326Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-12-17T23:34:08.9804974Z 2024-12-17T23:34:08.9805561Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_magma.bat 2024-12-17T23:34:08.9814568Z 2024-12-17T23:34:08.9814922Z C:\actions-runner\_work\pytorch\pytorch>if "12.1" == "cpu" ( 2024-12-17T23:34:08.9815338Z echo skip magma installation for cpu builds 2024-12-17T23:34:08.9815657Z exit /b 0 2024-12-17T23:34:08.9815824Z ) 2024-12-17T23:34:08.9816084Z 2024-12-17T23:34:08.9816592Z C:\actions-runner\_work\pytorch\pytorch>rem remove dot in cuda_version, fox example 11.1 to 111 2024-12-17T23:34:08.9817421Z 2024-12-17T23:34:08.9817883Z C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" (exit /b 0 ) 2024-12-17T23:34:08.9819075Z 2024-12-17T23:34:08.9819369Z C:\actions-runner\_work\pytorch\pytorch>if x121 == x12.1 ( 2024-12-17T23:34:08.9819850Z echo CUDA version 12.1 format isn't correct, which doesn't contain '.' 2024-12-17T23:34:08.9820248Z exit /b 1 2024-12-17T23:34:08.9820652Z ) 2024-12-17T23:34:08.9820750Z 2024-12-17T23:34:08.9820942Z C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=121 2024-12-17T23:34:08.9822467Z 2024-12-17T23:34:08.9822900Z C:\actions-runner\_work\pytorch\pytorch>set CUDA_SUFFIX=cuda121 2024-12-17T23:34:08.9825153Z 2024-12-17T23:34:08.9825529Z C:\actions-runner\_work\pytorch\pytorch>if "cuda121" == "" ( 2024-12-17T23:34:08.9826032Z echo unknown CUDA version, please set `CUDA_VERSION` higher than 10.2 2024-12-17T23:34:08.9826430Z exit /b 1 2024-12-17T23:34:08.9826600Z ) 2024-12-17T23:34:08.9828099Z 2024-12-17T23:34:08.9828367Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2024-12-17T23:34:08.9830104Z if "win-vs2019-cuda12.1-py3" == "" (curl --retry 3 --retry-all-errors -k https://s3.amazonaws.com/ossci-windows/magma_2.5.4_cuda121_release.7z --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z ) else (aws s3 cp s3://ossci-windows/magma_2.5.4_cuda121_release.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z --quiet ) 2024-12-17T23:34:08.9831772Z if errorlevel 1 exit /b 2024-12-17T23:34:08.9832030Z if not errorlevel 0 exit /b 2024-12-17T23:34:08.9832742Z 7z x -aoa C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z -oC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma 2024-12-17T23:34:08.9833470Z if errorlevel 1 exit /b 2024-12-17T23:34:08.9833718Z if not errorlevel 0 exit /b 2024-12-17T23:34:08.9833952Z ) 2024-12-17T23:34:11.0020613Z 2024-12-17T23:34:11.0021155Z 7-Zip 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-08-11 2024-12-17T23:34:11.0021484Z 2024-12-17T23:34:11.0021582Z Scanning the drive for archives: 2024-12-17T23:34:11.0021854Z 1 file, 61758995 bytes (59 MiB) 2024-12-17T23:34:11.0022023Z 2024-12-17T23:34:11.0022366Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z 2024-12-17T23:34:13.4525576Z -- 2024-12-17T23:34:13.4526112Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z 2024-12-17T23:34:13.4526582Z Type = 7z 2024-12-17T23:34:13.4526776Z Physical Size = 61758995 2024-12-17T23:34:13.4527038Z Headers Size = 937 2024-12-17T23:34:13.4527240Z Method = LZMA2:24 2024-12-17T23:34:13.4527433Z Solid = + 2024-12-17T23:34:13.4528399Z Blocks = 1 2024-12-17T23:34:13.4528532Z 2024-12-17T23:34:13.4528620Z Everything is Ok 2024-12-17T23:34:13.4528760Z 2024-12-17T23:34:13.4528832Z Folders: 2 2024-12-17T23:34:13.4529011Z Files: 68 2024-12-17T23:34:13.4529178Z Size: 143782746 2024-12-17T23:34:13.4529398Z Compressed: 61758995 2024-12-17T23:34:13.4546344Z 2024-12-17T23:34:13.4551309Z C:\actions-runner\_work\pytorch\pytorch>set MAGMA_HOME=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma 2024-12-17T23:34:13.4551832Z 2024-12-17T23:34:13.4552034Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-12-17T23:34:13.4552351Z 2024-12-17T23:34:13.4552586Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-12-17T23:34:13.4553556Z 2024-12-17T23:34:13.4554346Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_sccache.bat 2024-12-17T23:34:13.4565315Z 2024-12-17T23:34:13.4565877Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2024-12-17T23:34:13.4570871Z 2024-12-17T23:34:13.4571221Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2024-12-17T23:34:13.4571715Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2024-12-17T23:34:13.4572197Z taskkill /im sccache.exe /f /t || ver 1>nul 2024-12-17T23:34:13.4572704Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2024-12-17T23:34:13.4573158Z ) 2024-12-17T23:34:13.4574505Z if "win-vs2019-cuda12.1-py3" == "" (curl --retry 3 --retry-all-errors -k https://s3.amazonaws.com/ossci-windows/sccache-v0.7.4.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ) else (aws s3 cp s3://ossci-windows/sccache-v0.7.4.exe C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ) 2024-12-17T23:34:13.4576704Z ) 2024-12-17T23:34:14.6814554Z Completed 256.0 KiB/18.8 MiB (742.1 KiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6819721Z Completed 512.0 KiB/18.8 MiB (1.4 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6829050Z Completed 768.0 KiB/18.8 MiB (2.1 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6833924Z Completed 1.0 MiB/18.8 MiB (2.8 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6842459Z Completed 1.2 MiB/18.8 MiB (3.5 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6855532Z Completed 1.5 MiB/18.8 MiB (4.2 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6857817Z Completed 1.8 MiB/18.8 MiB (4.9 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6873926Z Completed 2.0 MiB/18.8 MiB (5.6 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6879226Z Completed 2.2 MiB/18.8 MiB (6.3 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6889204Z Completed 2.5 MiB/18.8 MiB (6.9 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6899801Z Completed 2.8 MiB/18.8 MiB (7.6 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6909926Z Completed 3.0 MiB/18.8 MiB (8.3 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6912918Z Completed 3.2 MiB/18.8 MiB (8.9 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6926801Z Completed 3.5 MiB/18.8 MiB (9.6 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6929017Z Completed 3.8 MiB/18.8 MiB (10.3 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6934408Z Completed 4.0 MiB/18.8 MiB (11.0 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6940477Z Completed 4.2 MiB/18.8 MiB (11.6 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6951690Z Completed 4.5 MiB/18.8 MiB (12.3 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6960168Z Completed 4.8 MiB/18.8 MiB (12.9 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6964994Z Completed 5.0 MiB/18.8 MiB (13.6 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6970101Z Completed 5.2 MiB/18.8 MiB (14.2 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6983225Z Completed 5.5 MiB/18.8 MiB (14.9 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6988077Z Completed 5.8 MiB/18.8 MiB (15.5 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.6998664Z Completed 6.0 MiB/18.8 MiB (16.2 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7010357Z Completed 6.2 MiB/18.8 MiB (16.8 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7015209Z Completed 6.5 MiB/18.8 MiB (17.4 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7023084Z Completed 6.8 MiB/18.8 MiB (18.1 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7028032Z Completed 7.0 MiB/18.8 MiB (18.7 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7032773Z Completed 7.2 MiB/18.8 MiB (19.3 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7044822Z Completed 7.5 MiB/18.8 MiB (20.0 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7056475Z Completed 7.8 MiB/18.8 MiB (20.6 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7060361Z Completed 8.0 MiB/18.8 MiB (21.2 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7064925Z Completed 8.2 MiB/18.8 MiB (21.8 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7069229Z Completed 8.5 MiB/18.8 MiB (22.4 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7073738Z Completed 8.8 MiB/18.8 MiB (23.1 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7079094Z Completed 9.0 MiB/18.8 MiB (23.7 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7083730Z Completed 9.2 MiB/18.8 MiB (24.3 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7089836Z Completed 9.5 MiB/18.8 MiB (24.9 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7094345Z Completed 9.8 MiB/18.8 MiB (25.5 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7099578Z Completed 10.0 MiB/18.8 MiB (26.2 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7105455Z Completed 10.2 MiB/18.8 MiB (26.8 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7108839Z Completed 10.5 MiB/18.8 MiB (27.4 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7116021Z Completed 10.8 MiB/18.8 MiB (28.0 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7124105Z Completed 11.0 MiB/18.8 MiB (28.6 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7135033Z Completed 11.2 MiB/18.8 MiB (29.2 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7136635Z Completed 11.5 MiB/18.8 MiB (29.8 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7143009Z Completed 11.8 MiB/18.8 MiB (30.5 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7147858Z Completed 12.0 MiB/18.8 MiB (31.0 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7152863Z Completed 12.2 MiB/18.8 MiB (31.6 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7158382Z Completed 12.5 MiB/18.8 MiB (32.2 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7765644Z Completed 12.8 MiB/18.8 MiB (32.8 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7775734Z Completed 13.0 MiB/18.8 MiB (29.1 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7790552Z Completed 13.2 MiB/18.8 MiB (29.7 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7800341Z Completed 13.5 MiB/18.8 MiB (29.9 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7813674Z Completed 13.8 MiB/18.8 MiB (30.4 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7837531Z Completed 14.0 MiB/18.8 MiB (31.0 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7846702Z Completed 14.2 MiB/18.8 MiB (31.5 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7855280Z Completed 14.5 MiB/18.8 MiB (32.1 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7875967Z Completed 14.8 MiB/18.8 MiB (32.6 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7884238Z Completed 15.0 MiB/18.8 MiB (33.2 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7895293Z Completed 15.2 MiB/18.8 MiB (33.7 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7907427Z Completed 15.5 MiB/18.8 MiB (33.6 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7914810Z Completed 15.8 MiB/18.8 MiB (34.0 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7922347Z Completed 16.0 MiB/18.8 MiB (34.5 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7928084Z Completed 16.2 MiB/18.8 MiB (35.0 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.7936893Z Completed 16.5 MiB/18.8 MiB (35.4 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.8043472Z Completed 16.8 MiB/18.8 MiB (35.9 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.8051787Z Completed 17.0 MiB/18.8 MiB (35.8 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.8056155Z Completed 17.2 MiB/18.8 MiB (36.3 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.8068550Z Completed 17.5 MiB/18.8 MiB (36.9 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.8075050Z Completed 17.8 MiB/18.8 MiB (37.4 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.8079207Z Completed 18.0 MiB/18.8 MiB (37.9 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.8112195Z Completed 18.2 MiB/18.8 MiB (38.0 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.8120498Z Completed 18.5 MiB/18.8 MiB (38.5 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.8129673Z Completed 18.8 MiB/18.8 MiB (39.0 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.8136567Z Completed 18.8 MiB/18.8 MiB (39.2 MiB/s) with 1 file(s) remaining 2024-12-17T23:34:14.8137140Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2024-12-17T23:34:14.9114285Z 2024-12-17T23:34:14.9114848Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-12-17T23:34:14.9115289Z 2024-12-17T23:34:14.9115874Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-12-17T23:34:14.9117779Z 2024-12-17T23:34:14.9118184Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2024-12-17T23:34:14.9118853Z call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_xpu.bat 2024-12-17T23:34:14.9119457Z if errorlevel 1 exit /b 1 2024-12-17T23:34:14.9119678Z ) 2024-12-17T23:34:14.9119937Z 2024-12-17T23:34:14.9120682Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2024-12-17T23:34:14.9133363Z 2024-12-17T23:34:14.9134050Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cuda12.1-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2024-12-17T23:34:14.9137020Z 2024-12-17T23:34:14.9137431Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2024-12-17T23:34:14.9139914Z 2024-12-17T23:34:14.9140369Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2024-12-17T23:34:14.9141484Z 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-12-17T23:34:14.9142517Z if errorlevel 1 exit /b 2024-12-17T23:34:14.9142768Z if not errorlevel 0 exit /b 2024-12-17T23:34:14.9143612Z 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-12-17T23:34:14.9144484Z if errorlevel 1 exit /b 2024-12-17T23:34:14.9144736Z if not errorlevel 0 exit /b 2024-12-17T23:34:14.9144965Z ) 2024-12-17T23:34:14.9145068Z 2024-12-17T23:34:14.9145501Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-12-17T23:34:16.0894096Z Requirement already satisfied: mkl-include==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2024-12-17T23:34:16.0901099Z Requirement already satisfied: mkl-devel==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2024-12-17T23:34:16.0935309Z Requirement already satisfied: mkl==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (from mkl-devel==2021.4.0) (2021.4.0) 2024-12-17T23:34:16.0962345Z Requirement already satisfied: intel-openmp==2021.* in c:\jenkins\miniconda3\lib\site-packages (from mkl==2021.4.0->mkl-devel==2021.4.0) (2021.4.0) 2024-12-17T23:34:16.0968313Z Requirement already satisfied: tbb==2021.* in c:\jenkins\miniconda3\lib\site-packages (from mkl==2021.4.0->mkl-devel==2021.4.0) (2021.13.1) 2024-12-17T23:34:17.0872505Z ********************************************************************** 2024-12-17T23:34:17.0872973Z ** Visual Studio 2019 Developer Command Prompt v16.11.42 2024-12-17T23:34:17.0873353Z ** Copyright (c) 2021 Microsoft Corporation 2024-12-17T23:34:17.0873673Z ********************************************************************** 2024-12-17T23:34:17.4980602Z [vcvarsall.bat] Environment initialized for: 'x64' 2024-12-17T23:34:17.5013317Z 2024-12-17T23:34:17.5013697Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2024-12-17T23:34:17.5016862Z 2024-12-17T23:34:17.5017174Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" goto cuda_build_end 2024-12-17T23:34:17.5018144Z 2024-12-17T23:34:17.5018790Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-12-17T23:34:17.5020856Z 2024-12-17T23:34:17.5021152Z (base) C:\actions-runner\_work\pytorch\pytorch>if x121 == x12.1 ( 2024-12-17T23:34:17.5021649Z echo CUDA version 12.1 format isn't correct, which doesn't contain '.' 2024-12-17T23:34:17.5022050Z goto fail 2024-12-17T23:34:17.5022234Z ) 2024-12-17T23:34:17.5022325Z 2024-12-17T23:34:17.5022635Z (base) C:\actions-runner\_work\pytorch\pytorch>rem version transformer, for example 10.1 to 10_1. 2024-12-17T23:34:17.5023145Z 2024-12-17T23:34:17.5023545Z (base) C:\actions-runner\_work\pytorch\pytorch>if x121 == x12.1 ( 2024-12-17T23:34:17.5024049Z echo CUDA version 12.1 format isn't correct, which doesn't contain '.' 2024-12-17T23:34:17.5024434Z goto fail 2024-12-17T23:34:17.5024614Z ) 2024-12-17T23:34:17.5024711Z 2024-12-17T23:34:17.5024936Z (base) C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=12_1 2024-12-17T23:34:17.5026850Z 2024-12-17T23:34:17.5027345Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-12-17T23:34:17.5029318Z 2024-12-17T23:34:17.5029819Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64 2024-12-17T23:34:17.5031712Z 2024-12-17T23:34:17.5032161Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-12-17T23:34:17.5034129Z 2024-12-17T23:34:17.5034695Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-12-17T23:34:17.5036655Z 2024-12-17T23:34:17.5045138Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\libnvvp;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2024-12-17T23:34:17.5053595Z 2024-12-17T23:34:17.5053821Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2024-12-17T23:34:17.5054144Z 2024-12-17T23:34:17.5062243Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\libnvvp;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2024-12-17T23:34:17.5070711Z 2024-12-17T23:34:17.5070987Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2024-12-17T23:34:17.5071393Z 2024-12-17T23:34:17.5071610Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2024-12-17T23:34:17.5071939Z 2024-12-17T23:34:17.5072194Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-12-17T23:34:17.5072569Z 2024-12-17T23:34:17.5072777Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-12-17T23:34:17.5824716Z Stopping sccache server... 2024-12-17T23:34:18.5844889Z sccache: error: couldn't connect to server 2024-12-17T23:34:18.5847737Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2024-12-17T23:34:18.5871801Z 2024-12-17T23:34:18.5872298Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2024-12-17T23:34:18.5967807Z sccache: Starting the server... 2024-12-17T23:34:18.7260797Z 2024-12-17T23:34:18.7261660Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2024-12-17T23:34:18.7375033Z Compile requests 0 2024-12-17T23:34:18.7375485Z Compile requests executed 0 2024-12-17T23:34:18.7375770Z Cache hits 0 2024-12-17T23:34:18.7376046Z Cache misses 0 2024-12-17T23:34:18.7376365Z Cache timeouts 0 2024-12-17T23:34:18.7376629Z Cache read errors 0 2024-12-17T23:34:18.7376900Z Forced recaches 0 2024-12-17T23:34:18.7377174Z Cache write errors 0 2024-12-17T23:34:18.7377450Z Compilation failures 0 2024-12-17T23:34:18.7377747Z Cache errors 0 2024-12-17T23:34:18.7378029Z Non-cacheable compilations 0 2024-12-17T23:34:18.7378305Z Non-cacheable calls 0 2024-12-17T23:34:18.7378589Z Non-compilation calls 0 2024-12-17T23:34:18.7378869Z Unsupported compiler calls 0 2024-12-17T23:34:18.7379162Z Average cache write 0.000 s 2024-12-17T23:34:18.7379460Z Average compiler 0.000 s 2024-12-17T23:34:18.7379741Z Average cache read hit 0.000 s 2024-12-17T23:34:18.7380039Z Failed distributed compilations 0 2024-12-17T23:34:18.7380439Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-12-17T23:34:18.7381155Z Version (client) 0.7.4 2024-12-17T23:34:18.7397303Z 2024-12-17T23:34:18.7397708Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2024-12-17T23:34:18.7399887Z 2024-12-17T23:34:18.7400199Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-12-17T23:34:18.7402165Z 2024-12-17T23:34:18.7402391Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2024-12-17T23:34:18.7406337Z 2024-12-17T23:34:18.7406575Z (base) C:\actions-runner\_work\pytorch\pytorch>if "1" == "1" ( 2024-12-17T23:34:18.7406923Z 2024-12-17T23:34:18.7407088Z 2024-12-17T23:34:18.7407247Z 2024-12-17T23:34:18.7408040Z 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-12-17T23:34:18.7408921Z if errorlevel 1 goto fail 2024-12-17T23:34:18.7409184Z if not errorlevel 0 goto fail 2024-12-17T23:34:18.7410488Z echo @"C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\randomtemp.exe" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\nvcc.exe" %* 1>"C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat" 2024-12-17T23:34:18.7411918Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-12-17T23:34:18.7412547Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-12-17T23:34:18.7413432Z for /F "usebackq delims=" %n in (`cygpath -m "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\nvcc.exe"`) do set CMAKE_CUDA_COMPILER=%n 2024-12-17T23:34:18.7414661Z 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-12-17T23:34:18.7415582Z The system cannot find the drive specified. 2024-12-17T23:34:18.7415959Z The system cannot find the drive specified. 2024-12-17T23:34:18.7416323Z The system cannot find the drive specified. 2024-12-17T23:34:18.7416643Z ) 2024-12-17T23:34:18.8402805Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-12-17T23:34:18.8403321Z Dload Upload Total Spent Left Speed 2024-12-17T23:34:18.8403589Z 2024-12-17T23:34:18.9439171Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-12-17T23:34:18.9439607Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-12-17T23:34:18.9856637Z 2024-12-17T23:34:18.9857192Z 100 303k 100 303k 0 0 1882k 0 --:--:-- --:--:-- --:--:-- 1882k 2024-12-17T23:34:19.0048622Z @"C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\randomtemp.exe" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\nvcc.exe" %* 2024-12-17T23:34:19.0283870Z 2024-12-17T23:34:19.0284798Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CUDA_COMPILER=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe 2024-12-17T23:34:19.0288515Z 2024-12-17T23:34:19.0288897Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2024-12-17T23:34:19.0289282Z ALLUSERSPROFILE=C:\ProgramData 2024-12-17T23:34:19.0289696Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-12-17T23:34:19.0290176Z APPDATA=C:\Users\runneruser\AppData\Roaming 2024-12-17T23:34:19.0290502Z AWS_DEFAULT_REGION=us-east-1 2024-12-17T23:34:19.0290783Z AWS_EXECUTION_ENV=EC2 2024-12-17T23:34:19.0291005Z BRANCH=release/2.6 2024-12-17T23:34:19.0291233Z BUILD_ENVIRONMENT=win-vs2019-cuda12.1-py3 2024-12-17T23:34:19.0291534Z BUILD_TYPE=release 2024-12-17T23:34:19.0291736Z BUILD_WHEEL=1 2024-12-17T23:34:19.0291916Z CI=true 2024-12-17T23:34:19.0292528Z CMAKE_CUDA_COMPILER=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe 2024-12-17T23:34:19.0293584Z 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-12-17T23:34:19.0294461Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-12-17T23:34:19.0294738Z CMAKE_C_COMPILER_LAUNCHER=sccache 2024-12-17T23:34:19.0295002Z CMAKE_GENERATOR=Ninja 2024-12-17T23:34:19.0295226Z CommandPromptType=Native 2024-12-17T23:34:19.0295520Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2024-12-17T23:34:19.0295858Z COMPUTERNAME=EC2AMAZ-LDB17KL 2024-12-17T23:34:19.0296159Z COMSPEC=C:\Windows\system32\cmd.exe 2024-12-17T23:34:19.0296585Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:34:19.0296989Z CONDA_DEFAULT_ENV=base 2024-12-17T23:34:19.0297264Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2024-12-17T23:34:19.0297688Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:34:19.0298137Z CONDA_PARENT_DIR=C:\Jenkins 2024-12-17T23:34:19.0298399Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2024-12-17T23:34:19.0298690Z CONDA_PROMPT_MODIFIER=(base) 2024-12-17T23:34:19.0298993Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2024-12-17T23:34:19.0299471Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:34:19.0299895Z CONDA_SHLVL=1 2024-12-17T23:34:19.0300285Z CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-12-17T23:34:19.0300877Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-12-17T23:34:19.0301394Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2024-12-17T23:34:19.0301945Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-12-17T23:34:19.0302505Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-12-17T23:34:19.0303025Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2024-12-17T23:34:19.0303437Z CUDA_SUFFIX=cuda121 2024-12-17T23:34:19.0303789Z CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-12-17T23:34:19.0304214Z CUDA_VERSION=12.1 2024-12-17T23:34:19.0304464Z ChocolateyInstall=C:\ProgramData\chocolatey 2024-12-17T23:34:19.0305676Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2024-12-17T23:34:19.0306136Z CommonProgramW6432=C:\Program Files\Common Files 2024-12-17T23:34:19.0306615Z CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64 2024-12-17T23:34:19.0307166Z CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-12-17T23:34:19.0307603Z DEBUG=0 2024-12-17T23:34:19.0308001Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2024-12-17T23:34:19.0308450Z DISTUTILS_USE_SDK=1 2024-12-17T23:34:19.0308717Z DriverData=C:\Windows\System32\Drivers\DriverData 2024-12-17T23:34:19.0309052Z EC2LAUNCH_TELEMETRY=1 2024-12-17T23:34:19.0309453Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2024-12-17T23:34:19.0309916Z Framework40Version=v4.0 2024-12-17T23:34:19.0310215Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2024-12-17T23:34:19.0310613Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2024-12-17T23:34:19.0310971Z FrameworkVersion=v4.0.30319 2024-12-17T23:34:19.0311240Z FrameworkVersion64=v4.0.30319 2024-12-17T23:34:19.0311492Z GITHUB_ACTION=build 2024-12-17T23:34:19.0311707Z GITHUB_ACTIONS=true 2024-12-17T23:34:19.0311924Z GITHUB_ACTION_REF= 2024-12-17T23:34:19.0312133Z GITHUB_ACTION_REPOSITORY= 2024-12-17T23:34:19.0312375Z GITHUB_ACTOR=malfet 2024-12-17T23:34:19.0312577Z GITHUB_ACTOR_ID=2453524 2024-12-17T23:34:19.0312843Z GITHUB_API_URL=https://api.github.com 2024-12-17T23:34:19.0313131Z GITHUB_BASE_REF= 2024-12-17T23:34:19.0313624Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_801fad87-aa81-4598-8894-3792871d9be2 2024-12-17T23:34:19.0314358Z GITHUB_EVENT_NAME=push 2024-12-17T23:34:19.0314738Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2024-12-17T23:34:19.0315224Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-12-17T23:34:19.0315557Z GITHUB_HEAD_REF= 2024-12-17T23:34:19.0315759Z GITHUB_JOB=build 2024-12-17T23:34:19.0316250Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_801fad87-aa81-4598-8894-3792871d9be2 2024-12-17T23:34:19.0317072Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_801fad87-aa81-4598-8894-3792871d9be2 2024-12-17T23:34:19.0317621Z GITHUB_REF=refs/heads/release/2.6 2024-12-17T23:34:19.0317888Z GITHUB_REF_NAME=release/2.6 2024-12-17T23:34:19.0318142Z GITHUB_REF_PROTECTED=true 2024-12-17T23:34:19.0318393Z GITHUB_REF_TYPE=branch 2024-12-17T23:34:19.0318631Z GITHUB_REPOSITORY=pytorch/pytorch 2024-12-17T23:34:19.0318910Z GITHUB_REPOSITORY_ID=65600975 2024-12-17T23:34:19.0319184Z GITHUB_REPOSITORY_OWNER=pytorch 2024-12-17T23:34:19.0319485Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-12-17T23:34:19.0319805Z GITHUB_RETENTION_DAYS=90 2024-12-17T23:34:19.0320037Z GITHUB_RUN_ATTEMPT=1 2024-12-17T23:34:19.0320243Z GITHUB_RUN_ID=12383255596 2024-12-17T23:34:19.0320472Z GITHUB_RUN_NUMBER=109701 2024-12-17T23:34:19.0320724Z GITHUB_SERVER_URL=https://github.com 2024-12-17T23:34:19.0321052Z GITHUB_SHA=0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:34:19.0321651Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_801fad87-aa81-4598-8894-3792871d9be2 2024-12-17T23:34:19.0322505Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_801fad87-aa81-4598-8894-3792871d9be2 2024-12-17T23:34:19.0323089Z GITHUB_TRIGGERING_ACTOR=malfet 2024-12-17T23:34:19.0323344Z GITHUB_WORKFLOW=trunk 2024-12-17T23:34:19.0323759Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/heads/release/2.6 2024-12-17T23:34:19.0324319Z GITHUB_WORKFLOW_SHA=0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:34:19.0324755Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2024-12-17T23:34:19.0325101Z GIT_DEFAULT_BRANCH=main 2024-12-17T23:34:19.0325363Z HOME=C:\Users\runneruser 2024-12-17T23:34:19.0327298Z 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-12-17T23:34:19.0329406Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-12-17T23:34:19.0330909Z 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-12-17T23:34:19.0333362Z 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-12-17T23:34:19.0334935Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2024-12-17T23:34:19.0335372Z MAGMA_HOME=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma 2024-12-17T23:34:19.0335763Z MAX_JOBS=8 2024-12-17T23:34:19.0336047Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2024-12-17T23:34:19.0336413Z NUMBER_OF_PROCESSORS=16 2024-12-17T23:34:19.0336733Z OS=Windows_NT 2024-12-17T23:34:19.0336975Z OUR_GITHUB_JOB_ID=34565590908 2024-12-17T23:34:19.0345193Z PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\libnvvp;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2024-12-17T23:34:19.0353540Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2024-12-17T23:34:19.0353900Z Platform=x64 2024-12-17T23:34:19.0354205Z PROCESSOR_ARCHITECTURE=AMD64 2024-12-17T23:34:19.0354601Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2024-12-17T23:34:19.0355063Z PROCESSOR_LEVEL=6 2024-12-17T23:34:19.0355322Z PROCESSOR_REVISION=5507 2024-12-17T23:34:19.0355558Z PROGRAMFILES=C:\Program Files 2024-12-17T23:34:19.0355816Z PROMPT=(base) $P$G 2024-12-17T23:34:19.0356025Z PR_NUMBER= 2024-12-17T23:34:19.0356500Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2024-12-17T23:34:19.0357069Z PUBLIC=C:\Users\Public 2024-12-17T23:34:19.0357583Z *** 2024-12-17T23:34:19.0357753Z PYTHON_VERSION=3.9 2024-12-17T23:34:19.0358046Z PYTORCH_FINAL_PACKAGE_DIR=C:/12383255596/build-results/ 2024-12-17T23:34:19.0358405Z ProgramData=C:\ProgramData 2024-12-17T23:34:19.0358674Z ProgramFiles(x86)=C:\Program Files (x86) 2024-12-17T23:34:19.0358981Z ProgramW6432=C:\Program Files 2024-12-17T23:34:19.0359235Z RUNNER_ARCH=X64 2024-12-17T23:34:19.0359450Z RUNNER_ENVIRONMENT=self-hosted 2024-12-17T23:34:19.0359713Z RUNNER_NAME=i-0a62b8328e96dfcc0 2024-12-17T23:34:19.0359964Z RUNNER_OS=Windows 2024-12-17T23:34:19.0360188Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2024-12-17T23:34:19.0360615Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2024-12-17T23:34:19.0361108Z RUNNER_TRACKING_ID=github_c18a6faf-a3a3-4b56-905c-77d62e988a70 2024-12-17T23:34:19.0361572Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2024-12-17T23:34:19.0361914Z SCCACHE_BUCKET=ossci-compiler-cache 2024-12-17T23:34:19.0362185Z SCCACHE_IDLE_TIMEOUT=0 2024-12-17T23:34:19.0362415Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-12-17T23:34:19.0362777Z SCCACHE_REGION=us-east-1 2024-12-17T23:34:19.0363018Z SCCACHE_S3_KEY_PREFIX=trunk 2024-12-17T23:34:19.0363457Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-12-17T23:34:19.0363963Z SHA1=0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:34:19.0364264Z SHLVL=2 2024-12-17T23:34:19.0364531Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2024-12-17T23:34:19.0364864Z SYSTEMDRIVE=C: 2024-12-17T23:34:19.0365068Z SYSTEMROOT=C:\Windows 2024-12-17T23:34:19.0365314Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:19.0365611Z TERM=xterm-256color 2024-12-17T23:34:19.0365843Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:19.0366160Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:34:19.0366538Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-12-17T23:34:19.0367054Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2024-12-17T23:34:19.0367477Z TORCH_CUDA_ARCH_LIST=8.6 2024-12-17T23:34:19.0367717Z UCRTVersion=10.0.19041.0 2024-12-17T23:34:19.0368045Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-12-17T23:34:19.0368440Z UPDATEFILE=update.finished 2024-12-17T23:34:19.0368688Z USERDOMAIN=EC2AMAZ-LDB17KL 2024-12-17T23:34:19.0368934Z USERNAME=runneruser 2024-12-17T23:34:19.0369160Z USERPROFILE=C:\Users\runneruser 2024-12-17T23:34:19.0369413Z USE_CUDA=1 2024-12-17T23:34:19.0369594Z USE_XPU=0 2024-12-17T23:34:19.0370009Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2024-12-17T23:34:19.0370669Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2024-12-17T23:34:19.0371383Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2024-12-17T23:34:19.0372209Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2024-12-17T23:34:19.0372801Z VCToolsVersion=14.29.30133 2024-12-17T23:34:19.0373054Z VC_PRODUCT=BuildTools 2024-12-17T23:34:19.0373316Z VC_VERSION= 2024-12-17T23:34:19.0373491Z VC_YEAR=2019 2024-12-17T23:34:19.0373709Z VERBOSE_ARG='SilentlyContinue' 2024-12-17T23:34:19.0373973Z VERSION_SUFFIX=12_1 2024-12-17T23:34:19.0374188Z VisualStudioVersion=16.0 2024-12-17T23:34:19.0374763Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2024-12-17T23:34:19.0375265Z VSCMD_ARG_app_plat=Desktop 2024-12-17T23:34:19.0375506Z VSCMD_ARG_HOST_ARCH=x64 2024-12-17T23:34:19.0375742Z VSCMD_ARG_TGT_ARCH=x64 2024-12-17T23:34:19.0375958Z VSCMD_VER=16.11.42 2024-12-17T23:34:19.0376311Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2024-12-17T23:34:19.0376739Z WINDIR=C:\Windows 2024-12-17T23:34:19.0377340Z 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-12-17T23:34:19.0378112Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2024-12-17T23:34:19.0378560Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-12-17T23:34:19.0378968Z WindowsSDKLibVersion=10.0.19041.0\ 2024-12-17T23:34:19.0379438Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2024-12-17T23:34:19.0379891Z WindowsSDKVersion=10.0.19041.0\ 2024-12-17T23:34:19.0380432Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2024-12-17T23:34:19.0381231Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2024-12-17T23:34:19.0381766Z XPU_VERSION= 2024-12-17T23:34:19.0382186Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-12-17T23:34:19.0382683Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2024-12-17T23:34:19.0383230Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2024-12-17T23:34:19.0383787Z __DOTNET_ADD_64BIT=1 2024-12-17T23:34:19.0384124Z __DOTNET_PREFERRED_BITNESS=64 2024-12-17T23:34:19.0387711Z __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-12-17T23:34:19.0391004Z 2024-12-17T23:34:19.0391236Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2024-12-17T23:34:19.3582134Z Building wheel torch-2.6.0a0+git0cdf8b1 2024-12-17T23:34:20.1299506Z -- The CXX compiler identification is MSVC 19.29.30157.0 2024-12-17T23:34:20.2887647Z -- The C compiler identification is MSVC 19.29.30157.0 2024-12-17T23:34:20.3309446Z -- Detecting CXX compiler ABI info 2024-12-17T23:34:20.8392788Z -- Detecting CXX compiler ABI info - done 2024-12-17T23:34:20.8415909Z -- 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-12-17T23:34:20.8432546Z -- Detecting CXX compile features 2024-12-17T23:34:20.8449195Z -- Detecting CXX compile features - done 2024-12-17T23:34:20.8583130Z -- Detecting C compiler ABI info 2024-12-17T23:34:21.1470048Z -- Detecting C compiler ABI info - done 2024-12-17T23:34:21.1493303Z -- 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-12-17T23:34:21.1497164Z -- Detecting C compile features 2024-12-17T23:34:21.1502963Z -- Detecting C compile features - done 2024-12-17T23:34:21.1579073Z -- Not forcing any particular BLAS to be found 2024-12-17T23:34:21.1619671Z CMake Warning at CMakeLists.txt:420 (message): 2024-12-17T23:34:21.1620285Z TensorPipe cannot be used on Windows. Set it to OFF 2024-12-17T23:34:21.1620551Z 2024-12-17T23:34:21.1620557Z 2024-12-17T23:34:21.1718114Z -- Performing Test C_HAS_AVX_1 2024-12-17T23:34:21.5432651Z -- Performing Test C_HAS_AVX_1 - Success 2024-12-17T23:34:21.5438340Z -- Performing Test C_HAS_AVX2_1 2024-12-17T23:34:22.0246837Z -- Performing Test C_HAS_AVX2_1 - Success 2024-12-17T23:34:22.0252665Z -- Performing Test C_HAS_AVX512_1 2024-12-17T23:34:22.3971419Z -- Performing Test C_HAS_AVX512_1 - Success 2024-12-17T23:34:22.3976863Z -- Performing Test CXX_HAS_AVX_1 2024-12-17T23:34:22.8677665Z -- Performing Test CXX_HAS_AVX_1 - Success 2024-12-17T23:34:22.8683769Z -- Performing Test CXX_HAS_AVX2_1 2024-12-17T23:34:23.2302152Z -- Performing Test CXX_HAS_AVX2_1 - Success 2024-12-17T23:34:23.2307691Z -- Performing Test CXX_HAS_AVX512_1 2024-12-17T23:34:23.5968458Z -- Performing Test CXX_HAS_AVX512_1 - Success 2024-12-17T23:34:23.5970782Z -- Current compiler supports avx2 extension. Will build perfkernels. 2024-12-17T23:34:23.5975368Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2024-12-17T23:34:24.1166160Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2024-12-17T23:34:24.1167247Z -- Current compiler supports avx512f extension. Will build fbgemm. 2024-12-17T23:34:24.1180368Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2024-12-17T23:34:24.4227533Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2024-12-17T23:34:24.4242126Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2024-12-17T23:34:24.7221386Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2024-12-17T23:34:24.7238144Z -- Could not find hardware support for NEON on this machine. 2024-12-17T23:34:24.7238572Z -- No OMAP3 processor on this machine. 2024-12-17T23:34:24.7238872Z -- No OMAP4 processor on this machine. 2024-12-17T23:34:24.7239305Z -- Compiler does not support SVE extension. Will not build perfkernels. 2024-12-17T23:34:24.7401994Z -- Performing Test HAS/UTF_8 2024-12-17T23:34:25.0361332Z -- Performing Test HAS/UTF_8 - Success 2024-12-17T23:34:27.7580959Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 (found version "12.1") 2024-12-17T23:34:39.7242219Z -- The CUDA compiler identification is NVIDIA 12.1.105 2024-12-17T23:34:39.7437336Z -- Detecting CUDA compiler ABI info 2024-12-17T23:34:46.8636064Z -- Detecting CUDA compiler ABI info - done 2024-12-17T23:34:46.8925237Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe - skipped 2024-12-17T23:34:46.8929430Z -- Detecting CUDA compile features 2024-12-17T23:34:46.8935703Z -- Detecting CUDA compile features - done 2024-12-17T23:34:46.9012754Z -- Found CUDAToolkit: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/include (found version "12.1.105") 2024-12-17T23:34:47.6776064Z -- PyTorch: CUDA detected: 12.1 2024-12-17T23:34:47.6776648Z -- PyTorch: CUDA nvcc is: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-12-17T23:34:47.6777333Z -- PyTorch: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2024-12-17T23:34:48.1327654Z -- PyTorch: Header version is: 12.1 2024-12-17T23:34:48.6582584Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter 2024-12-17T23:34:48.6622180Z CMake Warning at cmake/public/cuda.cmake:140 (message): 2024-12-17T23:34:48.6622610Z Failed to compute shorthash for libnvrtc.so 2024-12-17T23:34:48.6622942Z Call Stack (most recent call first): 2024-12-17T23:34:48.6623292Z cmake/Dependencies.cmake:44 (include) 2024-12-17T23:34:48.6623652Z CMakeLists.txt:858 (include) 2024-12-17T23:34:48.6623902Z 2024-12-17T23:34:48.6623910Z 2024-12-17T23:34:48.6627495Z -- Found nvtx3: C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX/c/include 2024-12-17T23:34:48.6665292Z -- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cudnn.lib 2024-12-17T23:34:48.6923918Z -- Could NOT find CUSPARSELT (missing: CUSPARSELT_LIBRARY_PATH CUSPARSELT_INCLUDE_PATH) 2024-12-17T23:34:48.6924500Z CMake Warning at cmake/public/cuda.cmake:243 (message): 2024-12-17T23:34:48.6924912Z Cannot find cuSPARSELt library. Turning the option off 2024-12-17T23:34:48.6925273Z Call Stack (most recent call first): 2024-12-17T23:34:48.6925557Z cmake/Dependencies.cmake:44 (include) 2024-12-17T23:34:48.6925856Z CMakeLists.txt:858 (include) 2024-12-17T23:34:48.6926025Z 2024-12-17T23:34:48.6926030Z 2024-12-17T23:34:48.7149939Z -- Could NOT find CUDSS (missing: CUDSS_LIBRARY_PATH CUDSS_INCLUDE_PATH) 2024-12-17T23:34:48.7150764Z CMake Warning at cmake/public/cuda.cmake:259 (message): 2024-12-17T23:34:48.7151198Z Cannot find CUDSS library. Turning the option off 2024-12-17T23:34:48.7151537Z Call Stack (most recent call first): 2024-12-17T23:34:48.7151831Z cmake/Dependencies.cmake:44 (include) 2024-12-17T23:34:48.7152166Z CMakeLists.txt:858 (include) 2024-12-17T23:34:48.7152340Z 2024-12-17T23:34:48.7152344Z 2024-12-17T23:34:48.7152509Z -- USE_CUFILE is set to 0. Compiling without cuFile support 2024-12-17T23:34:48.7153963Z -- Added CUDA NVCC flags for: -gencode;arch=compute_86,code=sm_86 2024-12-17T23:34:48.7188984Z -- Building using own protobuf under third_party per request. 2024-12-17T23:34:48.7189378Z -- Use custom protobuf build. 2024-12-17T23:34:48.7227465Z -- 2024-12-17T23:34:48.7227698Z -- 3.13.0.0 2024-12-17T23:34:48.7277033Z -- Looking for pthread.h 2024-12-17T23:34:48.8198342Z -- Looking for pthread.h - not found 2024-12-17T23:34:48.8211535Z -- Found Threads: TRUE 2024-12-17T23:34:48.8867051Z -- Caffe2 protobuf include directory: $$ 2024-12-17T23:34:48.8890970Z -- Trying to find preferred BLAS backend of choice: MKL 2024-12-17T23:34:48.8943595Z -- MKL_THREADING = OMP 2024-12-17T23:34:48.8952670Z -- Looking for sys/types.h 2024-12-17T23:34:49.1948947Z -- Looking for sys/types.h - found 2024-12-17T23:34:49.1958478Z -- Looking for stdint.h 2024-12-17T23:34:49.4872291Z -- Looking for stdint.h - found 2024-12-17T23:34:49.4881733Z -- Looking for stddef.h 2024-12-17T23:34:49.8929517Z -- Looking for stddef.h - found 2024-12-17T23:34:49.8931214Z -- Check size of void* 2024-12-17T23:34:50.2243675Z -- Check size of void* - done 2024-12-17T23:34:50.2402936Z -- Looking for cblas_sgemm 2024-12-17T23:34:50.5591159Z -- Looking for cblas_sgemm - found 2024-12-17T23:34:50.5593935Z -- Looking for cblas_gemm_bf16bf16f32 2024-12-17T23:34:50.8708321Z -- Looking for cblas_gemm_bf16bf16f32 - found 2024-12-17T23:34:50.8710062Z -- Looking for cblas_gemm_f16f16f32 2024-12-17T23:34:51.0855085Z -- Looking for cblas_gemm_f16f16f32 - not found 2024-12-17T23:34:51.1392678Z -- 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-12-17T23:34:51.1393700Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2024-12-17T23:34:51.1394063Z -- MKL OpenMP type: 2024-12-17T23:34:51.1394293Z -- MKL OpenMP library: 2024-12-17T23:34:51.3026390Z -- The ASM compiler identification is MSVC 2024-12-17T23:34:51.3037383Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-12-17T23:34:51.3273659Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2024-12-17T23:34:51.3300643Z -- Generating microkernels.cmake 2024-12-17T23:34:55.9528143Z No microkernel found in src\reference\binary-elementwise.cc 2024-12-17T23:34:55.9538805Z No microkernel found in src\reference\packing.cc 2024-12-17T23:34:55.9539249Z No microkernel found in src\reference\unary-elementwise.cc 2024-12-17T23:34:56.1161338Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.47.1.windows.1") 2024-12-17T23:34:56.2137422Z -- git version: v1.6.1 normalized to 1.6.1 2024-12-17T23:34:56.2137811Z -- Version: 1.6.1 2024-12-17T23:34:56.2154248Z -- Looking for shm_open in rt 2024-12-17T23:34:56.3775943Z -- Looking for shm_open in rt - not found 2024-12-17T23:34:56.3782557Z -- Performing Test HAVE_STD_REGEX 2024-12-17T23:34:56.3782936Z -- Performing Test HAVE_STD_REGEX 2024-12-17T23:34:57.4519954Z -- Performing Test HAVE_STD_REGEX -- success 2024-12-17T23:34:57.4520353Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-12-17T23:34:57.4520674Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-12-17T23:34:57.5416476Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2024-12-17T23:34:57.5417007Z -- Performing Test HAVE_POSIX_REGEX 2024-12-17T23:34:57.5417341Z -- Performing Test HAVE_POSIX_REGEX 2024-12-17T23:34:57.6287130Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2024-12-17T23:34:57.6287565Z -- Performing Test HAVE_STEADY_CLOCK 2024-12-17T23:34:57.6287855Z -- Performing Test HAVE_STEADY_CLOCK 2024-12-17T23:34:58.1133962Z -- Performing Test HAVE_STEADY_CLOCK -- success 2024-12-17T23:34:58.1997478Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2024-12-17T23:34:58.2011914Z -- Performing Test COMPILER_SUPPORTS_AVX512 2024-12-17T23:34:58.5016260Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2024-12-17T23:34:59.6356474Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-12-17T23:34:59.6357351Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-12-17T23:34:59.6357908Z does not match the name of the calling package (OpenMP). This can lead to 2024-12-17T23:34:59.6358694Z problems in calling code that expects `find_package` result variables 2024-12-17T23:34:59.6359129Z (e.g., `_FOUND`) to follow a certain pattern. 2024-12-17T23:34:59.6359448Z Call Stack (most recent call first): 2024-12-17T23:34:59.6360125Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-12-17T23:34:59.6360908Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-12-17T23:34:59.6361379Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-12-17T23:34:59.6361690Z 2024-12-17T23:34:59.6361814Z -- Found OpenMP_C: -openmp:experimental 2024-12-17T23:35:00.0134545Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-12-17T23:35:00.0135429Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-12-17T23:35:00.0135977Z does not match the name of the calling package (OpenMP). This can lead to 2024-12-17T23:35:00.0136545Z problems in calling code that expects `find_package` result variables 2024-12-17T23:35:00.0136971Z (e.g., `_FOUND`) to follow a certain pattern. 2024-12-17T23:35:00.0137287Z Call Stack (most recent call first): 2024-12-17T23:35:00.0137716Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-12-17T23:35:00.0138208Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-12-17T23:35:00.0138664Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-12-17T23:35:00.0138984Z 2024-12-17T23:35:00.0139109Z -- Found OpenMP_CXX: -openmp:experimental 2024-12-17T23:35:00.0139419Z -- Found OpenMP: TRUE 2024-12-17T23:35:00.0140696Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2024-12-17T23:35:00.0141109Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2024-12-17T23:35:00.0141320Z 2024-12-17T23:35:00.0141324Z 2024-12-17T23:35:00.2575856Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2024-12-17T23:35:00.2576345Z ========== 2024-12-17T23:35:00.2576459Z 2024-12-17T23:35:00.2576464Z 2024-12-17T23:35:00.2576657Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2024-12-17T23:35:00.2577040Z CMAKE_BUILD_TYPE = Release 2024-12-17T23:35:00.2577221Z 2024-12-17T23:35:00.2577224Z 2024-12-17T23:35:00.2577617Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2024-12-17T23:35:00.2578047Z CMAKE_CXX_FLAGS_DEBUG is /Z7 /Ob0 /Od /RTC1 /bigobj 2024-12-17T23:35:00.2578286Z 2024-12-17T23:35:00.2578291Z 2024-12-17T23:35:00.2578483Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2024-12-17T23:35:00.2578905Z CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2024-12-17T23:35:00.2579155Z 2024-12-17T23:35:00.2579159Z 2024-12-17T23:35:00.2579341Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2024-12-17T23:35:00.2579704Z ========== 2024-12-17T23:35:00.2579813Z 2024-12-17T23:35:00.2579828Z 2024-12-17T23:35:00.2949865Z ** AsmJit Summary ** 2024-12-17T23:35:00.2950337Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2024-12-17T23:35:00.2950838Z ASMJIT_TEST=FALSE 2024-12-17T23:35:00.2951066Z ASMJIT_TARGET_TYPE=SHARED 2024-12-17T23:35:00.2951296Z ASMJIT_DEPS= 2024-12-17T23:35:00.2951518Z ASMJIT_LIBS=asmjit 2024-12-17T23:35:00.2951732Z ASMJIT_CFLAGS= 2024-12-17T23:35:00.2952173Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2024-12-17T23:35:00.2952681Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2024-12-17T23:35:00.2952966Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2024-12-17T23:35:00.3183194Z -- Using third party subdirectory Eigen. 2024-12-17T23:35:01.8474351Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2024-12-17T23:35:01.8475034Z -- Using third_party/pybind11. 2024-12-17T23:35:01.8475977Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2024-12-17T23:35:01.8515308Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2024-12-17T23:35:01.8515793Z -- Using third_party/opentelemetry-cpp. 2024-12-17T23:35:01.8516459Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2024-12-17T23:35:02.8260244Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2024-12-17T23:35:03.5459117Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2024-12-17T23:35:03.5462237Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2024-12-17T23:35:03.5465214Z CMake Warning at cmake/Dependencies.cmake:938 (message): 2024-12-17T23:35:03.5465728Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2024-12-17T23:35:03.5466133Z Call Stack (most recent call first): 2024-12-17T23:35:03.5466528Z CMakeLists.txt:858 (include) 2024-12-17T23:35:03.5466753Z 2024-12-17T23:35:03.5466759Z 2024-12-17T23:35:03.5500035Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2024-12-17T23:35:03.5524497Z -- Found CUB: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/include 2024-12-17T23:35:03.5544924Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2024-12-17T23:35:03.5545458Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-12-17T23:35:03.5546015Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-12-17T23:35:03.5546472Z set the policy and suppress this warning. 2024-12-17T23:35:03.5546690Z 2024-12-17T23:35:03.5546910Z For compatibility with older versions of CMake, option is clearing the 2024-12-17T23:35:03.5547346Z normal variable 'BUILD_BENCHMARK'. 2024-12-17T23:35:03.5547746Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-12-17T23:35:03.5548069Z 2024-12-17T23:35:03.5548311Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2024-12-17T23:35:03.5548874Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-12-17T23:35:03.5549439Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-12-17T23:35:03.5550564Z set the policy and suppress this warning. 2024-12-17T23:35:03.5550795Z 2024-12-17T23:35:03.5551012Z For compatibility with older versions of CMake, option is clearing the 2024-12-17T23:35:03.5551479Z normal variable 'USE_NCCL'. 2024-12-17T23:35:03.5551848Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-12-17T23:35:03.5552175Z 2024-12-17T23:35:03.5552362Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2024-12-17T23:35:03.5552871Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-12-17T23:35:03.5553415Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-12-17T23:35:03.5553861Z set the policy and suppress this warning. 2024-12-17T23:35:03.5554077Z 2024-12-17T23:35:03.5554335Z For compatibility with older versions of CMake, option is clearing the 2024-12-17T23:35:03.5554795Z normal variable 'USE_RCCL'. 2024-12-17T23:35:03.5555172Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-12-17T23:35:03.5555483Z 2024-12-17T23:35:03.5555555Z -- MSVC detected 2024-12-17T23:35:03.5555764Z -- Set USE_REDIS OFF 2024-12-17T23:35:03.5555981Z -- Set USE_IBVERBS OFF 2024-12-17T23:35:03.5556189Z -- Set USE_NCCL OFF 2024-12-17T23:35:03.5556387Z -- Set USE_RCCL OFF 2024-12-17T23:35:03.5556577Z -- Set USE_LIBUV ON 2024-12-17T23:35:03.5556809Z -- Only USE_LIBUV is supported on Windows 2024-12-17T23:35:03.5557110Z -- Gloo build as SHARED library 2024-12-17T23:35:03.5565921Z CMake Warning (dev) at third_party/gloo/cmake/Cuda.cmake:109 (find_package): 2024-12-17T23:35:03.5566535Z Policy CMP0074 is not set: find_package uses _ROOT variables. 2024-12-17T23:35:03.5567301Z Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy 2024-12-17T23:35:03.5567774Z command to set the policy and suppress this warning. 2024-12-17T23:35:03.5568022Z 2024-12-17T23:35:03.5568134Z CMake variable CUDAToolkit_ROOT is set to: 2024-12-17T23:35:03.5568359Z 2024-12-17T23:35:03.5568521Z C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2024-12-17T23:35:03.5568791Z 2024-12-17T23:35:03.5568936Z For compatibility, CMake is ignoring the variable. 2024-12-17T23:35:03.5569264Z Call Stack (most recent call first): 2024-12-17T23:35:03.5569622Z third_party/gloo/cmake/Dependencies.cmake:115 (include) 2024-12-17T23:35:03.5570008Z third_party/gloo/CMakeLists.txt:111 (include) 2024-12-17T23:35:03.5570426Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-12-17T23:35:03.5570740Z 2024-12-17T23:35:03.5596744Z -- Found CUDAToolkit: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/include (found suitable version "12.1.105", minimum required is "7.0") 2024-12-17T23:35:04.3098223Z -- CUDA detected: 12.1.105 2024-12-17T23:35:04.3847198Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-12-17T23:35:04.3855016Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-12-17T23:35:04.3863224Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-12-17T23:35:05.0878760Z -- 2024-12-17T23:35:05.0879027Z -- ******** Summary ******** 2024-12-17T23:35:05.0879331Z -- CMake version : 3.22.1 2024-12-17T23:35:05.0879738Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-12-17T23:35:05.0880147Z -- System : Windows 2024-12-17T23:35:05.0880809Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-12-17T23:35:05.0881510Z -- C++ compiler version : 19.29.30157.0 2024-12-17T23:35:05.0882079Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2024-12-17T23:35:05.0882830Z -- Build type : Release 2024-12-17T23:35:05.0883281Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2024-12-17T23:35:05.0884933Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2024-12-17T23:35:05.0886586Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-12-17T23:35:05.0887478Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules;C:/actions-runner/_work/pytorch/pytorch/cmake/public/../Modules_CUDA_fix 2024-12-17T23:35:05.0888220Z -- 2024-12-17T23:35:05.0888429Z -- ONNX version : 1.17.0 2024-12-17T23:35:05.0888755Z -- ONNX NAMESPACE : onnx_torch 2024-12-17T23:35:05.0889086Z -- ONNX_USE_LITE_PROTO : OFF 2024-12-17T23:35:05.0889399Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2024-12-17T23:35:05.0889701Z -- Protobuf_USE_STATIC_LIBS : ON 2024-12-17T23:35:05.0890012Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2024-12-17T23:35:05.0890338Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2024-12-17T23:35:05.0890636Z -- ONNX_WERROR : OFF 2024-12-17T23:35:05.0890930Z -- ONNX_BUILD_TESTS : OFF 2024-12-17T23:35:05.0891227Z -- ONNX_BUILD_SHARED_LIBS : 2024-12-17T23:35:05.0892197Z -- BUILD_SHARED_LIBS : OFF 2024-12-17T23:35:05.0892484Z -- 2024-12-17T23:35:05.0892693Z -- Protobuf compiler : 2024-12-17T23:35:05.0892994Z -- Protobuf includes : 2024-12-17T23:35:05.0893300Z -- Protobuf libraries : 2024-12-17T23:35:05.0893616Z -- BUILD_ONNX_PYTHON : OFF 2024-12-17T23:35:05.0894014Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2024-12-17T23:35:05.0894434Z -- Adding -DNDEBUG to compile flags 2024-12-17T23:35:05.0933525Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2024-12-17T23:35:05.1797558Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2024-12-17T23:35:05.1799176Z -- Compiling with MAGMA support 2024-12-17T23:35:05.1799698Z -- MAGMA INCLUDE DIRECTORIES: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/magma/include 2024-12-17T23:35:05.1800445Z -- MAGMA LIBRARIES: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/magma/lib/magma.lib 2024-12-17T23:35:05.1800970Z -- MAGMA V2 check: 0 2024-12-17T23:35:05.1803978Z -- Could not find hardware support for NEON on this machine. 2024-12-17T23:35:05.1804423Z -- No OMAP3 processor on this machine. 2024-12-17T23:35:05.1804728Z -- No OMAP4 processor on this machine. 2024-12-17T23:35:05.1819896Z -- Looking for sbgemm_ 2024-12-17T23:35:05.4902618Z -- Looking for sbgemm_ - not found 2024-12-17T23:35:05.4918498Z -- Found a library with LAPACK API (mkl). 2024-12-17T23:35:05.4919793Z disabling ROCM because NOT USE_ROCM is set 2024-12-17T23:35:05.4920203Z -- MIOpen not found. Compiling without MIOpen support 2024-12-17T23:35:05.4928415Z -- Will build oneDNN UKERNEL 2024-12-17T23:35:05.5008787Z -- MKLDNN_CPU_RUNTIME = OMP 2024-12-17T23:35:05.5029505Z -- DNNL_TARGET_ARCH: X64 2024-12-17T23:35:05.5055558Z -- DNNL_LIBRARY_NAME: dnnl 2024-12-17T23:35:05.5140309Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-12-17T23:35:05.5141179Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-12-17T23:35:05.5141712Z does not match the name of the calling package (OpenMP). This can lead to 2024-12-17T23:35:05.5142253Z problems in calling code that expects `find_package` result variables 2024-12-17T23:35:05.5142903Z (e.g., `_FOUND`) to follow a certain pattern. 2024-12-17T23:35:05.5143228Z Call Stack (most recent call first): 2024-12-17T23:35:05.5143645Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-12-17T23:35:05.5144170Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-12-17T23:35:05.5144625Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-12-17T23:35:05.5145128Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-12-17T23:35:05.5145484Z 2024-12-17T23:35:05.5145981Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-12-17T23:35:05.5146792Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-12-17T23:35:05.5147331Z does not match the name of the calling package (OpenMP). This can lead to 2024-12-17T23:35:05.5147844Z problems in calling code that expects `find_package` result variables 2024-12-17T23:35:05.5148276Z (e.g., `_FOUND`) to follow a certain pattern. 2024-12-17T23:35:05.5148591Z Call Stack (most recent call first): 2024-12-17T23:35:05.5148996Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-12-17T23:35:05.5149523Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-12-17T23:35:05.5149970Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-12-17T23:35:05.5150427Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-12-17T23:35:05.5150782Z 2024-12-17T23:35:05.5568930Z -- Enabled testing coverage: CI 2024-12-17T23:35:05.5582381Z -- Enabled workload: TRAINING 2024-12-17T23:35:05.5582960Z -- Enabled primitives: ALL 2024-12-17T23:35:05.5583215Z -- Enabled primitive CPU ISA: ALL 2024-12-17T23:35:05.5583494Z -- Enabled primitive GPU ISA: ALL 2024-12-17T23:35:05.5583767Z -- Enabled GeMM kernels ISA: ALL 2024-12-17T23:35:05.5670989Z -- Primitive cache is enabled 2024-12-17T23:35:05.5671360Z -- Experimental functionality for ukernels is enabled 2024-12-17T23:35:05.6368042Z -- The ASM_MASM compiler identification is MSVC 2024-12-17T23:35:05.7538149Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/ml64.exe 2024-12-17T23:35:05.8118014Z -- Graph component is enabled 2024-12-17T23:35:05.8266284Z -- Graph compiler backend is disabled. 2024-12-17T23:35:05.8413384Z -- Found MKL-DNN: TRUE 2024-12-17T23:35:05.8482949Z -- {fmt} version: 11.0.2 2024-12-17T23:35:05.8483211Z -- Build type: Release 2024-12-17T23:35:05.8560310Z -- Using CPU-only version of Kineto 2024-12-17T23:35:05.8560636Z -- Configuring Kineto dependency: 2024-12-17T23:35:05.8561159Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2024-12-17T23:35:05.8561658Z -- KINETO_BUILD_TESTS = OFF 2024-12-17T23:35:05.8561933Z -- KINETO_LIBRARY_TYPE = static 2024-12-17T23:35:05.9019846Z INFO CUDA_SOURCE_DIR = 2024-12-17T23:35:05.9020166Z INFO ROCM_SOURCE_DIR = 2024-12-17T23:35:05.9413268Z INFO CUPTI unavailable or disabled - not building GPU profilers 2024-12-17T23:35:06.0203188Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2024-12-17T23:35:06.0203727Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2024-12-17T23:35:06.0204087Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2024-12-17T23:35:06.0204716Z INFO DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2024-12-17T23:35:06.0205726Z INFO IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2024-12-17T23:35:06.0206689Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2024-12-17T23:35:06.0231993Z -- Configured Kineto (CPU) 2024-12-17T23:35:06.0268867Z -- Performing Test HAS/WD4624 2024-12-17T23:35:06.3278811Z -- Performing Test HAS/WD4624 - Success 2024-12-17T23:35:06.3293515Z -- Performing Test HAS/WD4068 2024-12-17T23:35:06.6199059Z -- Performing Test HAS/WD4068 - Success 2024-12-17T23:35:06.6214135Z -- Performing Test HAS/WD4067 2024-12-17T23:35:06.9176380Z -- Performing Test HAS/WD4067 - Success 2024-12-17T23:35:06.9190780Z -- Performing Test HAS/WD4267 2024-12-17T23:35:07.2097184Z -- Performing Test HAS/WD4267 - Success 2024-12-17T23:35:07.2111641Z -- Performing Test HAS/WD4661 2024-12-17T23:35:07.6090777Z -- Performing Test HAS/WD4661 - Success 2024-12-17T23:35:07.6105472Z -- Performing Test HAS/WD4717 2024-12-17T23:35:07.9369577Z -- Performing Test HAS/WD4717 - Success 2024-12-17T23:35:07.9384520Z -- Performing Test HAS/WD4244 2024-12-17T23:35:08.2407148Z -- Performing Test HAS/WD4244 - Success 2024-12-17T23:35:08.2422422Z -- Performing Test HAS/WD4804 2024-12-17T23:35:08.5359209Z -- Performing Test HAS/WD4804 - Success 2024-12-17T23:35:08.5373711Z -- Performing Test HAS/WD4273 2024-12-17T23:35:08.8209848Z -- Performing Test HAS/WD4273 - Success 2024-12-17T23:35:08.8224838Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2024-12-17T23:35:08.8916014Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2024-12-17T23:35:08.8985991Z -- 2024-12-17T23:35:08.8987017Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2024-12-17T23:35:08.8989504Z -- 2024-12-17T23:35:08.8989710Z -- Library base name: mimalloc 2024-12-17T23:35:08.8989973Z -- Version : 1.8 2024-12-17T23:35:08.8990217Z -- Build type : release 2024-12-17T23:35:08.8990836Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-12-17T23:35:08.8991693Z -- Compiler flags : /Zc:__cplusplus 2024-12-17T23:35:08.8991976Z -- Compiler defines : 2024-12-17T23:35:08.8992287Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2024-12-17T23:35:08.8992641Z -- Build targets : static 2024-12-17T23:35:08.8992878Z -- 2024-12-17T23:35:08.9100180Z -- Performing Test HAS_WDEPRECATED 2024-12-17T23:35:08.9768358Z -- Performing Test HAS_WDEPRECATED - Failed 2024-12-17T23:35:08.9772126Z -- don't use NUMA 2024-12-17T23:35:08.9842369Z -- Looking for backtrace 2024-12-17T23:35:09.0662246Z -- Looking for backtrace - not found 2024-12-17T23:35:09.0726134Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2024-12-17T23:35:13.1159900Z -- headers outputs: 2024-12-17T23:35:22.7598104Z -- sources outputs: 2024-12-17T23:35:24.2726297Z -- declarations_yaml outputs: 2024-12-17T23:35:24.2832982Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2024-12-17T23:35:29.6235957Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2024-12-17T23:35:29.8652889Z -- Using ATen parallel backend: OMP 2024-12-17T23:35:30.3836391Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.15") 2024-12-17T23:35:30.5796426Z -- Check size of long double 2024-12-17T23:35:30.9223329Z -- Check size of long double - done 2024-12-17T23:35:30.9230985Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2024-12-17T23:35:31.0296845Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2024-12-17T23:35:31.0301701Z -- Performing Test COMPILER_SUPPORTS_SSE2 2024-12-17T23:35:31.4311694Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2024-12-17T23:35:31.4316508Z -- Performing Test COMPILER_SUPPORTS_SSE4 2024-12-17T23:35:31.8400572Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2024-12-17T23:35:31.8405076Z -- Performing Test COMPILER_SUPPORTS_AVX 2024-12-17T23:35:32.3155693Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2024-12-17T23:35:32.3160366Z -- Performing Test COMPILER_SUPPORTS_FMA4 2024-12-17T23:35:32.6982496Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2024-12-17T23:35:32.6987410Z -- Performing Test COMPILER_SUPPORTS_AVX2 2024-12-17T23:35:33.0853879Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2024-12-17T23:35:33.0858911Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2024-12-17T23:35:33.5839142Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2024-12-17T23:35:33.5890625Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2024-12-17T23:35:33.5894983Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2024-12-17T23:35:33.5898831Z -- Found OpenMP: TRUE (found version "2.0") 2024-12-17T23:35:33.5903373Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2024-12-17T23:35:33.9588552Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2024-12-17T23:35:33.9592761Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2024-12-17T23:35:34.0614461Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2024-12-17T23:35:34.0618948Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2024-12-17T23:35:34.1711416Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2024-12-17T23:35:34.1716712Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2024-12-17T23:35:34.3578960Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2024-12-17T23:35:34.3583503Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2024-12-17T23:35:34.4405319Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2024-12-17T23:35:34.6127297Z Target system: Windows-10.0.17763 2024-12-17T23:35:34.6127707Z Target processor: AMD64 2024-12-17T23:35:34.6128013Z Host system: Windows-10.0.17763 2024-12-17T23:35:34.6128335Z Host processor: AMD64 2024-12-17T23:35:34.6128619Z -- Configuring build for SLEEF-v3.6.0 2024-12-17T23:35:34.6129424Z 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-12-17T23:35:34.6130169Z CMake: 3.22.1 2024-12-17T23:35:34.6130745Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2024-12-17T23:35:34.6131373Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2024-12-17T23:35:34.6131892Z -- Building shared libs : OFF 2024-12-17T23:35:34.6132187Z -- Building static test bins: OFF 2024-12-17T23:35:34.6132512Z -- MPFR : LIB_MPFR-NOTFOUND 2024-12-17T23:35:34.6132799Z -- GMP : LIBGMP-NOTFOUND 2024-12-17T23:35:34.6133050Z -- RT : 2024-12-17T23:35:34.6133241Z -- FFTW3 : LIBFFTW3-NOTFOUND 2024-12-17T23:35:34.6133519Z -- OPENSSL : 3.0.15 2024-12-17T23:35:34.6133781Z -- SDE : SDE_COMMAND-NOTFOUND 2024-12-17T23:35:34.6134091Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2024-12-17T23:35:34.6455216Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2024-12-17T23:35:34.6455826Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2024-12-17T23:35:34.6456651Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2024-12-17T23:35:34.6457480Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2024-12-17T23:35:35.3036156Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2024-12-17T23:35:35.3704159Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2024-12-17T23:35:35.3710465Z -- 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-12-17T23:35:35.5774709Z CMake Warning at CMakeLists.txt:1272 (message): 2024-12-17T23:35:35.5775227Z Generated cmake files are only fully tested if one builds with system glog, 2024-12-17T23:35:35.5775794Z gflags, and protobuf. Other settings may generate files that are not well 2024-12-17T23:35:35.5776206Z tested. 2024-12-17T23:35:35.5776541Z 2024-12-17T23:35:35.5776546Z 2024-12-17T23:35:35.5808900Z -- 2024-12-17T23:35:35.5809156Z -- ******** Summary ******** 2024-12-17T23:35:35.5809415Z -- General: 2024-12-17T23:35:35.5809621Z -- CMake version : 3.22.1 2024-12-17T23:35:35.5810008Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-12-17T23:35:35.5810390Z -- System : Windows 2024-12-17T23:35:35.5811024Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-12-17T23:35:35.5811671Z -- C++ compiler id : MSVC 2024-12-17T23:35:35.5811968Z -- C++ compiler version : 19.29.30157.0 2024-12-17T23:35:35.5812274Z -- Using ccache if found : OFF 2024-12-17T23:35:35.5813628Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE /wd4624 /wd4068 /wd4067 /wd4267 /wd4661 /wd4717 /wd4244 /wd4804 /wd4273 2024-12-17T23:35:35.5815121Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-12-17T23:35:35.5815619Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-12-17T23:35:35.5816129Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-12-17T23:35:35.5816532Z -- Build type : Release 2024-12-17T23:35:35.5817708Z -- 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-12-17T23:35:35.5820331Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2024-12-17T23:35:35.5822025Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-12-17T23:35:35.5822450Z -- USE_GOLD_LINKER : OFF 2024-12-17T23:35:35.5822711Z -- 2024-12-17T23:35:35.5822894Z -- TORCH_VERSION : 2.6.0 2024-12-17T23:35:35.5823182Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2024-12-17T23:35:35.5823475Z -- BUILD_BINARY : OFF 2024-12-17T23:35:35.5823749Z -- BUILD_CUSTOM_PROTOBUF : ON 2024-12-17T23:35:35.5824016Z -- Link local protobuf : ON 2024-12-17T23:35:35.5824264Z -- BUILD_PYTHON : True 2024-12-17T23:35:35.5824543Z -- Python version : 3.9.19 2024-12-17T23:35:35.5824891Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2024-12-17T23:35:35.5825348Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2024-12-17T23:35:35.5825788Z -- Python includes : C:/Jenkins/Miniconda3/include 2024-12-17T23:35:35.5826229Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2024-12-17T23:35:35.5826612Z -- BUILD_SHARED_LIBS : ON 2024-12-17T23:35:35.5826900Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2024-12-17T23:35:35.5827200Z -- BUILD_TEST : True 2024-12-17T23:35:35.5827454Z -- BUILD_JNI : OFF 2024-12-17T23:35:35.5827711Z -- BUILD_MOBILE_AUTOGRAD : OFF 2024-12-17T23:35:35.5827977Z -- BUILD_LITE_INTERPRETER: OFF 2024-12-17T23:35:35.5828235Z -- INTERN_BUILD_MOBILE : 2024-12-17T23:35:35.5828494Z -- TRACING_BASED : OFF 2024-12-17T23:35:35.5828745Z -- USE_BLAS : 1 2024-12-17T23:35:35.5828978Z -- BLAS : mkl 2024-12-17T23:35:35.5829225Z -- BLAS_HAS_SBGEMM : 2024-12-17T23:35:35.5829476Z -- USE_LAPACK : 1 2024-12-17T23:35:35.5829845Z -- LAPACK : mkl 2024-12-17T23:35:35.5830103Z -- USE_ASAN : OFF 2024-12-17T23:35:35.5830354Z -- USE_TSAN : OFF 2024-12-17T23:35:35.5830605Z -- USE_CPP_CODE_COVERAGE : OFF 2024-12-17T23:35:35.5830862Z -- USE_CUDA : 1 2024-12-17T23:35:35.5831118Z -- Split CUDA : 2024-12-17T23:35:35.5831366Z -- CUDA static link : OFF 2024-12-17T23:35:35.5831624Z -- USE_CUDNN : ON 2024-12-17T23:35:35.5831883Z -- USE_CUSPARSELT : OFF 2024-12-17T23:35:35.5832130Z -- USE_CUDSS : OFF 2024-12-17T23:35:35.5832381Z -- USE_CUFILE : OFF 2024-12-17T23:35:35.5832640Z -- CUDA version : 12.1 2024-12-17T23:35:35.5832899Z -- USE_FLASH_ATTENTION : OFF 2024-12-17T23:35:35.5833169Z -- USE_MEM_EFF_ATTENTION : ON 2024-12-17T23:35:35.5833514Z -- cuDNN version : 9.1.0 2024-12-17T23:35:35.5833976Z -- CUDA root directory : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2024-12-17T23:35:35.5834642Z -- CUDA library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cuda.lib 2024-12-17T23:35:35.5835346Z -- cudart library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cudart.lib 2024-12-17T23:35:35.5836045Z -- cublas library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cublas.lib 2024-12-17T23:35:35.5836749Z -- cufft library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cufft.lib 2024-12-17T23:35:35.5837454Z -- curand library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/curand.lib 2024-12-17T23:35:35.5838305Z -- cusparse library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cusparse.lib 2024-12-17T23:35:35.5839031Z -- cuDNN library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cudnn.lib 2024-12-17T23:35:35.5839706Z -- nvrtc : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/nvrtc.lib 2024-12-17T23:35:35.5840359Z -- CUDA include path : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/include 2024-12-17T23:35:35.5841020Z -- NVCC executable : C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-12-17T23:35:35.5841684Z -- CUDA compiler : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe 2024-12-17T23:35:35.5845720Z -- CUDA flags : -DLIBCUDACXX_ENABLE_SIMPLIFIED_COMPLEX_OPERATIONS -Xcompiler /Zc:__cplusplus -Xcompiler /w -w -Xcompiler /FS -Xfatbin -compress-all -DONNX_NAMESPACE=onnx_torch --use-local-env -gencode arch=compute_86,code=sm_86 -Xcudafe --diag_suppress=cc_clobber_ignored,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=bad_friend_decl --Werror cross-execution-space-call --no-host-device-move-forward --expt-relaxed-constexpr --expt-extended-lambda -Xcompiler=/wd4819,/wd4503,/wd4190,/wd4244,/wd4251,/wd4275,/wd4522 -Wno-deprecated-gpu-targets --expt-extended-lambda -DCUB_WRAPPED_NAMESPACE=at_cuda_detail -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ 2024-12-17T23:35:35.5849545Z -- CUDA host compiler : 2024-12-17T23:35:35.5849817Z -- CUDA --device-c : OFF 2024-12-17T23:35:35.5850080Z -- USE_TENSORRT : 2024-12-17T23:35:35.5850333Z -- USE_XPU : 0 2024-12-17T23:35:35.5850579Z -- USE_ROCM : OFF 2024-12-17T23:35:35.5850850Z -- BUILD_NVFUSER : 2024-12-17T23:35:35.5851102Z -- USE_EIGEN_FOR_BLAS : 2024-12-17T23:35:35.5851355Z -- USE_FBGEMM : ON 2024-12-17T23:35:35.5851610Z -- USE_FAKELOWP : OFF 2024-12-17T23:35:35.5851873Z -- USE_KINETO : ON 2024-12-17T23:35:35.5852213Z -- USE_GFLAGS : OFF 2024-12-17T23:35:35.5852466Z -- USE_GLOG : OFF 2024-12-17T23:35:35.5852721Z -- USE_LITE_PROTO : OFF 2024-12-17T23:35:35.5852980Z -- USE_PYTORCH_METAL : OFF 2024-12-17T23:35:35.5853245Z -- USE_PYTORCH_METAL_EXPORT : OFF 2024-12-17T23:35:35.5853528Z -- USE_MPS : OFF 2024-12-17T23:35:35.5853780Z -- CAN_COMPILE_METAL : 2024-12-17T23:35:35.5854029Z -- USE_MKL : ON 2024-12-17T23:35:35.5854271Z -- USE_STATIC_MKL : OFF 2024-12-17T23:35:35.5854526Z -- USE_MKLDNN : ON 2024-12-17T23:35:35.5854762Z -- USE_MKLDNN_ACL : OFF 2024-12-17T23:35:35.5855031Z -- USE_MKLDNN_CBLAS : OFF 2024-12-17T23:35:35.5855279Z -- USE_UCC : OFF 2024-12-17T23:35:35.5855515Z -- USE_ITT : ON 2024-12-17T23:35:35.5855760Z -- USE_NCCL : OFF 2024-12-17T23:35:35.5856003Z -- USE_NNPACK : OFF 2024-12-17T23:35:35.5856256Z -- USE_NUMPY : ON 2024-12-17T23:35:35.5856510Z -- USE_OBSERVERS : ON 2024-12-17T23:35:35.5856748Z -- USE_OPENCL : OFF 2024-12-17T23:35:35.5857002Z -- USE_OPENMP : ON 2024-12-17T23:35:35.5857258Z -- USE_MIMALLOC : ON 2024-12-17T23:35:35.5857505Z -- USE_MIMALLOC_ON_MKL : OFF 2024-12-17T23:35:35.5857774Z -- USE_VULKAN : OFF 2024-12-17T23:35:35.5858033Z -- USE_PROF : OFF 2024-12-17T23:35:35.5858283Z -- USE_PYTORCH_QNNPACK : OFF 2024-12-17T23:35:35.5858546Z -- USE_XNNPACK : ON 2024-12-17T23:35:35.5858801Z -- USE_DISTRIBUTED : ON 2024-12-17T23:35:35.5859175Z -- USE_MPI : OFF 2024-12-17T23:35:35.5859446Z -- USE_GLOO : ON 2024-12-17T23:35:35.5859720Z -- USE_GLOO_WITH_OPENSSL : OFF 2024-12-17T23:35:35.5859986Z -- USE_TENSORPIPE : OFF 2024-12-17T23:35:35.5865407Z -- Public Dependencies : caffe2::mkl 2024-12-17T23:35:35.5866280Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;microkernels-prod;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;fmt::fmt-header-only;kineto 2024-12-17T23:35:35.5867063Z -- Public CUDA Deps. : 2024-12-17T23:35:35.5868937Z -- Private CUDA Deps. : caffe2::curand;caffe2::cufft;caffe2::cublas;torch::cudnn;gloo_cuda;fmt::fmt-header-only;C:/Jenkins/Miniconda3/Library/lib/mkl_intel_lp64_dll.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_intel_thread_dll.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_core_dll.lib;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cudart_static.lib;CUDA::cusparse;CUDA::cufft;CUDA::cusolver;torch::magma;ATEN_CUDA_FILES_GEN_LIB 2024-12-17T23:35:35.5870834Z -- USE_COREML_DELEGATE : OFF 2024-12-17T23:35:35.5871125Z -- BUILD_LAZY_TS_BACKEND : ON 2024-12-17T23:35:35.5871386Z -- USE_ROCM_KERNEL_ASSERT : OFF 2024-12-17T23:35:35.5888505Z -- Performing Test HAS_WMISSING_PROTOTYPES 2024-12-17T23:35:35.6576956Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2024-12-17T23:35:35.6591943Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2024-12-17T23:35:35.7273184Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2024-12-17T23:35:35.7338100Z -- Configuring done 2024-12-17T23:35:45.1564978Z -- Generating done 2024-12-17T23:35:45.3986927Z CMake Warning: 2024-12-17T23:35:45.3990861Z Manually-specified variables were not used by the project: 2024-12-17T23:35:45.3991551Z 2024-12-17T23:35:45.3991851Z BUILD_ENVIRONMENT 2024-12-17T23:35:45.3992186Z BUILD_TYPE 2024-12-17T23:35:45.3992473Z BUILD_WHEEL 2024-12-17T23:35:45.3992653Z 2024-12-17T23:35:45.3992660Z 2024-12-17T23:35:45.4022253Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2024-12-17T23:35:51.1653963Z [1/4] Generating ATen declarations_yaml 2024-12-17T23:35:56.7645371Z [2/4] Generating ATen sources 2024-12-17T23:35:57.8303540Z [3/4] Generating ATen headers 2024-12-17T23:36:03.5154604Z [1/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-12-17T23:36:03.5240448Z [2/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2024-12-17T23:36:03.5333323Z [3/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2024-12-17T23:36:03.5402819Z [4/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-12-17T23:36:03.5459272Z [5/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-12-17T23:36:03.5482839Z [6/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-12-17T23:36:03.5550997Z [7/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2024-12-17T23:36:03.5636021Z [8/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-12-17T23:36:03.7616772Z [9/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-12-17T23:36:03.7753689Z [10/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-12-17T23:36:03.7948667Z [11/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-12-17T23:36:03.8251900Z [12/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2024-12-17T23:36:03.8447184Z [13/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2024-12-17T23:36:03.8496204Z [14/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-12-17T23:36:03.8651290Z [15/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2024-12-17T23:36:03.9014807Z [16/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-12-17T23:36:03.9863463Z [17/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-12-17T23:36:04.0507975Z [18/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-12-17T23:36:04.0642834Z [19/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-12-17T23:36:04.0883888Z [20/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-12-17T23:36:04.1070597Z [21/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-12-17T23:36:04.1144037Z [22/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-12-17T23:36:04.1453454Z [23/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-12-17T23:36:04.1905022Z [24/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-12-17T23:36:04.2316675Z [25/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-12-17T23:36:04.3302328Z [26/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-12-17T23:36:04.3618434Z [27/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-12-17T23:36:04.3792957Z [28/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2024-12-17T23:36:04.4477431Z [29/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2024-12-17T23:36:04.4653587Z [30/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2024-12-17T23:36:04.5100598Z [31/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2024-12-17T23:36:04.5540911Z [32/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2024-12-17T23:36:04.6355874Z [33/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2024-12-17T23:36:04.7193896Z [34/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2024-12-17T23:36:04.7506412Z [35/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2024-12-17T23:36:04.7903966Z [36/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2024-12-17T23:36:04.7924311Z [37/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2024-12-17T23:36:04.8116932Z [38/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2024-12-17T23:36:04.8204034Z [39/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2024-12-17T23:36:04.8534556Z [40/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2024-12-17T23:36:04.8737207Z [41/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2024-12-17T23:36:04.9983151Z [42/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2024-12-17T23:36:05.0356607Z [43/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2024-12-17T23:36:05.0500862Z [44/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2024-12-17T23:36:05.0570472Z [45/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2024-12-17T23:36:05.1229737Z [46/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2024-12-17T23:36:05.1328151Z [47/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2024-12-17T23:36:05.1774047Z [48/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2024-12-17T23:36:05.2160840Z [49/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2024-12-17T23:36:05.2894860Z [50/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2024-12-17T23:36:05.3433778Z [51/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2024-12-17T23:36:05.3711361Z [52/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2024-12-17T23:36:05.4202180Z [53/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2024-12-17T23:36:05.4440912Z [54/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2024-12-17T23:36:05.4672162Z [55/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2024-12-17T23:36:05.4781288Z [56/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2024-12-17T23:36:05.4883806Z [57/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2024-12-17T23:36:05.5922250Z [58/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2024-12-17T23:36:05.6686238Z [59/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2024-12-17T23:36:05.6915318Z [60/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2024-12-17T23:36:05.7279709Z [61/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2024-12-17T23:36:05.7347190Z [62/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2024-12-17T23:36:05.7612794Z [63/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2024-12-17T23:36:05.8030465Z [64/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2024-12-17T23:36:05.8269803Z [65/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2024-12-17T23:36:05.8475721Z [66/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2024-12-17T23:36:05.9969610Z [67/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2024-12-17T23:36:06.0387316Z [68/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2024-12-17T23:36:06.0914891Z [69/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2024-12-17T23:36:06.0990187Z [70/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2024-12-17T23:36:06.1071424Z [71/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2024-12-17T23:36:06.1542629Z [72/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2024-12-17T23:36:06.1633227Z [73/7654] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2024-12-17T23:36:06.1950042Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-12-17T23:36:06.1950794Z 2024-12-17T23:36:06.1950953Z 2024-12-17T23:36:06.1951315Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-12-17T23:36:06.1951908Z 2024-12-17T23:36:06.1952054Z 2024-12-17T23:36:06.1952062Z 2024-12-17T23:36:06.1952068Z 2024-12-17T23:36:06.1952995Z [74/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2024-12-17T23:36:06.2093283Z [75/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2024-12-17T23:36:06.3795596Z [76/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2024-12-17T23:36:06.4385836Z [77/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2024-12-17T23:36:06.4804056Z [78/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2024-12-17T23:36:06.4900809Z [79/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2024-12-17T23:36:06.5183560Z [80/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2024-12-17T23:36:06.5700428Z [81/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2024-12-17T23:36:06.7201492Z [82/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2024-12-17T23:36:06.7513875Z [83/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2024-12-17T23:36:06.7912265Z [84/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2024-12-17T23:36:06.8449040Z [85/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2024-12-17T23:36:06.8528518Z [86/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2024-12-17T23:36:06.8818368Z [87/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2024-12-17T23:36:06.9105470Z [88/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2024-12-17T23:36:06.9292917Z [89/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2024-12-17T23:36:07.0974868Z [90/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2024-12-17T23:36:07.1351214Z [91/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2024-12-17T23:36:07.1444605Z [92/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2024-12-17T23:36:07.1838493Z [93/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2024-12-17T23:36:07.2183584Z [94/7654] Linking CXX static library lib\libprotobuf.lib 2024-12-17T23:36:07.2251006Z [95/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2024-12-17T23:36:07.2342998Z [96/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2024-12-17T23:36:07.2766140Z [97/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2024-12-17T23:36:07.3453569Z [98/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2024-12-17T23:36:07.4885567Z [99/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2024-12-17T23:36:07.5113057Z [100/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2024-12-17T23:36:07.5348009Z [101/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2024-12-17T23:36:07.5873608Z [102/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2024-12-17T23:36:07.5889544Z [103/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2024-12-17T23:36:07.5906265Z [104/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2024-12-17T23:36:07.6413534Z [105/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2024-12-17T23:36:07.6990535Z [106/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2024-12-17T23:36:07.8468102Z [107/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2024-12-17T23:36:07.8797912Z [108/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2024-12-17T23:36:07.9082678Z [109/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2024-12-17T23:36:07.9445475Z [110/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2024-12-17T23:36:07.9541529Z [111/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2024-12-17T23:36:07.9565208Z [112/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2024-12-17T23:36:07.9865376Z [113/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2024-12-17T23:36:08.0629303Z [114/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2024-12-17T23:36:08.1045199Z [115/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2024-12-17T23:36:08.2290854Z [116/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2024-12-17T23:36:08.2674436Z [117/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2024-12-17T23:36:08.3055415Z [118/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2024-12-17T23:36:08.3162455Z [119/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2024-12-17T23:36:08.3179664Z [120/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2024-12-17T23:36:08.3351676Z [121/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2024-12-17T23:36:08.4251650Z [122/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2024-12-17T23:36:08.4796497Z [123/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2024-12-17T23:36:08.6125992Z [124/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2024-12-17T23:36:08.6300860Z [125/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2024-12-17T23:36:08.6583431Z [126/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2024-12-17T23:36:08.6717957Z [127/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2024-12-17T23:36:08.6821939Z [128/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2024-12-17T23:36:08.7076473Z [129/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2024-12-17T23:36:08.7950560Z [130/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2024-12-17T23:36:08.8269733Z [131/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2024-12-17T23:36:08.9643060Z [132/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2024-12-17T23:36:08.9805430Z [133/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2024-12-17T23:36:09.0365793Z [134/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2024-12-17T23:36:09.0455500Z [135/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2024-12-17T23:36:09.0478313Z [136/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2024-12-17T23:36:09.0715381Z [137/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2024-12-17T23:36:09.1190527Z [138/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2024-12-17T23:36:09.1660299Z [139/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2024-12-17T23:36:09.2184100Z [140/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2024-12-17T23:36:09.3127128Z [141/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2024-12-17T23:36:09.3539073Z [142/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2024-12-17T23:36:09.4194471Z [143/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2024-12-17T23:36:09.4284120Z [144/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2024-12-17T23:36:09.4376301Z [145/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2024-12-17T23:36:09.4522024Z [146/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2024-12-17T23:36:09.5286048Z [147/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2024-12-17T23:36:09.5837331Z [148/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2024-12-17T23:36:09.6645228Z [149/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2024-12-17T23:36:09.7212535Z [150/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2024-12-17T23:36:09.7762522Z [151/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2024-12-17T23:36:09.8006473Z [152/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2024-12-17T23:36:09.8094452Z [153/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2024-12-17T23:36:09.8156313Z [154/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2024-12-17T23:36:09.9019957Z [155/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2024-12-17T23:36:09.9119975Z [156/7654] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2024-12-17T23:36:09.9454908Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-12-17T23:36:09.9455697Z 2024-12-17T23:36:09.9456209Z 2024-12-17T23:36:09.9456684Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-12-17T23:36:09.9457250Z 2024-12-17T23:36:09.9457267Z 2024-12-17T23:36:09.9457273Z 2024-12-17T23:36:09.9457281Z 2024-12-17T23:36:09.9458206Z [157/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2024-12-17T23:36:09.9547079Z [158/7654] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2024-12-17T23:36:10.0164674Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-12-17T23:36:10.0165080Z 2024-12-17T23:36:10.0165084Z 2024-12-17T23:36:10.0165263Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-12-17T23:36:10.0165566Z 2024-12-17T23:36:10.0165573Z 2024-12-17T23:36:10.0165579Z 2024-12-17T23:36:10.0165585Z 2024-12-17T23:36:10.0166263Z [159/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2024-12-17T23:36:10.0906107Z [160/7654] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2024-12-17T23:36:10.0986199Z [161/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2024-12-17T23:36:10.1127253Z [162/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2024-12-17T23:36:10.1212994Z [163/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2024-12-17T23:36:10.1526393Z [164/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2024-12-17T23:36:10.1873799Z [165/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2024-12-17T23:36:10.2249393Z [166/7654] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2024-12-17T23:36:10.2460420Z [167/7654] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2024-12-17T23:36:10.2546702Z [168/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2024-12-17T23:36:10.2655636Z [169/7654] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2024-12-17T23:36:10.5112802Z [170/7654] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2024-12-17T23:36:10.5183407Z 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-12-17T23:36:10.5184337Z [171/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2024-12-17T23:36:10.5363180Z [172/7654] Linking CXX static library lib\libprotoc.lib 2024-12-17T23:36:10.5523241Z [173/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2024-12-17T23:36:10.5623331Z [174/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2024-12-17T23:36:10.5770733Z [175/7654] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2024-12-17T23:36:10.6157852Z 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-12-17T23:36:10.6158775Z [176/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2024-12-17T23:36:10.6249217Z [177/7654] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2024-12-17T23:36:10.6419761Z 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-12-17T23:36:10.6420940Z [178/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2024-12-17T23:36:10.6599491Z [179/7654] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2024-12-17T23:36:10.6744202Z 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-12-17T23:36:10.6745754Z [180/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2024-12-17T23:36:10.6755965Z [181/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2024-12-17T23:36:10.7077222Z [182/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2024-12-17T23:36:10.7194772Z [183/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2024-12-17T23:36:10.7242742Z [184/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2024-12-17T23:36:10.7275799Z [185/7654] Linking C static library lib\pthreadpool.lib 2024-12-17T23:36:10.7355142Z [186/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2024-12-17T23:36:10.7702108Z [187/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2024-12-17T23:36:10.7963871Z [188/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2024-12-17T23:36:10.8255705Z [189/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2024-12-17T23:36:10.8315362Z [190/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2024-12-17T23:36:10.8400375Z [191/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2024-12-17T23:36:10.8641135Z [192/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2024-12-17T23:36:10.8938042Z [193/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2024-12-17T23:36:10.9096963Z [194/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2024-12-17T23:36:10.9368141Z [195/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u16.c.obj 2024-12-17T23:36:10.9446232Z [196/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2024-12-17T23:36:10.9639523Z [197/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2024-12-17T23:36:10.9813679Z [198/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2024-12-17T23:36:10.9996623Z [199/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2024-12-17T23:36:11.0146989Z [200/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2024-12-17T23:36:11.0327095Z [201/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u32.c.obj 2024-12-17T23:36:11.0413735Z [202/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2024-12-17T23:36:11.0482208Z [203/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u16.c.obj 2024-12-17T23:36:11.0493599Z [204/7654] Linking CXX executable bin\protoc.exe 2024-12-17T23:36:11.0888232Z [205/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:36:11.1137516Z [206/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:36:11.1231476Z [207/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:36:11.1316929Z [208/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:36:11.1457937Z [209/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c64.c.obj 2024-12-17T23:36:11.1469783Z [210/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc4.c.obj 2024-12-17T23:36:11.1510442Z [211/7654] Running gen_proto.py on onnx/onnx.in.proto 2024-12-17T23:36:11.1564559Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2024-12-17T23:36:11.1565326Z 2024-12-17T23:36:11.1565994Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2024-12-17T23:36:11.1566914Z 2024-12-17T23:36:11.1567587Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2024-12-17T23:36:11.1568494Z 2024-12-17T23:36:11.1569038Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2024-12-17T23:36:11.1569823Z 2024-12-17T23:36:11.1570381Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2024-12-17T23:36:11.1571182Z 2024-12-17T23:36:11.1572285Z [212/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c32.c.obj 2024-12-17T23:36:11.1847310Z [213/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc4.c.obj 2024-12-17T23:36:11.2080252Z [214/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2024-12-17T23:36:11.2256815Z [215/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2024-12-17T23:36:11.2351582Z [216/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2024-12-17T23:36:11.2433111Z [217/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2024-12-17T23:36:11.2494066Z [218/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2024-12-17T23:36:11.2553675Z [219/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u4.c.obj 2024-12-17T23:36:11.2842119Z [220/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2024-12-17T23:36:11.3077046Z [221/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc4.c.obj 2024-12-17T23:36:11.3317187Z [222/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2024-12-17T23:36:11.3366976Z [223/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc4.c.obj 2024-12-17T23:36:11.3477694Z [224/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2024-12-17T23:36:11.3617619Z [225/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vadd-f16c-u16.c.obj 2024-12-17T23:36:11.3706320Z [226/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u16.c.obj 2024-12-17T23:36:11.3922648Z [227/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u8.c.obj 2024-12-17T23:36:11.4206587Z [228/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u8.c.obj 2024-12-17T23:36:11.4402350Z [229/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2024-12-17T23:36:11.4540437Z [230/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2024-12-17T23:36:11.4556619Z [231/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2024-12-17T23:36:11.4818271Z [232/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2024-12-17T23:36:11.4835989Z [233/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmul-f16c-u16.c.obj 2024-12-17T23:36:11.5051314Z [234/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u16.c.obj 2024-12-17T23:36:11.5284416Z [235/7654] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-12-17T23:36:11.5451155Z [236/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u16.c.obj 2024-12-17T23:36:11.5531982Z [237/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u16.c.obj 2024-12-17T23:36:11.5673738Z [238/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u8.c.obj 2024-12-17T23:36:11.5760946Z [239/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u16.c.obj 2024-12-17T23:36:11.5941709Z [240/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2024-12-17T23:36:11.5994748Z [241/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u16.c.obj 2024-12-17T23:36:11.6128045Z [242/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2024-12-17T23:36:11.6376736Z [243/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsub-f16c-u16.c.obj 2024-12-17T23:36:11.6574273Z [244/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u16.c.obj 2024-12-17T23:36:11.6661718Z [245/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2024-12-17T23:36:11.6902036Z [246/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2024-12-17T23:36:11.7069474Z [247/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2024-12-17T23:36:11.7122378Z [248/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2024-12-17T23:36:11.7140167Z [249/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2024-12-17T23:36:11.7234645Z [250/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2024-12-17T23:36:11.7471224Z [251/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2024-12-17T23:36:11.7646256Z [252/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2024-12-17T23:36:11.7719074Z [253/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2024-12-17T23:36:11.8124310Z [254/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u32.c.obj 2024-12-17T23:36:11.8205866Z [255/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.obj 2024-12-17T23:36:11.8222698Z [256/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2024-12-17T23:36:11.8370078Z [257/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.obj 2024-12-17T23:36:11.8556341Z [258/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2024-12-17T23:36:11.8711537Z [259/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2024-12-17T23:36:11.8775643Z [260/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2024-12-17T23:36:11.8829239Z [261/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2024-12-17T23:36:11.8893145Z [262/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2024-12-17T23:36:11.9050930Z [263/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2024-12-17T23:36:11.9105178Z [264/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2024-12-17T23:36:11.9117348Z [265/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2024-12-17T23:36:11.9388024Z [266/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2024-12-17T23:36:11.9458062Z [267/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2024-12-17T23:36:11.9747309Z [268/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2024-12-17T23:36:11.9898760Z [269/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2024-12-17T23:36:11.9913300Z [270/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2024-12-17T23:36:12.0072931Z [271/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2024-12-17T23:36:12.0131937Z [272/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2024-12-17T23:36:12.0291067Z [273/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2024-12-17T23:36:12.0538756Z [274/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2024-12-17T23:36:12.0592791Z [275/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2024-12-17T23:36:12.1041074Z [276/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2024-12-17T23:36:12.1097363Z [277/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2024-12-17T23:36:12.1110326Z [278/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2024-12-17T23:36:12.1342516Z [279/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2024-12-17T23:36:12.1421569Z [280/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2024-12-17T23:36:12.1485540Z [281/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2024-12-17T23:36:12.1669517Z [282/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2024-12-17T23:36:12.1720984Z [283/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2024-12-17T23:36:12.2249592Z [284/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2024-12-17T23:36:12.2309556Z [285/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2024-12-17T23:36:12.2371113Z [286/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2024-12-17T23:36:12.2568328Z [287/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2024-12-17T23:36:12.2639818Z [288/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2024-12-17T23:36:12.2651573Z [289/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2024-12-17T23:36:12.2832623Z [290/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2024-12-17T23:36:12.2917233Z [291/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2024-12-17T23:36:12.3434475Z [292/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2024-12-17T23:36:12.3491797Z [293/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2024-12-17T23:36:12.3596171Z [294/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2024-12-17T23:36:12.3756485Z [295/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2024-12-17T23:36:12.3809511Z [296/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2024-12-17T23:36:12.3970769Z [297/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2024-12-17T23:36:12.4028890Z [298/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2024-12-17T23:36:12.4210740Z [299/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2024-12-17T23:36:12.4634761Z [300/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2024-12-17T23:36:12.4688167Z [301/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2024-12-17T23:36:12.4849820Z [302/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2024-12-17T23:36:12.5162479Z [303/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.obj 2024-12-17T23:36:12.5336262Z [304/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.obj 2024-12-17T23:36:12.5564111Z [305/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.obj 2024-12-17T23:36:12.5622014Z [306/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.obj 2024-12-17T23:36:12.5757911Z [307/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.obj 2024-12-17T23:36:12.5932547Z [308/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.obj 2024-12-17T23:36:12.6142283Z [309/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.obj 2024-12-17T23:36:12.6309046Z [310/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.obj 2024-12-17T23:36:12.6522975Z [311/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.obj 2024-12-17T23:36:12.6726961Z [312/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.obj 2024-12-17T23:36:12.6900635Z [313/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.obj 2024-12-17T23:36:12.7111010Z [314/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.obj 2024-12-17T23:36:15.6591695Z [315/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2024-12-17T23:36:15.6657395Z [316/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.obj 2024-12-17T23:36:15.6849861Z [317/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u4.c.obj 2024-12-17T23:36:15.6907179Z [318/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2024-12-17T23:36:15.6918578Z [319/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2024-12-17T23:36:15.7061097Z [320/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u2.c.obj 2024-12-17T23:36:15.7076360Z [321/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2024-12-17T23:36:15.7129749Z [322/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2024-12-17T23:36:15.7938681Z [323/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:36:15.8089839Z [324/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2024-12-17T23:36:15.8173077Z [325/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:36:15.8261404Z [326/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x32-minmax-avx512f-broadcast.c.obj 2024-12-17T23:36:15.8305987Z [327/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2024-12-17T23:36:15.8356110Z [328/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2024-12-17T23:36:15.8475131Z [329/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2024-12-17T23:36:15.8810302Z [330/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2024-12-17T23:36:15.9293970Z [331/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2024-12-17T23:36:15.9508177Z [332/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2024-12-17T23:36:15.9551636Z [333/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2024-12-17T23:36:15.9620527Z [334/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2024-12-17T23:36:15.9722142Z [335/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2024-12-17T23:36:15.9733834Z [336/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2024-12-17T23:36:15.9835681Z [337/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:36:16.0204043Z [338/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2024-12-17T23:36:16.0606672Z [339/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2024-12-17T23:36:16.0825690Z [340/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2024-12-17T23:36:16.0872799Z [341/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2024-12-17T23:36:16.0884332Z [342/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2024-12-17T23:36:16.1015295Z [343/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-7x32-minmax-avx512f-broadcast.c.obj 2024-12-17T23:36:16.1172040Z [344/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2024-12-17T23:36:16.1230090Z [345/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2024-12-17T23:36:16.1283917Z [346/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:36:16.1474600Z [347/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2024-12-17T23:36:16.2010422Z [348/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2024-12-17T23:36:16.2100572Z [349/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:36:16.2206141Z [350/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:36:16.2261697Z [351/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2024-12-17T23:36:16.2342286Z [352/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x32-minmax-avx512f-broadcast.c.obj 2024-12-17T23:36:16.2390438Z [353/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2024-12-17T23:36:16.2444003Z [354/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2024-12-17T23:36:16.2539381Z [355/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2024-12-17T23:36:16.3302609Z [356/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2024-12-17T23:36:16.3318478Z [357/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2024-12-17T23:36:16.3411515Z [358/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2024-12-17T23:36:16.3480340Z [359/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2024-12-17T23:36:16.3536844Z [360/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:36:16.3587474Z [361/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2024-12-17T23:36:16.3654275Z [362/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2024-12-17T23:36:16.3705285Z [363/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2024-12-17T23:36:16.4523560Z [364/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2024-12-17T23:36:16.4537603Z [365/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2024-12-17T23:36:16.4636646Z [366/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2024-12-17T23:36:16.4681749Z [367/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2024-12-17T23:36:16.4757399Z [368/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.obj 2024-12-17T23:36:16.4768246Z [369/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2024-12-17T23:36:16.4779767Z [370/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-12-17T23:36:16.5366191Z [371/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-7x32-minmax-avx512f-broadcast.c.obj 2024-12-17T23:36:16.5595688Z [372/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2024-12-17T23:36:16.5642320Z [373/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2024-12-17T23:36:16.5691542Z [374/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2024-12-17T23:36:16.5882738Z [375/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2024-12-17T23:36:16.5980341Z [376/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2024-12-17T23:36:16.6095126Z [377/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:36:16.6557037Z [378/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.obj 2024-12-17T23:36:16.6657924Z [379/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:36:16.6893106Z [380/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x8-minmax-sse41-dup.c.obj 2024-12-17T23:36:16.6993124Z [381/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2024-12-17T23:36:16.7040030Z [382/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.obj 2024-12-17T23:36:16.7283888Z [383/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:36:16.7338300Z [384/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:36:16.7806743Z [385/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2024-12-17T23:36:16.7858838Z [386/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x8-minmax-sse41-dup.c.obj 2024-12-17T23:36:16.8103895Z [387/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.obj 2024-12-17T23:36:16.8248058Z [388/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.obj 2024-12-17T23:36:16.8300241Z [389/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:36:16.8483778Z [390/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.obj 2024-12-17T23:36:16.8498031Z [391/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:36:16.8550632Z [392/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.obj 2024-12-17T23:36:16.9228678Z [393/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2024-12-17T23:36:16.9532388Z [394/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2024-12-17T23:36:16.9543341Z [395/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse41-dup.c.obj 2024-12-17T23:36:16.9605444Z [396/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse41-dup.c.obj 2024-12-17T23:36:16.9684734Z [397/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.obj 2024-12-17T23:36:16.9862059Z [398/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:36:16.9916317Z [399/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:36:16.9937348Z [400/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.obj 2024-12-17T23:36:17.0418066Z [401/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2024-12-17T23:36:17.0652525Z [402/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2024-12-17T23:36:17.0716774Z [403/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2024-12-17T23:36:17.0727800Z [404/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u1.c.obj 2024-12-17T23:36:17.0786121Z [405/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u4.c.obj 2024-12-17T23:36:17.0940555Z [406/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2024-12-17T23:36:17.1005070Z [407/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u4.c.obj 2024-12-17T23:36:17.1222928Z [408/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2024-12-17T23:36:17.1664655Z [409/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2024-12-17T23:36:17.1722726Z [410/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2024-12-17T23:36:17.1776565Z [411/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2024-12-17T23:36:17.1788270Z [412/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u1.c.obj 2024-12-17T23:36:17.1842004Z [413/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u4.c.obj 2024-12-17T23:36:17.1983569Z [414/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u4.c.obj 2024-12-17T23:36:17.2037265Z [415/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2024-12-17T23:36:17.2179597Z [416/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.obj 2024-12-17T23:36:17.2808100Z [417/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc2.c.obj 2024-12-17T23:36:17.2822974Z [418/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.obj 2024-12-17T23:36:17.2870689Z [419/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.obj 2024-12-17T23:36:17.2921324Z [420/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.obj 2024-12-17T23:36:17.2970570Z [421/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c32.c.obj 2024-12-17T23:36:17.3020266Z [422/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c64.c.obj 2024-12-17T23:36:17.3137131Z [423/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-scalar.c.obj 2024-12-17T23:36:17.3192502Z [424/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c16.c.obj 2024-12-17T23:36:17.3906776Z [425/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2024-12-17T23:36:17.3953288Z [426/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2024-12-17T23:36:17.3999743Z [427/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2024-12-17T23:36:17.4012017Z [428/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2024-12-17T23:36:17.4192482Z [429/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2024-12-17T23:36:17.4248965Z [430/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2024-12-17T23:36:17.4411654Z [431/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2024-12-17T23:36:17.4471478Z [432/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2024-12-17T23:36:17.4958793Z [433/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2024-12-17T23:36:17.5038440Z [434/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2024-12-17T23:36:17.5119307Z [435/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2024-12-17T23:36:17.5176618Z [436/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2024-12-17T23:36:17.5188528Z [437/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2024-12-17T23:36:17.5271884Z [438/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2024-12-17T23:36:17.5431936Z [439/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2024-12-17T23:36:17.5673553Z [440/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2024-12-17T23:36:17.6154296Z [441/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u32.c.obj 2024-12-17T23:36:17.6305485Z [442/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx-u16.c.obj 2024-12-17T23:36:17.6379716Z [443/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx-u16.c.obj 2024-12-17T23:36:17.6590827Z [444/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2024-12-17T23:36:17.6605442Z [445/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2024-12-17T23:36:17.6618096Z [446/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-sse-u8.c.obj 2024-12-17T23:36:17.6959394Z [447/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u32.c.obj 2024-12-17T23:36:17.7202298Z [448/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx-u16.c.obj 2024-12-17T23:36:17.7293181Z [449/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-sse-u8.c.obj 2024-12-17T23:36:17.7371751Z [450/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u32.c.obj 2024-12-17T23:36:17.7722484Z [451/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-sse-u8.c.obj 2024-12-17T23:36:17.7896801Z [452/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2024-12-17T23:36:17.7955125Z [453/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx-u16.c.obj 2024-12-17T23:36:17.8027245Z [454/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2024-12-17T23:36:17.8085863Z [455/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u32.c.obj 2024-12-17T23:36:17.8227978Z [456/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-sse-u8.c.obj 2024-12-17T23:36:17.8515323Z [457/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2024-12-17T23:36:17.8718991Z [458/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2024-12-17T23:36:17.8945478Z [459/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2024-12-17T23:36:17.9005761Z [460/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2024-12-17T23:36:17.9062766Z [461/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2024-12-17T23:36:17.9213826Z [462/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2024-12-17T23:36:17.9275260Z [463/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2024-12-17T23:36:17.9554906Z [464/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2024-12-17T23:36:17.9614043Z [465/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2024-12-17T23:36:17.9732976Z [466/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2024-12-17T23:36:17.9991767Z [467/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2024-12-17T23:36:18.0176868Z [468/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2024-12-17T23:36:18.0240452Z [469/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2024-12-17T23:36:18.0383055Z [470/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2024-12-17T23:36:18.0397884Z [471/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2024-12-17T23:36:18.0612690Z [472/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2024-12-17T23:36:18.0708935Z [473/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx-u16.c.obj 2024-12-17T23:36:18.0980276Z [474/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u32.c.obj 2024-12-17T23:36:18.1106580Z [475/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2024-12-17T23:36:18.1330965Z [476/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-sse-u8.c.obj 2024-12-17T23:36:18.1393372Z [477/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx-u16.c.obj 2024-12-17T23:36:18.1575330Z [478/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2024-12-17T23:36:18.1622926Z [479/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u32.c.obj 2024-12-17T23:36:18.1767966Z [480/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-sse-u8.c.obj 2024-12-17T23:36:18.1835537Z [481/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx-u16.c.obj 2024-12-17T23:36:18.2072863Z [482/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u32.c.obj 2024-12-17T23:36:18.2208498Z [483/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u8.c.obj 2024-12-17T23:36:18.2396094Z [484/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u8.c.obj 2024-12-17T23:36:18.2598050Z [485/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u16.c.obj 2024-12-17T23:36:18.2691455Z [486/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u32.c.obj 2024-12-17T23:36:18.2750316Z [487/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u8.c.obj 2024-12-17T23:36:18.2899766Z [488/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u16.c.obj 2024-12-17T23:36:18.2983641Z [489/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u8.c.obj 2024-12-17T23:36:18.3319471Z [490/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u32.c.obj 2024-12-17T23:36:18.3457498Z [491/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2024-12-17T23:36:18.3525650Z [492/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u8.c.obj 2024-12-17T23:36:18.3746175Z [493/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u16.c.obj 2024-12-17T23:36:18.3813617Z [494/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u32.c.obj 2024-12-17T23:36:18.3911115Z [495/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u8.c.obj 2024-12-17T23:36:18.4155415Z [496/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u16.c.obj 2024-12-17T23:36:18.4224056Z [497/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u8.c.obj 2024-12-17T23:36:18.4441237Z [498/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u32.c.obj 2024-12-17T23:36:18.4524308Z [499/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2024-12-17T23:36:18.4725701Z [500/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u8.c.obj 2024-12-17T23:36:18.4883794Z [501/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2024-12-17T23:36:18.4985292Z [502/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2024-12-17T23:36:18.5167677Z [503/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2024-12-17T23:36:18.5260118Z [504/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2024-12-17T23:36:18.5435175Z [505/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2024-12-17T23:36:18.5543023Z [506/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2024-12-17T23:36:18.5669851Z [507/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2024-12-17T23:36:18.6085131Z [508/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2024-12-17T23:36:18.6157163Z [509/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx-u16.c.obj 2024-12-17T23:36:18.6171787Z [510/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u32.c.obj 2024-12-17T23:36:18.6238511Z [511/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2024-12-17T23:36:18.6415683Z [512/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-sse-u8.c.obj 2024-12-17T23:36:18.6604120Z [513/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx-u16.c.obj 2024-12-17T23:36:18.6732430Z [514/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2024-12-17T23:36:18.6791344Z [515/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u32.c.obj 2024-12-17T23:36:18.7310040Z [516/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2024-12-17T23:36:18.7364207Z [517/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2024-12-17T23:36:18.7509721Z [518/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2024-12-17T23:36:18.7641888Z [519/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-sse-u8.c.obj 2024-12-17T23:36:18.7656396Z [520/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u32.c.obj 2024-12-17T23:36:18.7709692Z [521/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2024-12-17T23:36:18.7951133Z [522/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u16.c.obj 2024-12-17T23:36:18.8048159Z [523/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2024-12-17T23:36:18.8378349Z [524/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2024-12-17T23:36:18.8516137Z [525/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx.c.obj 2024-12-17T23:36:18.8731359Z [526/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx512f.c.obj 2024-12-17T23:36:18.8887316Z [527/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-sse2.c.obj 2024-12-17T23:36:18.8941808Z [528/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-scalar.c.obj 2024-12-17T23:36:18.8999241Z [529/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx.c.obj 2024-12-17T23:36:18.9117515Z [530/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx512f.c.obj 2024-12-17T23:36:18.9175107Z [531/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-scalar.c.obj 2024-12-17T23:36:18.9539889Z [532/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-sse2.c.obj 2024-12-17T23:36:18.9685269Z [533/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx.c.obj 2024-12-17T23:36:18.9896230Z [534/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx512f.c.obj 2024-12-17T23:36:19.0044549Z [535/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-scalar.c.obj 2024-12-17T23:36:19.0126591Z [536/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u32.c.obj 2024-12-17T23:36:19.0240667Z [537/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u56.c.obj 2024-12-17T23:36:19.0303196Z [538/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u128.c.obj 2024-12-17T23:36:19.0319214Z [539/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-sse2.c.obj 2024-12-17T23:36:19.0798193Z [540/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u2.c.obj 2024-12-17T23:36:19.0812096Z [541/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u4.c.obj 2024-12-17T23:36:19.1045776Z [542/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u12.c.obj 2024-12-17T23:36:19.1272732Z [543/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vexp\gen\f32-vexp-scalar-exp.c.obj 2024-12-17T23:36:19.1459235Z [544/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-nr.c.obj 2024-12-17T23:36:19.1551865Z [545/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx-rational-12-10-div.c.obj 2024-12-17T23:36:19.1564131Z [546/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-scalar-rational-12-10-div.c.obj 2024-12-17T23:36:19.1808344Z [547/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-sse2-rational-12-10-div.c.obj 2024-12-17T23:36:19.1887377Z [548/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2024-12-17T23:36:19.2115102Z [549/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2024-12-17T23:36:19.2365543Z [550/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2024-12-17T23:36:19.2568861Z [551/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2024-12-17T23:36:19.2672835Z [552/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx2-rational-3-3-div.c.obj 2024-12-17T23:36:19.2757620Z [553/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2024-12-17T23:36:19.2891188Z [554/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-div.c.obj 2024-12-17T23:36:19.2967721Z [555/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-div.c.obj 2024-12-17T23:36:19.3174672Z [556/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-scalar-rational-3-3-div.c.obj 2024-12-17T23:36:19.3422606Z [557/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-sse2-rational-3-3-div.c.obj 2024-12-17T23:36:19.3576599Z [558/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-fma3-rational-12-10-div.c.obj 2024-12-17T23:36:19.3630149Z [559/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2024-12-17T23:36:19.3782682Z [560/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2024-12-17T23:36:19.3945160Z [561/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2024-12-17T23:36:19.4049525Z [562/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2024-12-17T23:36:19.4063274Z [563/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2024-12-17T23:36:19.4141290Z [564/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2024-12-17T23:36:19.4354336Z [565/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2024-12-17T23:36:19.4840694Z [566/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2024-12-17T23:36:19.4933167Z [567/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2024-12-17T23:36:19.4995923Z [568/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2024-12-17T23:36:19.5079685Z [569/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2024-12-17T23:36:19.5249322Z [570/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2024-12-17T23:36:19.5424105Z [571/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2024-12-17T23:36:19.5492216Z [572/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2024-12-17T23:36:19.5550845Z [573/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2024-12-17T23:36:19.5950954Z [574/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2024-12-17T23:36:19.6061346Z [575/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2024-12-17T23:36:19.6139426Z [576/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2024-12-17T23:36:19.6201973Z [577/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2024-12-17T23:36:19.6371116Z [578/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2024-12-17T23:36:19.6601522Z [579/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2024-12-17T23:36:19.6731887Z [580/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2024-12-17T23:36:19.6876295Z [581/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2024-12-17T23:36:19.7133580Z [582/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2024-12-17T23:36:19.7195679Z [583/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2024-12-17T23:36:19.7296933Z [584/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2024-12-17T23:36:19.7442701Z [585/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2024-12-17T23:36:19.7496854Z [586/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2024-12-17T23:36:19.7858582Z [587/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2024-12-17T23:36:19.7875686Z [588/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2024-12-17T23:36:19.7971718Z [589/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2024-12-17T23:36:19.8390101Z [590/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2024-12-17T23:36:19.8410401Z [591/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2024-12-17T23:36:19.8459777Z [592/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2024-12-17T23:36:19.8512165Z [593/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2024-12-17T23:36:19.8672772Z [594/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2024-12-17T23:36:19.9039648Z [595/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2024-12-17T23:36:19.9101265Z [596/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u40.c.obj 2024-12-17T23:36:19.9195321Z [597/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2024-12-17T23:36:19.9547599Z [598/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.obj 2024-12-17T23:36:19.9650711Z [599/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.obj 2024-12-17T23:36:19.9701042Z [600/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.obj 2024-12-17T23:36:19.9862740Z [601/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.obj 2024-12-17T23:36:20.0088985Z [602/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u16.c.obj 2024-12-17T23:36:20.0153797Z [603/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u16.c.obj 2024-12-17T23:36:20.0264668Z [604/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u16.c.obj 2024-12-17T23:36:20.0279810Z [605/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u40.c.obj 2024-12-17T23:36:20.0794720Z [606/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2024-12-17T23:36:20.0867411Z [607/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u12.c.obj 2024-12-17T23:36:20.1007700Z [608/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-div.c.obj 2024-12-17T23:36:20.1094687Z [609/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-nr.c.obj 2024-12-17T23:36:20.1407362Z [610/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-div.c.obj 2024-12-17T23:36:20.1472709Z [611/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-div.c.obj 2024-12-17T23:36:20.1485388Z [612/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx.c.obj 2024-12-17T23:36:20.1904037Z [613/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx512f.c.obj 2024-12-17T23:36:20.1974057Z [614/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-scalar.c.obj 2024-12-17T23:36:20.2030925Z [615/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-sse2.c.obj 2024-12-17T23:36:20.2108001Z [616/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-scalar-rational-9-8-div.c.obj 2024-12-17T23:36:20.2212321Z [617/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx.c.obj 2024-12-17T23:36:20.2540760Z [618/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx512f.c.obj 2024-12-17T23:36:20.2608253Z [619/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-sse2.c.obj 2024-12-17T23:36:20.2670775Z [620/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-scalar.c.obj 2024-12-17T23:36:20.3078332Z [621/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx.c.obj 2024-12-17T23:36:20.3181579Z [622/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-scalar.c.obj 2024-12-17T23:36:20.3195335Z [623/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx512f.c.obj 2024-12-17T23:36:20.3259906Z [624/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-sse2.c.obj 2024-12-17T23:36:20.3512299Z [625/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.obj 2024-12-17T23:36:20.3861115Z [626/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.obj 2024-12-17T23:36:20.3941966Z [627/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:36:20.3997114Z [628/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:36:20.4394119Z [629/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:36:20.4520063Z [630/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:36:20.4615083Z [631/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:36:20.4766679Z [632/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.obj 2024-12-17T23:36:20.5041517Z [633/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:36:20.5108942Z [634/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256skx.c.obj 2024-12-17T23:36:20.5398181Z [635/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.obj 2024-12-17T23:36:20.5480176Z [636/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:36:20.5730915Z [637/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256skx.c.obj 2024-12-17T23:36:20.5743453Z [638/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:36:20.5863145Z [639/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.obj 2024-12-17T23:36:20.5966300Z [640/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256skx.c.obj 2024-12-17T23:36:20.6264583Z [641/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.obj 2024-12-17T23:36:20.6354742Z [642/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:36:20.6585684Z [643/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256skx.c.obj 2024-12-17T23:36:20.6854272Z [644/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:36:20.6970487Z [645/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:36:20.7159936Z [646/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:36:20.7210493Z [647/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:36:20.7273588Z [648/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.obj 2024-12-17T23:36:20.7639531Z [649/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.obj 2024-12-17T23:36:20.7754437Z [650/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2024-12-17T23:36:20.7810797Z [651/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2024-12-17T23:36:20.8210073Z [652/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.obj 2024-12-17T23:36:20.8266767Z [653/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2024-12-17T23:36:20.8537663Z [654/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.obj 2024-12-17T23:36:20.8588652Z [655/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.obj 2024-12-17T23:36:20.8603179Z [656/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.obj 2024-12-17T23:36:20.8877381Z [657/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2024-12-17T23:36:20.9214397Z [658/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:36:20.9333509Z [659/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:36:20.9513305Z [660/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:36:20.9614833Z [661/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:36:20.9848579Z [662/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2024-12-17T23:36:20.9968749Z [663/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2024-12-17T23:36:21.0115062Z [664/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:36:21.0168006Z [665/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.obj 2024-12-17T23:36:21.0609477Z [666/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:36:21.0760564Z [667/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:36:21.0808207Z [668/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2024-12-17T23:36:21.1164708Z [669/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.obj 2024-12-17T23:36:21.1212580Z [670/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2024-12-17T23:36:21.1384189Z [671/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:36:21.1433520Z [672/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:36:21.1446682Z [673/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:36:21.1835119Z [674/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:36:21.2080628Z [675/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:36:21.2093223Z [676/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.obj 2024-12-17T23:36:21.2542128Z [677/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.obj 2024-12-17T23:36:21.2589622Z [678/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:36:21.2666368Z [679/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2024-12-17T23:36:21.2771861Z [680/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2024-12-17T23:36:21.2880003Z [681/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2024-12-17T23:36:21.3041536Z [682/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.obj 2024-12-17T23:36:21.3298389Z [683/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256skx.c.obj 2024-12-17T23:36:21.3432639Z [684/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.obj 2024-12-17T23:36:21.3867354Z [685/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2024-12-17T23:36:21.3986522Z [686/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2024-12-17T23:36:21.4050950Z [687/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.obj 2024-12-17T23:36:21.4203073Z [688/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.obj 2024-12-17T23:36:21.4215357Z [689/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2024-12-17T23:36:21.4433297Z [690/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256skx.c.obj 2024-12-17T23:36:21.4653796Z [691/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.obj 2024-12-17T23:36:21.4718389Z [692/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:36:21.5249520Z [693/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:36:21.5367381Z [694/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.obj 2024-12-17T23:36:21.5379877Z [695/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.obj 2024-12-17T23:36:21.5436700Z [696/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.obj 2024-12-17T23:36:21.5522484Z [697/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.obj 2024-12-17T23:36:21.5619726Z [698/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.obj 2024-12-17T23:36:21.5832244Z [699/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256skx.c.obj 2024-12-17T23:36:21.5978470Z [700/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.obj 2024-12-17T23:36:21.6577846Z [701/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.obj 2024-12-17T23:36:21.6625714Z [702/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.obj 2024-12-17T23:36:21.6697858Z [703/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.obj 2024-12-17T23:36:21.6800247Z [704/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.obj 2024-12-17T23:36:21.6812675Z [705/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256skx.c.obj 2024-12-17T23:36:21.6985759Z [706/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-12-17T23:36:21.7003845Z [707/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.obj 2024-12-17T23:36:21.7165844Z [708/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:36:21.7760513Z [709/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:21.7835629Z [710/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:36:21.7970745Z [711/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:36:21.8031896Z [712/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:21.8136702Z [713/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.obj 2024-12-17T23:36:21.8284718Z [714/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:36:21.8409203Z [715/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.obj 2024-12-17T23:36:21.8685838Z [716/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-12-17T23:36:21.8893525Z [717/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:36:21.8998038Z [718/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:21.9224483Z [719/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:21.9238046Z [720/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:36:21.9318874Z [721/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.obj 2024-12-17T23:36:21.9429968Z [722/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.obj 2024-12-17T23:36:21.9499256Z [723/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2024-12-17T23:36:21.9744940Z [724/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2024-12-17T23:36:21.9869097Z [725/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2024-12-17T23:36:22.0041821Z [726/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2024-12-17T23:36:22.0241684Z [727/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2024-12-17T23:36:22.0293404Z [728/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2024-12-17T23:36:22.0345255Z [729/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2024-12-17T23:36:22.0530118Z [730/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2024-12-17T23:36:22.0587035Z [731/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni-prfm.c.obj 2024-12-17T23:36:22.0703708Z [732/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-scalar.c.obj 2024-12-17T23:36:22.0918155Z [733/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-goi-scalar.c.obj 2024-12-17T23:36:22.1290206Z [734/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni-prfm.c.obj 2024-12-17T23:36:22.1485000Z [735/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:36:22.1500366Z [736/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-12-17T23:36:22.1607649Z [737/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:36:22.1658817Z [738/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:22.1712922Z [739/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:22.1842446Z [740/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:36:22.2077004Z [741/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:36:22.2503579Z [742/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:36:22.2715207Z [743/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:36:22.2765933Z [744/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-12-17T23:36:22.2875561Z [745/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:22.2888634Z [746/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:36:22.2961115Z [747/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:22.3071908Z [748/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:36:22.3172172Z [749/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:36:22.3696368Z [750/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:36:22.3921101Z [751/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-12-17T23:36:22.3968933Z [752/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:36:22.4191157Z [753/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:36:22.4249782Z [754/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:36:22.4332049Z [755/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:36:22.4344720Z [756/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:22.4357136Z [757/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:22.5034589Z [758/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:36:22.5165815Z [759/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-12-17T23:36:22.5260795Z [760/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-12-17T23:36:22.5546104Z [761/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:22.5661639Z [762/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:22.5791879Z [763/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:36:22.5926253Z [764/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:36:22.6042968Z [765/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:36:22.6293483Z [766/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.obj 2024-12-17T23:36:22.6437994Z [767/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:22.6451855Z [768/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2024-12-17T23:36:22.6815663Z [769/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:36:22.7077287Z [770/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:22.7241183Z [771/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:36:22.7254015Z [772/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:36:22.7353290Z [773/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.obj 2024-12-17T23:36:22.7564646Z [774/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx256skx.c.obj 2024-12-17T23:36:22.7758732Z [775/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-12-17T23:36:22.7815279Z [776/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-12-17T23:36:22.8146207Z [777/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:36:22.8242948Z [778/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-12-17T23:36:22.8557265Z [779/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:22.8569524Z [780/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:22.8632125Z [781/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:36:22.8725014Z [782/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:36:22.8936273Z [783/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:36:22.8986841Z [784/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.obj 2024-12-17T23:36:22.9356492Z [785/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2024-12-17T23:36:22.9465514Z [786/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:22.9868867Z [787/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:36:22.9943416Z [788/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:22.9954680Z [789/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:36:23.0084852Z [790/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.obj 2024-12-17T23:36:23.0141331Z [791/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:36:23.0194728Z [792/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx256skx.c.obj 2024-12-17T23:36:23.0614946Z [793/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:36:23.0771237Z [794/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-12-17T23:36:23.0876038Z [795/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-avx256vnni.c.obj 2024-12-17T23:36:23.0942790Z [796/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-scalar.c.obj 2024-12-17T23:36:23.1064900Z [797/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.obj 2024-12-17T23:36:23.1115056Z [798/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.obj 2024-12-17T23:36:23.1257596Z [799/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.obj 2024-12-17T23:36:23.1314502Z [800/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.obj 2024-12-17T23:36:23.1601192Z [801/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64-acc2.c.obj 2024-12-17T23:36:23.1790489Z [802/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64-acc2.c.obj 2024-12-17T23:36:23.1986126Z [803/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128-acc2.c.obj 2024-12-17T23:36:23.2101190Z [804/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u4.c.obj 2024-12-17T23:36:23.2151292Z [805/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128-acc2.c.obj 2024-12-17T23:36:23.2200924Z [806/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32-acc2.c.obj 2024-12-17T23:36:23.2312668Z [807/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2024-12-17T23:36:23.2665831Z [808/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2024-12-17T23:36:23.2680131Z [809/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-12-17T23:36:23.2891283Z [810/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2024-12-17T23:36:23.3009772Z [811/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2024-12-17T23:36:23.3246019Z [812/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2024-12-17T23:36:23.3303585Z [813/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2024-12-17T23:36:23.3367156Z [814/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2024-12-17T23:36:23.3429429Z [815/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2024-12-17T23:36:23.3820870Z [816/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2024-12-17T23:36:23.3835784Z [817/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-12-17T23:36:23.4231273Z [818/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2024-12-17T23:36:23.4283364Z [819/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2024-12-17T23:36:23.4336610Z [820/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2024-12-17T23:36:23.4396419Z [821/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2024-12-17T23:36:23.4444771Z [822/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2024-12-17T23:36:23.4816754Z [823/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2024-12-17T23:36:23.4905708Z [824/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2024-12-17T23:36:23.4917431Z [825/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2024-12-17T23:36:23.5204214Z [826/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2024-12-17T23:36:23.5447277Z [827/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2024-12-17T23:36:23.5464051Z [828/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2024-12-17T23:36:23.5554019Z [829/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2024-12-17T23:36:23.5568647Z [830/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2024-12-17T23:36:23.5912623Z [831/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2024-12-17T23:36:23.6008842Z [832/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2024-12-17T23:36:23.6116983Z [833/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2024-12-17T23:36:23.6354441Z [834/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2024-12-17T23:36:23.6520648Z [835/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2024-12-17T23:36:23.6616844Z [836/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.obj 2024-12-17T23:36:23.6691052Z [837/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2024-12-17T23:36:23.6707162Z [838/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2024-12-17T23:36:23.7164374Z [839/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.obj 2024-12-17T23:36:23.7177424Z [840/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2024-12-17T23:36:23.7413336Z [841/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2024-12-17T23:36:23.7493491Z [842/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2024-12-17T23:36:23.7554871Z [843/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.obj 2024-12-17T23:36:23.7614875Z [844/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2024-12-17T23:36:23.7672759Z [845/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2024-12-17T23:36:23.7689356Z [846/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.obj 2024-12-17T23:36:23.8326018Z [847/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:36:23.8383018Z [848/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2024-12-17T23:36:23.8710322Z [849/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:36:23.8775104Z [850/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:23.8790517Z [851/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:23.8849701Z [852/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:36:23.9013721Z [853/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:36:23.9219315Z [854/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:36:23.9434853Z [855/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2024-12-17T23:36:23.9485306Z [856/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:36:23.9837683Z [857/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:36:23.9919823Z [858/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:23.9977124Z [859/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:24.0029320Z [860/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:36:24.0136190Z [861/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:36:24.0445723Z [862/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:36:24.0568231Z [863/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2024-12-17T23:36:24.0583436Z [864/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2024-12-17T23:36:24.0836771Z [865/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2024-12-17T23:36:24.0965407Z [866/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2024-12-17T23:36:24.1032914Z [867/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2024-12-17T23:36:24.1118294Z [868/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2024-12-17T23:36:24.1172604Z [869/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2024-12-17T23:36:24.1752065Z [870/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-12-17T23:36:24.1823723Z [871/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:24.1843158Z [872/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:24.2203133Z [873/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:36:24.2379400Z [874/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:36:24.2391626Z [875/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:36:24.2472374Z [876/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2024-12-17T23:36:24.2484219Z [877/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:24.3207560Z [878/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:36:24.3223940Z [879/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:24.3276347Z [880/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:36:24.3539119Z [881/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:36:24.3803770Z [882/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-12-17T23:36:24.3815335Z [883/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:24.3867740Z [884/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-12-17T23:36:24.3973194Z [885/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2024-12-17T23:36:24.4421013Z [886/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:36:24.4472844Z [887/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:36:24.4687024Z [888/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:24.4702244Z [889/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:36:24.4944675Z [890/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2024-12-17T23:36:24.4960690Z [891/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:36:24.5205676Z [892/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:36:24.5262784Z [893/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:36:24.5574551Z [894/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:36:24.5721249Z [895/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:36:24.5927596Z [896/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-12-17T23:36:24.6038163Z [897/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c64.c.obj 2024-12-17T23:36:24.6049557Z [898/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2024-12-17T23:36:24.6112067Z [899/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-scalar.c.obj 2024-12-17T23:36:24.6160663Z [900/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u64-acc2.c.obj 2024-12-17T23:36:24.6259445Z [901/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u4.c.obj 2024-12-17T23:36:24.6622296Z [902/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u32-acc2.c.obj 2024-12-17T23:36:24.6791961Z [903/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2024-12-17T23:36:24.7101079Z [904/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2024-12-17T23:36:24.7257043Z [905/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2024-12-17T23:36:24.7273643Z [906/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-12-17T23:36:24.7366070Z [907/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2024-12-17T23:36:24.7420698Z [908/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2024-12-17T23:36:24.7667193Z [909/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2024-12-17T23:36:24.7732929Z [910/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2024-12-17T23:36:24.7834267Z [911/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2024-12-17T23:36:24.8206333Z [912/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-12-17T23:36:24.8350008Z [913/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2024-12-17T23:36:24.8464905Z [914/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2024-12-17T23:36:24.8529355Z [915/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2024-12-17T23:36:24.8631188Z [916/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2024-12-17T23:36:24.8721487Z [917/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2024-12-17T23:36:24.8813843Z [918/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2024-12-17T23:36:24.8866787Z [919/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2024-12-17T23:36:24.9310982Z [920/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2024-12-17T23:36:24.9368042Z [921/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2024-12-17T23:36:24.9499768Z [922/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2024-12-17T23:36:24.9690628Z [923/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2024-12-17T23:36:24.9913596Z [924/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2024-12-17T23:36:24.9930215Z [925/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2024-12-17T23:36:24.9986091Z [926/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2024-12-17T23:36:25.0042291Z [927/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2024-12-17T23:36:25.0447140Z [928/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2024-12-17T23:36:25.0499431Z [929/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2024-12-17T23:36:25.0761870Z [930/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.obj 2024-12-17T23:36:25.0774783Z [931/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2024-12-17T23:36:25.1003655Z [932/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2024-12-17T23:36:25.1096823Z [933/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.obj 2024-12-17T23:36:25.1160034Z [934/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2024-12-17T23:36:25.1221737Z [935/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2024-12-17T23:36:25.1573496Z [936/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2024-12-17T23:36:25.1623423Z [937/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2024-12-17T23:36:25.1753246Z [938/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx2.c.obj 2024-12-17T23:36:25.1830930Z [939/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2024-12-17T23:36:25.2042670Z [940/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx512f.c.obj 2024-12-17T23:36:25.2169615Z [941/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2024-12-17T23:36:25.2181269Z [942/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2024-12-17T23:36:25.2321739Z [943/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-scalar.c.obj 2024-12-17T23:36:25.2497237Z [944/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2024-12-17T23:36:25.2584195Z [945/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-12-17T23:36:25.2770035Z [946/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2024-12-17T23:36:25.2867390Z [947/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2024-12-17T23:36:25.3269851Z [948/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2024-12-17T23:36:25.3282891Z [949/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx2-u128.c.obj 2024-12-17T23:36:25.3385712Z [950/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx512skx-u256.c.obj 2024-12-17T23:36:25.3445779Z [951/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2024-12-17T23:36:25.3503041Z [952/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2024-12-17T23:36:25.3557000Z [953/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2024-12-17T23:36:25.3666516Z [954/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2024-12-17T23:36:25.3764068Z [955/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2024-12-17T23:36:25.4133912Z [956/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2024-12-17T23:36:25.4353938Z [957/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-12-17T23:36:25.4428992Z [958/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2024-12-17T23:36:25.4444100Z [959/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2024-12-17T23:36:25.4642126Z [960/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx2-u128.c.obj 2024-12-17T23:36:25.4690859Z [961/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2024-12-17T23:36:25.4790714Z [962/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx512skx-u256.c.obj 2024-12-17T23:36:25.5039699Z [963/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2024-12-17T23:36:25.5193437Z [964/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2024-12-17T23:36:25.5422167Z [965/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16-prfm.c.obj 2024-12-17T23:36:25.5469068Z [966/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2024-12-17T23:36:25.5575601Z [967/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2024-12-17T23:36:25.5585850Z [968/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-packw\gen\x16-packw-x64-gemm-goi-scalar-int-u4.c.obj 2024-12-17T23:36:25.5664956Z [969/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2024-12-17T23:36:25.5730179Z [970/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2024-12-17T23:36:25.5966234Z [971/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2024-12-17T23:36:25.6162712Z [972/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4.c.obj 2024-12-17T23:36:25.6456769Z [973/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4.c.obj 2024-12-17T23:36:25.6615042Z [974/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x2-gemm-goi-scalar-float-u4.c.obj 2024-12-17T23:36:25.6662636Z [975/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x4-gemm-goi-scalar-float-u4.c.obj 2024-12-17T23:36:25.6674783Z [976/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.obj 2024-12-17T23:36:25.6722391Z [977/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4.c.obj 2024-12-17T23:36:25.6969296Z [978/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2024-12-17T23:36:25.7026353Z [979/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4.c.obj 2024-12-17T23:36:25.7089930Z [980/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2024-12-17T23:36:25.7235003Z [981/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2024-12-17T23:36:25.7291979Z [982/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2024-12-17T23:36:25.7338202Z [983/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2024-12-17T23:36:25.7352418Z [984/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2024-12-17T23:36:25.7403714Z [985/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2024-12-17T23:36:25.7701722Z [986/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2024-12-17T23:36:25.7713534Z [987/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2024-12-17T23:36:25.7724727Z [988/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2024-12-17T23:36:25.7852914Z [989/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2024-12-17T23:36:25.7899444Z [990/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2024-12-17T23:36:25.7956116Z [991/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2024-12-17T23:36:25.8277004Z [992/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2024-12-17T23:36:25.8326978Z [993/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2024-12-17T23:36:25.8595936Z [994/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2024-12-17T23:36:25.8682002Z [995/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2024-12-17T23:36:25.8740783Z [996/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2024-12-17T23:36:25.8755172Z [997/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2024-12-17T23:36:25.9083364Z [998/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2024-12-17T23:36:25.9099081Z [999/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2024-12-17T23:36:25.9229924Z [1000/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packq\x8-packq-scalar-f32qp8-u1.c.obj 2024-12-17T23:36:25.9344876Z [1001/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u2.c.obj 2024-12-17T23:36:25.9662275Z [1002/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u2.c.obj 2024-12-17T23:36:25.9718182Z [1003/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2024-12-17T23:36:25.9731898Z [1004/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u2.c.obj 2024-12-17T23:36:25.9746984Z [1005/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u2.c.obj 2024-12-17T23:36:25.9905584Z [1006/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2024-12-17T23:36:26.0030648Z [1007/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2024-12-17T23:36:26.0081341Z [1008/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2024-12-17T23:36:26.0310016Z [1009/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2024-12-17T23:36:26.0359113Z [1010/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2024-12-17T23:36:26.0369791Z [1011/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2024-12-17T23:36:26.0418805Z [1012/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2024-12-17T23:36:26.0528219Z [1013/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2024-12-17T23:36:26.0545785Z [1014/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2024-12-17T23:36:26.0656269Z [1015/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2024-12-17T23:36:26.0962641Z [1016/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2024-12-17T23:36:26.1024149Z [1017/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2024-12-17T23:36:26.1025638Z [1018/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2024-12-17T23:36:26.1077016Z [1019/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2024-12-17T23:36:26.1120009Z [1020/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2024-12-17T23:36:26.1206876Z [1021/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2024-12-17T23:36:26.1278575Z [1022/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2024-12-17T23:36:26.1388646Z [1023/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2024-12-17T23:36:26.1583149Z [1024/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2024-12-17T23:36:26.1627767Z [1025/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2024-12-17T23:36:26.1637968Z [1026/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2024-12-17T23:36:26.1702561Z [1027/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2024-12-17T23:36:26.1712542Z [1028/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2024-12-17T23:36:26.1799733Z [1029/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-12-17T23:36:26.1893440Z [1030/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2024-12-17T23:36:26.2071259Z [1031/7654] Linking C static library lib\cpuinfo.lib 2024-12-17T23:36:26.2180281Z [1032/7654] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-12-17T23:36:26.2181526Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2024-12-17T23:36:26.2183140Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2024-12-17T23:36:26.2184888Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2024-12-17T23:36:26.2186541Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2024-12-17T23:36:26.2378654Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2024-12-17T23:36:26.2379284Z 2024-12-17T23:36:26.2379516Z [1033/7654] Running gen_proto.py on onnx/onnx-data.in.proto 2024-12-17T23:36:26.2511129Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2024-12-17T23:36:26.2511831Z 2024-12-17T23:36:26.2512491Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2024-12-17T23:36:26.2513456Z 2024-12-17T23:36:26.2514044Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2024-12-17T23:36:26.2514519Z 2024-12-17T23:36:26.2514823Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2024-12-17T23:36:26.2515239Z 2024-12-17T23:36:26.2515552Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2024-12-17T23:36:26.2515989Z 2024-12-17T23:36:26.2516133Z [1034/7654] Linking C executable sleef\bin\mkrename.exe 2024-12-17T23:36:26.2523634Z [1035/7654] Linking C executable sleef\bin\mkalias.exe 2024-12-17T23:36:26.2540328Z [1036/7654] Linking C executable sleef\bin\mkdisp.exe 2024-12-17T23:36:26.2850942Z [1037/7654] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\allocation-type.c.obj 2024-12-17T23:36:26.3063172Z [1038/7654] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2024-12-17T23:36:26.3118040Z [1039/7654] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2024-12-17T23:36:26.3162371Z [1040/7654] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2024-12-17T23:36:26.3209809Z [1041/7654] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2024-12-17T23:36:26.3222702Z [1042/7654] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2024-12-17T23:36:26.3967438Z [1043/7654] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2024-12-17T23:36:26.4067056Z [1044/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2024-12-17T23:36:26.4122191Z [1045/7654] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2024-12-17T23:36:26.4958352Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.4959047Z [1046/7654] Building C object confu-deps\XNNPACK\CMakeFiles\datatype.dir\src\datatype.c.obj 2024-12-17T23:36:26.5063217Z [1047/7654] Building CXX object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\reference\packing.cc.obj 2024-12-17T23:36:26.5064709Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2024-12-17T23:36:26.5066290Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2024-12-17T23:36:26.5067575Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2024-12-17T23:36:26.5069053Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2024-12-17T23:36:26.5070316Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2024-12-17T23:36:26.5071563Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2024-12-17T23:36:26.5072786Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2024-12-17T23:36:26.5074243Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2024-12-17T23:36:26.5076014Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2024-12-17T23:36:26.5077288Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2024-12-17T23:36:26.5078726Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4528): warning C4244: '=': conversion from 'const _Ty' to 'float', possible loss of data 2024-12-17T23:36:26.5079805Z with 2024-12-17T23:36:26.5080001Z [ 2024-12-17T23:36:26.5080168Z _Ty=int 2024-12-17T23:36:26.5080370Z ] 2024-12-17T23:36:26.5081349Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(49): note: see reference to function template instantiation '_OutIt *std::fill_n(_OutIt,const _Diff,const _Ty &)' being compiled 2024-12-17T23:36:26.5082385Z with 2024-12-17T23:36:26.5082580Z [ 2024-12-17T23:36:26.5082771Z _OutIt=float *, 2024-12-17T23:36:26.5082996Z Dst=float, 2024-12-17T23:36:26.5083390Z _Diff=size_t, 2024-12-17T23:36:26.5083616Z _Ty=int 2024-12-17T23:36:26.5083800Z ] 2024-12-17T23:36:26.5084699Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(100): note: see reference to function template instantiation 'void copy_bias(const Src *,size_t,size_t,Dst *)' being compiled 2024-12-17T23:36:26.5085662Z with 2024-12-17T23:36:26.5085839Z [ 2024-12-17T23:36:26.5086016Z Src=float, 2024-12-17T23:36:26.5086223Z Dst=float 2024-12-17T23:36:26.5086414Z ] 2024-12-17T23:36:26.5087247Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4528): warning C4244: 'argument': conversion from 'const _Ty' to 'float', possible loss of data 2024-12-17T23:36:26.5088165Z with 2024-12-17T23:36:26.5088417Z [ 2024-12-17T23:36:26.5088617Z _Ty=int 2024-12-17T23:36:26.5088808Z ] 2024-12-17T23:36:26.5089978Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(49): note: see reference to function template instantiation '_OutIt *std::fill_n(_OutIt,const _Diff,const _Ty &)' being compiled 2024-12-17T23:36:26.5091104Z with 2024-12-17T23:36:26.5091294Z [ 2024-12-17T23:36:26.5091478Z _OutIt=xnn_float16 *, 2024-12-17T23:36:26.5091908Z Dst=xnn_float16, 2024-12-17T23:36:26.5092298Z _Diff=size_t, 2024-12-17T23:36:26.5092596Z _Ty=int 2024-12-17T23:36:26.5092843Z ] 2024-12-17T23:36:26.5094164Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(192): note: see reference to function template instantiation 'void copy_bias(const Src *,size_t,size_t,Dst *)' being compiled 2024-12-17T23:36:26.5095546Z with 2024-12-17T23:36:26.5095832Z [ 2024-12-17T23:36:26.5096035Z Src=float, 2024-12-17T23:36:26.5096260Z Dst=xnn_float16 2024-12-17T23:36:26.5096497Z ] 2024-12-17T23:36:26.5096856Z [1048/7654] Linking C static library lib\microkernels-prod.lib 2024-12-17T23:36:26.5100654Z [1049/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2024-12-17T23:36:26.5488826Z [1050/7654] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2024-12-17T23:36:26.5595201Z [1051/7654] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2024-12-17T23:36:26.6124453Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.6125526Z [1052/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2024-12-17T23:36:26.6178006Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.6178965Z [1053/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2024-12-17T23:36:26.6270504Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\argmax-pooling-nhwc.c(252): warning C4090: 'function': different 'const' qualifiers 2024-12-17T23:36:26.6271361Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.6272053Z [1054/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2024-12-17T23:36:26.6322992Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\average-pooling-nhwc.c(519): warning C4090: 'function': different 'const' qualifiers 2024-12-17T23:36:26.6324648Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.6325289Z [1055/7654] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2024-12-17T23:36:26.6425741Z [1056/7654] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2024-12-17T23:36:26.6771165Z [1057/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2024-12-17T23:36:26.6972253Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.6972885Z [1058/7654] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2024-12-17T23:36:26.7197574Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.7198513Z [1059/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2024-12-17T23:36:26.7434767Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.7435996Z [1060/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2024-12-17T23:36:26.7810695Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.7812427Z [1061/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2024-12-17T23:36:26.7865796Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.7866640Z [1062/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2024-12-17T23:36:26.8381510Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.8382995Z [1063/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2024-12-17T23:36:26.8794526Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\max-pooling-nhwc.c(491): warning C4090: 'function': different 'const' qualifiers 2024-12-17T23:36:26.8795392Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.8796292Z [1064/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2024-12-17T23:36:26.8810742Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\convolution-nhwc.c(2177): warning C4090: 'function': different 'const' qualifiers 2024-12-17T23:36:26.8811635Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.8812296Z [1065/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2024-12-17T23:36:26.8857326Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.8858536Z [1066/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2024-12-17T23:36:26.8937996Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.8939495Z [1067/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2024-12-17T23:36:26.8950584Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nchw.c(206): warning C4090: 'function': different 'const' qualifiers 2024-12-17T23:36:26.8952293Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.8953195Z [1068/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\pack-lh.c.obj 2024-12-17T23:36:26.8963901Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.8964608Z [1069/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2024-12-17T23:36:26.9366078Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1132): warning C4090: 'function': different 'const' qualifiers 2024-12-17T23:36:26.9368518Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1420): warning C4090: 'function': different 'const' qualifiers 2024-12-17T23:36:26.9370235Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.9371486Z [1070/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2024-12-17T23:36:26.9503110Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.9504867Z [1071/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2024-12-17T23:36:26.9906385Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nhwc.c(272): warning C4090: 'function': different 'const' qualifiers 2024-12-17T23:36:26.9907377Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.9908124Z [1072/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2024-12-17T23:36:26.9955192Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:26.9955911Z [1073/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2024-12-17T23:36:27.0006704Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.0007388Z [1074/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2024-12-17T23:36:27.0057796Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.0058657Z [1075/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2024-12-17T23:36:27.0111706Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.0112508Z [1076/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2024-12-17T23:36:27.0396976Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.0397674Z [1077/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2024-12-17T23:36:27.0621587Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\unpooling-nhwc.c(208): warning C4090: 'function': different 'const' qualifiers 2024-12-17T23:36:27.0622447Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.0623081Z [1078/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2024-12-17T23:36:27.0770342Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(1425): warning C4090: 'initializing': different 'const' qualifiers 2024-12-17T23:36:27.0771418Z [1079/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2024-12-17T23:36:27.1029352Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.1030512Z [1080/7654] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2024-12-17T23:36:27.1915399Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-utils.c(162): warning C4090: 'function': different 'const' qualifiers 2024-12-17T23:36:27.1916488Z [1081/7654] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\binary-elementwise.cc.obj 2024-12-17T23:36:27.1917978Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2024-12-17T23:36:27.1919492Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2024-12-17T23:36:27.1920747Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2024-12-17T23:36:27.1922036Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2024-12-17T23:36:27.1923332Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2024-12-17T23:36:27.1924873Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2024-12-17T23:36:27.1926133Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2024-12-17T23:36:27.1927454Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2024-12-17T23:36:27.2081535Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2024-12-17T23:36:27.2083444Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2024-12-17T23:36:27.2085321Z [1082/7654] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\unary-elementwise.cc.obj 2024-12-17T23:36:27.2087678Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2024-12-17T23:36:27.2089973Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2024-12-17T23:36:27.2092289Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2024-12-17T23:36:27.2094928Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2024-12-17T23:36:27.2097325Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2024-12-17T23:36:27.2099894Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2024-12-17T23:36:27.2102289Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2024-12-17T23:36:27.2104725Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2024-12-17T23:36:27.2146476Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2024-12-17T23:36:27.2147787Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2024-12-17T23:36:27.2148678Z [1083/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2024-12-17T23:36:27.2355560Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.2356210Z [1084/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2024-12-17T23:36:27.2583951Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.2584695Z [1085/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2024-12-17T23:36:27.3108325Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.3109077Z [1086/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2024-12-17T23:36:27.3165721Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.3166939Z [1087/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2024-12-17T23:36:27.3465785Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.3467435Z [1088/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2024-12-17T23:36:27.4242047Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.4242700Z [1089/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\binary.c.obj 2024-12-17T23:36:27.4502253Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.4502925Z [1090/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2024-12-17T23:36:27.4685328Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.4686504Z [1091/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2024-12-17T23:36:27.4756021Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.4756821Z [1092/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2024-12-17T23:36:27.5144386Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.5145089Z [1093/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2024-12-17T23:36:27.5320759Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.5321428Z [1094/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deprecated.c.obj 2024-12-17T23:36:27.5508557Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.5509361Z [1095/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2024-12-17T23:36:27.5885195Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.5886050Z [1096/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2024-12-17T23:36:27.6616853Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.6618051Z [1097/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2024-12-17T23:36:27.6916038Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.6916772Z [1098/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2024-12-17T23:36:27.7101871Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.7103242Z [1099/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2024-12-17T23:36:27.7167942Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.7169186Z [1100/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2024-12-17T23:36:27.7606051Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.7606782Z [1101/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\pack-lh.c.obj 2024-12-17T23:36:27.7680825Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.7681712Z [1102/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2024-12-17T23:36:27.8188240Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.8189057Z [1103/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2024-12-17T23:36:27.8209228Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.8210107Z [1104/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2024-12-17T23:36:27.9048354Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.9049734Z [1105/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2024-12-17T23:36:27.9323767Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.9325157Z [1106/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2024-12-17T23:36:27.9397091Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.9398686Z [1107/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reduce.c.obj 2024-12-17T23:36:27.9694706Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.9695442Z [1108/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2024-12-17T23:36:27.9926909Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:27.9928188Z [1109/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2024-12-17T23:36:28.0084211Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:28.0084681Z [1110/7654] Generating sleeflibm_AVX.h.tmp 2024-12-17T23:36:28.0152850Z [1111/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2024-12-17T23:36:28.0192594Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:28.0194049Z [1112/7654] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-12-17T23:36:28.0226089Z [1113/7654] Generating sleeflibm_AVX2.h.tmp 2024-12-17T23:36:28.0273680Z [1114/7654] Generating sleeflibm_AVX2128.h.tmp 2024-12-17T23:36:28.0315137Z [1115/7654] Generating sleeflibm_AVX512F.h.tmp 2024-12-17T23:36:28.0345797Z [1116/7654] Generating sleeflibm_AVX512FNOFMA.h.tmp 2024-12-17T23:36:28.0389994Z [1117/7654] Generating sleeflibm_AVX512F_.h.tmp 2024-12-17T23:36:28.0448352Z [1118/7654] Generating sleeflibm_AVX_.h.tmp 2024-12-17T23:36:28.0471131Z [1119/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2024-12-17T23:36:28.0484951Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:28.0485579Z [1120/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unary.c.obj 2024-12-17T23:36:28.0495021Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:28.0495721Z [1121/7654] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-12-17T23:36:28.0535441Z [1122/7654] Generating sleeflibm_FMA4.h.tmp 2024-12-17T23:36:28.0606578Z [1123/7654] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-12-17T23:36:28.0614518Z [1124/7654] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-12-17T23:36:28.0627254Z [1125/7654] Generating sleeflibm_SSE2.h.tmp 2024-12-17T23:36:28.0639294Z [1126/7654] Generating sleeflibm_SSE4.h.tmp 2024-12-17T23:36:28.0679200Z [1127/7654] Generating sleeflibm_SSE_.h.tmp 2024-12-17T23:36:28.0734299Z [1128/7654] Generating alias_AVX512F_dp.h.tmp 2024-12-17T23:36:28.0748735Z [1129/7654] Generating alias_AVX512F_sp.h.tmp 2024-12-17T23:36:28.0775375Z [1130/7654] Generating dispsse.c.tmp 2024-12-17T23:36:28.0787252Z [1131/7654] Generating dispscalar.c.body 2024-12-17T23:36:28.0798600Z [1132/7654] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-12-17T23:36:28.0822765Z [1133/7654] Generating dispavx.c.tmp 2024-12-17T23:36:28.1308761Z [1134/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2024-12-17T23:36:28.1782442Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:28.1783539Z [1135/7654] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2024-12-17T23:36:28.3330871Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:28.3331586Z [1136/7654] Generating build_identifier.c 2024-12-17T23:36:28.4208175Z [1137/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2024-12-17T23:36:28.4283872Z [1138/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2024-12-17T23:36:28.4299490Z [1139/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2024-12-17T23:36:28.4369266Z [1140/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2024-12-17T23:36:28.4472305Z [1141/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2024-12-17T23:36:28.4546626Z [1142/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2024-12-17T23:36:28.4615673Z [1143/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2024-12-17T23:36:28.6574760Z [1144/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2024-12-17T23:36:28.7361212Z [1145/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2024-12-17T23:36:28.7720653Z [1146/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2024-12-17T23:36:28.7788626Z [1147/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2024-12-17T23:36:28.7945225Z [1148/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2024-12-17T23:36:28.7960303Z [1149/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2024-12-17T23:36:28.8043274Z [1150/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2024-12-17T23:36:28.8100060Z [1151/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2024-12-17T23:36:29.0096258Z [1152/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2024-12-17T23:36:29.0671773Z [1153/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2024-12-17T23:36:29.1015787Z [1154/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2024-12-17T23:36:29.1115330Z [1155/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2024-12-17T23:36:29.1264538Z [1156/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2024-12-17T23:36:29.1387548Z [1157/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2024-12-17T23:36:29.1467630Z [1158/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2024-12-17T23:36:29.1544333Z [1159/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2024-12-17T23:36:29.3645010Z [1160/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2024-12-17T23:36:29.4007150Z [1161/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2024-12-17T23:36:29.4292364Z [1162/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2024-12-17T23:36:29.4561147Z [1163/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2024-12-17T23:36:29.4575465Z [1164/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2024-12-17T23:36:29.4678778Z [1165/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2024-12-17T23:36:29.4802667Z [1166/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2024-12-17T23:36:29.4876279Z [1167/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2024-12-17T23:36:29.6696232Z [1168/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2024-12-17T23:36:29.7027408Z [1169/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2024-12-17T23:36:29.7337842Z [1170/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2024-12-17T23:36:29.7715212Z [1171/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2024-12-17T23:36:29.7819698Z [1172/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2024-12-17T23:36:29.7921444Z [1173/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2024-12-17T23:36:29.8365297Z [1174/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2024-12-17T23:36:29.8644178Z [1175/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2024-12-17T23:36:30.0458405Z [1176/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2024-12-17T23:36:30.0693897Z [1177/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2024-12-17T23:36:30.1019614Z [1178/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2024-12-17T23:36:30.1120665Z [1179/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2024-12-17T23:36:30.1211014Z [1180/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2024-12-17T23:36:30.1468961Z [1181/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2024-12-17T23:36:30.1935002Z [1182/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2024-12-17T23:36:30.2137351Z [1183/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2024-12-17T23:36:30.4347344Z [1184/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2024-12-17T23:36:30.4722881Z [1185/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2024-12-17T23:36:30.5017511Z [1186/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2024-12-17T23:36:30.5034620Z [1187/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2024-12-17T23:36:30.5221298Z [1188/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2024-12-17T23:36:30.5325743Z [1189/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2024-12-17T23:36:30.5915955Z [1190/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2024-12-17T23:36:30.6004841Z [1191/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2024-12-17T23:36:30.8039032Z [1192/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2024-12-17T23:36:30.8130120Z [1193/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2024-12-17T23:36:30.9050973Z [1194/7654] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2024-12-17T23:36:30.9470220Z [1195/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2024-12-17T23:36:30.9550313Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-12-17T23:36:30.9551427Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc-aligned.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-12-17T23:36:30.9552402Z [1196/7654] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2024-12-17T23:36:30.9566500Z [1197/7654] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2024-12-17T23:36:30.9789637Z [1198/7654] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2024-12-17T23:36:30.9863765Z [1199/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2024-12-17T23:36:31.0065892Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-12-17T23:36:31.0066983Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-12-17T23:36:31.0068029Z [1200/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2024-12-17T23:36:31.0275852Z [1201/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2024-12-17T23:36:31.1067538Z [1202/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2024-12-17T23:36:31.1927788Z [1203/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2024-12-17T23:36:31.2466447Z [1204/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2024-12-17T23:36:31.3271428Z [1205/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2024-12-17T23:36:31.3287581Z [1206/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2024-12-17T23:36:31.3435030Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-12-17T23:36:31.3436122Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\options.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-12-17T23:36:31.3436788Z [1207/7654] Generating include/renameavx512f.h 2024-12-17T23:36:31.3445001Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2024-12-17T23:36:31.3445389Z 2024-12-17T23:36:31.3445537Z [1208/7654] Generating include/renameavx512fnofma.h 2024-12-17T23:36:31.3506898Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2024-12-17T23:36:31.3507287Z 2024-12-17T23:36:31.3507693Z [1209/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2024-12-17T23:36:31.3556417Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-12-17T23:36:31.3557465Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\init.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-12-17T23:36:31.3558103Z [1210/7654] Generating include/renameavx2.h 2024-12-17T23:36:31.3582176Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2024-12-17T23:36:31.3582537Z 2024-12-17T23:36:31.3582690Z [1211/7654] Generating include/renameavx2128.h 2024-12-17T23:36:31.3634739Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2024-12-17T23:36:31.3635078Z 2024-12-17T23:36:31.3635186Z [1212/7654] Generating include/renamefma4.h 2024-12-17T23:36:31.3667765Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2024-12-17T23:36:31.3668269Z 2024-12-17T23:36:31.3668654Z [1213/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2024-12-17T23:36:31.3694148Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-12-17T23:36:31.3695880Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\heap.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-12-17T23:36:31.3696633Z [1214/7654] Generating include/renameavx.h 2024-12-17T23:36:31.3707256Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2024-12-17T23:36:31.3707663Z 2024-12-17T23:36:31.3707784Z [1215/7654] Generating include/renamesse4.h 2024-12-17T23:36:31.3779209Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2024-12-17T23:36:31.3779785Z 2024-12-17T23:36:31.3779982Z [1216/7654] Generating include/renamesse2.h 2024-12-17T23:36:31.3799486Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2024-12-17T23:36:31.3800098Z 2024-12-17T23:36:31.3800683Z [1217/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2024-12-17T23:36:31.3820396Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-12-17T23:36:31.3822255Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\os.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-12-17T23:36:31.3824063Z [1218/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2024-12-17T23:36:31.3833611Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-12-17T23:36:31.3835688Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\random.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-12-17T23:36:31.3836912Z [1219/7654] Generating include/renamepurec_scalar.h 2024-12-17T23:36:31.3845185Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2024-12-17T23:36:31.3845730Z 2024-12-17T23:36:31.3845960Z [1220/7654] Generating include/renamepurecfma_scalar.h 2024-12-17T23:36:31.3855108Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2024-12-17T23:36:31.3855726Z 2024-12-17T23:36:31.3855905Z [1221/7654] Generating include/renamecuda.h 2024-12-17T23:36:31.3972557Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2024-12-17T23:36:31.3973079Z 2024-12-17T23:36:31.3973312Z [1222/7654] Generating include/renamedspscalar.h 2024-12-17T23:36:31.3993749Z [1223/7654] Generating include/renamedsp128.h 2024-12-17T23:36:31.4040976Z [1224/7654] Generating include/alias_avx512f.h 2024-12-17T23:36:31.4068899Z [1225/7654] Generating ../../../include/sleef.h 2024-12-17T23:36:31.4079309Z [1226/7654] Generating dispscalar.c 2024-12-17T23:36:31.4093484Z [1227/7654] Generating dispsse.c 2024-12-17T23:36:31.4138803Z [1228/7654] Generating include/renamedsp256.h 2024-12-17T23:36:31.4222503Z [1229/7654] Generating dispavx.c 2024-12-17T23:36:31.5556107Z [1230/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2024-12-17T23:36:31.6138940Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-12-17T23:36:31.6140064Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\stats.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-12-17T23:36:31.6141059Z [1231/7654] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2024-12-17T23:36:31.6744918Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-12-17T23:36:31.6747168Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\prim\prim.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-12-17T23:36:31.6748860Z [1232/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2024-12-17T23:36:31.7795011Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:31.7795678Z [1233/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2024-12-17T23:36:31.7864018Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:31.7864723Z [1234/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2024-12-17T23:36:31.7945425Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:31.7946728Z [1235/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2024-12-17T23:36:31.8003679Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:31.8004390Z [1236/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2024-12-17T23:36:31.8062722Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:31.8063816Z [1237/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2024-12-17T23:36:31.8078887Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:31.8080028Z [1238/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2024-12-17T23:36:31.9238100Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:31.9239337Z [1239/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2024-12-17T23:36:32.1032209Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.1513044Z [1240/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2024-12-17T23:36:32.1513736Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.1514456Z [1241/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2024-12-17T23:36:32.1710093Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.1710793Z [1242/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2024-12-17T23:36:32.1726111Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.1726880Z [1243/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2024-12-17T23:36:32.1871435Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.1872494Z [1244/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2024-12-17T23:36:32.1887942Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.1889013Z [1245/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2024-12-17T23:36:32.1966951Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.2890003Z [1246/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pack-lh-config.c.obj 2024-12-17T23:36:32.2890687Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.2891412Z [1247/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2024-12-17T23:36:32.4853744Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.4854462Z [1248/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2024-12-17T23:36:32.5410122Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.5411259Z [1249/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2024-12-17T23:36:32.5469416Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.5470091Z [1250/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2024-12-17T23:36:32.5537814Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.5538879Z [1251/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2024-12-17T23:36:32.5558783Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.5559426Z [1252/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2024-12-17T23:36:32.5797903Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.5798728Z [1253/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2024-12-17T23:36:32.5864903Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.5866107Z [1254/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2024-12-17T23:36:32.6248480Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.6249525Z [1255/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2024-12-17T23:36:32.6490506Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.6491596Z [1256/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\build_identifier.c.obj 2024-12-17T23:36:32.6743898Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.6744578Z [1257/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2024-12-17T23:36:32.7072669Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.7073670Z [1258/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2024-12-17T23:36:32.8633811Z [1259/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2024-12-17T23:36:32.9119847Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.9121014Z [1260/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2024-12-17T23:36:32.9205121Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.9206322Z [1261/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2024-12-17T23:36:32.9285305Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:32.9286089Z [1262/7654] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2024-12-17T23:36:33.0089143Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-12-17T23:36:33.0089936Z [1263/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2024-12-17T23:36:33.0106916Z [1264/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2024-12-17T23:36:33.0512515Z [1265/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2024-12-17T23:36:33.0748176Z [1266/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2024-12-17T23:36:33.1272009Z [1267/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2024-12-17T23:36:33.1275628Z 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-12-17T23:36:33.1278444Z with 2024-12-17T23:36:33.1278743Z [ 2024-12-17T23:36:33.1279067Z inpType=uint8_t 2024-12-17T23:36:33.1280291Z ] 2024-12-17T23:36:33.1281862Z 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-12-17T23:36:33.1285802Z 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-12-17T23:36:33.1289781Z 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-12-17T23:36:33.1293525Z 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-12-17T23:36:33.1295140Z with 2024-12-17T23:36:33.1295338Z [ 2024-12-17T23:36:33.1295526Z inpType=int8_t 2024-12-17T23:36:33.1295861Z ] 2024-12-17T23:36:33.1296927Z 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-12-17T23:36:33.1299348Z 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-12-17T23:36:33.1302217Z 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-12-17T23:36:33.1304700Z 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-12-17T23:36:33.1308536Z with 2024-12-17T23:36:33.1309141Z [ 2024-12-17T23:36:33.1309481Z inpType=uint8_t 2024-12-17T23:36:33.1309935Z ] 2024-12-17T23:36:33.1311535Z 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-12-17T23:36:33.1315197Z 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-12-17T23:36:33.1318477Z 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-12-17T23:36:33.1324606Z 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-12-17T23:36:33.1327413Z with 2024-12-17T23:36:33.1327730Z [ 2024-12-17T23:36:33.1328065Z inpType=int8_t 2024-12-17T23:36:33.1328481Z ] 2024-12-17T23:36:33.1330261Z 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-12-17T23:36:33.1334144Z 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-12-17T23:36:33.1338000Z 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-12-17T23:36:33.1342492Z 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-12-17T23:36:33.1346513Z with 2024-12-17T23:36:33.1346850Z [ 2024-12-17T23:36:33.1347194Z inpType=uint8_t 2024-12-17T23:36:33.1347613Z ] 2024-12-17T23:36:33.1349267Z 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-12-17T23:36:33.1354727Z 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-12-17T23:36:33.1360148Z 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-12-17T23:36:33.1363164Z 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-12-17T23:36:33.1364873Z with 2024-12-17T23:36:33.1365054Z [ 2024-12-17T23:36:33.1365243Z inpType=uint8_t 2024-12-17T23:36:33.1365481Z ] 2024-12-17T23:36:33.1366362Z 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-12-17T23:36:33.1368924Z 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-12-17T23:36:33.1372711Z 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-12-17T23:36:33.1376639Z 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-12-17T23:36:33.1382554Z with 2024-12-17T23:36:33.1382903Z [ 2024-12-17T23:36:33.1383265Z inpType=uint8_t 2024-12-17T23:36:33.1383892Z ] 2024-12-17T23:36:33.1385454Z 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-12-17T23:36:33.1389800Z 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-12-17T23:36:33.1394077Z 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-12-17T23:36:33.1397883Z 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-12-17T23:36:33.1400797Z with 2024-12-17T23:36:33.1401145Z [ 2024-12-17T23:36:33.1401475Z inpType=uint8_t 2024-12-17T23:36:33.1401959Z ] 2024-12-17T23:36:33.1403587Z 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-12-17T23:36:33.1406055Z 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-12-17T23:36:33.1408924Z 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-12-17T23:36:33.1412556Z 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-12-17T23:36:33.1415665Z with 2024-12-17T23:36:33.1415961Z [ 2024-12-17T23:36:33.1416300Z inpType=uint8_t 2024-12-17T23:36:33.1416613Z ] 2024-12-17T23:36:33.1417673Z 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-12-17T23:36:33.1420230Z 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-12-17T23:36:33.1424212Z 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-12-17T23:36:33.1427440Z 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-12-17T23:36:33.1429032Z with 2024-12-17T23:36:33.1429230Z [ 2024-12-17T23:36:33.1429574Z inpType=uint8_t 2024-12-17T23:36:33.1429803Z ] 2024-12-17T23:36:33.1430698Z 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-12-17T23:36:33.1432823Z 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-12-17T23:36:33.1434952Z 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-12-17T23:36:33.1437089Z 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-12-17T23:36:33.1438682Z with 2024-12-17T23:36:33.1438865Z [ 2024-12-17T23:36:33.1439091Z inpType=uint8_t 2024-12-17T23:36:33.1439347Z ] 2024-12-17T23:36:33.1440229Z 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-12-17T23:36:33.1442656Z 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-12-17T23:36:33.1444771Z 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-12-17T23:36:33.1446834Z 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-12-17T23:36:33.1448347Z with 2024-12-17T23:36:33.1448606Z [ 2024-12-17T23:36:33.1448817Z inpType=uint8_t 2024-12-17T23:36:33.1449037Z ] 2024-12-17T23:36:33.1449933Z 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-12-17T23:36:33.1452628Z 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-12-17T23:36:33.1456717Z 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-12-17T23:36:33.1460425Z 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-12-17T23:36:33.1463279Z with 2024-12-17T23:36:33.1463808Z [ 2024-12-17T23:36:33.1464156Z inpType=uint8_t 2024-12-17T23:36:33.1464577Z ] 2024-12-17T23:36:33.1466247Z 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-12-17T23:36:33.1470372Z 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-12-17T23:36:33.1474768Z 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-12-17T23:36:33.1478672Z 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-12-17T23:36:33.1480614Z with 2024-12-17T23:36:33.1480821Z [ 2024-12-17T23:36:33.1481002Z inpType=uint8_t 2024-12-17T23:36:33.1481268Z ] 2024-12-17T23:36:33.1482154Z 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-12-17T23:36:33.1484874Z 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-12-17T23:36:33.1488813Z 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-12-17T23:36:33.1492748Z 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-12-17T23:36:33.1495465Z with 2024-12-17T23:36:33.1495763Z [ 2024-12-17T23:36:33.1496364Z inpType=int8_t 2024-12-17T23:36:33.1496787Z ] 2024-12-17T23:36:33.1498534Z 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-12-17T23:36:33.1502275Z 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-12-17T23:36:33.1506098Z 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-12-17T23:36:33.1509986Z 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-12-17T23:36:33.1512466Z with 2024-12-17T23:36:33.1512781Z [ 2024-12-17T23:36:33.1513218Z inpType=uint8_t 2024-12-17T23:36:33.1513629Z ] 2024-12-17T23:36:33.1515074Z 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-12-17T23:36:33.1518846Z 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-12-17T23:36:33.1522671Z 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-12-17T23:36:33.1526539Z 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-12-17T23:36:33.1529159Z with 2024-12-17T23:36:33.1529482Z [ 2024-12-17T23:36:33.1529786Z inpType=int8_t 2024-12-17T23:36:33.1530180Z ] 2024-12-17T23:36:33.1531630Z 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-12-17T23:36:33.1535514Z 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-12-17T23:36:33.1539331Z 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-12-17T23:36:33.1543316Z 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-12-17T23:36:33.1546305Z with 2024-12-17T23:36:33.1546665Z [ 2024-12-17T23:36:33.1546991Z inpType=uint8_t 2024-12-17T23:36:33.1547424Z ] 2024-12-17T23:36:33.1549104Z 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-12-17T23:36:33.1553061Z 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-12-17T23:36:33.1556445Z 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-12-17T23:36:33.1560507Z 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-12-17T23:36:33.1562437Z with 2024-12-17T23:36:33.1562633Z [ 2024-12-17T23:36:33.1562838Z inpType=uint8_t 2024-12-17T23:36:33.1563272Z ] 2024-12-17T23:36:33.1564176Z 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-12-17T23:36:33.1567100Z 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-12-17T23:36:33.1570032Z 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-12-17T23:36:33.1572130Z 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-12-17T23:36:33.1574577Z with 2024-12-17T23:36:33.1574904Z [ 2024-12-17T23:36:33.1575214Z inpType=uint8_t 2024-12-17T23:36:33.1575624Z ] 2024-12-17T23:36:33.1577265Z 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-12-17T23:36:33.1581202Z 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-12-17T23:36:33.1585304Z 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-12-17T23:36:33.1589281Z 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-12-17T23:36:33.1591905Z with 2024-12-17T23:36:33.1592246Z [ 2024-12-17T23:36:33.1592579Z inpType=uint8_t 2024-12-17T23:36:33.1593009Z ] 2024-12-17T23:36:33.1594629Z 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-12-17T23:36:33.1598534Z 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-12-17T23:36:33.1602460Z 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-12-17T23:36:33.1606474Z 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-12-17T23:36:33.1609115Z with 2024-12-17T23:36:33.1609432Z [ 2024-12-17T23:36:33.1609765Z inpType=uint8_t 2024-12-17T23:36:33.1610299Z ] 2024-12-17T23:36:33.1611926Z 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-12-17T23:36:33.1616036Z 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-12-17T23:36:33.1619421Z 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-12-17T23:36:33.1623357Z 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-12-17T23:36:33.1625878Z with 2024-12-17T23:36:33.1626214Z [ 2024-12-17T23:36:33.1626562Z inpType=uint8_t 2024-12-17T23:36:33.1626991Z ] 2024-12-17T23:36:33.1628527Z 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-12-17T23:36:33.1632211Z 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-12-17T23:36:33.1634699Z 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-12-17T23:36:33.1636854Z 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-12-17T23:36:33.1638263Z with 2024-12-17T23:36:33.1638442Z [ 2024-12-17T23:36:33.1638627Z inpType=uint8_t 2024-12-17T23:36:33.1638858Z ] 2024-12-17T23:36:33.1639702Z 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-12-17T23:36:33.1641845Z 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-12-17T23:36:33.1643977Z 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-12-17T23:36:33.1646379Z 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-12-17T23:36:33.1648737Z with 2024-12-17T23:36:33.1649102Z [ 2024-12-17T23:36:33.1649426Z inpType=uint8_t 2024-12-17T23:36:33.1650024Z ] 2024-12-17T23:36:33.1651957Z 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-12-17T23:36:33.1655916Z 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-12-17T23:36:33.1660005Z 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-12-17T23:36:33.1664181Z 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-12-17T23:36:33.1666899Z with 2024-12-17T23:36:33.1667232Z [ 2024-12-17T23:36:33.1667606Z inpType=uint8_t 2024-12-17T23:36:33.1668021Z ] 2024-12-17T23:36:33.1669976Z 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-12-17T23:36:33.1675513Z 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-12-17T23:36:33.1681232Z 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-12-17T23:36:33.1685418Z 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-12-17T23:36:33.1690130Z 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-12-17T23:36:33.1695674Z 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-12-17T23:36:33.1701130Z 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-12-17T23:36:33.1706620Z 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-12-17T23:36:33.1712097Z 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-12-17T23:36:33.1717477Z 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-12-17T23:36:33.1723019Z 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-12-17T23:36:33.1728332Z 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-12-17T23:36:33.1732679Z 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-12-17T23:36:33.1737173Z 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-12-17T23:36:33.1741617Z 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-12-17T23:36:33.1746456Z 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-12-17T23:36:33.1748664Z [1268/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2024-12-17T23:36:33.1750758Z 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-12-17T23:36:33.1752538Z with 2024-12-17T23:36:33.1752733Z [ 2024-12-17T23:36:33.1752969Z T=uint8_t, 2024-12-17T23:36:33.1753241Z accT=int32_t, 2024-12-17T23:36:33.1753486Z inpType=uint8_t 2024-12-17T23:36:33.1753750Z ] 2024-12-17T23:36:33.1754610Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.1756544Z with 2024-12-17T23:36:33.1756879Z [ 2024-12-17T23:36:33.1757444Z T=uint8_t, 2024-12-17T23:36:33.1757932Z accT=int32_t 2024-12-17T23:36:33.1758303Z ] 2024-12-17T23:36:33.1760676Z 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-12-17T23:36:33.1763250Z with 2024-12-17T23:36:33.1763628Z [ 2024-12-17T23:36:33.1763941Z T=uint8_t, 2024-12-17T23:36:33.1764302Z accT=int32_t 2024-12-17T23:36:33.1764676Z ] 2024-12-17T23:36:33.1766371Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.1768078Z with 2024-12-17T23:36:33.1768396Z [ 2024-12-17T23:36:33.1768685Z T=uint8_t, 2024-12-17T23:36:33.1769087Z accT=int32_t 2024-12-17T23:36:33.1769439Z ] 2024-12-17T23:36:33.1771771Z 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-12-17T23:36:33.1774175Z with 2024-12-17T23:36:33.1774556Z [ 2024-12-17T23:36:33.1774859Z T=int8_t, 2024-12-17T23:36:33.1775269Z accT=int32_t, 2024-12-17T23:36:33.1775652Z inpType=int8_t 2024-12-17T23:36:33.1775961Z ] 2024-12-17T23:36:33.1776719Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.1777739Z with 2024-12-17T23:36:33.1778048Z [ 2024-12-17T23:36:33.1778350Z T=int8_t, 2024-12-17T23:36:33.1778808Z accT=int32_t 2024-12-17T23:36:33.1779198Z ] 2024-12-17T23:36:33.1781572Z 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-12-17T23:36:33.1783235Z with 2024-12-17T23:36:33.1783422Z [ 2024-12-17T23:36:33.1783585Z T=int8_t, 2024-12-17T23:36:33.1783800Z accT=int32_t 2024-12-17T23:36:33.1784015Z ] 2024-12-17T23:36:33.1784881Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.1785994Z with 2024-12-17T23:36:33.1786232Z [ 2024-12-17T23:36:33.1786403Z T=int8_t, 2024-12-17T23:36:33.1786621Z accT=int32_t 2024-12-17T23:36:33.1786902Z ] 2024-12-17T23:36:33.1788395Z 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-12-17T23:36:33.1791267Z with 2024-12-17T23:36:33.1791618Z [ 2024-12-17T23:36:33.1792374Z ACC_T=int32_t, 2024-12-17T23:36:33.1792795Z T=uint8_t, 2024-12-17T23:36:33.1793201Z accT=int32_t, 2024-12-17T23:36:33.1793640Z inpType=uint8_t 2024-12-17T23:36:33.1794064Z ] 2024-12-17T23:36:33.1795781Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.1797687Z with 2024-12-17T23:36:33.1798018Z [ 2024-12-17T23:36:33.1798344Z ACC_T=int32_t, 2024-12-17T23:36:33.1798725Z T=uint8_t, 2024-12-17T23:36:33.1799089Z accT=int32_t 2024-12-17T23:36:33.1799516Z ] 2024-12-17T23:36:33.1801872Z 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-12-17T23:36:33.1804536Z with 2024-12-17T23:36:33.1804868Z [ 2024-12-17T23:36:33.1805409Z ACC_T=int32_t, 2024-12-17T23:36:33.1805981Z T=uint8_t, 2024-12-17T23:36:33.1806374Z accT=int32_t 2024-12-17T23:36:33.1806756Z ] 2024-12-17T23:36:33.1808508Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.1810270Z with 2024-12-17T23:36:33.1810580Z [ 2024-12-17T23:36:33.1810895Z ACC_T=int32_t, 2024-12-17T23:36:33.1811362Z T=uint8_t, 2024-12-17T23:36:33.1811770Z accT=int32_t 2024-12-17T23:36:33.1812124Z ] 2024-12-17T23:36:33.1814512Z 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-12-17T23:36:33.1817106Z with 2024-12-17T23:36:33.1817415Z [ 2024-12-17T23:36:33.1817982Z ACC_T=int32_t, 2024-12-17T23:36:33.1818508Z T=uint8_t, 2024-12-17T23:36:33.1818891Z accT=int32_t, 2024-12-17T23:36:33.1819316Z inpType=uint8_t 2024-12-17T23:36:33.1820098Z ] 2024-12-17T23:36:33.1821669Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.1823615Z with 2024-12-17T23:36:33.1824109Z [ 2024-12-17T23:36:33.1824374Z ACC_T=int32_t, 2024-12-17T23:36:33.1824620Z T=uint8_t, 2024-12-17T23:36:33.1824829Z accT=int32_t 2024-12-17T23:36:33.1825043Z ] 2024-12-17T23:36:33.1826501Z 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-12-17T23:36:33.1828075Z with 2024-12-17T23:36:33.1828252Z [ 2024-12-17T23:36:33.1828447Z ACC_T=int32_t, 2024-12-17T23:36:33.1828716Z T=uint8_t, 2024-12-17T23:36:33.1829042Z accT=int32_t 2024-12-17T23:36:33.1829385Z ] 2024-12-17T23:36:33.1830209Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.1831301Z with 2024-12-17T23:36:33.1831500Z [ 2024-12-17T23:36:33.1831722Z ACC_T=int32_t, 2024-12-17T23:36:33.1831956Z T=uint8_t, 2024-12-17T23:36:33.1832177Z accT=int32_t 2024-12-17T23:36:33.1832380Z ] 2024-12-17T23:36:33.1833743Z 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-12-17T23:36:33.1835463Z with 2024-12-17T23:36:33.1835648Z [ 2024-12-17T23:36:33.1835824Z ACC_T=int32_t, 2024-12-17T23:36:33.1836052Z T=uint8_t, 2024-12-17T23:36:33.1836260Z accT=int32_t, 2024-12-17T23:36:33.1836553Z inpType=uint8_t 2024-12-17T23:36:33.1847948Z ] 2024-12-17T23:36:33.1848932Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.1850008Z with 2024-12-17T23:36:33.1850202Z [ 2024-12-17T23:36:33.1850418Z ACC_T=int32_t, 2024-12-17T23:36:33.1850692Z T=uint8_t, 2024-12-17T23:36:33.1850955Z accT=int32_t 2024-12-17T23:36:33.1851231Z ] 2024-12-17T23:36:33.1852584Z 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-12-17T23:36:33.1853967Z with 2024-12-17T23:36:33.1854242Z [ 2024-12-17T23:36:33.1854427Z ACC_T=int32_t, 2024-12-17T23:36:33.1854656Z T=uint8_t, 2024-12-17T23:36:33.1854950Z accT=int32_t 2024-12-17T23:36:33.1855156Z ] 2024-12-17T23:36:33.1856170Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.1857193Z with 2024-12-17T23:36:33.1857367Z [ 2024-12-17T23:36:33.1857626Z ACC_T=int32_t, 2024-12-17T23:36:33.1857883Z T=uint8_t, 2024-12-17T23:36:33.1858133Z accT=int32_t 2024-12-17T23:36:33.1858459Z ] 2024-12-17T23:36:33.1859890Z 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-12-17T23:36:33.1862515Z 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-12-17T23:36:33.1865244Z 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-12-17T23:36:33.2083583Z 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-12-17T23:36:33.2086501Z 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-12-17T23:36:33.2088313Z [1269/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2024-12-17T23:36:33.2530958Z [1270/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2024-12-17T23:36:33.2619151Z [1271/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2024-12-17T23:36:33.2941141Z [1272/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2024-12-17T23:36:33.2957554Z [1273/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2024-12-17T23:36:33.3952758Z [1274/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2024-12-17T23:36:33.5192310Z [1275/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2024-12-17T23:36:33.5312373Z [1276/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2024-12-17T23:36:33.6080928Z [1277/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2024-12-17T23:36:33.6383941Z [1278/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2024-12-17T23:36:33.6634180Z [1279/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2024-12-17T23:36:33.6784491Z [1280/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2024-12-17T23:36:33.6886136Z [1281/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2024-12-17T23:36:33.8052941Z [1282/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2024-12-17T23:36:33.8666744Z [1283/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2024-12-17T23:36:33.8670464Z 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-12-17T23:36:33.8672978Z with 2024-12-17T23:36:33.8673285Z [ 2024-12-17T23:36:33.8673535Z T=uint8_t, 2024-12-17T23:36:33.8673864Z accT=int32_t, 2024-12-17T23:36:33.8674233Z inpType=uint8_t 2024-12-17T23:36:33.8674580Z ] 2024-12-17T23:36:33.8676202Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.8677688Z with 2024-12-17T23:36:33.8677951Z [ 2024-12-17T23:36:33.8678144Z T=uint8_t, 2024-12-17T23:36:33.8678391Z accT=int32_t 2024-12-17T23:36:33.8678606Z ] 2024-12-17T23:36:33.8679896Z 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-12-17T23:36:33.8681342Z with 2024-12-17T23:36:33.8681518Z [ 2024-12-17T23:36:33.8681696Z T=uint8_t, 2024-12-17T23:36:33.8681946Z accT=int32_t 2024-12-17T23:36:33.8682154Z ] 2024-12-17T23:36:33.8682991Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.8683893Z with 2024-12-17T23:36:33.8684070Z [ 2024-12-17T23:36:33.8684241Z T=uint8_t, 2024-12-17T23:36:33.8684464Z accT=int32_t 2024-12-17T23:36:33.8684751Z ] 2024-12-17T23:36:33.8686107Z 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-12-17T23:36:33.8687522Z with 2024-12-17T23:36:33.8687700Z [ 2024-12-17T23:36:33.8687944Z T=uint8_t, 2024-12-17T23:36:33.8688251Z accT=int16_t, 2024-12-17T23:36:33.8688571Z inpType=uint8_t 2024-12-17T23:36:33.8688868Z ] 2024-12-17T23:36:33.8689765Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.8690609Z with 2024-12-17T23:36:33.8690976Z [ 2024-12-17T23:36:33.8691166Z T=uint8_t, 2024-12-17T23:36:33.8691370Z accT=int16_t 2024-12-17T23:36:33.8691592Z ] 2024-12-17T23:36:33.8692836Z 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-12-17T23:36:33.8694437Z with 2024-12-17T23:36:33.8694707Z [ 2024-12-17T23:36:33.8694941Z T=uint8_t, 2024-12-17T23:36:33.8695158Z accT=int16_t 2024-12-17T23:36:33.8695380Z ] 2024-12-17T23:36:33.8696363Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.8697343Z with 2024-12-17T23:36:33.8697527Z [ 2024-12-17T23:36:33.8697727Z T=uint8_t, 2024-12-17T23:36:33.8697981Z accT=int16_t 2024-12-17T23:36:33.8698193Z ] 2024-12-17T23:36:33.8700538Z 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-12-17T23:36:33.8703172Z with 2024-12-17T23:36:33.8703473Z [ 2024-12-17T23:36:33.8703747Z T=uint8_t, 2024-12-17T23:36:33.8704293Z accT=int32_t, 2024-12-17T23:36:33.8704636Z inpType=uint8_t 2024-12-17T23:36:33.8704964Z ] 2024-12-17T23:36:33.8705988Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.8707418Z with 2024-12-17T23:36:33.8707749Z [ 2024-12-17T23:36:33.8708031Z T=uint8_t, 2024-12-17T23:36:33.8708258Z accT=int32_t 2024-12-17T23:36:33.8708482Z ] 2024-12-17T23:36:33.8710207Z 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-12-17T23:36:33.8711601Z with 2024-12-17T23:36:33.8711844Z [ 2024-12-17T23:36:33.8712042Z T=uint8_t, 2024-12-17T23:36:33.8712252Z accT=int32_t 2024-12-17T23:36:33.8712469Z ] 2024-12-17T23:36:33.8713363Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.8714884Z with 2024-12-17T23:36:33.8715183Z [ 2024-12-17T23:36:33.8715451Z T=uint8_t, 2024-12-17T23:36:33.8715806Z accT=int32_t 2024-12-17T23:36:33.8716168Z ] 2024-12-17T23:36:33.8718243Z 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-12-17T23:36:33.8719743Z with 2024-12-17T23:36:33.8719938Z [ 2024-12-17T23:36:33.8720128Z T=uint8_t, 2024-12-17T23:36:33.8720346Z accT=int16_t, 2024-12-17T23:36:33.8720640Z inpType=uint8_t 2024-12-17T23:36:33.8720940Z ] 2024-12-17T23:36:33.8721976Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.8723680Z with 2024-12-17T23:36:33.8724027Z [ 2024-12-17T23:36:33.8724341Z T=uint8_t, 2024-12-17T23:36:33.8724730Z accT=int16_t 2024-12-17T23:36:33.8725118Z ] 2024-12-17T23:36:33.8727487Z 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-12-17T23:36:33.8730026Z with 2024-12-17T23:36:33.8730365Z [ 2024-12-17T23:36:33.8730679Z T=uint8_t, 2024-12-17T23:36:33.8731068Z accT=int16_t 2024-12-17T23:36:33.8731450Z ] 2024-12-17T23:36:33.8732999Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.8734717Z with 2024-12-17T23:36:33.8735042Z [ 2024-12-17T23:36:33.8735353Z T=uint8_t, 2024-12-17T23:36:33.8735741Z accT=int16_t 2024-12-17T23:36:33.8736124Z ] 2024-12-17T23:36:33.8904414Z 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-12-17T23:36:33.8908202Z 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-12-17T23:36:33.8911069Z [1284/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2024-12-17T23:36:33.8914092Z 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-12-17T23:36:33.8916702Z with 2024-12-17T23:36:33.8916988Z [ 2024-12-17T23:36:33.8917260Z T=uint8_t, 2024-12-17T23:36:33.8917482Z accT=int32_t, 2024-12-17T23:36:33.8917756Z inpType=uint8_t 2024-12-17T23:36:33.8917999Z ] 2024-12-17T23:36:33.8919526Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.8921256Z with 2024-12-17T23:36:33.8921578Z [ 2024-12-17T23:36:33.8921922Z T=uint8_t, 2024-12-17T23:36:33.8922313Z accT=int32_t 2024-12-17T23:36:33.8929463Z ] 2024-12-17T23:36:33.8931981Z 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-12-17T23:36:33.8947255Z with 2024-12-17T23:36:33.8947579Z [ 2024-12-17T23:36:33.8947892Z T=uint8_t, 2024-12-17T23:36:33.8948304Z accT=int32_t 2024-12-17T23:36:33.8948734Z ] 2024-12-17T23:36:33.8950385Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.8959251Z with 2024-12-17T23:36:33.8959594Z [ 2024-12-17T23:36:33.8960600Z T=uint8_t, 2024-12-17T23:36:33.8960949Z accT=int32_t 2024-12-17T23:36:33.8961309Z ] 2024-12-17T23:36:33.8963267Z 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-12-17T23:36:33.8964777Z with 2024-12-17T23:36:33.8964971Z [ 2024-12-17T23:36:33.8965166Z T=uint8_t, 2024-12-17T23:36:33.8965393Z accT=int16_t, 2024-12-17T23:36:33.8965637Z inpType=uint8_t 2024-12-17T23:36:33.8965864Z ] 2024-12-17T23:36:33.8966678Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.8967876Z with 2024-12-17T23:36:33.8968130Z [ 2024-12-17T23:36:33.8968411Z T=uint8_t, 2024-12-17T23:36:33.8968706Z accT=int16_t 2024-12-17T23:36:33.8969028Z ] 2024-12-17T23:36:33.8971200Z 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-12-17T23:36:33.8973509Z with 2024-12-17T23:36:33.8973836Z [ 2024-12-17T23:36:33.8974301Z T=uint8_t, 2024-12-17T23:36:33.8974635Z accT=int16_t 2024-12-17T23:36:33.8974976Z ] 2024-12-17T23:36:33.8976496Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.8978149Z with 2024-12-17T23:36:33.8978565Z [ 2024-12-17T23:36:33.8978839Z T=uint8_t, 2024-12-17T23:36:33.8979157Z accT=int16_t 2024-12-17T23:36:33.8979485Z ] 2024-12-17T23:36:33.8981669Z 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-12-17T23:36:33.8984136Z with 2024-12-17T23:36:33.8984485Z [ 2024-12-17T23:36:33.8984770Z T=uint8_t, 2024-12-17T23:36:33.8985119Z accT=int32_t, 2024-12-17T23:36:33.8985465Z inpType=uint8_t 2024-12-17T23:36:33.8985806Z ] 2024-12-17T23:36:33.8987250Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.8988848Z with 2024-12-17T23:36:33.8989152Z [ 2024-12-17T23:36:33.8989461Z T=uint8_t, 2024-12-17T23:36:33.8989821Z accT=int32_t 2024-12-17T23:36:33.8990129Z ] 2024-12-17T23:36:33.8991718Z 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-12-17T23:36:33.8993162Z with 2024-12-17T23:36:33.8993339Z [ 2024-12-17T23:36:33.8993522Z T=uint8_t, 2024-12-17T23:36:33.8993814Z accT=int32_t 2024-12-17T23:36:33.8994039Z ] 2024-12-17T23:36:33.8995140Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.8996164Z with 2024-12-17T23:36:33.8996412Z [ 2024-12-17T23:36:33.8996600Z T=uint8_t, 2024-12-17T23:36:33.8996863Z accT=int32_t 2024-12-17T23:36:33.8997134Z ] 2024-12-17T23:36:33.8998721Z 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-12-17T23:36:33.9000654Z with 2024-12-17T23:36:33.9000965Z [ 2024-12-17T23:36:33.9001277Z T=uint8_t, 2024-12-17T23:36:33.9001646Z accT=int16_t, 2024-12-17T23:36:33.9002009Z inpType=uint8_t 2024-12-17T23:36:33.9002352Z ] 2024-12-17T23:36:33.9003650Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9005252Z with 2024-12-17T23:36:33.9005579Z [ 2024-12-17T23:36:33.9005863Z T=uint8_t, 2024-12-17T23:36:33.9006195Z accT=int16_t 2024-12-17T23:36:33.9006557Z ] 2024-12-17T23:36:33.9008679Z 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-12-17T23:36:33.9011751Z with 2024-12-17T23:36:33.9012364Z [ 2024-12-17T23:36:33.9012686Z T=uint8_t, 2024-12-17T23:36:33.9013043Z accT=int16_t 2024-12-17T23:36:33.9013406Z ] 2024-12-17T23:36:33.9014778Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9016518Z with 2024-12-17T23:36:33.9017634Z [ 2024-12-17T23:36:33.9018146Z T=uint8_t, 2024-12-17T23:36:33.9019205Z accT=int16_t 2024-12-17T23:36:33.9019640Z ] 2024-12-17T23:36:33.9022749Z 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-12-17T23:36:33.9025597Z with 2024-12-17T23:36:33.9025912Z [ 2024-12-17T23:36:33.9026224Z T=uint8_t, 2024-12-17T23:36:33.9026596Z accT=int32_t, 2024-12-17T23:36:33.9027013Z inpType=uint8_t 2024-12-17T23:36:33.9027420Z ] 2024-12-17T23:36:33.9028944Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9030603Z with 2024-12-17T23:36:33.9030917Z [ 2024-12-17T23:36:33.9031227Z T=uint8_t, 2024-12-17T23:36:33.9031597Z accT=int32_t 2024-12-17T23:36:33.9031966Z ] 2024-12-17T23:36:33.9034401Z 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-12-17T23:36:33.9037002Z with 2024-12-17T23:36:33.9037332Z [ 2024-12-17T23:36:33.9037649Z T=uint8_t, 2024-12-17T23:36:33.9038206Z accT=int32_t 2024-12-17T23:36:33.9038600Z ] 2024-12-17T23:36:33.9040189Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9041981Z with 2024-12-17T23:36:33.9042310Z [ 2024-12-17T23:36:33.9042647Z T=uint8_t, 2024-12-17T23:36:33.9043011Z accT=int32_t 2024-12-17T23:36:33.9043377Z ] 2024-12-17T23:36:33.9045875Z 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-12-17T23:36:33.9047838Z with 2024-12-17T23:36:33.9048095Z [ 2024-12-17T23:36:33.9048289Z T=uint8_t, 2024-12-17T23:36:33.9048555Z accT=int16_t, 2024-12-17T23:36:33.9048794Z inpType=uint8_t 2024-12-17T23:36:33.9049075Z ] 2024-12-17T23:36:33.9050012Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9050947Z with 2024-12-17T23:36:33.9051135Z [ 2024-12-17T23:36:33.9051304Z T=uint8_t, 2024-12-17T23:36:33.9051521Z accT=int16_t 2024-12-17T23:36:33.9051729Z ] 2024-12-17T23:36:33.9052985Z 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-12-17T23:36:33.9054515Z with 2024-12-17T23:36:33.9054734Z [ 2024-12-17T23:36:33.9054965Z T=uint8_t, 2024-12-17T23:36:33.9055200Z accT=int16_t 2024-12-17T23:36:33.9055407Z ] 2024-12-17T23:36:33.9056234Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9057143Z with 2024-12-17T23:36:33.9057320Z [ 2024-12-17T23:36:33.9057529Z T=uint8_t, 2024-12-17T23:36:33.9057739Z accT=int16_t 2024-12-17T23:36:33.9057948Z ] 2024-12-17T23:36:33.9059310Z 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-12-17T23:36:33.9060672Z with 2024-12-17T23:36:33.9060848Z [ 2024-12-17T23:36:33.9061031Z T=uint8_t, 2024-12-17T23:36:33.9061287Z accT=int32_t, 2024-12-17T23:36:33.9061517Z inpType=uint8_t 2024-12-17T23:36:33.9061731Z ] 2024-12-17T23:36:33.9062527Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9063403Z with 2024-12-17T23:36:33.9063577Z [ 2024-12-17T23:36:33.9063754Z T=uint8_t, 2024-12-17T23:36:33.9063970Z accT=int32_t 2024-12-17T23:36:33.9064184Z ] 2024-12-17T23:36:33.9065601Z 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-12-17T23:36:33.9066931Z with 2024-12-17T23:36:33.9067113Z [ 2024-12-17T23:36:33.9067282Z T=uint8_t, 2024-12-17T23:36:33.9067509Z accT=int32_t 2024-12-17T23:36:33.9067713Z ] 2024-12-17T23:36:33.9068541Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9069454Z with 2024-12-17T23:36:33.9069639Z [ 2024-12-17T23:36:33.9069815Z T=uint8_t, 2024-12-17T23:36:33.9070032Z accT=int32_t 2024-12-17T23:36:33.9070233Z ] 2024-12-17T23:36:33.9071629Z 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-12-17T23:36:33.9073078Z with 2024-12-17T23:36:33.9073261Z [ 2024-12-17T23:36:33.9073430Z T=uint8_t, 2024-12-17T23:36:33.9073647Z accT=int16_t, 2024-12-17T23:36:33.9073892Z inpType=uint8_t 2024-12-17T23:36:33.9074112Z ] 2024-12-17T23:36:33.9075122Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9076058Z with 2024-12-17T23:36:33.9076366Z [ 2024-12-17T23:36:33.9076601Z T=uint8_t, 2024-12-17T23:36:33.9076877Z accT=int16_t 2024-12-17T23:36:33.9077121Z ] 2024-12-17T23:36:33.9078533Z 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-12-17T23:36:33.9079940Z with 2024-12-17T23:36:33.9080172Z [ 2024-12-17T23:36:33.9080403Z T=uint8_t, 2024-12-17T23:36:33.9080622Z accT=int16_t 2024-12-17T23:36:33.9080829Z ] 2024-12-17T23:36:33.9081952Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9084254Z with 2024-12-17T23:36:33.9084592Z [ 2024-12-17T23:36:33.9084860Z T=uint8_t, 2024-12-17T23:36:33.9085184Z accT=int16_t 2024-12-17T23:36:33.9085489Z ] 2024-12-17T23:36:33.9090251Z 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-12-17T23:36:33.9092115Z with 2024-12-17T23:36:33.9092319Z [ 2024-12-17T23:36:33.9092542Z T=uint8_t, 2024-12-17T23:36:33.9092856Z accT=int32_t, 2024-12-17T23:36:33.9093211Z inpType=uint8_t 2024-12-17T23:36:33.9093558Z ] 2024-12-17T23:36:33.9094857Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9096326Z with 2024-12-17T23:36:33.9096597Z [ 2024-12-17T23:36:33.9096849Z T=uint8_t, 2024-12-17T23:36:33.9097171Z accT=int32_t 2024-12-17T23:36:33.9097490Z ] 2024-12-17T23:36:33.9099546Z 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-12-17T23:36:33.9101900Z with 2024-12-17T23:36:33.9102106Z [ 2024-12-17T23:36:33.9102282Z T=uint8_t, 2024-12-17T23:36:33.9102501Z accT=int32_t 2024-12-17T23:36:33.9102786Z ] 2024-12-17T23:36:33.9104042Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9105480Z with 2024-12-17T23:36:33.9105780Z [ 2024-12-17T23:36:33.9106056Z T=uint8_t, 2024-12-17T23:36:33.9106408Z accT=int32_t 2024-12-17T23:36:33.9106752Z ] 2024-12-17T23:36:33.9108727Z 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-12-17T23:36:33.9110802Z with 2024-12-17T23:36:33.9111092Z [ 2024-12-17T23:36:33.9111377Z T=uint8_t, 2024-12-17T23:36:33.9111725Z accT=int16_t, 2024-12-17T23:36:33.9112085Z inpType=uint8_t 2024-12-17T23:36:33.9112452Z ] 2024-12-17T23:36:33.9113691Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9115275Z with 2024-12-17T23:36:33.9115576Z [ 2024-12-17T23:36:33.9115867Z T=uint8_t, 2024-12-17T23:36:33.9116212Z accT=int16_t 2024-12-17T23:36:33.9116575Z ] 2024-12-17T23:36:33.9118599Z 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-12-17T23:36:33.9120637Z with 2024-12-17T23:36:33.9120949Z [ 2024-12-17T23:36:33.9121229Z T=uint8_t, 2024-12-17T23:36:33.9121581Z accT=int16_t 2024-12-17T23:36:33.9121924Z ] 2024-12-17T23:36:33.9123218Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9124642Z with 2024-12-17T23:36:33.9124940Z [ 2024-12-17T23:36:33.9125224Z T=uint8_t, 2024-12-17T23:36:33.9125562Z accT=int16_t 2024-12-17T23:36:33.9125914Z ] 2024-12-17T23:36:33.9127885Z 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-12-17T23:36:33.9129978Z with 2024-12-17T23:36:33.9130267Z [ 2024-12-17T23:36:33.9130537Z T=uint8_t, 2024-12-17T23:36:33.9130886Z accT=int32_t, 2024-12-17T23:36:33.9131272Z inpType=uint8_t 2024-12-17T23:36:33.9131634Z ] 2024-12-17T23:36:33.9132910Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9134346Z with 2024-12-17T23:36:33.9134632Z [ 2024-12-17T23:36:33.9134923Z T=uint8_t, 2024-12-17T23:36:33.9135416Z accT=int32_t 2024-12-17T23:36:33.9135774Z ] 2024-12-17T23:36:33.9137722Z 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-12-17T23:36:33.9139847Z with 2024-12-17T23:36:33.9140141Z [ 2024-12-17T23:36:33.9140430Z T=uint8_t, 2024-12-17T23:36:33.9140779Z accT=int32_t 2024-12-17T23:36:33.9141128Z ] 2024-12-17T23:36:33.9142433Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9143831Z with 2024-12-17T23:36:33.9144113Z [ 2024-12-17T23:36:33.9144410Z T=uint8_t, 2024-12-17T23:36:33.9144759Z accT=int32_t 2024-12-17T23:36:33.9145102Z ] 2024-12-17T23:36:33.9147089Z 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-12-17T23:36:33.9149178Z with 2024-12-17T23:36:33.9149477Z [ 2024-12-17T23:36:33.9149769Z T=uint8_t, 2024-12-17T23:36:33.9150132Z accT=int16_t, 2024-12-17T23:36:33.9150675Z inpType=uint8_t 2024-12-17T23:36:33.9151052Z ] 2024-12-17T23:36:33.9152305Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9153657Z with 2024-12-17T23:36:33.9153958Z [ 2024-12-17T23:36:33.9154251Z T=uint8_t, 2024-12-17T23:36:33.9154592Z accT=int16_t 2024-12-17T23:36:33.9154939Z ] 2024-12-17T23:36:33.9156875Z 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-12-17T23:36:33.9158936Z with 2024-12-17T23:36:33.9159219Z [ 2024-12-17T23:36:33.9159517Z T=uint8_t, 2024-12-17T23:36:33.9159878Z accT=int16_t 2024-12-17T23:36:33.9160224Z ] 2024-12-17T23:36:33.9161492Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9162909Z with 2024-12-17T23:36:33.9163199Z [ 2024-12-17T23:36:33.9163499Z T=uint8_t, 2024-12-17T23:36:33.9163849Z accT=int16_t 2024-12-17T23:36:33.9164182Z ] 2024-12-17T23:36:33.9165963Z 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-12-17T23:36:33.9169382Z 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-12-17T23:36:33.9172940Z 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-12-17T23:36:33.9176285Z 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-12-17T23:36:33.9179703Z 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-12-17T23:36:33.9183086Z 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-12-17T23:36:33.9185413Z [1285/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2024-12-17T23:36:33.9188090Z 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-12-17T23:36:33.9190246Z with 2024-12-17T23:36:33.9190540Z [ 2024-12-17T23:36:33.9191007Z T=uint8_t, 2024-12-17T23:36:33.9191363Z accT=int32_t, 2024-12-17T23:36:33.9191749Z inpType=uint8_t 2024-12-17T23:36:33.9192120Z ] 2024-12-17T23:36:33.9193448Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9194884Z with 2024-12-17T23:36:33.9195192Z [ 2024-12-17T23:36:33.9195493Z T=uint8_t, 2024-12-17T23:36:33.9195839Z accT=int32_t 2024-12-17T23:36:33.9196194Z ] 2024-12-17T23:36:33.9198336Z 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-12-17T23:36:33.9200480Z with 2024-12-17T23:36:33.9200775Z [ 2024-12-17T23:36:33.9201065Z T=uint8_t, 2024-12-17T23:36:33.9201410Z accT=int32_t 2024-12-17T23:36:33.9201765Z ] 2024-12-17T23:36:33.9203132Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9204600Z with 2024-12-17T23:36:33.9204890Z [ 2024-12-17T23:36:33.9205186Z T=uint8_t, 2024-12-17T23:36:33.9205523Z accT=int32_t 2024-12-17T23:36:33.9205876Z ] 2024-12-17T23:36:33.9208008Z 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-12-17T23:36:33.9210274Z with 2024-12-17T23:36:33.9210563Z [ 2024-12-17T23:36:33.9210871Z T=uint8_t, 2024-12-17T23:36:33.9211224Z accT=int32_t, 2024-12-17T23:36:33.9211613Z inpType=uint8_t 2024-12-17T23:36:33.9211993Z ] 2024-12-17T23:36:33.9213462Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9214898Z with 2024-12-17T23:36:33.9215203Z [ 2024-12-17T23:36:33.9215497Z T=uint8_t, 2024-12-17T23:36:33.9215833Z accT=int32_t 2024-12-17T23:36:33.9216173Z ] 2024-12-17T23:36:33.9218244Z 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-12-17T23:36:33.9220514Z with 2024-12-17T23:36:33.9220822Z [ 2024-12-17T23:36:33.9221117Z T=uint8_t, 2024-12-17T23:36:33.9221462Z accT=int32_t 2024-12-17T23:36:33.9221917Z ] 2024-12-17T23:36:33.9222997Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9224057Z with 2024-12-17T23:36:33.9224237Z [ 2024-12-17T23:36:33.9224411Z T=uint8_t, 2024-12-17T23:36:33.9224628Z accT=int32_t 2024-12-17T23:36:33.9224845Z ] 2024-12-17T23:36:33.9226037Z 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-12-17T23:36:33.9227857Z [1286/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2024-12-17T23:36:33.9229434Z 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-12-17T23:36:33.9231930Z 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-12-17T23:36:33.9234696Z 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-12-17T23:36:33.9237668Z 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-12-17T23:36:33.9240363Z 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-12-17T23:36:33.9243063Z 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-12-17T23:36:33.9245692Z 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-12-17T23:36:33.9248315Z 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-12-17T23:36:33.9252063Z 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-12-17T23:36:33.9256526Z 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-12-17T23:36:33.9258334Z 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-12-17T23:36:33.9261181Z 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-12-17T23:36:33.9263004Z 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-12-17T23:36:33.9264832Z 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-12-17T23:36:33.9267460Z 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-12-17T23:36:33.9269432Z 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-12-17T23:36:33.9271148Z 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-12-17T23:36:33.9273752Z 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-12-17T23:36:33.9279264Z 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-12-17T23:36:33.9281731Z 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-12-17T23:36:33.9283879Z 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-12-17T23:36:33.9286706Z 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-12-17T23:36:33.9289675Z 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-12-17T23:36:33.9293061Z 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-12-17T23:36:33.9296297Z 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-12-17T23:36:33.9299753Z 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-12-17T23:36:33.9302984Z 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-12-17T23:36:33.9306125Z 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-12-17T23:36:33.9309565Z 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-12-17T23:36:33.9312516Z 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-12-17T23:36:33.9314625Z 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-12-17T23:36:33.9316560Z 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-12-17T23:36:33.9318669Z 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-12-17T23:36:33.9320661Z 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-12-17T23:36:33.9322515Z 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-12-17T23:36:33.9324312Z 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-12-17T23:36:33.9326162Z 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-12-17T23:36:33.9327934Z 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-12-17T23:36:33.9329915Z 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-12-17T23:36:33.9331844Z 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-12-17T23:36:33.9333714Z 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-12-17T23:36:33.9335606Z 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-12-17T23:36:33.9337801Z 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-12-17T23:36:33.9339858Z 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-12-17T23:36:33.9341845Z 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-12-17T23:36:33.9343883Z 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-12-17T23:36:33.9345713Z 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-12-17T23:36:33.9347698Z 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-12-17T23:36:33.9349580Z 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-12-17T23:36:33.9351889Z 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-12-17T23:36:33.9354936Z 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-12-17T23:36:33.9357611Z 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-12-17T23:36:33.9360002Z 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-12-17T23:36:33.9362584Z 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-12-17T23:36:33.9364519Z 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-12-17T23:36:33.9366526Z 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-12-17T23:36:33.9368474Z 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-12-17T23:36:33.9370414Z 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-12-17T23:36:33.9372565Z 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-12-17T23:36:33.9374649Z 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-12-17T23:36:33.9376005Z [1287/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2024-12-17T23:36:33.9377746Z 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-12-17T23:36:33.9379710Z 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-12-17T23:36:33.9381751Z 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-12-17T23:36:33.9383832Z 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-12-17T23:36:33.9385922Z 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-12-17T23:36:33.9387773Z 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-12-17T23:36:33.9389601Z 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-12-17T23:36:33.9391718Z 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-12-17T23:36:33.9393687Z 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-12-17T23:36:33.9395872Z 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-12-17T23:36:33.9397717Z 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-12-17T23:36:33.9399610Z 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-12-17T23:36:33.9401482Z 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-12-17T23:36:33.9403478Z 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-12-17T23:36:33.9405326Z 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-12-17T23:36:33.9407187Z 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-12-17T23:36:33.9409184Z 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-12-17T23:36:33.9411083Z 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-12-17T23:36:33.9413108Z 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-12-17T23:36:33.9415167Z 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-12-17T23:36:33.9417209Z 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-12-17T23:36:33.9419125Z 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-12-17T23:36:33.9421187Z 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-12-17T23:36:33.9423429Z 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-12-17T23:36:33.9425553Z 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-12-17T23:36:33.9427602Z 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-12-17T23:36:33.9429791Z 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-12-17T23:36:33.9431833Z 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-12-17T23:36:33.9433986Z 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-12-17T23:36:33.9436375Z 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-12-17T23:36:33.9438928Z 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-12-17T23:36:33.9441070Z 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-12-17T23:36:33.9443249Z 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-12-17T23:36:33.9446052Z 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-12-17T23:36:33.9447908Z 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-12-17T23:36:33.9449684Z 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-12-17T23:36:33.9451484Z 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-12-17T23:36:33.9453379Z 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-12-17T23:36:33.9455359Z 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-12-17T23:36:33.9457671Z 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-12-17T23:36:33.9459966Z 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-12-17T23:36:33.9461829Z 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-12-17T23:36:33.9463928Z 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-12-17T23:36:33.9467370Z 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-12-17T23:36:33.9470564Z 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-12-17T23:36:33.9473996Z 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-12-17T23:36:33.9477349Z 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-12-17T23:36:33.9480507Z 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-12-17T23:36:33.9484008Z 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-12-17T23:36:33.9487631Z 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-12-17T23:36:33.9491004Z 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-12-17T23:36:33.9494373Z 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-12-17T23:36:33.9497812Z 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-12-17T23:36:33.9501500Z 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-12-17T23:36:33.9504985Z 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-12-17T23:36:33.9508367Z 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-12-17T23:36:33.9511759Z 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-12-17T23:36:33.9515080Z 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-12-17T23:36:33.9518721Z 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-12-17T23:36:33.9522439Z 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-12-17T23:36:33.9526266Z 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-12-17T23:36:33.9529590Z 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-12-17T23:36:33.9533256Z 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-12-17T23:36:33.9536978Z 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-12-17T23:36:33.9540631Z 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-12-17T23:36:33.9544166Z 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-12-17T23:36:33.9547674Z 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-12-17T23:36:33.9551114Z 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-12-17T23:36:33.9555654Z 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-12-17T23:36:33.9559427Z 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-12-17T23:36:33.9562828Z 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-12-17T23:36:33.9566251Z 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-12-17T23:36:33.9569998Z 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-12-17T23:36:33.9573646Z 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-12-17T23:36:33.9577403Z 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-12-17T23:36:33.9581215Z 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-12-17T23:36:33.9584665Z 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-12-17T23:36:33.9588231Z 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-12-17T23:36:33.9592022Z 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-12-17T23:36:33.9595852Z 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-12-17T23:36:33.9599402Z 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-12-17T23:36:33.9602777Z 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-12-17T23:36:33.9606241Z 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-12-17T23:36:33.9612554Z 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-12-17T23:36:33.9615752Z 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-12-17T23:36:33.9617766Z 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-12-17T23:36:33.9619771Z 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-12-17T23:36:33.9621606Z 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-12-17T23:36:33.9623558Z 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-12-17T23:36:33.9625492Z 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-12-17T23:36:33.9628658Z 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-12-17T23:36:33.9630725Z 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-12-17T23:36:33.9633213Z 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-12-17T23:36:33.9636865Z 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-12-17T23:36:33.9640327Z 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-12-17T23:36:33.9643783Z 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-12-17T23:36:33.9647309Z 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-12-17T23:36:33.9650700Z 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-12-17T23:36:33.9653441Z 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-12-17T23:36:33.9655674Z 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-12-17T23:36:33.9657621Z 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-12-17T23:36:33.9659892Z 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-12-17T23:36:33.9661825Z 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-12-17T23:36:33.9664964Z 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-12-17T23:36:33.9668384Z 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-12-17T23:36:33.9671051Z 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-12-17T23:36:33.9673136Z 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-12-17T23:36:33.9675360Z 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-12-17T23:36:33.9677500Z 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-12-17T23:36:33.9679700Z 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-12-17T23:36:33.9681823Z 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-12-17T23:36:33.9683816Z 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-12-17T23:36:33.9688080Z 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-12-17T23:36:33.9692166Z 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-12-17T23:36:33.9696151Z 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-12-17T23:36:33.9700005Z 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-12-17T23:36:33.9704377Z 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-12-17T23:36:33.9708177Z 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-12-17T23:36:33.9711830Z 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-12-17T23:36:33.9715550Z 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-12-17T23:36:33.9718244Z [1288/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2024-12-17T23:36:33.9724030Z 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-12-17T23:36:33.9727271Z with 2024-12-17T23:36:33.9727563Z [ 2024-12-17T23:36:33.9727829Z T=uint8_t, 2024-12-17T23:36:33.9728359Z accT=int32_t, 2024-12-17T23:36:33.9728839Z inpType=uint8_t 2024-12-17T23:36:33.9729207Z ] 2024-12-17T23:36:33.9730581Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9732654Z with 2024-12-17T23:36:33.9732981Z [ 2024-12-17T23:36:33.9733299Z T=uint8_t, 2024-12-17T23:36:33.9733678Z accT=int32_t 2024-12-17T23:36:33.9734077Z ] 2024-12-17T23:36:33.9736602Z 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-12-17T23:36:33.9739362Z with 2024-12-17T23:36:33.9739689Z [ 2024-12-17T23:36:33.9740005Z T=uint8_t, 2024-12-17T23:36:33.9740378Z accT=int32_t 2024-12-17T23:36:33.9740753Z ] 2024-12-17T23:36:33.9742401Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9744258Z with 2024-12-17T23:36:33.9744578Z [ 2024-12-17T23:36:33.9744907Z T=uint8_t, 2024-12-17T23:36:33.9745297Z accT=int32_t 2024-12-17T23:36:33.9745844Z ] 2024-12-17T23:36:33.9748407Z 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-12-17T23:36:33.9751139Z with 2024-12-17T23:36:33.9751457Z [ 2024-12-17T23:36:33.9751759Z T=uint8_t, 2024-12-17T23:36:33.9752096Z accT=int16_t, 2024-12-17T23:36:33.9752482Z inpType=uint8_t 2024-12-17T23:36:33.9752856Z ] 2024-12-17T23:36:33.9754404Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9756119Z with 2024-12-17T23:36:33.9756471Z [ 2024-12-17T23:36:33.9756794Z T=uint8_t, 2024-12-17T23:36:33.9757171Z accT=int16_t 2024-12-17T23:36:33.9757536Z ] 2024-12-17T23:36:33.9760005Z 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-12-17T23:36:33.9762608Z with 2024-12-17T23:36:33.9762914Z [ 2024-12-17T23:36:33.9763219Z T=uint8_t, 2024-12-17T23:36:33.9763582Z accT=int16_t 2024-12-17T23:36:33.9764092Z ] 2024-12-17T23:36:33.9765690Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9767732Z with 2024-12-17T23:36:33.9768049Z [ 2024-12-17T23:36:33.9768344Z T=uint8_t, 2024-12-17T23:36:33.9768676Z accT=int16_t 2024-12-17T23:36:33.9769020Z ] 2024-12-17T23:36:33.9771339Z 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-12-17T23:36:33.9773840Z with 2024-12-17T23:36:33.9774105Z [ 2024-12-17T23:36:33.9774387Z T=uint8_t, 2024-12-17T23:36:33.9774715Z accT=int32_t, 2024-12-17T23:36:33.9775080Z inpType=uint8_t 2024-12-17T23:36:33.9775437Z ] 2024-12-17T23:36:33.9777100Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9778824Z with 2024-12-17T23:36:33.9780496Z [ 2024-12-17T23:36:33.9780791Z T=uint8_t, 2024-12-17T23:36:33.9781149Z accT=int32_t 2024-12-17T23:36:33.9781491Z ] 2024-12-17T23:36:33.9783790Z 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-12-17T23:36:33.9788076Z with 2024-12-17T23:36:33.9788392Z [ 2024-12-17T23:36:33.9788700Z T=uint8_t, 2024-12-17T23:36:33.9789312Z accT=int32_t 2024-12-17T23:36:33.9790263Z ] 2024-12-17T23:36:33.9793685Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9795688Z with 2024-12-17T23:36:33.9796297Z [ 2024-12-17T23:36:33.9796760Z T=uint8_t, 2024-12-17T23:36:33.9797152Z accT=int32_t 2024-12-17T23:36:33.9797582Z ] 2024-12-17T23:36:33.9800209Z 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-12-17T23:36:33.9802964Z with 2024-12-17T23:36:33.9803318Z [ 2024-12-17T23:36:33.9803660Z T=uint8_t, 2024-12-17T23:36:33.9804039Z accT=int16_t, 2024-12-17T23:36:33.9804484Z inpType=uint8_t 2024-12-17T23:36:33.9804902Z ] 2024-12-17T23:36:33.9806501Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9808175Z with 2024-12-17T23:36:33.9808501Z [ 2024-12-17T23:36:33.9808807Z T=uint8_t, 2024-12-17T23:36:33.9809190Z accT=int16_t 2024-12-17T23:36:33.9809576Z ] 2024-12-17T23:36:33.9812547Z 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-12-17T23:36:33.9823598Z with 2024-12-17T23:36:33.9823915Z [ 2024-12-17T23:36:33.9824198Z T=uint8_t, 2024-12-17T23:36:33.9824559Z accT=int16_t 2024-12-17T23:36:33.9824925Z ] 2024-12-17T23:36:33.9826446Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9828358Z with 2024-12-17T23:36:33.9828677Z [ 2024-12-17T23:36:33.9828963Z T=uint8_t, 2024-12-17T23:36:33.9829325Z accT=int16_t 2024-12-17T23:36:33.9830169Z ] 2024-12-17T23:36:33.9832644Z 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-12-17T23:36:33.9837412Z 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-12-17T23:36:33.9840321Z [1289/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2024-12-17T23:36:33.9843473Z 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-12-17T23:36:33.9846449Z with 2024-12-17T23:36:33.9846685Z [ 2024-12-17T23:36:33.9846869Z T=int8_t, 2024-12-17T23:36:33.9847155Z accT=int32_t, 2024-12-17T23:36:33.9847401Z inpType=int8_t 2024-12-17T23:36:33.9847619Z ] 2024-12-17T23:36:33.9848526Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9849473Z with 2024-12-17T23:36:33.9867098Z [ 2024-12-17T23:36:33.9867444Z T=int8_t, 2024-12-17T23:36:33.9867811Z accT=int32_t 2024-12-17T23:36:33.9869203Z ] 2024-12-17T23:36:33.9870552Z 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-12-17T23:36:33.9871967Z with 2024-12-17T23:36:33.9872148Z [ 2024-12-17T23:36:33.9872338Z T=int8_t, 2024-12-17T23:36:33.9872568Z accT=int32_t 2024-12-17T23:36:33.9872781Z ] 2024-12-17T23:36:33.9873591Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9875521Z with 2024-12-17T23:36:33.9875709Z [ 2024-12-17T23:36:33.9875892Z T=int8_t, 2024-12-17T23:36:33.9876116Z accT=int32_t 2024-12-17T23:36:33.9876326Z ] 2024-12-17T23:36:33.9877726Z 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-12-17T23:36:33.9879152Z with 2024-12-17T23:36:33.9879368Z [ 2024-12-17T23:36:33.9879563Z T=int8_t, 2024-12-17T23:36:33.9880948Z accT=int16_t, 2024-12-17T23:36:33.9881277Z inpType=int8_t 2024-12-17T23:36:33.9881551Z ] 2024-12-17T23:36:33.9882342Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9883193Z with 2024-12-17T23:36:33.9883370Z [ 2024-12-17T23:36:33.9883544Z T=int8_t, 2024-12-17T23:36:33.9883757Z accT=int16_t 2024-12-17T23:36:33.9883963Z ] 2024-12-17T23:36:33.9885253Z 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-12-17T23:36:33.9887680Z with 2024-12-17T23:36:33.9887858Z [ 2024-12-17T23:36:33.9888045Z T=int8_t, 2024-12-17T23:36:33.9888257Z accT=int16_t 2024-12-17T23:36:33.9888462Z ] 2024-12-17T23:36:33.9889364Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9890332Z with 2024-12-17T23:36:33.9890507Z [ 2024-12-17T23:36:33.9890684Z T=int8_t, 2024-12-17T23:36:33.9890924Z accT=int16_t 2024-12-17T23:36:33.9891147Z ] 2024-12-17T23:36:33.9893475Z 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-12-17T23:36:33.9894917Z with 2024-12-17T23:36:33.9895115Z [ 2024-12-17T23:36:33.9895277Z T=int8_t, 2024-12-17T23:36:33.9895848Z accT=int32_t, 2024-12-17T23:36:33.9896094Z inpType=int8_t 2024-12-17T23:36:33.9896324Z ] 2024-12-17T23:36:33.9897410Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9898544Z with 2024-12-17T23:36:33.9898726Z [ 2024-12-17T23:36:33.9898928Z T=int8_t, 2024-12-17T23:36:33.9899168Z accT=int32_t 2024-12-17T23:36:33.9899388Z ] 2024-12-17T23:36:33.9900632Z 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-12-17T23:36:33.9902052Z with 2024-12-17T23:36:33.9902234Z [ 2024-12-17T23:36:33.9902415Z T=int8_t, 2024-12-17T23:36:33.9902634Z accT=int32_t 2024-12-17T23:36:33.9902841Z ] 2024-12-17T23:36:33.9903859Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9904785Z with 2024-12-17T23:36:33.9904960Z [ 2024-12-17T23:36:33.9905142Z T=int8_t, 2024-12-17T23:36:33.9905357Z accT=int32_t 2024-12-17T23:36:33.9905563Z ] 2024-12-17T23:36:33.9907076Z 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-12-17T23:36:33.9909720Z with 2024-12-17T23:36:33.9909918Z [ 2024-12-17T23:36:33.9910095Z T=int8_t, 2024-12-17T23:36:33.9910369Z accT=int16_t, 2024-12-17T23:36:33.9910593Z inpType=int8_t 2024-12-17T23:36:33.9910815Z ] 2024-12-17T23:36:33.9911668Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:33.9912569Z with 2024-12-17T23:36:33.9912752Z [ 2024-12-17T23:36:33.9912923Z T=int8_t, 2024-12-17T23:36:33.9913126Z accT=int16_t 2024-12-17T23:36:33.9913334Z ] 2024-12-17T23:36:33.9915458Z 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-12-17T23:36:33.9917572Z with 2024-12-17T23:36:33.9917909Z [ 2024-12-17T23:36:33.9918214Z T=int8_t, 2024-12-17T23:36:33.9918585Z accT=int16_t 2024-12-17T23:36:33.9918973Z ] 2024-12-17T23:36:33.9941646Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:33.9942818Z with 2024-12-17T23:36:33.9943019Z [ 2024-12-17T23:36:33.9943265Z T=int8_t, 2024-12-17T23:36:33.9943499Z accT=int16_t 2024-12-17T23:36:33.9943795Z ] 2024-12-17T23:36:34.0364520Z 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-12-17T23:36:34.0367282Z 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-12-17T23:36:34.0369005Z [1290/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2024-12-17T23:36:34.0370727Z 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-12-17T23:36:34.0373069Z 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-12-17T23:36:34.0375530Z 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-12-17T23:36:34.0377717Z 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-12-17T23:36:34.0380054Z 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-12-17T23:36:34.0383703Z 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-12-17T23:36:34.0386074Z 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-12-17T23:36:34.0388918Z 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-12-17T23:36:34.0391273Z 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-12-17T23:36:34.0393977Z 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-12-17T23:36:34.0396570Z 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-12-17T23:36:34.0399626Z 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-12-17T23:36:34.1060493Z 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-12-17T23:36:34.1063454Z [1291/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2024-12-17T23:36:34.1066613Z 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-12-17T23:36:34.1069141Z with 2024-12-17T23:36:34.1069465Z [ 2024-12-17T23:36:34.1069781Z T=int8_t, 2024-12-17T23:36:34.1070158Z accT=int32_t, 2024-12-17T23:36:34.1070590Z inpType=int8_t 2024-12-17T23:36:34.1070989Z ] 2024-12-17T23:36:34.1072425Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-12-17T23:36:34.1073948Z with 2024-12-17T23:36:34.1074297Z [ 2024-12-17T23:36:34.1074616Z T=int8_t, 2024-12-17T23:36:34.1074999Z accT=int32_t 2024-12-17T23:36:34.1075385Z ] 2024-12-17T23:36:34.1077702Z 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-12-17T23:36:34.1080213Z with 2024-12-17T23:36:34.1080747Z [ 2024-12-17T23:36:34.1081060Z T=int8_t, 2024-12-17T23:36:34.1081422Z accT=int32_t 2024-12-17T23:36:34.1081811Z ] 2024-12-17T23:36:34.1083286Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-12-17T23:36:34.1085854Z with 2024-12-17T23:36:34.1086189Z [ 2024-12-17T23:36:34.1086500Z T=int8_t, 2024-12-17T23:36:34.1086855Z accT=int32_t 2024-12-17T23:36:34.1087205Z ] 2024-12-17T23:36:34.1268083Z 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-12-17T23:36:34.1270453Z [1292/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2024-12-17T23:36:34.2215962Z [1293/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2024-12-17T23:36:34.2276267Z [1294/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2024-12-17T23:36:34.2330533Z [1295/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2024-12-17T23:36:34.3080185Z [1296/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2024-12-17T23:36:34.3388777Z [1297/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2024-12-17T23:36:34.3493498Z [1298/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2024-12-17T23:36:34.3565699Z [1299/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2024-12-17T23:36:34.4306422Z [1300/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2024-12-17T23:36:34.4508936Z [1301/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2024-12-17T23:36:34.4776397Z [1302/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2024-12-17T23:36:34.4835874Z [1303/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2024-12-17T23:36:34.5061547Z [1304/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2024-12-17T23:36:34.5583494Z 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-12-17T23:36:34.5584944Z 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-12-17T23:36:34.5586147Z [1305/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2024-12-17T23:36:34.5655903Z [1306/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2024-12-17T23:36:34.5898502Z [1307/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2024-12-17T23:36:34.6025977Z [1308/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2024-12-17T23:36:34.6270593Z [1309/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2024-12-17T23:36:34.6605754Z [1310/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2024-12-17T23:36:34.6661061Z [1311/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2024-12-17T23:36:34.6796527Z [1312/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2024-12-17T23:36:34.7116428Z [1313/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2024-12-17T23:36:34.7118357Z 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-12-17T23:36:34.7120583Z 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-12-17T23:36:34.7123658Z 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-12-17T23:36:34.7127227Z 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-12-17T23:36:34.7129350Z 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-12-17T23:36:34.7130730Z 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-12-17T23:36:34.7132084Z 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-12-17T23:36:34.7133427Z 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-12-17T23:36:34.7134916Z 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-12-17T23:36:34.7136514Z 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-12-17T23:36:34.7137818Z 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-12-17T23:36:34.7268900Z 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-12-17T23:36:34.7271716Z [1314/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2024-12-17T23:36:34.7902944Z [1315/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2024-12-17T23:36:34.8448007Z [1316/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2024-12-17T23:36:34.8597609Z [1317/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2024-12-17T23:36:34.8742442Z [1318/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2024-12-17T23:36:34.8914881Z [1319/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2024-12-17T23:36:34.9031488Z [1320/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2024-12-17T23:36:34.9049180Z [1321/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2024-12-17T23:36:34.9401019Z [1322/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2024-12-17T23:36:34.9539334Z [1323/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2024-12-17T23:36:35.0427871Z [1324/7654] Linking CXX shared library bin\asmjit.dll 2024-12-17T23:36:35.1215798Z [1325/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2024-12-17T23:36:35.1343484Z [1326/7654] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2024-12-17T23:36:35.1556932Z [1327/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2024-12-17T23:36:35.2000313Z [1328/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2024-12-17T23:36:35.2062471Z [1329/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2024-12-17T23:36:35.2918800Z [1330/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2024-12-17T23:36:35.3464519Z [1331/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2024-12-17T23:36:35.4000285Z [1332/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2024-12-17T23:36:35.4015931Z [1333/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2024-12-17T23:36:35.4076351Z [1334/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2024-12-17T23:36:35.4428149Z [1335/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2024-12-17T23:36:35.5556221Z [1336/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2024-12-17T23:36:35.5732538Z [1337/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2024-12-17T23:36:35.6373071Z [1338/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2024-12-17T23:36:35.6433523Z [1339/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2024-12-17T23:36:35.6560712Z [1340/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2024-12-17T23:36:35.6806580Z [1341/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2024-12-17T23:36:35.7833144Z [1342/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2024-12-17T23:36:35.9210656Z [1343/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2024-12-17T23:36:35.9303060Z [1344/7654] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2024-12-17T23:36:35.9415340Z 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-12-17T23:36:35.9416415Z [1345/7654] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2024-12-17T23:36:35.9580491Z 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-12-17T23:36:35.9582114Z [1346/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2024-12-17T23:36:35.9593180Z [1347/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2024-12-17T23:36:36.0245791Z [1348/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2024-12-17T23:36:36.0633567Z [1349/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2024-12-17T23:36:36.0756334Z [1350/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2024-12-17T23:36:36.1157834Z [1351/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2024-12-17T23:36:36.1304704Z [1352/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2024-12-17T23:36:36.1979467Z [1353/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2024-12-17T23:36:36.2036587Z [1354/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2024-12-17T23:36:36.2049675Z [1355/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2024-12-17T23:36:36.2184963Z [1356/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2024-12-17T23:36:36.2368133Z [1357/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2024-12-17T23:36:36.2699564Z [1358/7654] Linking CXX static library lib\onnx_proto.lib 2024-12-17T23:36:36.4529881Z [1359/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2024-12-17T23:36:36.4825293Z [1360/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\unbound_buffer.cc.obj 2024-12-17T23:36:36.6503285Z [1361/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\address.cc.obj 2024-12-17T23:36:36.6740465Z [1362/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2024-12-17T23:36:36.7529544Z [1363/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\device.cc.obj 2024-12-17T23:36:36.7531015Z 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-12-17T23:36:36.7533758Z 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-12-17T23:36:36.7535820Z with 2024-12-17T23:36:36.7536210Z [ 2024-12-17T23:36:36.7536639Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.7537019Z ] 2024-12-17T23:36:36.7538886Z 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-12-17T23:36:36.7540845Z with 2024-12-17T23:36:36.7541025Z [ 2024-12-17T23:36:36.7541279Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.7541678Z ] 2024-12-17T23:36:36.7544990Z 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-12-17T23:36:36.7547228Z with 2024-12-17T23:36:36.7547416Z [ 2024-12-17T23:36:36.7547678Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.7548107Z ] 2024-12-17T23:36:36.7551255Z 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-12-17T23:36:36.7554764Z with 2024-12-17T23:36:36.7555104Z [ 2024-12-17T23:36:36.7555546Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.7555977Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.7556290Z ] 2024-12-17T23:36:36.7558477Z 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-12-17T23:36:36.7560803Z with 2024-12-17T23:36:36.7561029Z [ 2024-12-17T23:36:36.7561285Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.7561794Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.7562115Z U=uv_write_t 2024-12-17T23:36:36.7562386Z ] 2024-12-17T23:36:36.7565187Z 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-12-17T23:36:36.7567855Z with 2024-12-17T23:36:36.7568105Z [ 2024-12-17T23:36:36.7568459Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.7569376Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.7569936Z U=uv_write_t 2024-12-17T23:36:36.7570297Z ] 2024-12-17T23:36:36.7636588Z 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-12-17T23:36:36.7638433Z with 2024-12-17T23:36:36.7638701Z [ 2024-12-17T23:36:36.7638972Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.7639439Z ] 2024-12-17T23:36:36.7639973Z [1364/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\libuv.cc.obj 2024-12-17T23:36:36.7641135Z 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-12-17T23:36:36.7644076Z 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-12-17T23:36:36.7646341Z with 2024-12-17T23:36:36.7646528Z [ 2024-12-17T23:36:36.7646842Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.7647172Z ] 2024-12-17T23:36:36.7649195Z 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-12-17T23:36:36.7651118Z with 2024-12-17T23:36:36.7651288Z [ 2024-12-17T23:36:36.7651588Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.7651914Z ] 2024-12-17T23:36:36.7654066Z 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-12-17T23:36:36.7656157Z with 2024-12-17T23:36:36.7656336Z [ 2024-12-17T23:36:36.7656579Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.7656933Z ] 2024-12-17T23:36:36.7658978Z 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-12-17T23:36:36.7660858Z with 2024-12-17T23:36:36.7661041Z [ 2024-12-17T23:36:36.7661507Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.7662073Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.7662417Z ] 2024-12-17T23:36:36.7664325Z 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-12-17T23:36:36.7666295Z with 2024-12-17T23:36:36.7666479Z [ 2024-12-17T23:36:36.7666720Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.7667239Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.7669854Z U=uv_write_t 2024-12-17T23:36:36.7670336Z ] 2024-12-17T23:36:36.7673727Z 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-12-17T23:36:36.7677121Z with 2024-12-17T23:36:36.7677439Z [ 2024-12-17T23:36:36.7678079Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.7678783Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.7679391Z U=uv_write_t 2024-12-17T23:36:36.7679766Z ] 2024-12-17T23:36:36.7682986Z 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-12-17T23:36:36.7686148Z with 2024-12-17T23:36:36.7686465Z [ 2024-12-17T23:36:36.7686876Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.7687439Z ] 2024-12-17T23:36:36.7688150Z [1365/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\context.cc.obj 2024-12-17T23:36:36.8638115Z [1366/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\pair.cc.obj 2024-12-17T23:36:36.8639317Z 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-12-17T23:36:36.8642023Z 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-12-17T23:36:36.8643958Z with 2024-12-17T23:36:36.8644178Z [ 2024-12-17T23:36:36.8644534Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.8644914Z ] 2024-12-17T23:36:36.8647512Z 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-12-17T23:36:36.8649367Z with 2024-12-17T23:36:36.8649547Z [ 2024-12-17T23:36:36.8649805Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.8650128Z ] 2024-12-17T23:36:36.8652023Z 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-12-17T23:36:36.8654079Z with 2024-12-17T23:36:36.8654309Z [ 2024-12-17T23:36:36.8654587Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.8654931Z ] 2024-12-17T23:36:36.8656903Z 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-12-17T23:36:36.8658914Z with 2024-12-17T23:36:36.8659104Z [ 2024-12-17T23:36:36.8659354Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.8659776Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.8660151Z ] 2024-12-17T23:36:36.8662187Z 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-12-17T23:36:36.8664373Z with 2024-12-17T23:36:36.8664554Z [ 2024-12-17T23:36:36.8664801Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.8665267Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.8665686Z U=uv_write_t 2024-12-17T23:36:36.8665893Z ] 2024-12-17T23:36:36.8667843Z 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-12-17T23:36:36.8671104Z with 2024-12-17T23:36:36.8671451Z [ 2024-12-17T23:36:36.8671932Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.8672725Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-12-17T23:36:36.8673326Z U=uv_write_t 2024-12-17T23:36:36.8673664Z ] 2024-12-17T23:36:36.9187420Z 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-12-17T23:36:36.9190826Z with 2024-12-17T23:36:36.9191142Z [ 2024-12-17T23:36:36.9191570Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-12-17T23:36:36.9192147Z ] 2024-12-17T23:36:36.9192915Z [1367/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2024-12-17T23:36:36.9845633Z [1368/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2024-12-17T23:36:37.0534971Z [1369/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2024-12-17T23:36:37.0708309Z [1370/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2024-12-17T23:36:37.1529799Z [1371/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2024-12-17T23:36:37.1817810Z [1372/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2024-12-17T23:36:37.2982807Z [1373/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2024-12-17T23:36:37.3340313Z [1374/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2024-12-17T23:36:37.4058063Z [1375/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2024-12-17T23:36:37.4345644Z [1376/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2024-12-17T23:36:37.4864600Z [1377/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2024-12-17T23:36:37.5177920Z [1378/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2024-12-17T23:36:37.5851560Z [1379/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2024-12-17T23:36:37.6255680Z [1380/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2024-12-17T23:36:37.7665733Z [1381/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2024-12-17T23:36:37.7777216Z [1382/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2024-12-17T23:36:37.8614690Z [1383/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2024-12-17T23:36:37.8716896Z [1384/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2024-12-17T23:36:37.8812217Z [1385/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2024-12-17T23:36:37.9413719Z [1386/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2024-12-17T23:36:38.0128060Z [1387/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2024-12-17T23:36:38.0939672Z [1388/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2024-12-17T23:36:38.1841347Z [1389/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2024-12-17T23:36:38.2004516Z [1390/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2024-12-17T23:36:38.2747939Z [1391/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2024-12-17T23:36:38.2805135Z [1392/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2024-12-17T23:36:38.2959536Z [1393/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2024-12-17T23:36:38.3762835Z [1394/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2024-12-17T23:36:38.4577534Z [1395/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2024-12-17T23:36:38.5137841Z [1396/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2024-12-17T23:36:38.6393819Z [1397/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2024-12-17T23:36:38.6516457Z [1398/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2024-12-17T23:36:38.6730687Z [1399/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2024-12-17T23:36:38.6881258Z [1400/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2024-12-17T23:36:38.7107462Z [1401/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2024-12-17T23:36:38.8521453Z [1402/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2024-12-17T23:36:38.9012729Z [1403/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2024-12-17T23:36:38.9275966Z [1404/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2024-12-17T23:36:39.0809502Z [1405/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2024-12-17T23:36:39.0882972Z [1406/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2024-12-17T23:36:39.1117258Z [1407/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2024-12-17T23:36:39.1133031Z [1408/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2024-12-17T23:36:39.1153222Z [1409/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2024-12-17T23:36:39.2952275Z [1410/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2024-12-17T23:36:39.3255626Z [1411/7654] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2024-12-17T23:36:39.3509391Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-12-17T23:36:39.3509756Z 2024-12-17T23:36:39.3509761Z 2024-12-17T23:36:39.3509991Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-12-17T23:36:39.3510348Z 2024-12-17T23:36:39.3510354Z 2024-12-17T23:36:39.3510361Z 2024-12-17T23:36:39.3510370Z 2024-12-17T23:36:39.3510759Z [1412/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2024-12-17T23:36:39.3920243Z [1413/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2024-12-17T23:36:39.5231350Z [1414/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2024-12-17T23:36:39.5510873Z [1415/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2024-12-17T23:36:39.5718783Z [1416/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2024-12-17T23:36:39.5826888Z [1417/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2024-12-17T23:36:39.5917120Z [1418/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2024-12-17T23:36:39.9093220Z [1419/7654] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2024-12-17T23:36:40.1604164Z [1420/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2024-12-17T23:36:40.2006495Z [1421/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2024-12-17T23:36:40.3025324Z [1422/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2024-12-17T23:36:40.3639593Z [1423/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2024-12-17T23:36:40.3738120Z [1424/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2024-12-17T23:36:40.4037828Z [1425/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2024-12-17T23:36:40.4289380Z [1426/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2024-12-17T23:36:40.4383574Z [1427/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2024-12-17T23:36:40.4799306Z [1428/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2024-12-17T23:36:40.7196414Z [1429/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2024-12-17T23:36:40.7437378Z [1430/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2024-12-17T23:36:40.7533094Z [1431/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2024-12-17T23:36:40.8200625Z [1432/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2024-12-17T23:36:40.9521649Z [1433/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2024-12-17T23:36:41.1110729Z [1434/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2024-12-17T23:36:41.2549259Z [1435/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2024-12-17T23:36:41.3093226Z [1436/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2024-12-17T23:36:41.3771734Z [1437/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2024-12-17T23:36:41.5565414Z [1438/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2024-12-17T23:36:41.6867356Z [1439/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2024-12-17T23:36:41.6939154Z [1440/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2024-12-17T23:36:41.8039715Z [1441/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2024-12-17T23:36:41.9174691Z [1442/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2024-12-17T23:36:42.1552033Z [1443/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2024-12-17T23:36:42.1623719Z [1444/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2024-12-17T23:36:42.1814624Z [1445/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2024-12-17T23:36:42.4493476Z [1446/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2024-12-17T23:36:42.5691848Z [1447/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2024-12-17T23:36:42.5905728Z [1448/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2024-12-17T23:36:42.5927058Z [1449/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2024-12-17T23:36:42.9401393Z [1450/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2024-12-17T23:36:43.0058569Z [1451/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2024-12-17T23:36:43.0186749Z [1452/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2024-12-17T23:36:43.1589006Z [1453/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2024-12-17T23:36:43.2490019Z [1454/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2024-12-17T23:36:43.4099390Z [1455/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2024-12-17T23:36:43.4254732Z [1456/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2024-12-17T23:36:43.4414369Z [1457/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2024-12-17T23:36:43.8023825Z [1458/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2024-12-17T23:36:43.9304806Z [1459/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2024-12-17T23:36:43.9415353Z [1460/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2024-12-17T23:36:44.0549052Z [1461/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2024-12-17T23:36:44.1211270Z [1462/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2024-12-17T23:36:44.1451369Z [1463/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2024-12-17T23:36:44.3138294Z [1464/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2024-12-17T23:36:44.3342693Z [1465/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2024-12-17T23:36:44.6495400Z [1466/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2024-12-17T23:36:44.7474969Z [1467/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2024-12-17T23:36:44.8112039Z [1468/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2024-12-17T23:36:44.9152540Z [1469/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2024-12-17T23:36:44.9404852Z [1470/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2024-12-17T23:36:44.9531118Z [1471/7654] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2024-12-17T23:36:45.0974035Z Microsoft (R) Macro Assembler (x64) Version 14.29.30157.0 2024-12-17T23:36:45.0974443Z 2024-12-17T23:36:45.0974649Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-12-17T23:36:45.0974967Z 2024-12-17T23:36:45.0974990Z 2024-12-17T23:36:45.0974994Z 2024-12-17T23:36:45.0975567Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2024-12-17T23:36:45.0976135Z 2024-12-17T23:36:45.0976502Z [1472/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2024-12-17T23:36:45.2039843Z [1473/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2024-12-17T23:36:45.2094997Z [1474/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2024-12-17T23:36:45.4410543Z [1475/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2024-12-17T23:36:45.4561062Z [1476/7654] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2024-12-17T23:36:45.5176413Z [1477/7654] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2024-12-17T23:36:45.6805884Z [1478/7654] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2024-12-17T23:36:45.9087583Z [1479/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2024-12-17T23:36:46.0798540Z [1480/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2024-12-17T23:36:46.0854368Z [1481/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2024-12-17T23:36:46.2225450Z [1482/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2024-12-17T23:36:46.4140389Z [1483/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2024-12-17T23:36:46.5109629Z [1484/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2024-12-17T23:36:46.6135159Z [1485/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2024-12-17T23:36:46.7544988Z [1486/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2024-12-17T23:36:46.9222604Z [1487/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2024-12-17T23:36:46.9766049Z [1488/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2024-12-17T23:36:47.1199292Z [1489/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2024-12-17T23:36:47.3127120Z [1490/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2024-12-17T23:36:47.4645391Z [1491/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2024-12-17T23:36:47.5464555Z [1492/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2024-12-17T23:36:47.6249744Z [1493/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2024-12-17T23:36:47.6848680Z [1494/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2024-12-17T23:36:47.9668554Z [1495/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2024-12-17T23:36:48.0063900Z [1496/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2024-12-17T23:36:48.1252731Z [1497/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2024-12-17T23:36:48.3083208Z [1498/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2024-12-17T23:36:48.4431614Z [1499/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2024-12-17T23:36:48.5720191Z [1500/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2024-12-17T23:36:48.6175482Z [1501/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2024-12-17T23:36:48.6887338Z [1502/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2024-12-17T23:36:48.9390340Z [1503/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2024-12-17T23:36:48.9577011Z [1504/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2024-12-17T23:36:49.1155609Z [1505/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2024-12-17T23:36:49.2499895Z [1506/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2024-12-17T23:36:49.4215023Z [1507/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2024-12-17T23:36:49.5492645Z [1508/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2024-12-17T23:36:49.6054153Z [1509/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2024-12-17T23:36:49.6656600Z [1510/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2024-12-17T23:36:49.9050413Z [1511/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2024-12-17T23:36:49.9457526Z [1512/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2024-12-17T23:36:49.9884102Z [1513/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2024-12-17T23:36:50.2791174Z [1514/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2024-12-17T23:36:50.4078954Z [1515/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2024-12-17T23:36:50.4809636Z [1516/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2024-12-17T23:36:50.5424444Z [1517/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2024-12-17T23:36:50.6547183Z [1518/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2024-12-17T23:36:50.8482867Z [1519/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2024-12-17T23:36:50.8939213Z [1520/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2024-12-17T23:36:50.9160894Z [1521/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2024-12-17T23:36:51.2053250Z [1522/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2024-12-17T23:36:51.3281477Z [1523/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2024-12-17T23:36:51.4018627Z [1524/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2024-12-17T23:36:51.4761617Z [1525/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2024-12-17T23:36:51.5927029Z [1526/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2024-12-17T23:36:51.7856393Z [1527/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2024-12-17T23:36:51.8273819Z [1528/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2024-12-17T23:36:51.9043826Z [1529/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2024-12-17T23:36:52.1179758Z [1530/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2024-12-17T23:36:52.2737813Z [1531/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2024-12-17T23:36:52.2841238Z [1532/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2024-12-17T23:36:52.4313464Z [1533/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2024-12-17T23:36:52.4446293Z [1534/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2024-12-17T23:36:52.6236177Z [1535/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2024-12-17T23:36:52.7451822Z [1536/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2024-12-17T23:36:52.8049607Z [1537/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2024-12-17T23:36:52.8470859Z [1538/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2024-12-17T23:36:52.8532285Z [1539/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2024-12-17T23:36:52.9015628Z [1540/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2024-12-17T23:36:53.0637552Z [1541/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2024-12-17T23:36:53.0824313Z [1542/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2024-12-17T23:36:53.5429678Z [1543/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2024-12-17T23:36:53.5951287Z [1544/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2024-12-17T23:36:53.7498658Z [1545/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2024-12-17T23:36:53.7516815Z [1546/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2024-12-17T23:36:53.9022096Z [1547/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2024-12-17T23:36:53.9118320Z [1548/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2024-12-17T23:36:54.0375292Z [1549/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2024-12-17T23:36:54.0765286Z [1550/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2024-12-17T23:36:54.4689566Z [1551/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2024-12-17T23:36:54.5628698Z [1552/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2024-12-17T23:36:54.6715652Z [1553/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2024-12-17T23:36:54.7249180Z [1554/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2024-12-17T23:36:54.9901775Z [1555/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2024-12-17T23:36:55.1028507Z [1556/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2024-12-17T23:36:55.1527343Z [1557/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2024-12-17T23:36:55.1951309Z [1558/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2024-12-17T23:36:55.5866190Z [1559/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2024-12-17T23:36:55.6367373Z [1560/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2024-12-17T23:36:55.6697239Z [1561/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2024-12-17T23:36:55.7448550Z [1562/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2024-12-17T23:36:56.0104117Z [1563/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2024-12-17T23:36:56.1697938Z [1564/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2024-12-17T23:36:56.2224977Z [1565/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2024-12-17T23:36:56.2308567Z [1566/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2024-12-17T23:36:56.5669936Z [1567/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2024-12-17T23:36:56.6963373Z [1568/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s4.cpp.obj 2024-12-17T23:36:56.7049096Z [1569/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2024-12-17T23:36:56.7951210Z [1570/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2024-12-17T23:36:57.0003192Z [1571/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u4.cpp.obj 2024-12-17T23:36:57.2021359Z [1572/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2024-12-17T23:36:57.2641861Z [1573/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2024-12-17T23:36:57.3311422Z [1574/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2024-12-17T23:36:57.6386803Z [1575/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2024-12-17T23:36:57.7681981Z [1576/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2024-12-17T23:36:57.7901675Z [1577/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2024-12-17T23:36:57.8376640Z [1578/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2024-12-17T23:36:57.8470610Z [1579/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2024-12-17T23:36:58.0138633Z [1580/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2024-12-17T23:36:58.1521833Z [1581/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2024-12-17T23:36:58.2856956Z [1582/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2024-12-17T23:36:58.4146236Z [1583/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2024-12-17T23:36:58.5941477Z [1584/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2024-12-17T23:36:58.6405037Z [1585/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2024-12-17T23:36:58.7912187Z [1586/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2024-12-17T23:36:58.8813188Z [1587/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2024-12-17T23:36:58.9164213Z [1588/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2024-12-17T23:36:59.0757133Z [1589/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2024-12-17T23:36:59.2139836Z [1590/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\capi\brgemm_api.cpp.obj 2024-12-17T23:36:59.4394638Z [1591/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2024-12-17T23:36:59.5505968Z [1592/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_amx_uker.cpp.obj 2024-12-17T23:36:59.6580700Z [1593/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2024-12-17T23:36:59.7235421Z [1594/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2024-12-17T23:36:59.8037360Z [1595/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2024-12-17T23:36:59.9021251Z [1596/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2024-12-17T23:36:59.9825933Z [1597/7654] 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-12-17T23:37:00.0919447Z [1598/7654] 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-12-17T23:37:00.4321678Z [1599/7654] 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-12-17T23:37:00.4706111Z [1600/7654] 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-12-17T23:37:00.5934426Z [1601/7654] 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-12-17T23:37:00.6232995Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:00.6233864Z [1602/7654] 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-12-17T23:37:00.7325251Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:00.7326181Z [1603/7654] 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-12-17T23:37:00.8450027Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:00.8450961Z [1604/7654] 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-12-17T23:37:00.9264591Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:00.9265624Z [1605/7654] 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-12-17T23:37:01.0532829Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:01.0533920Z [1606/7654] 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-12-17T23:37:01.3794049Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:01.3794914Z [1607/7654] 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-12-17T23:37:01.4026630Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:01.4028195Z [1608/7654] 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-12-17T23:37:01.5747561Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:01.5749221Z [1609/7654] 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-12-17T23:37:01.6192196Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:01.6193050Z [1610/7654] 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-12-17T23:37:01.6482777Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:01.6484205Z [1611/7654] 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-12-17T23:37:01.7669124Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:01.7670044Z [1612/7654] 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-12-17T23:37:01.8190229Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:01.8191064Z [1613/7654] 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-12-17T23:37:02.0455816Z [1614/7654] 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-12-17T23:37:02.3528940Z [1615/7654] 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-12-17T23:37:02.4693264Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:02.4694201Z [1616/7654] 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-12-17T23:37:02.5101665Z [1617/7654] 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-12-17T23:37:02.5162037Z [1618/7654] 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-12-17T23:37:02.5777547Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:02.5778457Z [1619/7654] 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-12-17T23:37:02.7519977Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:02.7521431Z [1620/7654] 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-12-17T23:37:02.8489347Z [1621/7654] 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-12-17T23:37:02.9424146Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:02.9425030Z [1622/7654] 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-12-17T23:37:03.2030168Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:03.2031055Z [1623/7654] 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-12-17T23:37:03.4540492Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:03.4541318Z [1624/7654] 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-12-17T23:37:03.4736509Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:03.4737435Z [1625/7654] 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-12-17T23:37:03.5118528Z [1626/7654] 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-12-17T23:37:03.5623290Z [1627/7654] 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-12-17T23:37:03.6988839Z [1628/7654] 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-12-17T23:37:03.7971447Z [1629/7654] 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-12-17T23:37:03.8893080Z [1630/7654] 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-12-17T23:37:04.0832917Z [1631/7654] 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-12-17T23:37:04.3999182Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:04.4000120Z [1632/7654] 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-12-17T23:37:04.4596995Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:04.4597958Z [1633/7654] 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-12-17T23:37:04.4882885Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:04.4883691Z [1634/7654] 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-12-17T23:37:04.5603178Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:04.5604110Z [1635/7654] 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-12-17T23:37:04.6533835Z [1636/7654] 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-12-17T23:37:04.7057118Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:04.7057925Z [1637/7654] 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-12-17T23:37:04.8720489Z [1638/7654] 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-12-17T23:37:05.0106811Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:05.0108169Z [1639/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2024-12-17T23:37:05.3596231Z [1640/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2024-12-17T23:37:05.3798741Z [1641/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2024-12-17T23:37:05.3882076Z [1642/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2024-12-17T23:37:05.4988475Z [1643/7654] 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-12-17T23:37:05.6494714Z [1644/7654] 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-12-17T23:37:05.6780548Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:05.6781410Z [1645/7654] 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-12-17T23:37:05.8045426Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:05.8046452Z [1646/7654] 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-12-17T23:37:05.9944617Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:05.9946157Z [1647/7654] 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-12-17T23:37:06.2841844Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:06.2842688Z [1648/7654] 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-12-17T23:37:06.2961354Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:06.2962506Z [1649/7654] 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-12-17T23:37:06.3392385Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:06.3393284Z [1650/7654] 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-12-17T23:37:06.5677900Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:06.5679453Z [1651/7654] 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-12-17T23:37:06.5885140Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:06.5886031Z [1652/7654] 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-12-17T23:37:06.6730821Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:06.6731926Z [1653/7654] 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-12-17T23:37:06.7390211Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:06.7391229Z [1654/7654] 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-12-17T23:37:06.8787981Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:06.8788836Z [1655/7654] 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-12-17T23:37:07.2001624Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:07.2002473Z [1656/7654] 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-12-17T23:37:07.2203121Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:07.2204183Z [1657/7654] 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-12-17T23:37:07.2267732Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:07.2269214Z [1658/7654] 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-12-17T23:37:07.4481621Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:07.4482504Z [1659/7654] 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-12-17T23:37:07.5404028Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:07.5405039Z [1660/7654] 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-12-17T23:37:07.6162816Z [1661/7654] 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-12-17T23:37:07.6607003Z [1662/7654] 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-12-17T23:37:07.8109111Z [1663/7654] 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-12-17T23:37:08.0795886Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:08.0796822Z [1664/7654] 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-12-17T23:37:08.1540880Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:08.1541826Z [1665/7654] 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-12-17T23:37:08.2347911Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:08.2348816Z [1666/7654] 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-12-17T23:37:08.4004055Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:08.4004923Z [1667/7654] 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-12-17T23:37:08.4863928Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:08.4864942Z [1668/7654] 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-12-17T23:37:08.6322731Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:08.6799277Z [1669/7654] 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-12-17T23:37:08.6800907Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:08.6802466Z [1670/7654] 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-12-17T23:37:08.7714968Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:08.7716630Z [1671/7654] 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-12-17T23:37:09.0339687Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:09.0340633Z [1672/7654] 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-12-17T23:37:09.1177467Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:09.1179338Z [1673/7654] 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-12-17T23:37:09.1878330Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:09.1879216Z [1674/7654] 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-12-17T23:37:09.4509302Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:09.4510221Z [1675/7654] 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-12-17T23:37:09.5161030Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:09.5162617Z [1676/7654] 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-12-17T23:37:09.5641087Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:09.5641959Z [1677/7654] 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-12-17T23:37:09.5733676Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:09.5735140Z [1678/7654] 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-12-17T23:37:09.5864837Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:09.5865934Z [1679/7654] 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-12-17T23:37:10.0213257Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:10.0214176Z [1680/7654] 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-12-17T23:37:10.1096679Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:10.1114521Z [1681/7654] 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-12-17T23:37:10.1409873Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:10.1410780Z [1682/7654] 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-12-17T23:37:10.3108910Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:10.3109945Z [1683/7654] 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-12-17T23:37:10.4493866Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:10.4494881Z [1684/7654] 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-12-17T23:37:10.5128476Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:10.5129399Z [1685/7654] 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-12-17T23:37:10.5205408Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:10.5206333Z [1686/7654] 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-12-17T23:37:10.5564969Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:10.5565874Z [1687/7654] 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-12-17T23:37:11.0166048Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:11.0167076Z [1688/7654] 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-12-17T23:37:11.0312537Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:11.0313427Z [1689/7654] 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-12-17T23:37:11.1380069Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:11.1381060Z [1690/7654] 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-12-17T23:37:11.2630798Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:11.2631688Z [1691/7654] 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-12-17T23:37:11.2712561Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:11.2714163Z [1692/7654] 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-12-17T23:37:11.5037604Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:11.5038491Z [1693/7654] 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-12-17T23:37:11.5201891Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:11.5202718Z [1694/7654] 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-12-17T23:37:11.5452795Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:11.5454959Z [1695/7654] 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-12-17T23:37:12.0064664Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:12.0066174Z [1696/7654] 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-12-17T23:37:12.0324036Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:12.0325582Z [1697/7654] 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-12-17T23:37:12.0518845Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:12.0520174Z [1698/7654] 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-12-17T23:37:12.2813991Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:12.2814892Z [1699/7654] 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-12-17T23:37:12.3143480Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:12.3144355Z [1700/7654] 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-12-17T23:37:12.4530160Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:12.4531065Z [1701/7654] 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-12-17T23:37:12.4725352Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:12.4726966Z [1702/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2024-12-17T23:37:12.5134483Z [1703/7654] 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-12-17T23:37:12.9814127Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-12-17T23:37:12.9815875Z [1704/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_binary_injector.cpp.obj 2024-12-17T23:37:13.0422065Z [1705/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2024-12-17T23:37:13.0499528Z [1706/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2024-12-17T23:37:13.1842442Z [1707/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_eltwise_injector.cpp.obj 2024-12-17T23:37:13.3692653Z [1708/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_postops_injector.cpp.obj 2024-12-17T23:37:13.4021336Z [1709/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2024-12-17T23:37:13.5587927Z [1710/7654] 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-12-17T23:37:13.6115871Z [1711/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2024-12-17T23:37:13.9567748Z [1712/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_conv_kernel_f32.cpp.obj 2024-12-17T23:37:13.9901189Z [1713/7654] 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-12-17T23:37:14.0354000Z [1714/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2024-12-17T23:37:14.2261975Z [1715/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_convolution.cpp.obj 2024-12-17T23:37:14.2994102Z [1716/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_conv_kernel.cpp.obj 2024-12-17T23:37:14.3856313Z [1717/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2024-12-17T23:37:14.4808677Z [1718/7654] 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-12-17T23:37:14.5403427Z [1719/7654] 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-12-17T23:37:14.9456636Z [1720/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_convolution.cpp.obj 2024-12-17T23:37:15.0281169Z [1721/7654] 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-12-17T23:37:15.0528596Z [1722/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_deconvolution.cpp.obj 2024-12-17T23:37:15.2218359Z [1723/7654] 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-12-17T23:37:15.2480828Z [1724/7654] 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-12-17T23:37:15.3911573Z [1725/7654] 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-12-17T23:37:15.4559066Z [1726/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_convolution.cpp.obj 2024-12-17T23:37:15.5398371Z [1727/7654] 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-12-17T23:37:15.8684650Z [1728/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2024-12-17T23:37:15.9905750Z [1729/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp8cvt.cpp.obj 2024-12-17T23:37:16.1297759Z [1730/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2024-12-17T23:37:16.2827007Z [1731/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_scale_precompute.cpp.obj 2024-12-17T23:37:16.3544544Z [1732/7654] 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-12-17T23:37:16.3921837Z [1733/7654] 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-12-17T23:37:16.4096178Z [1734/7654] 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-12-17T23:37:16.4809677Z [1735/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_convolution.cpp.obj 2024-12-17T23:37:16.8517101Z [1736/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_deconvolution.cpp.obj 2024-12-17T23:37:16.9160573Z [1737/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_sparse_decompress_kernel.cpp.obj 2024-12-17T23:37:17.1889283Z [1738/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2024-12-17T23:37:17.3288580Z [1739/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2024-12-17T23:37:17.3724890Z [1740/7654] 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-12-17T23:37:17.4730933Z [1741/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2024-12-17T23:37:17.4804860Z [1742/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2024-12-17T23:37:17.5337577Z [1743/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_strided.cpp.obj 2024-12-17T23:37:17.8571412Z [1744/7654] 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-12-17T23:37:18.0933599Z [1745/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_utils.cpp.obj 2024-12-17T23:37:18.2171631Z [1746/7654] 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-12-17T23:37:18.2599281Z [1747/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_w.cpp.obj 2024-12-17T23:37:18.3187430Z [1748/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_trans_kernel.cpp.obj 2024-12-17T23:37:18.4922894Z [1749/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2024-12-17T23:37:18.5611896Z [1750/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2024-12-17T23:37:18.5723540Z [1751/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2024-12-17T23:37:18.8513001Z [1752/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product_utils.cpp.obj 2024-12-17T23:37:19.0292071Z [1753/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2024-12-17T23:37:19.2249832Z [1754/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2024-12-17T23:37:19.2940128Z [1755/7654] 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-12-17T23:37:19.3222394Z [1756/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_inner_product_utils.cpp.obj 2024-12-17T23:37:19.4103992Z [1757/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_generator.cpp.obj 2024-12-17T23:37:19.4803135Z [1758/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_convolution_utils.cpp.obj 2024-12-17T23:37:19.5464297Z [1759/7654] 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-12-17T23:37:19.8989800Z [1760/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2024-12-17T23:37:19.9510701Z [1761/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_conv_kernel_f32.cpp.obj 2024-12-17T23:37:20.1821028Z [1762/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2024-12-17T23:37:20.2951246Z [1763/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2024-12-17T23:37:20.3804493Z [1764/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization_s8.cpp.obj 2024-12-17T23:37:20.4069538Z [1765/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2024-12-17T23:37:20.5082153Z [1766/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2024-12-17T23:37:20.5634064Z [1767/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2024-12-17T23:37:20.8354844Z [1768/7654] 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-12-17T23:37:20.8423541Z [1769/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2024-12-17T23:37:21.1679950Z [1770/7654] 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-12-17T23:37:21.2575290Z [1771/7654] 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-12-17T23:37:21.4326515Z [1772/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2024-12-17T23:37:21.4419193Z [1773/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2024-12-17T23:37:21.5080323Z [1774/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2024-12-17T23:37:21.5288859Z [1775/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2024-12-17T23:37:21.9061243Z [1776/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2024-12-17T23:37:21.9691683Z [1777/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2024-12-17T23:37:22.1750255Z [1778/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2024-12-17T23:37:22.2409106Z [1779/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2024-12-17T23:37:22.4002726Z [1780/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2024-12-17T23:37:22.4138601Z [1781/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2024-12-17T23:37:22.5097508Z [1782/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2024-12-17T23:37:22.5343411Z [1783/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2024-12-17T23:37:22.9007898Z [1784/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2024-12-17T23:37:22.9717981Z [1785/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2024-12-17T23:37:23.1845952Z [1786/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2024-12-17T23:37:23.2816837Z [1787/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_tbb_batch_normalization.cpp.obj 2024-12-17T23:37:23.3895087Z [1788/7654] 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-12-17T23:37:23.4866613Z [1789/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_convolution.cpp.obj 2024-12-17T23:37:23.4958143Z [1790/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2024-12-17T23:37:23.5309684Z [1791/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_conv_kernel.cpp.obj 2024-12-17T23:37:23.9685159Z [1792/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2024-12-17T23:37:24.1197573Z [1793/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2024-12-17T23:37:24.1295054Z [1794/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn.cpp.obj 2024-12-17T23:37:24.1665566Z [1795/7654] 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-12-17T23:37:24.3420696Z [1796/7654] 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-12-17T23:37:24.3502145Z [1797/7654] 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-12-17T23:37:24.4258234Z [1798/7654] 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-12-17T23:37:24.4454551Z [1799/7654] 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-12-17T23:37:24.8999229Z [1800/7654] 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-12-17T23:37:25.1242195Z [1801/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn_kernel.cpp.obj 2024-12-17T23:37:25.1447982Z [1802/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2024-12-17T23:37:25.2825944Z [1803/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_copy_utils.cpp.obj 2024-12-17T23:37:25.2982330Z [1804/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2024-12-17T23:37:25.3146148Z [1805/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2024-12-17T23:37:25.3210963Z [1806/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2024-12-17T23:37:25.4024607Z [1807/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\jit_uni_sparse_matmul.cpp.obj 2024-12-17T23:37:25.8663554Z [1808/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2024-12-17T23:37:26.0714492Z [1809/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_base_kernel.cpp.obj 2024-12-17T23:37:26.1652908Z [1810/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2024-12-17T23:37:26.1775750Z [1811/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2024-12-17T23:37:26.2234364Z [1812/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_reduction_kernel.cpp.obj 2024-12-17T23:37:26.2326977Z [1813/7654] 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-12-17T23:37:26.3599796Z [1814/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_bwd.cpp.obj 2024-12-17T23:37:26.3806863Z [1815/7654] 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-12-17T23:37:26.8894353Z [1816/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_fwd.cpp.obj 2024-12-17T23:37:27.0694935Z [1817/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_utils.cpp.obj 2024-12-17T23:37:27.1015214Z [1818/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_diff_weights_peephole.cpp.obj 2024-12-17T23:37:27.1070276Z [1819/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_reorders.cpp.obj 2024-12-17T23:37:27.1426941Z [1820/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2024-12-17T23:37:27.1612156Z [1821/7654] 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-12-17T23:37:27.2874172Z [1822/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2024-12-17T23:37:27.3598750Z [1823/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2024-12-17T23:37:27.9399517Z [1824/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2024-12-17T23:37:27.9934964Z [1825/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle_kernel.cpp.obj 2024-12-17T23:37:28.0097708Z [1826/7654] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2024-12-17T23:37:28.0851252Z [1827/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2024-12-17T23:37:28.0940080Z [1828/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2024-12-17T23:37:28.1343075Z [1829/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2024-12-17T23:37:28.1776030Z [1830/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2024-12-17T23:37:28.2038143Z [1831/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2024-12-17T23:37:28.8184417Z [1832/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2024-12-17T23:37:28.8988287Z [1833/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2024-12-17T23:37:28.9470823Z [1834/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2024-12-17T23:37:29.0102532Z [1835/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2024-12-17T23:37:29.0508988Z [1836/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2024-12-17T23:37:29.0610024Z [1837/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2024-12-17T23:37:29.0627171Z [1838/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2024-12-17T23:37:29.0789007Z [1839/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2024-12-17T23:37:29.6904895Z [1840/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2024-12-17T23:37:29.8821735Z [1841/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2024-12-17T23:37:29.8913259Z [1842/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2024-12-17T23:37:29.9428556Z [1843/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_shape_infer.cpp.obj 2024-12-17T23:37:29.9772764Z [1844/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2024-12-17T23:37:30.0442501Z [1845/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_id_mgr.cpp.obj 2024-12-17T23:37:30.0752023Z [1846/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2024-12-17T23:37:30.1850004Z [1847/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2024-12-17T23:37:30.7450065Z [1848/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2024-12-17T23:37:30.8558916Z [1849/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2024-12-17T23:37:30.8780839Z [1850/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\platform.cpp.obj 2024-12-17T23:37:30.9150633Z [1851/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\large_partition.cpp.obj 2024-12-17T23:37:31.0308453Z [1852/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\compile_ops.cpp.obj 2024-12-17T23:37:31.0623126Z [1853/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\constant_propagation.cpp.obj 2024-12-17T23:37:31.1179039Z [1854/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\layout_propagation.cpp.obj 2024-12-17T23:37:31.1633505Z [1855/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\insert_ops.cpp.obj 2024-12-17T23:37:31.7468251Z [1856/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2024-12-17T23:37:31.8708770Z [1857/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2024-12-17T23:37:31.9130486Z [1858/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2024-12-17T23:37:31.9403000Z [1859/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\memory_planning.cpp.obj 2024-12-17T23:37:31.9991172Z [1860/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\binary_fusion.cpp.obj 2024-12-17T23:37:32.1442863Z [1861/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\concat_fusion.cpp.obj 2024-12-17T23:37:32.1611430Z [1862/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\bn_fusion.cpp.obj 2024-12-17T23:37:32.1862486Z [1863/7654] 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-12-17T23:37:32.8450377Z [1864/7654] 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-12-17T23:37:32.8996343Z [1865/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\convtranspose_fusion.cpp.obj 2024-12-17T23:37:32.9089785Z [1866/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\eltwise_fusion.cpp.obj 2024-12-17T23:37:32.9659998Z [1867/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\interpolate_fusion.cpp.obj 2024-12-17T23:37:33.0020760Z [1868/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\layernorm_fusion.cpp.obj 2024-12-17T23:37:33.1226032Z [1869/7654] 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-12-17T23:37:33.1865517Z [1870/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\quantize_fusion.cpp.obj 2024-12-17T23:37:33.2349930Z [1871/7654] 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-12-17T23:37:33.6489477Z [1872/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\alloc.cpp.obj 2024-12-17T23:37:33.8416491Z [1873/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reduction_fusion.cpp.obj 2024-12-17T23:37:33.8717582Z [1874/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reorder_fusion.cpp.obj 2024-12-17T23:37:33.9060634Z [1875/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2024-12-17T23:37:33.9403955Z [1876/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\ocl_usm_utils.cpp.obj 2024-12-17T23:37:33.9520680Z [1877/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2024-12-17T23:37:34.0518394Z [1878/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2024-12-17T23:37:34.1654148Z [1879/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\shuffle_fusion.cpp.obj 2024-12-17T23:37:34.1784852Z [1880/7654] 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-12-17T23:37:34.1911469Z [1881/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sum_fusion.cpp.obj 2024-12-17T23:37:34.2225119Z [1882/7654] 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-12-17T23:37:34.5179110Z [1883/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2024-12-17T23:37:34.6535179Z [1884/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2024-12-17T23:37:34.6536454Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(19): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-12-17T23:37:34.6537668Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-12-17T23:37:34.6538751Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(20): warning C4005: 'NOGDI': macro redefinition 2024-12-17T23:37:34.8092084Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'NOGDI' 2024-12-17T23:37:34.8093186Z [1885/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2024-12-17T23:37:34.8586400Z [1886/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2024-12-17T23:37:34.8844192Z [1887/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2024-12-17T23:37:34.9038314Z [1888/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2024-12-17T23:37:34.9126963Z [1889/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2024-12-17T23:37:34.9774978Z [1890/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2024-12-17T23:37:35.0481630Z [1891/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2024-12-17T23:37:35.1151543Z [1892/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2024-12-17T23:37:35.1260071Z [1893/7654] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2024-12-17T23:37:35.1919131Z [1894/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2024-12-17T23:37:35.2151040Z [1895/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2024-12-17T23:37:35.2555566Z [1896/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2024-12-17T23:37:35.2625208Z [1897/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2024-12-17T23:37:35.2822730Z [1898/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2024-12-17T23:37:35.3245467Z [1899/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2024-12-17T23:37:35.3315497Z [1900/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2024-12-17T23:37:35.3461159Z [1901/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2024-12-17T23:37:35.4190489Z [1902/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2024-12-17T23:37:35.5153544Z [1903/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2024-12-17T23:37:35.5634618Z [1904/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2024-12-17T23:37:35.6018934Z [1905/7654] Linking CXX static library lib\mimalloc-static.lib 2024-12-17T23:37:35.6080236Z [1906/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2024-12-17T23:37:35.6752818Z [1907/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2024-12-17T23:37:35.7104421Z [1908/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2024-12-17T23:37:35.7718539Z [1909/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2024-12-17T23:37:35.8081744Z [1910/7654] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2024-12-17T23:37:35.9088592Z [1911/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2024-12-17T23:37:35.9673491Z [1912/7654] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2024-12-17T23:37:36.0732793Z [1913/7654] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2024-12-17T23:37:36.1559328Z [1914/7654] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2024-12-17T23:37:36.2030183Z [1915/7654] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2024-12-17T23:37:36.2380278Z [1916/7654] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2024-12-17T23:37:36.2830854Z [1917/7654] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2024-12-17T23:37:36.3448312Z [1918/7654] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2024-12-17T23:37:36.4095049Z [1919/7654] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2024-12-17T23:37:36.4544319Z [1920/7654] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2024-12-17T23:37:36.4704597Z [1921/7654] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2024-12-17T23:37:36.5268916Z [1922/7654] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2024-12-17T23:37:36.5934630Z [1923/7654] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2024-12-17T23:37:36.6416216Z [1924/7654] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2024-12-17T23:37:36.7142205Z [1925/7654] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2024-12-17T23:37:36.7869091Z [1926/7654] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2024-12-17T23:37:36.8275248Z [1927/7654] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2024-12-17T23:37:36.9060420Z [1928/7654] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2024-12-17T23:37:36.9634602Z [1929/7654] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2024-12-17T23:37:37.0204190Z [1930/7654] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2024-12-17T23:37:37.0638131Z [1931/7654] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2024-12-17T23:37:37.1771604Z [1932/7654] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2024-12-17T23:37:37.2569348Z [1933/7654] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2024-12-17T23:37:37.3470284Z [1934/7654] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2024-12-17T23:37:37.3981763Z [1935/7654] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2024-12-17T23:37:37.4473115Z [1936/7654] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2024-12-17T23:37:37.4833924Z [1937/7654] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2024-12-17T23:37:37.5338400Z [1938/7654] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2024-12-17T23:37:37.5844946Z [1939/7654] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2024-12-17T23:37:37.6931492Z [1940/7654] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2024-12-17T23:37:40.0061634Z [1941/7654] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2024-12-17T23:37:40.0551027Z [1942/7654] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2024-12-17T23:37:40.0938379Z [1943/7654] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2024-12-17T23:37:40.1186734Z [1944/7654] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2024-12-17T23:37:40.1399393Z [1945/7654] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2024-12-17T23:37:40.2083647Z [1946/7654] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2024-12-17T23:37:40.2219773Z [1947/7654] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2024-12-17T23:37:40.2808307Z [1948/7654] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2024-12-17T23:37:40.3330530Z [1949/7654] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2024-12-17T23:37:40.3345050Z 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-12-17T23:37:40.3346041Z [1950/7654] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2024-12-17T23:37:40.3836057Z [1951/7654] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2024-12-17T23:37:40.4353958Z [1952/7654] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2024-12-17T23:37:40.4836871Z [1953/7654] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2024-12-17T23:37:40.5196630Z [1954/7654] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2024-12-17T23:37:40.5724589Z [1955/7654] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2024-12-17T23:37:40.6304833Z [1956/7654] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2024-12-17T23:37:40.6499222Z [1957/7654] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2024-12-17T23:37:40.6606456Z [1958/7654] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2024-12-17T23:37:40.7183494Z [1959/7654] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2024-12-17T23:37:40.7207053Z [1960/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2024-12-17T23:37:40.8038877Z [1961/7654] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2024-12-17T23:37:40.8381278Z [1962/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2024-12-17T23:37:40.8640983Z [1963/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2024-12-17T23:37:40.8701822Z [1964/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2024-12-17T23:37:40.8891082Z [1965/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2024-12-17T23:37:40.9158150Z [1966/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2024-12-17T23:37:40.9453404Z [1967/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2024-12-17T23:37:41.0026345Z [1968/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Gauge.cpp.obj 2024-12-17T23:37:41.0292286Z [1969/7654] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2024-12-17T23:37:41.0573280Z [1970/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2024-12-17T23:37:41.0887297Z [1971/7654] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2024-12-17T23:37:41.1005314Z [1972/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2024-12-17T23:37:41.1214587Z [1973/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2024-12-17T23:37:41.1358904Z [1974/7654] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2024-12-17T23:37:41.2036211Z [1975/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2024-12-17T23:37:41.2803515Z [1976/7654] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2024-12-17T23:37:41.2960466Z [1977/7654] Building CXX object c10\CMakeFiles\c10.dir\util\NetworkFlow.cpp.obj 2024-12-17T23:37:41.3280381Z [1978/7654] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2024-12-17T23:37:41.3537324Z [1979/7654] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2024-12-17T23:37:41.3716551Z [1980/7654] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2024-12-17T23:37:41.3867337Z [1981/7654] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2024-12-17T23:37:41.4048188Z [1982/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2024-12-17T23:37:41.4475580Z [1983/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2024-12-17T23:37:41.4555955Z [1984/7654] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2024-12-17T23:37:41.4780599Z [1985/7654] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2024-12-17T23:37:41.5254846Z [1986/7654] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2024-12-17T23:37:41.6139520Z [1987/7654] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2024-12-17T23:37:41.6252746Z [1988/7654] Building CXX object c10\CMakeFiles\c10.dir\util\error.cpp.obj 2024-12-17T23:37:41.6426462Z [1989/7654] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2024-12-17T23:37:41.6859247Z [1990/7654] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2024-12-17T23:37:41.7646781Z [1991/7654] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2024-12-17T23:37:41.7906551Z [1992/7654] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2024-12-17T23:37:41.8307281Z [1993/7654] Building CXX object c10\CMakeFiles\c10.dir\util\env.cpp.obj 2024-12-17T23:37:41.8415265Z [1994/7654] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2024-12-17T23:37:41.8538900Z [1995/7654] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2024-12-17T23:37:41.9163427Z [1996/7654] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2024-12-17T23:37:41.9312096Z [1997/7654] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2024-12-17T23:37:41.9699936Z [1998/7654] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2024-12-17T23:37:41.9713162Z [1999/7654] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2024-12-17T23:37:41.9847756Z [2000/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.0198475Z [2001/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.0417216Z [2002/7654] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.0662220Z [2003/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.1360743Z [2004/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.1378467Z [2005/7654] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2024-12-17T23:37:42.1392370Z [2006/7654] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2024-12-17T23:37:42.1403561Z [2007/7654] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.1450570Z [2008/7654] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.1665312Z [2009/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.2158120Z [2010/7654] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.2420123Z [2011/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.2553503Z [2012/7654] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.2617073Z [2013/7654] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.2758067Z [2014/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.2824338Z [2015/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.3100453Z [2016/7654] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.3318424Z [2017/7654] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.3365258Z [2018/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.3517217Z [2019/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.3900139Z [2020/7654] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.4027985Z [2021/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.4242801Z [2022/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.4254294Z [2023/7654] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.4558388Z [2024/7654] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.4839093Z [2025/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.4884454Z [2026/7654] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.4939449Z [2027/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.5483900Z [2028/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.5666449Z [2029/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.5713567Z [2030/7654] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.5762877Z [2031/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.5778571Z [2032/7654] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.5930854Z [2033/7654] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.6401033Z [2034/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.6495252Z [2035/7654] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.6507729Z [2036/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.6590898Z [2037/7654] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2024-12-17T23:37:42.6921469Z [2038/7654] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-12-17T23:37:42.7088412Z [2039/7654] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.7313481Z [2040/7654] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2024-12-17T23:37:42.7369807Z [2041/7654] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2024-12-17T23:37:42.7554695Z [2042/7654] Linking CXX static library lib\XNNPACK.lib 2024-12-17T23:37:42.7799799Z [2043/7654] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2024-12-17T23:37:42.7812172Z [2044/7654] Linking C static library lib\libittnotify.lib 2024-12-17T23:37:42.7860344Z [2045/7654] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2024-12-17T23:37:42.8074482Z [2046/7654] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2024-12-17T23:37:42.9168523Z [2047/7654] Linking CXX static library lib\gloo.lib 2024-12-17T23:37:43.2117811Z [2048/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_ring.cc.obj 2024-12-17T23:37:43.2133124Z [2049/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_halving_doubling.cc.obj 2024-12-17T23:37:43.2238011Z [2050/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_local.cc.obj 2024-12-17T23:37:43.2253665Z [2051/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_bcube.cc.obj 2024-12-17T23:37:43.2255703Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xmemory(674): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data 2024-12-17T23:37:43.2258907Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(708): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,int&,const size_t&>(_Alloc &,_Objty *const ,int &,const size_t &)' being compiled 2024-12-17T23:37:43.2261196Z with 2024-12-17T23:37:43.2261529Z [ 2024-12-17T23:37:43.2261909Z _Alloc=std::allocator, 2024-12-17T23:37:43.2262431Z _Ty=gloo::cuda::bcube::Node, 2024-12-17T23:37:43.2262898Z _Objty=gloo::cuda::bcube::Node 2024-12-17T23:37:43.2263372Z ] 2024-12-17T23:37:43.2265416Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(713): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,int&,const size_t&>(_Alloc &,_Objty *const ,int &,const size_t &)' being compiled 2024-12-17T23:37:43.2267560Z with 2024-12-17T23:37:43.2267866Z [ 2024-12-17T23:37:43.2268258Z _Alloc=std::allocator, 2024-12-17T23:37:43.2268817Z _Ty=gloo::cuda::bcube::Node, 2024-12-17T23:37:43.2269294Z _Objty=gloo::cuda::bcube::Node 2024-12-17T23:37:43.2269751Z ] 2024-12-17T23:37:43.2272058Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(726): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(int &,const size_t &)' being compiled 2024-12-17T23:37:43.2274179Z with 2024-12-17T23:37:43.2274477Z [ 2024-12-17T23:37:43.2274792Z _Ty=gloo::cuda::bcube::Node 2024-12-17T23:37:43.2275288Z ] 2024-12-17T23:37:43.2277129Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo\cuda_allreduce_bcube.cc(298): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(int &,const size_t &)' being compiled 2024-12-17T23:37:43.2279178Z with 2024-12-17T23:37:43.2279463Z [ 2024-12-17T23:37:43.2279776Z _Ty=gloo::cuda::bcube::Node 2024-12-17T23:37:43.2280265Z ] 2024-12-17T23:37:43.2658679Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo\cuda_allreduce_bcube.cc(296): note: while compiling class template member function 'void gloo::CudaAllreduceBcube>::createNodes(void)' 2024-12-17T23:37:43.2662095Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo\cuda_allreduce_bcube.cc(508): note: see reference to class template instantiation 'gloo::CudaAllreduceBcube>' being compiled 2024-12-17T23:37:43.2664504Z [2052/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_ring_chunked.cc.obj 2024-12-17T23:37:43.3031302Z [2053/7654] Linking CXX shared library bin\fbgemm.dll 2024-12-17T23:37:43.4699825Z [2054/7654] Linking CXX static library lib\kineto.lib 2024-12-17T23:37:43.5463881Z [2055/7654] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_broadcast_one_to_all.cc.obj 2024-12-17T23:37:43.9436869Z [2056/7654] Building CUDA object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda.cu.obj 2024-12-17T23:37:43.9515936Z cuda.cu 2024-12-17T23:37:43.9516344Z tmpxft_0000122c_00000000-7_cuda.cudafe1.cpp 2024-12-17T23:37:43.9516945Z [2057/7654] Linking CXX static library lib\onnx.lib 2024-12-17T23:37:43.9532819Z [2058/7654] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAAllocatorConfig.cpp.obj 2024-12-17T23:37:44.2149515Z [2059/7654] Linking CXX shared library bin\c10.dll 2024-12-17T23:37:44.2196246Z [2060/7654] Building CUDA object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_private.cu.obj 2024-12-17T23:37:44.2365412Z cuda_private.cu 2024-12-17T23:37:44.2365745Z tmpxft_0000127c_00000000-7_cuda_private.cudafe1.cpp 2024-12-17T23:37:44.2366296Z [2061/7654] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDACachingAllocator.cpp.obj 2024-12-17T23:37:44.2514586Z [2062/7654] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAFunctions.cpp.obj 2024-12-17T23:37:44.2936779Z [2063/7654] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDADeviceAssertionHost.cpp.obj 2024-12-17T23:37:44.3114440Z [2064/7654] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAException.cpp.obj 2024-12-17T23:37:44.3805929Z [2065/7654] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\driver_api.cpp.obj 2024-12-17T23:37:44.4180698Z [2066/7654] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAMiscFunctions.cpp.obj 2024-12-17T23:37:44.4718320Z [2067/7654] Linking C static library sleef\lib\sleef.lib 2024-12-17T23:37:44.6027305Z [2068/7654] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\impl\CUDATest.cpp.obj 2024-12-17T23:37:44.6138478Z [2069/7654] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAStream.cpp.obj 2024-12-17T23:37:44.6251965Z [2070/7654] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\impl\CUDAGuardImpl.cpp.obj 2024-12-17T23:37:44.6411401Z [2071/7654] Linking CXX static library lib\gloo_cuda.lib 2024-12-17T23:37:44.6429226Z [2072/7654] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAMallocAsyncAllocator.cpp.obj 2024-12-17T23:37:44.6860649Z [2073/7654] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2024-12-17T23:37:44.7946735Z [2074/7654] Linking CXX shared library bin\c10_cuda.dll 2024-12-17T23:37:44.9483498Z [2075/7654] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2024-12-17T23:37:45.0174997Z [2076/7654] Linking CXX static library lib\gtest.lib 2024-12-17T23:37:45.1115983Z [2077/7654] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2024-12-17T23:37:45.1317338Z [2078/7654] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2024-12-17T23:37:45.3005847Z [2079/7654] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2024-12-17T23:37:45.3355911Z [2080/7654] Regenerating version file... 2024-12-17T23:37:45.3698927Z [2081/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2024-12-17T23:37:45.4856118Z [2082/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2024-12-17T23:37:45.5160633Z [2083/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2024-12-17T23:37:45.6144135Z [2084/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2024-12-17T23:37:45.6266582Z [2085/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2024-12-17T23:37:45.7421270Z [2086/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2024-12-17T23:37:45.8412187Z [2087/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2024-12-17T23:37:45.8763151Z [2088/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2024-12-17T23:37:45.9312279Z [2089/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2024-12-17T23:37:46.0239460Z [2090/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2024-12-17T23:37:46.0791306Z [2091/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2024-12-17T23:37:46.1374652Z [2092/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2024-12-17T23:37:46.1548441Z [2093/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2024-12-17T23:37:46.2436450Z [2094/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2024-12-17T23:37:46.3710739Z [2095/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2024-12-17T23:37:46.3782735Z [2096/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2024-12-17T23:37:46.6076697Z [2097/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2024-12-17T23:37:46.8146407Z [2098/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2024-12-17T23:37:48.4294159Z [2099/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sleep.cc.obj 2024-12-17T23:37:48.4645844Z [2100/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2024-12-17T23:37:48.5541960Z [2101/7654] Generating sources 2024-12-17T23:37:48.7320213Z [2102/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-12-17T23:37:48.7859787Z [2103/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-12-17T23:37:48.8130643Z [2104/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-12-17T23:37:48.9649314Z [2105/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-12-17T23:37:49.0032299Z [2106/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-12-17T23:37:49.1371903Z [2107/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-12-17T23:37:49.3697189Z [2108/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-12-17T23:37:49.3715289Z [2109/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-12-17T23:37:49.3732418Z [2110/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-12-17T23:37:49.3970521Z [2111/7654] Linking CXX static library lib\dnnl.lib 2024-12-17T23:37:49.4659379Z [2112/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2024-12-17T23:37:49.4759923Z [2113/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2024-12-17T23:37:49.6217248Z [2114/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2024-12-17T23:37:49.6723389Z [2115/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2024-12-17T23:37:49.6801528Z [2116/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-12-17T23:37:49.6877485Z [2117/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2024-12-17T23:37:49.7242993Z [2118/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-12-17T23:37:49.8815736Z [2119/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-12-17T23:37:49.8883326Z [2120/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-12-17T23:37:49.9041269Z [2121/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-12-17T23:37:49.9275178Z [2122/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-12-17T23:37:49.9447070Z [2123/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-12-17T23:37:49.9564455Z [2124/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-12-17T23:37:49.9779117Z [2125/7654] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2024-12-17T23:37:50.1287392Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-12-17T23:37:50.1287936Z 2024-12-17T23:37:50.1287967Z 2024-12-17T23:37:50.1288240Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-12-17T23:37:50.1288695Z 2024-12-17T23:37:50.1288702Z 2024-12-17T23:37:50.1288709Z 2024-12-17T23:37:50.1288714Z 2024-12-17T23:37:50.1290299Z [2126/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-12-17T23:37:50.1397965Z [2127/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-12-17T23:37:50.1494859Z [2128/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-12-17T23:37:50.2226562Z [2129/7654] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-12-17T23:37:50.2515703Z [2130/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2024-12-17T23:37:50.2874188Z [2131/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2024-12-17T23:37:50.3004766Z [2132/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2024-12-17T23:37:50.3133359Z [2133/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2024-12-17T23:37:50.3144461Z [2134/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2024-12-17T23:37:50.3470432Z [2135/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2024-12-17T23:37:50.3835430Z [2136/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2024-12-17T23:37:50.4055052Z [2137/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2024-12-17T23:37:50.4314204Z [2138/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2024-12-17T23:37:50.4429624Z [2139/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2024-12-17T23:37:50.4593183Z [2140/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2024-12-17T23:37:50.4646505Z [2141/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2024-12-17T23:37:50.4828224Z [2142/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2024-12-17T23:37:50.4964314Z [2143/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2024-12-17T23:37:50.5434751Z [2144/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2024-12-17T23:37:50.5654552Z [2145/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u1.c.obj 2024-12-17T23:37:50.5706900Z [2146/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2024-12-17T23:37:50.5961211Z [2147/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u2.c.obj 2024-12-17T23:37:50.6093517Z [2148/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u3.c.obj 2024-12-17T23:37:50.6418982Z [2149/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u4.c.obj 2024-12-17T23:37:50.6599487Z [2150/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u1.c.obj 2024-12-17T23:37:50.6775207Z [2151/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u2.c.obj 2024-12-17T23:37:50.6904810Z [2152/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u3.c.obj 2024-12-17T23:37:50.7248106Z [2153/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2024-12-17T23:37:50.7367113Z [2154/7654] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2024-12-17T23:37:50.7526970Z [2155/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2024-12-17T23:37:50.7763501Z [2156/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2024-12-17T23:37:50.7777414Z [2157/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2024-12-17T23:37:50.7898458Z [2158/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2024-12-17T23:37:50.8241390Z [2159/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2024-12-17T23:37:50.8405647Z [2160/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2024-12-17T23:37:50.8525790Z [2161/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2024-12-17T23:37:50.8761081Z [2162/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2024-12-17T23:37:50.8821370Z [2163/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2024-12-17T23:37:50.8914114Z [2164/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2024-12-17T23:37:50.9320587Z [2165/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2024-12-17T23:37:50.9427740Z [2166/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2024-12-17T23:37:50.9581168Z [2167/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2024-12-17T23:37:50.9748333Z [2168/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2024-12-17T23:37:51.0119319Z [2169/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2024-12-17T23:37:51.0192325Z [2170/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2024-12-17T23:37:51.0407745Z [2171/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2024-12-17T23:37:51.0504279Z [2172/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2024-12-17T23:37:51.0673913Z [2173/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2024-12-17T23:37:51.0850767Z [2174/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2024-12-17T23:37:51.1256332Z [2175/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2024-12-17T23:37:51.1407401Z [2176/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2024-12-17T23:37:51.1621606Z [2177/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2024-12-17T23:37:51.1676081Z [2178/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2024-12-17T23:37:51.1916176Z [2179/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2024-12-17T23:37:51.1971039Z [2180/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2024-12-17T23:37:51.2471569Z [2181/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2024-12-17T23:37:51.2618354Z [2182/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2024-12-17T23:37:51.2755956Z [2183/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2024-12-17T23:37:51.2947843Z [2184/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2024-12-17T23:37:51.3141480Z [2185/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2024-12-17T23:37:51.3444422Z [2186/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2024-12-17T23:37:51.3603085Z [2187/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2024-12-17T23:37:51.3777854Z [2188/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2024-12-17T23:37:51.4044705Z [2189/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2024-12-17T23:37:51.4095409Z [2190/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2024-12-17T23:37:51.4158835Z [2191/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2024-12-17T23:37:51.4627739Z [2192/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2024-12-17T23:37:51.4762231Z [2193/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2024-12-17T23:37:51.4942667Z [2194/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2024-12-17T23:37:51.5206093Z [2195/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2024-12-17T23:37:51.5333655Z [2196/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2024-12-17T23:37:51.5349351Z [2197/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2024-12-17T23:37:51.5694969Z [2198/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2024-12-17T23:37:51.5949271Z [2199/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2024-12-17T23:37:51.6104075Z [2200/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2024-12-17T23:37:51.6491278Z [2201/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2024-12-17T23:37:51.6561187Z [2202/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2024-12-17T23:37:51.6687520Z [2203/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2024-12-17T23:37:51.6798353Z [2204/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2024-12-17T23:37:51.7203066Z [2205/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2024-12-17T23:37:51.7216200Z [2206/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2024-12-17T23:37:51.7776742Z [2207/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2024-12-17T23:37:51.7795671Z [2208/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2024-12-17T23:37:51.7857493Z [2209/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2024-12-17T23:37:51.7940498Z [2210/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2024-12-17T23:37:51.8464208Z [2211/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2024-12-17T23:37:51.8522552Z [2212/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2024-12-17T23:37:51.8923550Z [2213/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2024-12-17T23:37:51.8973665Z [2214/7654] 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-12-17T23:37:51.9055497Z [2215/7654] 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-12-17T23:37:51.9118804Z [2216/7654] 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-12-17T23:37:51.9725530Z [2217/7654] 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-12-17T23:37:51.9800107Z [2218/7654] 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-12-17T23:37:52.0022409Z [2219/7654] 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-12-17T23:37:52.0119249Z [2220/7654] 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-12-17T23:37:52.0193066Z [2221/7654] 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-12-17T23:37:52.0278928Z [2222/7654] 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-12-17T23:37:52.0909065Z [2223/7654] 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-12-17T23:37:52.0966816Z [2224/7654] 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-12-17T23:37:52.1239004Z [2225/7654] 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-12-17T23:37:52.1264279Z [2226/7654] 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-12-17T23:37:52.1339695Z [2227/7654] 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-12-17T23:37:52.1405540Z [2228/7654] 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-12-17T23:37:52.2016018Z [2229/7654] 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-12-17T23:37:52.2132411Z [2230/7654] 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-12-17T23:37:52.2516997Z [2231/7654] 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-12-17T23:37:52.2690110Z [2232/7654] 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-12-17T23:37:52.2789593Z [2233/7654] 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-12-17T23:37:52.2807275Z [2234/7654] 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-12-17T23:37:52.3164177Z [2235/7654] 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-12-17T23:37:52.3244953Z [2236/7654] 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-12-17T23:37:52.3854863Z [2237/7654] 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-12-17T23:37:52.3903941Z [2238/7654] 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-12-17T23:37:52.3955407Z [2239/7654] 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-12-17T23:37:52.4059154Z [2240/7654] 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-12-17T23:37:52.4404198Z [2241/7654] 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-12-17T23:37:52.4543472Z [2242/7654] 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-12-17T23:37:52.4998454Z [2243/7654] 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-12-17T23:37:52.5056456Z [2244/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u1.c.obj 2024-12-17T23:37:52.5073044Z [2245/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u3.c.obj 2024-12-17T23:37:52.5433418Z [2246/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u2.c.obj 2024-12-17T23:37:52.5492498Z [2247/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u1.c.obj 2024-12-17T23:37:52.5503958Z [2248/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u3.c.obj 2024-12-17T23:37:52.6028904Z [2249/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u4.c.obj 2024-12-17T23:37:52.6313760Z [2250/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2024-12-17T23:37:52.6408078Z [2251/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2024-12-17T23:37:52.6465694Z [2252/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2024-12-17T23:37:52.6674013Z [2253/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2024-12-17T23:37:52.6803861Z [2254/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2024-12-17T23:37:52.6921602Z [2255/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2024-12-17T23:37:52.7255366Z [2256/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2024-12-17T23:37:52.7309043Z [2257/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2024-12-17T23:37:52.7754953Z [2258/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2024-12-17T23:37:52.7769651Z [2259/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2024-12-17T23:37:52.7884532Z [2260/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2024-12-17T23:37:52.8047757Z [2261/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2024-12-17T23:37:52.8248379Z [2262/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2024-12-17T23:37:52.8645413Z [2263/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2024-12-17T23:37:52.9053106Z [2264/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x2-minmax-scalar.c.obj 2024-12-17T23:37:52.9108038Z [2265/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-relu-scalar.c.obj 2024-12-17T23:37:52.9183638Z [2266/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2024-12-17T23:37:52.9393366Z [2267/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2024-12-17T23:37:52.9465465Z [2268/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-relu-scalar.c.obj 2024-12-17T23:37:52.9873560Z [2269/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2024-12-17T23:37:53.0449393Z [2270/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-relu-scalar.c.obj 2024-12-17T23:37:53.0534076Z [2271/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2024-12-17T23:37:53.0675420Z [2272/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-relu-scalar.c.obj 2024-12-17T23:37:53.0785070Z [2273/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2024-12-17T23:37:53.0844260Z [2274/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-1x1-minmax-scalar.c.obj 2024-12-17T23:37:53.0949583Z [2275/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-minmax-scalar.c.obj 2024-12-17T23:37:53.1441154Z [2276/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-2x1-minmax-scalar.c.obj 2024-12-17T23:37:53.1685427Z [2277/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x1-minmax-scalar.c.obj 2024-12-17T23:37:53.1777310Z [2278/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x2-minmax-scalar.c.obj 2024-12-17T23:37:53.1940653Z [2279/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-4x1-minmax-scalar.c.obj 2024-12-17T23:37:53.1989199Z [2280/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u1.c.obj 2024-12-17T23:37:53.2137185Z [2281/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x4-minmax-scalar.c.obj 2024-12-17T23:37:53.2613674Z [2282/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u2.c.obj 2024-12-17T23:37:53.2765958Z [2283/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u4.c.obj 2024-12-17T23:37:53.2837074Z [2284/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u3.c.obj 2024-12-17T23:37:53.2930686Z [2285/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u2.c.obj 2024-12-17T23:37:53.3029590Z [2286/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u3.c.obj 2024-12-17T23:37:53.3164233Z [2287/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u1.c.obj 2024-12-17T23:37:53.3645505Z [2288/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u2.c.obj 2024-12-17T23:37:53.3839177Z [2289/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u1.c.obj 2024-12-17T23:37:53.3956608Z [2290/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u2.c.obj 2024-12-17T23:37:53.3968214Z [2291/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u3.c.obj 2024-12-17T23:37:53.4043601Z [2292/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u3.c.obj 2024-12-17T23:37:53.4097378Z [2293/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u4.c.obj 2024-12-17T23:37:53.4711380Z [2294/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u2.c.obj 2024-12-17T23:37:53.4800194Z [2295/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u3.c.obj 2024-12-17T23:37:53.4949408Z [2296/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u1.c.obj 2024-12-17T23:37:53.5156476Z [2297/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u2.c.obj 2024-12-17T23:37:53.5168772Z [2298/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.obj 2024-12-17T23:37:53.5329180Z [2299/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u3.c.obj 2024-12-17T23:37:53.5737245Z [2300/7654] 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-12-17T23:37:53.5916878Z [2301/7654] 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-12-17T23:37:53.5928070Z [2302/7654] 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-12-17T23:37:53.6070719Z [2303/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2024-12-17T23:37:53.6229608Z [2304/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.obj 2024-12-17T23:37:53.6297709Z [2305/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.obj 2024-12-17T23:37:53.6801806Z [2306/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2024-12-17T23:37:53.6967582Z [2307/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2024-12-17T23:37:53.7302713Z [2308/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2024-12-17T23:37:53.7313993Z [2309/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2024-12-17T23:37:53.7466824Z [2310/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2024-12-17T23:37:53.7738589Z [2311/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2024-12-17T23:37:53.8007318Z [2312/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2024-12-17T23:37:53.8024281Z [2313/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2024-12-17T23:37:53.8391818Z [2314/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2024-12-17T23:37:53.8449250Z [2315/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2024-12-17T23:37:53.8464637Z [2316/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2024-12-17T23:37:53.8721237Z [2317/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2024-12-17T23:37:53.9068850Z [2318/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2024-12-17T23:37:53.9080025Z [2319/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2024-12-17T23:37:53.9482530Z [2320/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2024-12-17T23:37:53.9540120Z [2321/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2024-12-17T23:37:53.9941407Z [2322/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2024-12-17T23:37:54.0031023Z [2323/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2024-12-17T23:37:54.0332404Z [2324/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2024-12-17T23:37:54.0549174Z [2325/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2024-12-17T23:37:54.0634968Z [2326/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2024-12-17T23:37:54.0942186Z [2327/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2024-12-17T23:37:54.0957795Z [2328/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2024-12-17T23:37:54.1357513Z [2329/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2024-12-17T23:37:54.1663662Z [2330/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2024-12-17T23:37:54.1776409Z [2331/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2024-12-17T23:37:54.1885680Z [2332/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2024-12-17T23:37:54.1998008Z [2333/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2024-12-17T23:37:54.2015758Z [2334/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2024-12-17T23:37:54.2497432Z [2335/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2024-12-17T23:37:54.2747888Z [2336/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2024-12-17T23:37:54.2974430Z [2337/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2024-12-17T23:37:54.3020835Z [2338/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2024-12-17T23:37:54.3132096Z [2339/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2024-12-17T23:37:54.3229894Z [2340/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2024-12-17T23:37:54.3523175Z [2341/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2024-12-17T23:37:54.3812491Z [2342/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2024-12-17T23:37:54.4084680Z [2343/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2024-12-17T23:37:54.4245973Z [2344/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2024-12-17T23:37:54.4302102Z [2345/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2024-12-17T23:37:54.4800584Z [2346/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2024-12-17T23:37:54.4815894Z [2347/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2024-12-17T23:37:54.4951686Z [2348/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2024-12-17T23:37:54.5097158Z [2349/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2024-12-17T23:37:54.5355737Z [2350/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2024-12-17T23:37:54.5432488Z [2351/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2024-12-17T23:37:54.5922567Z [2352/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2024-12-17T23:37:54.6012930Z [2353/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2024-12-17T23:37:54.6025666Z [2354/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2024-12-17T23:37:54.6048691Z [2355/7654] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2024-12-17T23:37:54.6244058Z [2356/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2024-12-17T23:37:54.6520653Z [2357/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2024-12-17T23:37:54.6534220Z [2358/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2024-12-17T23:37:54.7034454Z [2359/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2024-12-17T23:37:54.7182989Z [2360/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u2.c.obj 2024-12-17T23:37:54.7242392Z [2361/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u1.c.obj 2024-12-17T23:37:54.7259337Z [2362/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2024-12-17T23:37:54.7395212Z [2363/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u4.c.obj 2024-12-17T23:37:54.7642492Z [2364/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u1.c.obj 2024-12-17T23:37:54.7708065Z [2365/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u2.c.obj 2024-12-17T23:37:54.8167661Z [2366/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u4.c.obj 2024-12-17T23:37:54.8282907Z [2367/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2024-12-17T23:37:54.8390212Z [2368/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2024-12-17T23:37:54.8411352Z [2369/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2024-12-17T23:37:54.8475256Z [2370/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u1.c.obj 2024-12-17T23:37:54.8790251Z [2371/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u2.c.obj 2024-12-17T23:37:54.8950682Z [2372/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u4.c.obj 2024-12-17T23:37:54.9284214Z [2373/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2024-12-17T23:37:54.9394701Z [2374/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2024-12-17T23:37:54.9545193Z [2375/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2024-12-17T23:37:54.9562329Z [2376/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2024-12-17T23:37:54.9578367Z [2377/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2024-12-17T23:37:54.9872998Z [2378/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2024-12-17T23:37:55.0045575Z [2379/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2024-12-17T23:37:55.0402075Z [2380/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2024-12-17T23:37:55.0607670Z [2381/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2024-12-17T23:37:55.0658293Z [2382/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2024-12-17T23:37:55.0673101Z [2383/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2024-12-17T23:37:55.0949075Z [2384/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2024-12-17T23:37:55.1073887Z [2385/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2024-12-17T23:37:55.1183628Z [2386/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2024-12-17T23:37:55.1491703Z [2387/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2024-12-17T23:37:55.1816899Z [2388/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2024-12-17T23:37:55.1832767Z [2389/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2024-12-17T23:37:55.1844968Z [2390/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2024-12-17T23:37:55.2130050Z [2391/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2024-12-17T23:37:55.2181546Z [2392/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2024-12-17T23:37:55.2290616Z [2393/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u1.c.obj 2024-12-17T23:37:55.2619766Z [2394/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u3.c.obj 2024-12-17T23:37:55.3000730Z [2395/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u5.c.obj 2024-12-17T23:37:55.3060727Z [2396/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u6.c.obj 2024-12-17T23:37:55.3074214Z [2397/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2024-12-17T23:37:55.3376965Z [2398/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2024-12-17T23:37:55.3429874Z [2399/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2024-12-17T23:37:55.3444111Z [2400/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2024-12-17T23:37:55.3743924Z [2401/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2024-12-17T23:37:55.4187060Z [2402/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2024-12-17T23:37:55.4235239Z [2403/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2024-12-17T23:37:55.4291560Z [2404/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar.c.obj 2024-12-17T23:37:55.4582296Z [2405/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2024-12-17T23:37:55.4661756Z [2406/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2024-12-17T23:37:55.4722635Z [2407/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-log.c.obj 2024-12-17T23:37:55.4823358Z [2408/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2024-12-17T23:37:55.5225361Z [2409/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2024-12-17T23:37:55.5276994Z [2410/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2024-12-17T23:37:55.5461810Z [2411/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2024-12-17T23:37:55.5666553Z [2412/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2024-12-17T23:37:55.5857610Z [2413/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2024-12-17T23:37:55.5924839Z [2414/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2024-12-17T23:37:55.5986101Z [2415/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2024-12-17T23:37:55.6494463Z [2416/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2024-12-17T23:37:55.6508007Z [2417/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2024-12-17T23:37:55.6567089Z [2418/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2024-12-17T23:37:55.6980139Z [2419/7654] 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-12-17T23:37:55.7042260Z [2420/7654] 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-12-17T23:37:55.7093550Z [2421/7654] 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-12-17T23:37:55.7109156Z [2422/7654] 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-12-17T23:37:55.7608233Z [2423/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u1.c.obj 2024-12-17T23:37:55.7758392Z [2424/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u2.c.obj 2024-12-17T23:37:55.7824126Z [2425/7654] 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-12-17T23:37:55.8157479Z [2426/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2024-12-17T23:37:55.8171062Z [2427/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u4.c.obj 2024-12-17T23:37:55.8275613Z [2428/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2024-12-17T23:37:55.8380683Z [2429/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x2-minmax-scalar.c.obj 2024-12-17T23:37:55.8913511Z [2430/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x4-minmax-scalar.c.obj 2024-12-17T23:37:55.9080663Z [2431/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x8-minmax-scalar.c.obj 2024-12-17T23:37:55.9095232Z [2432/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x2-minmax-scalar.c.obj 2024-12-17T23:37:55.9421701Z [2433/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x8-minmax-scalar.c.obj 2024-12-17T23:37:55.9543619Z [2434/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x4-minmax-scalar.c.obj 2024-12-17T23:37:55.9600449Z [2435/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x2-minmax-scalar.c.obj 2024-12-17T23:37:55.9684943Z [2436/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-4x4-minmax-scalar.c.obj 2024-12-17T23:37:56.0311799Z [2437/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x8-minmax-scalar.c.obj 2024-12-17T23:37:56.0439663Z [2438/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4-minmax-scalar.c.obj 2024-12-17T23:37:56.0491936Z [2439/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x2-minmax-scalar.c.obj 2024-12-17T23:37:56.0822848Z [2440/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x8-minmax-scalar.c.obj 2024-12-17T23:37:56.0894622Z [2441/7654] 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-12-17T23:37:56.0960205Z [2442/7654] 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-12-17T23:37:56.1061891Z [2443/7654] 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-12-17T23:37:56.1623907Z [2444/7654] 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-12-17T23:37:56.1786294Z [2445/7654] 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-12-17T23:37:56.1799069Z [2446/7654] 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-12-17T23:37:56.2194612Z [2447/7654] 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-12-17T23:37:56.2246078Z [2448/7654] 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-12-17T23:37:56.2298882Z [2449/7654] 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-12-17T23:37:56.2347477Z [2450/7654] 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-12-17T23:37:56.2902599Z [2451/7654] 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-12-17T23:37:56.3016589Z [2452/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:37:56.3396764Z [2453/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:37:56.3450750Z [2454/7654] 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-12-17T23:37:56.3462989Z [2455/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:37:56.3512582Z [2456/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:37:56.3727681Z [2457/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:37:56.4013470Z [2458/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:37:56.4105372Z [2459/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:37:56.4667433Z [2460/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:37:56.4781464Z [2461/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:37:56.4831440Z [2462/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:37:56.4909359Z [2463/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:37:56.4958879Z [2464/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:37:56.5388586Z [2465/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:37:56.5460092Z [2466/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:37:56.5851607Z [2467/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:37:56.6012789Z [2468/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:37:56.6029253Z [2469/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:37:56.6082141Z [2470/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:37:56.6367694Z [2471/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:37:56.6607906Z [2472/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:37:56.6830174Z [2473/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:37:56.6951756Z [2474/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:37:56.7252826Z [2475/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:37:56.7267264Z [2476/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:37:56.7458398Z [2477/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:37:56.7914547Z [2478/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:37:56.8192743Z [2479/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:37:56.8258956Z [2480/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:37:56.8369978Z [2481/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:37:56.9069856Z [2482/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2024-12-17T23:37:56.9082880Z [2483/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2024-12-17T23:37:56.9137049Z [2484/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:37:56.9456672Z [2485/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:37:56.9512683Z [2486/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2024-12-17T23:37:56.9532172Z [2487/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:37:56.9624696Z [2488/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:37:57.0250868Z [2489/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:37:57.0305998Z [2490/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:37:57.0368657Z [2491/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:37:57.0624084Z [2492/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2024-12-17T23:37:57.0675449Z [2493/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:37:57.0881670Z [2494/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:37:57.0947393Z [2495/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:37:57.1246883Z [2496/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2024-12-17T23:37:57.1308429Z [2497/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-goi-scalar.c.obj 2024-12-17T23:37:57.1394305Z [2498/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-scalar.c.obj 2024-12-17T23:37:57.1578718Z [2499/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-goi-scalar.c.obj 2024-12-17T23:37:57.1829381Z [2500/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-goi-scalar.c.obj 2024-12-17T23:37:57.2058882Z [2501/7654] 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-12-17T23:37:57.2073972Z [2502/7654] 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-12-17T23:37:57.2514807Z [2503/7654] 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-12-17T23:37:57.2608521Z [2504/7654] 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-12-17T23:37:57.2727497Z [2505/7654] 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-12-17T23:37:57.3255266Z [2506/7654] 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-12-17T23:37:57.3327183Z [2507/7654] 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-12-17T23:37:57.3392774Z [2508/7654] 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-12-17T23:37:57.3477483Z [2509/7654] 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-12-17T23:37:57.3651509Z [2510/7654] 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-12-17T23:37:57.3719949Z [2511/7654] 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-12-17T23:37:57.3866480Z [2512/7654] 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-12-17T23:37:57.4623947Z [2513/7654] 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-12-17T23:37:57.4699557Z [2514/7654] 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-12-17T23:37:57.4765565Z [2515/7654] 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-12-17T23:37:57.4846387Z [2516/7654] 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-12-17T23:37:57.4960625Z [2517/7654] 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-12-17T23:37:57.5124595Z [2518/7654] 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-12-17T23:37:57.5136691Z [2519/7654] 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-12-17T23:37:57.5912296Z [2520/7654] 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-12-17T23:37:57.6011474Z [2521/7654] 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-12-17T23:37:57.6026912Z [2522/7654] 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-12-17T23:37:57.6078806Z [2523/7654] 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-12-17T23:37:57.6185238Z [2524/7654] 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-12-17T23:37:57.6418725Z [2525/7654] 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-12-17T23:37:57.6501534Z [2526/7654] 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-12-17T23:37:57.7253988Z [2527/7654] 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-12-17T23:37:57.7266252Z [2528/7654] 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-12-17T23:37:57.7353894Z [2529/7654] 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-12-17T23:37:57.7553262Z [2530/7654] 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-12-17T23:37:57.7625551Z [2531/7654] 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-12-17T23:37:57.7688773Z [2532/7654] 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-12-17T23:37:57.7746075Z [2533/7654] 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-12-17T23:37:57.8506621Z [2534/7654] 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-12-17T23:37:57.8657364Z [2535/7654] 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-12-17T23:37:57.8831186Z [2536/7654] 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-12-17T23:37:57.8845411Z [2537/7654] 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-12-17T23:37:57.8891497Z [2538/7654] 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-12-17T23:37:57.8938687Z [2539/7654] 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-12-17T23:37:57.9068066Z [2540/7654] 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-12-17T23:37:57.9813903Z [2541/7654] 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-12-17T23:37:58.0128624Z [2542/7654] 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-12-17T23:37:58.0257688Z [2543/7654] 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-12-17T23:37:58.0271649Z [2544/7654] 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-12-17T23:37:58.0328769Z [2545/7654] 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-12-17T23:37:58.0382728Z [2546/7654] 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-12-17T23:37:58.0840452Z [2547/7654] 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-12-17T23:37:58.1051263Z [2548/7654] 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-12-17T23:37:58.1492251Z [2549/7654] 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-12-17T23:37:58.1626029Z [2550/7654] 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-12-17T23:37:58.1683019Z [2551/7654] 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-12-17T23:37:58.1697037Z [2552/7654] 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-12-17T23:37:58.1710222Z [2553/7654] 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-12-17T23:37:58.2120360Z [2554/7654] 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-12-17T23:37:58.2452056Z [2555/7654] 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-12-17T23:37:58.2920052Z [2556/7654] 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-12-17T23:37:58.3016634Z [2557/7654] 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-12-17T23:37:58.3039326Z [2558/7654] 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-12-17T23:37:58.3091296Z [2559/7654] 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-12-17T23:37:58.3103658Z [2560/7654] 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-12-17T23:37:58.3302469Z [2561/7654] 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-12-17T23:37:58.3354012Z [2562/7654] 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-12-17T23:37:58.3768989Z [2563/7654] 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-12-17T23:37:58.4445328Z [2564/7654] 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-12-17T23:37:58.6450260Z [2565/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2024-12-17T23:37:58.8364900Z [2566/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2024-12-17T23:37:58.8780218Z [2567/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2024-12-17T23:37:58.8931862Z [2568/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2024-12-17T23:37:59.0476052Z [2569/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2024-12-17T23:37:59.0808021Z [2570/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2024-12-17T23:37:59.1981688Z [2571/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2024-12-17T23:37:59.3686661Z [2572/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2024-12-17T23:37:59.5731562Z [2573/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2024-12-17T23:37:59.7118659Z [2574/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2024-12-17T23:37:59.9475963Z [2575/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2024-12-17T23:38:00.0751621Z [2576/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2024-12-17T23:38:00.2513802Z [2577/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2024-12-17T23:38:00.3829742Z [2578/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2024-12-17T23:38:00.5526066Z [2579/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2024-12-17T23:38:01.0182903Z [2580/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2024-12-17T23:38:01.0817037Z [2581/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2024-12-17T23:38:01.2990537Z [2582/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2024-12-17T23:38:01.3410390Z [2583/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2024-12-17T23:38:01.4112667Z [2584/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2024-12-17T23:38:01.8299163Z [2585/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2024-12-17T23:38:02.0233446Z [2586/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2024-12-17T23:38:02.0651326Z [2587/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2024-12-17T23:38:02.4261577Z [2588/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2024-12-17T23:38:02.4693143Z [2589/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2024-12-17T23:38:02.5037266Z [2590/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2024-12-17T23:38:02.5552164Z [2591/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2024-12-17T23:38:02.5793352Z [2592/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2024-12-17T23:38:02.6545355Z [2593/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2024-12-17T23:38:03.1094338Z [2594/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2024-12-17T23:38:03.1184903Z [2595/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2024-12-17T23:38:03.1801523Z [2596/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2024-12-17T23:38:03.2273806Z [2597/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2024-12-17T23:38:03.6058918Z [2598/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2024-12-17T23:38:03.9741022Z [2599/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2024-12-17T23:38:03.9869505Z [2600/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2024-12-17T23:38:03.9976835Z [2601/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2024-12-17T23:38:04.0538121Z [2602/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2024-12-17T23:38:04.4193183Z [2603/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2024-12-17T23:38:04.4578217Z [2604/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2024-12-17T23:38:04.9191198Z [2605/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2024-12-17T23:38:05.2787159Z [2606/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2024-12-17T23:38:05.3695213Z [2607/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2024-12-17T23:38:05.4128108Z [2608/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2024-12-17T23:38:05.4911278Z [2609/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2024-12-17T23:38:05.5034829Z [2610/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2024-12-17T23:38:05.7255429Z [2611/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2024-12-17T23:38:05.8467651Z [2612/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2024-12-17T23:38:05.9238484Z [2613/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2024-12-17T23:38:05.9404763Z [2614/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2024-12-17T23:38:06.1806488Z [2615/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HPUHooksInterface.cpp.obj 2024-12-17T23:38:06.2950538Z [2616/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2024-12-17T23:38:06.3513445Z [2617/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2024-12-17T23:38:06.4096453Z [2618/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2024-12-17T23:38:06.5599923Z [2619/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2024-12-17T23:38:06.5666574Z [2620/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2024-12-17T23:38:06.6285671Z [2621/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2024-12-17T23:38:06.8253984Z [2622/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2024-12-17T23:38:06.8937627Z [2623/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2024-12-17T23:38:06.9558022Z [2624/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2024-12-17T23:38:07.3962359Z [2625/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2024-12-17T23:38:07.5268878Z [2626/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2024-12-17T23:38:08.0335338Z [2627/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2024-12-17T23:38:09.6749214Z [2628/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2024-12-17T23:38:09.8984719Z [2629/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2024-12-17T23:38:09.9556590Z [2630/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2024-12-17T23:38:10.0222577Z [2631/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2024-12-17T23:38:10.0374746Z [2632/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2024-12-17T23:38:10.4876344Z [2633/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2024-12-17T23:38:10.6295398Z [2634/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2024-12-17T23:38:11.1436695Z [2635/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2024-12-17T23:38:12.9377959Z [2636/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2024-12-17T23:38:12.9973939Z [2637/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2024-12-17T23:38:13.0601841Z [2638/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2024-12-17T23:38:13.1276985Z [2639/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2024-12-17T23:38:13.3185387Z [2640/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2024-12-17T23:38:13.5179034Z [2641/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2024-12-17T23:38:13.6782620Z [2642/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2024-12-17T23:38:13.9583644Z [2643/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2024-12-17T23:38:14.2940204Z [2644/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2024-12-17T23:38:14.4307516Z [2645/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2024-12-17T23:38:14.5422752Z [2646/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2024-12-17T23:38:15.3058775Z [2647/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2024-12-17T23:38:15.9532905Z [2648/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2024-12-17T23:38:16.0226986Z [2649/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2024-12-17T23:38:16.0941064Z [2650/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2024-12-17T23:38:16.1318691Z [2651/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2024-12-17T23:38:16.2102747Z [2652/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2024-12-17T23:38:16.3729038Z [2653/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2024-12-17T23:38:16.8061356Z [2654/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2024-12-17T23:38:16.9892571Z [2655/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2024-12-17T23:38:16.9975669Z [2656/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2024-12-17T23:38:17.1326543Z [2657/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2024-12-17T23:38:17.1480905Z [2658/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2024-12-17T23:38:17.2517135Z [2659/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2024-12-17T23:38:17.3290158Z [2660/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2024-12-17T23:38:17.3671220Z [2661/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2024-12-17T23:38:17.6120175Z [2662/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2024-12-17T23:38:17.6788081Z [2663/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2024-12-17T23:38:17.7894765Z [2664/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2024-12-17T23:38:17.8408177Z [2665/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2024-12-17T23:38:17.8940357Z [2666/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2024-12-17T23:38:18.0987786Z [2667/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2024-12-17T23:38:18.1252582Z [2668/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2024-12-17T23:38:18.1678404Z [2669/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2024-12-17T23:38:18.2209803Z [2670/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2024-12-17T23:38:18.3296730Z [2671/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2024-12-17T23:38:18.4533104Z [2672/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2024-12-17T23:38:18.6882663Z [2673/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2024-12-17T23:38:18.7425506Z [2674/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2024-12-17T23:38:18.7863049Z [2675/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2024-12-17T23:38:18.9803769Z [2676/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2024-12-17T23:38:19.0158122Z [2677/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2024-12-17T23:38:19.0320902Z [2678/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2024-12-17T23:38:19.0416574Z [2679/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2024-12-17T23:38:19.0871794Z [2680/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2024-12-17T23:38:19.0900786Z [2681/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2024-12-17T23:38:19.3864321Z [2682/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2024-12-17T23:38:19.5269452Z [2683/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2024-12-17T23:38:19.6014241Z [2684/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2024-12-17T23:38:19.8259032Z [2685/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2024-12-17T23:38:19.8827022Z [2686/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2024-12-17T23:38:19.8854366Z [2687/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2024-12-17T23:38:19.9331961Z [2688/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2024-12-17T23:38:19.9461272Z [2689/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2024-12-17T23:38:20.0522044Z [2690/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2024-12-17T23:38:20.1403834Z [2691/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2024-12-17T23:38:20.2568320Z [2692/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2024-12-17T23:38:20.3493991Z [2693/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2024-12-17T23:38:20.4098101Z [2694/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2024-12-17T23:38:20.6258109Z [2695/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2024-12-17T23:38:20.7153560Z [2696/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2024-12-17T23:38:20.7332208Z [2697/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2024-12-17T23:38:20.8098363Z [2698/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2024-12-17T23:38:20.8999477Z [2699/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2024-12-17T23:38:20.9513319Z [2700/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2024-12-17T23:38:21.1051662Z [2701/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2024-12-17T23:38:21.1067975Z [2702/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2024-12-17T23:38:21.1134237Z [2703/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2024-12-17T23:38:21.1158955Z [2704/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2024-12-17T23:38:21.1865514Z [2705/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2024-12-17T23:38:21.5169850Z [2706/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2024-12-17T23:38:21.6626867Z [2707/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2024-12-17T23:38:21.7228768Z [2708/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2024-12-17T23:38:21.8821120Z [2709/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2024-12-17T23:38:21.9301832Z [2710/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2024-12-17T23:38:21.9484973Z [2711/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2024-12-17T23:38:21.9919496Z [2712/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2024-12-17T23:38:22.1244834Z [2713/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2024-12-17T23:38:22.3498765Z [2714/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2024-12-17T23:38:22.5203440Z [2715/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2024-12-17T23:38:22.5574337Z [2716/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2024-12-17T23:38:22.7127412Z [2717/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2024-12-17T23:38:22.8102247Z [2718/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2024-12-17T23:38:22.8728837Z [2719/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2024-12-17T23:38:22.8963796Z [2720/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2024-12-17T23:38:23.0392950Z [2721/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2024-12-17T23:38:23.0863849Z [2722/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2024-12-17T23:38:23.2546625Z [2723/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2024-12-17T23:38:23.4026657Z [2724/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2024-12-17T23:38:23.7033838Z [2725/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2024-12-17T23:38:23.7214522Z [2726/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2024-12-17T23:38:23.7578147Z [2727/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2024-12-17T23:38:23.7825050Z [2728/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2024-12-17T23:38:23.9062618Z [2729/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2024-12-17T23:38:23.9587316Z [2730/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2024-12-17T23:38:24.2162355Z [2731/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2024-12-17T23:38:24.2477491Z [2732/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2024-12-17T23:38:24.5204311Z [2733/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2024-12-17T23:38:24.5286860Z [2734/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2024-12-17T23:38:24.5783969Z [2735/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2024-12-17T23:38:24.6307023Z [2736/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2024-12-17T23:38:24.7243001Z [2737/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2024-12-17T23:38:24.7621997Z [2738/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2024-12-17T23:38:24.7789818Z [2739/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2024-12-17T23:38:25.0452985Z [2740/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2024-12-17T23:38:25.4761162Z [2741/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2024-12-17T23:38:25.4910270Z [2742/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2024-12-17T23:38:25.5036259Z [2743/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2024-12-17T23:38:25.5502142Z [2744/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2024-12-17T23:38:25.5995132Z [2745/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2024-12-17T23:38:25.6618758Z [2746/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2024-12-17T23:38:25.6753494Z [2747/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2024-12-17T23:38:25.7605886Z [2748/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2024-12-17T23:38:26.3147685Z [2749/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2024-12-17T23:38:26.3336010Z [2750/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2024-12-17T23:38:26.3495184Z [2751/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2024-12-17T23:38:26.3697221Z [2752/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2024-12-17T23:38:26.4329270Z [2753/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2024-12-17T23:38:26.4958947Z [2754/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2024-12-17T23:38:26.5940688Z [2755/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2024-12-17T23:38:26.6239873Z [2756/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2024-12-17T23:38:27.1563155Z [2757/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2024-12-17T23:38:27.1655235Z [2758/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2024-12-17T23:38:27.1939394Z [2759/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2024-12-17T23:38:27.1968719Z [2760/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2024-12-17T23:38:27.2101787Z [2761/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2024-12-17T23:38:27.2715204Z [2762/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2024-12-17T23:38:27.4752780Z [2763/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2024-12-17T23:38:27.6584368Z [2764/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2024-12-17T23:38:27.9972103Z [2765/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2024-12-17T23:38:28.0352341Z [2766/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2024-12-17T23:38:28.0496767Z [2767/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2024-12-17T23:38:28.0757000Z [2768/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2024-12-17T23:38:28.1482086Z [2769/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2024-12-17T23:38:28.2003567Z [2770/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2024-12-17T23:38:28.3251603Z [2771/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2024-12-17T23:38:28.5179404Z [2772/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2024-12-17T23:38:28.7840371Z [2773/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2024-12-17T23:38:28.7989430Z [2774/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2024-12-17T23:38:28.8830043Z [2775/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2024-12-17T23:38:28.9339747Z [2776/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2024-12-17T23:38:28.9997725Z [2777/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2024-12-17T23:38:29.1498610Z [2778/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2024-12-17T23:38:29.1659352Z [2779/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2024-12-17T23:38:29.3945488Z [2780/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2024-12-17T23:38:29.6231135Z [2781/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2024-12-17T23:38:29.7440257Z [2782/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2024-12-17T23:38:29.7580915Z [2783/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2024-12-17T23:38:29.7877445Z [2784/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2024-12-17T23:38:29.8334048Z [2785/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2024-12-17T23:38:29.8955232Z [2786/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2024-12-17T23:38:29.9342041Z [2787/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2024-12-17T23:38:30.2784567Z [2788/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2024-12-17T23:38:30.5511399Z [2789/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2024-12-17T23:38:30.6272374Z [2790/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2024-12-17T23:38:30.6496819Z [2791/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2024-12-17T23:38:30.7311989Z [2792/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2024-12-17T23:38:30.7700984Z [2793/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2024-12-17T23:38:30.7915847Z [2794/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2024-12-17T23:38:30.8828339Z [2795/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2024-12-17T23:38:31.1386765Z [2796/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2024-12-17T23:38:31.4273559Z [2797/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2024-12-17T23:38:31.4798293Z [2798/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2024-12-17T23:38:31.4992428Z [2799/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2024-12-17T23:38:31.5828194Z [2800/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2024-12-17T23:38:31.6396639Z [2801/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2024-12-17T23:38:31.7066399Z [2802/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2024-12-17T23:38:31.7982639Z [2803/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2024-12-17T23:38:32.0071529Z [2804/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2024-12-17T23:38:32.3792188Z [2805/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2024-12-17T23:38:32.4045307Z [2806/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2024-12-17T23:38:32.5613412Z [2807/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2024-12-17T23:38:32.7262812Z [2808/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2024-12-17T23:38:32.8422432Z [2809/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2024-12-17T23:38:33.2097306Z [2810/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2024-12-17T23:38:33.4334687Z [2811/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2024-12-17T23:38:33.4367166Z [2812/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2024-12-17T23:38:33.5596433Z [2813/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2024-12-17T23:38:33.6449852Z [2814/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2024-12-17T23:38:33.7818192Z [2815/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2024-12-17T23:38:34.0122640Z [2816/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2024-12-17T23:38:34.3964216Z [2817/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2024-12-17T23:38:34.4177585Z [2818/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2024-12-17T23:38:34.4794533Z [2819/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2024-12-17T23:38:34.5732017Z [2820/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2024-12-17T23:38:34.5850207Z [2821/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2024-12-17T23:38:34.6263411Z [2822/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2024-12-17T23:38:34.6733937Z [2823/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2024-12-17T23:38:34.7629242Z [2824/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2024-12-17T23:38:35.3217865Z [2825/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2024-12-17T23:38:35.3608474Z [2826/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2024-12-17T23:38:35.3758820Z [2827/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2024-12-17T23:38:35.4468406Z [2828/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2024-12-17T23:38:35.5061681Z [2829/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2024-12-17T23:38:35.5203313Z [2830/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2024-12-17T23:38:35.5295231Z [2831/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2024-12-17T23:38:35.6066828Z [2832/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2024-12-17T23:38:36.1433130Z [2833/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2024-12-17T23:38:36.1567679Z [2834/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2024-12-17T23:38:36.1929979Z [2835/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2024-12-17T23:38:36.2158924Z [2836/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2024-12-17T23:38:36.3788181Z [2837/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2024-12-17T23:38:36.4019366Z [2838/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2024-12-17T23:38:36.4699942Z [2839/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2024-12-17T23:38:36.6241834Z [2840/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2024-12-17T23:38:37.0846432Z [2841/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2024-12-17T23:38:37.1080345Z [2842/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2024-12-17T23:38:37.2272347Z [2843/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2024-12-17T23:38:37.2428919Z [2844/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2024-12-17T23:38:37.3222707Z [2845/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2024-12-17T23:38:37.4896533Z [2846/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2024-12-17T23:38:37.9792262Z [2847/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2024-12-17T23:38:37.9981097Z [2848/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2024-12-17T23:38:38.1204252Z [2849/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2024-12-17T23:38:38.1769267Z [2850/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2024-12-17T23:38:38.2829111Z [2851/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2024-12-17T23:38:38.3198830Z [2852/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2024-12-17T23:38:38.8621006Z [2853/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2024-12-17T23:38:38.8765491Z [2854/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2024-12-17T23:38:39.0278697Z [2855/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2024-12-17T23:38:39.0747948Z [2856/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2024-12-17T23:38:39.1212059Z [2857/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2024-12-17T23:38:39.1506345Z [2858/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2024-12-17T23:38:39.1862381Z [2859/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2024-12-17T23:38:41.2465733Z [2860/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2024-12-17T23:38:41.7958144Z [2861/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2024-12-17T23:38:41.8707404Z [2862/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2024-12-17T23:38:41.9539587Z [2863/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2024-12-17T23:38:42.0029453Z [2864/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2024-12-17T23:38:42.0485990Z [2865/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2024-12-17T23:38:42.0680621Z [2866/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2024-12-17T23:38:42.0930694Z [2867/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2024-12-17T23:38:42.1140653Z [2868/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2024-12-17T23:38:42.2255977Z [2869/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2024-12-17T23:38:42.5042202Z [2870/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2024-12-17T23:38:43.3327980Z [2871/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2024-12-17T23:38:44.1768755Z [2872/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2024-12-17T23:38:44.9200740Z [2873/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2024-12-17T23:38:44.9936520Z [2874/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2024-12-17T23:38:45.0247447Z [2875/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2024-12-17T23:38:45.0362130Z [2876/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2024-12-17T23:38:45.0569725Z [2877/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2024-12-17T23:38:45.0862883Z [2878/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2024-12-17T23:38:45.1172214Z [2879/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2024-12-17T23:38:45.1760803Z [2880/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2024-12-17T23:38:45.8230821Z [2881/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2024-12-17T23:38:45.8391225Z [2882/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2024-12-17T23:38:45.8978271Z [2883/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2024-12-17T23:38:45.9201397Z [2884/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2024-12-17T23:38:45.9373195Z [2885/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2024-12-17T23:38:45.9605283Z [2886/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2024-12-17T23:38:46.0346783Z [2887/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2024-12-17T23:38:46.0866828Z [2888/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2024-12-17T23:38:46.1498158Z [2889/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2024-12-17T23:38:46.7299338Z [2890/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2024-12-17T23:38:46.7836316Z [2891/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2024-12-17T23:38:46.8256626Z [2892/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2024-12-17T23:38:46.8839020Z [2893/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2024-12-17T23:38:46.8982168Z [2894/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2024-12-17T23:38:46.9226322Z [2895/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2024-12-17T23:38:46.9354015Z [2896/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2024-12-17T23:38:47.2700153Z [2897/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2024-12-17T23:38:47.5654840Z [2898/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2024-12-17T23:38:47.7185117Z [2899/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2024-12-17T23:38:48.0164408Z [2900/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2024-12-17T23:38:48.0480224Z [2901/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2024-12-17T23:38:48.0516705Z [2902/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2024-12-17T23:38:48.4457219Z [2903/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2024-12-17T23:38:48.6972607Z [2904/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2024-12-17T23:38:48.9046537Z [2905/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2024-12-17T23:38:49.0118206Z [2906/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2024-12-17T23:38:49.0276934Z [2907/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2024-12-17T23:38:49.1024671Z [2908/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2024-12-17T23:38:49.2947546Z [2909/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2024-12-17T23:38:49.6016694Z [2910/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2024-12-17T23:38:50.0342197Z [2911/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2024-12-17T23:38:50.1375853Z [2912/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2024-12-17T23:38:50.1702031Z [2913/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2024-12-17T23:38:50.2191941Z [2914/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2024-12-17T23:38:50.2362391Z [2915/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2024-12-17T23:38:50.2991555Z [2916/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2024-12-17T23:38:50.4835985Z [2917/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2024-12-17T23:38:50.9867194Z [2918/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2024-12-17T23:38:51.0067580Z [2919/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2024-12-17T23:38:51.1029178Z [2920/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2024-12-17T23:38:51.1151621Z [2921/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2024-12-17T23:38:51.1347298Z [2922/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2024-12-17T23:38:51.1701400Z [2923/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\MklAllocationHelper.cpp.obj 2024-12-17T23:38:51.6015114Z [2924/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2024-12-17T23:38:51.6271825Z [2925/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2024-12-17T23:38:51.9821332Z [2926/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2024-12-17T23:38:52.0690805Z [2927/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2024-12-17T23:38:52.1984501Z [2928/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2024-12-17T23:38:52.2755438Z [2929/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2024-12-17T23:38:52.5620459Z [2930/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2024-12-17T23:38:52.6421354Z [2931/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2024-12-17T23:38:52.9936506Z [2932/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2024-12-17T23:38:53.0119856Z [2933/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2024-12-17T23:38:53.1677938Z [2934/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2024-12-17T23:38:53.2387101Z [2935/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2024-12-17T23:38:53.5992131Z [2936/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2024-12-17T23:38:53.7933169Z [2937/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2024-12-17T23:38:53.9796843Z [2938/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2024-12-17T23:38:54.0308005Z [2939/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2024-12-17T23:38:54.0746552Z [2940/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2024-12-17T23:38:54.1858214Z [2941/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2024-12-17T23:38:54.2706707Z [2942/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2024-12-17T23:38:54.7537027Z [2943/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2024-12-17T23:38:55.1303377Z [2944/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2024-12-17T23:38:55.1485361Z [2945/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2024-12-17T23:38:55.1566491Z [2946/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2024-12-17T23:38:55.5723906Z [2947/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2024-12-17T23:38:56.0128336Z [2948/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2024-12-17T23:38:56.0468629Z [2949/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2024-12-17T23:38:56.0624728Z [2950/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2024-12-17T23:38:56.4650110Z [2951/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2024-12-17T23:38:56.7483953Z [2952/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2024-12-17T23:38:56.8206155Z [2953/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2024-12-17T23:38:56.8787468Z [2954/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2024-12-17T23:38:56.9334774Z [2955/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2024-12-17T23:38:57.0021821Z [2956/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2024-12-17T23:38:57.1449636Z [2957/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2024-12-17T23:38:57.1788924Z [2958/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2024-12-17T23:38:57.2506143Z [2959/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2024-12-17T23:38:57.3441010Z [2960/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2024-12-17T23:38:57.4042159Z [2961/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2024-12-17T23:38:57.4497817Z [2962/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2024-12-17T23:38:57.5098036Z [2963/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2024-12-17T23:38:57.7027076Z [2964/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2024-12-17T23:38:57.8015983Z [2965/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2024-12-17T23:38:57.9107484Z [2966/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2024-12-17T23:38:58.0019367Z [2967/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2024-12-17T23:38:58.1032185Z [2968/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2024-12-17T23:38:58.6488548Z [2969/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2024-12-17T23:38:58.8859369Z [2970/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2024-12-17T23:38:59.0519427Z [2971/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2024-12-17T23:38:59.1419697Z [2972/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2024-12-17T23:38:59.1941337Z [2973/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2024-12-17T23:38:59.2138776Z [2974/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2024-12-17T23:38:59.3094752Z [2975/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2024-12-17T23:38:59.3622767Z [2976/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2024-12-17T23:39:00.0720182Z [2977/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor.cpp.obj 2024-12-17T23:39:00.2647189Z [2978/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU.cpp.obj 2024-12-17T23:39:00.4731255Z [2979/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd.cpp.obj 2024-12-17T23:39:00.5382223Z [2980/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2024-12-17T23:39:00.6476688Z [2981/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd.cpp.obj 2024-12-17T23:39:00.7015283Z [2982/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2024-12-17T23:39:00.7958208Z [2983/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional.cpp.obj 2024-12-17T23:39:00.8092743Z [2984/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2024-12-17T23:39:01.3379242Z [2985/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU.cpp.obj 2024-12-17T23:39:01.4846520Z [2986/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU.cpp.obj 2024-12-17T23:39:01.5486678Z [2987/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta.cpp.obj 2024-12-17T23:39:01.6008555Z [2988/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2024-12-17T23:39:01.6041228Z [2989/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorXPU.cpp.obj 2024-12-17T23:39:01.6211228Z [2990/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta.cpp.obj 2024-12-17T23:39:01.6744537Z [2991/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta.cpp.obj 2024-12-17T23:39:01.7283145Z [2992/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU.cpp.obj 2024-12-17T23:39:02.2387394Z [2993/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2024-12-17T23:39:02.2558030Z [2994/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2024-12-17T23:39:02.4867057Z [2995/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta.cpp.obj 2024-12-17T23:39:02.5162195Z [2996/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta.cpp.obj 2024-12-17T23:39:02.7364224Z [2997/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2024-12-17T23:39:02.9472821Z [2998/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2024-12-17T23:39:02.9555056Z [2999/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseXPU.cpp.obj 2024-12-17T23:39:02.9617287Z [3000/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU.cpp.obj 2024-12-17T23:39:02.9834444Z [3001/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor.cpp.obj 2024-12-17T23:39:02.9869940Z [3002/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU.cpp.obj 2024-12-17T23:39:03.1045105Z [3003/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2024-12-17T23:39:03.2813259Z [3004/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2024-12-17T23:39:03.3049269Z [3005/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2024-12-17T23:39:03.5132572Z [3006/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:03.6446942Z [3007/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:03.8403622Z [3008/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:03.8497627Z [3009/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:04.0047862Z [3010/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:04.3817833Z [3011/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:04.4216187Z [3012/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:04.6344905Z [3013/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:04.7124069Z [3014/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:04.9147482Z [3015/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:04.9227978Z [3016/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:04.9466185Z [3017/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:05.4297033Z [3018/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:05.4453570Z [3019/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:05.6441200Z [3020/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2024-12-17T23:39:05.6566382Z [3021/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:05.7717551Z [3022/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:05.8548607Z [3023/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2024-12-17T23:39:05.8935598Z [3024/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2024-12-17T23:39:05.9796646Z [3025/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:06.0361628Z [3026/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:06.3142259Z [3027/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:06.3468100Z [3028/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:06.3555640Z [3029/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:06.4005636Z [3030/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:06.5189081Z [3031/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:06.7066706Z [3032/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:06.8017206Z [3033/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:06.8530448Z [3034/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:06.8834606Z [3035/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:06.8881404Z [3036/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:07.0558369Z [3037/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:07.2376820Z [3038/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:07.2529439Z [3039/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:07.3570419Z [3040/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:07.3691252Z [3041/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:07.3821916Z [3042/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:07.6651487Z [3043/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:07.7065118Z [3044/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:07.9146212Z [3045/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:07.9231847Z [3046/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:07.9901929Z [3047/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:08.0256120Z [3048/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:08.1729703Z [3049/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:08.2493143Z [3050/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:08.3275179Z [3051/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:08.4379152Z [3052/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:08.5072636Z [3053/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:08.6412173Z [3054/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:08.6785171Z [3055/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:08.7610949Z [3056/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:08.8159921Z [3057/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:08.8318515Z [3058/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:09.1164675Z [3059/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:09.2852861Z [3060/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:09.2855072Z 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-12-17T23:39:09.2856814Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-12-17T23:39:09.2857718Z with 2024-12-17T23:39:09.2857907Z [ 2024-12-17T23:39:09.2858100Z scalar_t=float, 2024-12-17T23:39:09.2858716Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-12-17T23:39:09.2859432Z ] 2024-12-17T23:39:09.2860498Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::DEFAULT::Vectorized &)' being compiled 2024-12-17T23:39:09.2861647Z with 2024-12-17T23:39:09.2861833Z [ 2024-12-17T23:39:09.2862033Z scalar_t=float, 2024-12-17T23:39:09.2862646Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2024-12-17T23:39:09.2863745Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-12-17T23:39:09.2864373Z ] 2024-12-17T23:39:09.2866521Z 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-12-17T23:39:09.2868693Z with 2024-12-17T23:39:09.2868881Z [ 2024-12-17T23:39:09.2869082Z scalar_t=scalar_t, 2024-12-17T23:39:09.2869384Z data_t=at::vec::DEFAULT::Vectorized, 2024-12-17T23:39:09.2870434Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-12-17T23:39:09.2871649Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-12-17T23:39:09.2872273Z ] 2024-12-17T23:39:09.2873874Z 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-12-17T23:39:09.2875663Z with 2024-12-17T23:39:09.2875842Z [ 2024-12-17T23:39:09.2876043Z scalar_t=scalar_t 2024-12-17T23:39:09.2876298Z ] 2024-12-17T23:39:09.2878087Z 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-12-17T23:39:09.2879788Z with 2024-12-17T23:39:09.2879987Z [ 2024-12-17T23:39:09.2880171Z scalar_t=scalar_t 2024-12-17T23:39:09.2880423Z ] 2024-12-17T23:39:09.2881626Z 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-12-17T23:39:09.2883068Z with 2024-12-17T23:39:09.2883275Z [ 2024-12-17T23:39:09.2883477Z scalar_t=scalar_t 2024-12-17T23:39:09.2883715Z ] 2024-12-17T23:39:09.3679962Z 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-12-17T23:39:09.3681320Z with 2024-12-17T23:39:09.3681522Z [ 2024-12-17T23:39:09.3681706Z scalar_t=scalar_t 2024-12-17T23:39:09.3681960Z ] 2024-12-17T23:39:09.3683038Z 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-12-17T23:39:09.3684415Z [3061/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:09.3769289Z [3062/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:09.5038427Z [3063/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:09.5076031Z [3064/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:09.5541312Z [3065/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:09.6450627Z [3066/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:09.6784614Z [3067/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:09.9639778Z [3068/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:09.9642220Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2024-12-17T23:39:09.9644444Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(900): warning C4333: '>>': right shift by too large amount, data loss 2024-12-17T23:39:10.0066452Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): note: see reference to function template instantiation 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::operator >>(const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &)' being compiled 2024-12-17T23:39:10.0068467Z [3069/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:10.0442188Z [3070/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2024-12-17T23:39:10.2026885Z [3071/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:10.2392422Z [3072/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:10.2814752Z [3073/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:10.3334040Z [3074/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:10.4105020Z [3075/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2024-12-17T23:39:10.5328209Z [3076/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2024-12-17T23:39:10.5699070Z [3077/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2024-12-17T23:39:10.6365187Z [3078/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2024-12-17T23:39:10.6575349Z [3079/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2024-12-17T23:39:10.6589514Z [3080/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2024-12-17T23:39:10.6725952Z [3081/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2024-12-17T23:39:10.7194239Z [3082/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2024-12-17T23:39:10.7314220Z [3083/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2024-12-17T23:39:10.7989205Z [3084/7654] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-3.0.2\miniz.c.obj 2024-12-17T23:39:10.8048715Z C:\actions-runner\_work\pytorch\pytorch\third_party\miniz-3.0.2\miniz.c(3137): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-12-17T23:39:10.8050234Z command line(1): note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-12-17T23:39:10.8051745Z 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-12-17T23:39:10.8053456Z [3085/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2024-12-17T23:39:10.9559237Z [3086/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2024-12-17T23:39:11.0428507Z [3087/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2024-12-17T23:39:11.0723160Z [3088/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2024-12-17T23:39:11.4610328Z [3089/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2024-12-17T23:39:11.6878108Z [3090/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2024-12-17T23:39:12.7008976Z [3091/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2024-12-17T23:39:12.8709674Z [3092/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2024-12-17T23:39:13.8601895Z [3093/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2024-12-17T23:39:13.9383015Z [3094/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2024-12-17T23:39:14.1118842Z [3095/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2024-12-17T23:39:14.2192876Z [3096/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2024-12-17T23:39:14.2600854Z [3097/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2024-12-17T23:39:14.3082763Z [3098/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2024-12-17T23:39:14.3368895Z [3099/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2024-12-17T23:39:14.3945809Z [3100/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2024-12-17T23:39:14.9293078Z [3101/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2024-12-17T23:39:15.0581876Z [3102/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2024-12-17T23:39:15.1067629Z [3103/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2024-12-17T23:39:15.1915845Z [3104/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2024-12-17T23:39:15.2697931Z [3105/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2024-12-17T23:39:15.3529277Z [3106/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2024-12-17T23:39:15.3813514Z [3107/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2024-12-17T23:39:15.7845825Z [3108/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2024-12-17T23:39:15.9254745Z [3109/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2024-12-17T23:39:16.0262829Z [3110/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2024-12-17T23:39:16.0758607Z [3111/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2024-12-17T23:39:16.1429772Z [3112/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2024-12-17T23:39:16.2460947Z [3113/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2024-12-17T23:39:16.9726384Z [3114/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2024-12-17T23:39:17.6431012Z [3115/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2024-12-17T23:39:17.8205718Z [3116/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2024-12-17T23:39:18.3002079Z [3117/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2024-12-17T23:39:18.4769342Z [3118/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2024-12-17T23:39:18.7276252Z [3119/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2024-12-17T23:39:18.7721959Z [3120/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2024-12-17T23:39:18.9431728Z [3121/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2024-12-17T23:39:18.9645129Z [3122/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2024-12-17T23:39:19.0981943Z [3123/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2024-12-17T23:39:19.1348793Z [3124/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2024-12-17T23:39:19.1514756Z [3125/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2024-12-17T23:39:19.2009502Z [3126/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2024-12-17T23:39:19.3572766Z [3127/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2024-12-17T23:39:19.5996248Z [3128/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2024-12-17T23:39:19.8011358Z [3129/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2024-12-17T23:39:19.9291662Z [3130/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2024-12-17T23:39:20.0856414Z [3131/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_package\model_package_loader.cpp.obj 2024-12-17T23:39:20.1599549Z [3132/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2024-12-17T23:39:20.1687314Z [3133/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2024-12-17T23:39:20.2928197Z [3134/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2024-12-17T23:39:20.6091150Z [3135/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_mkldnn.cpp.obj 2024-12-17T23:39:20.6593621Z [3136/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2024-12-17T23:39:20.7155376Z [3137/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2024-12-17T23:39:21.2134546Z [3138/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2024-12-17T23:39:21.2297116Z [3139/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2024-12-17T23:39:21.5217204Z [3140/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2024-12-17T23:39:21.6577719Z [3141/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2024-12-17T23:39:21.6608219Z [3142/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2024-12-17T23:39:22.0825017Z [3143/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2024-12-17T23:39:22.1466889Z [3144/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2024-12-17T23:39:22.2642985Z [3145/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2024-12-17T23:39:23.1250923Z [3146/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2024-12-17T23:39:23.4131533Z [3147/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2024-12-17T23:39:24.0504707Z [3148/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2024-12-17T23:39:24.2888302Z [3149/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2024-12-17T23:39:24.4705585Z [3150/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2024-12-17T23:39:24.5478913Z [3151/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2024-12-17T23:39:24.7370085Z [3152/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2024-12-17T23:39:24.8132202Z [3153/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2024-12-17T23:39:24.9298286Z [3154/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2024-12-17T23:39:25.1204886Z [3155/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2024-12-17T23:39:25.1278466Z [3156/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2024-12-17T23:39:25.1568654Z [3157/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2024-12-17T23:39:25.3117249Z [3158/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2024-12-17T23:39:25.3563111Z [3159/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2024-12-17T23:39:25.4054744Z [3160/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2024-12-17T23:39:25.4863710Z [3161/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2024-12-17T23:39:25.7716549Z [3162/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2024-12-17T23:39:26.0640752Z [3163/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2024-12-17T23:39:26.1004745Z [3164/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2024-12-17T23:39:26.1343550Z [3165/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2024-12-17T23:39:26.2805638Z [3166/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2024-12-17T23:39:26.2916085Z [3167/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2024-12-17T23:39:26.3236477Z [3168/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2024-12-17T23:39:26.3730749Z [3169/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2024-12-17T23:39:26.9537989Z [3170/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2024-12-17T23:39:27.0392133Z [3171/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2024-12-17T23:39:27.1002755Z [3172/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2024-12-17T23:39:27.1122191Z [3173/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2024-12-17T23:39:27.1629100Z [3174/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2024-12-17T23:39:27.2609516Z [3175/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2024-12-17T23:39:27.3007884Z [3176/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2024-12-17T23:39:27.8494263Z [3177/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2024-12-17T23:39:27.9250033Z [3178/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2024-12-17T23:39:27.9492551Z [3179/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2024-12-17T23:39:28.0614645Z [3180/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2024-12-17T23:39:28.1197662Z [3181/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2024-12-17T23:39:28.2586786Z [3182/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2024-12-17T23:39:28.5843675Z [3183/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2024-12-17T23:39:28.8231504Z [3184/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2024-12-17T23:39:28.8653937Z [3185/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2024-12-17T23:39:28.9382663Z [3186/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2024-12-17T23:39:28.9625297Z [3187/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2024-12-17T23:39:29.6433946Z [3188/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2024-12-17T23:39:29.6931144Z [3189/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2024-12-17T23:39:29.7034671Z [3190/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2024-12-17T23:39:29.7551650Z [3191/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2024-12-17T23:39:29.9642325Z [3192/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2024-12-17T23:39:30.3654200Z [3193/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2024-12-17T23:39:30.5279400Z [3194/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2024-12-17T23:39:30.5609532Z [3195/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2024-12-17T23:39:30.5826458Z [3196/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2024-12-17T23:39:30.7705253Z [3197/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2024-12-17T23:39:30.8132933Z [3198/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2024-12-17T23:39:30.8198899Z [3199/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2024-12-17T23:39:30.8615725Z [3200/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2024-12-17T23:39:31.0367019Z [3201/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2024-12-17T23:39:31.2992333Z [3202/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2024-12-17T23:39:31.5128109Z [3203/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2024-12-17T23:39:31.7689148Z [3204/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2024-12-17T23:39:31.7736432Z [3205/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2024-12-17T23:39:31.7765894Z [3206/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2024-12-17T23:39:31.8812703Z [3207/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2024-12-17T23:39:32.1917996Z [3208/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2024-12-17T23:39:32.6878989Z [3209/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2024-12-17T23:39:32.7044292Z [3210/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2024-12-17T23:39:32.8436423Z [3211/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2024-12-17T23:39:33.0721718Z [3212/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2024-12-17T23:39:33.6406509Z [3213/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2024-12-17T23:39:33.6554100Z [3214/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2024-12-17T23:39:33.8402769Z [3215/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2024-12-17T23:39:33.9094582Z [3216/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2024-12-17T23:39:33.9554920Z [3217/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2024-12-17T23:39:34.0315682Z [3218/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2024-12-17T23:39:34.5386600Z [3219/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2024-12-17T23:39:34.5452332Z [3220/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2024-12-17T23:39:34.7066485Z [3221/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2024-12-17T23:39:34.7484847Z [3222/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2024-12-17T23:39:34.9151991Z [3223/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2024-12-17T23:39:35.0463080Z [3224/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2024-12-17T23:39:35.4191683Z [3225/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2024-12-17T23:39:35.4273556Z [3226/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2024-12-17T23:39:35.4824262Z [3227/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2024-12-17T23:39:35.5523337Z [3228/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2024-12-17T23:39:36.2887261Z [3229/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2024-12-17T23:39:36.2917640Z [3230/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2024-12-17T23:39:36.3231140Z [3231/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2024-12-17T23:39:36.3859687Z [3232/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2024-12-17T23:39:36.4053963Z [3233/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2024-12-17T23:39:36.4416766Z [3234/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2024-12-17T23:39:37.2574622Z [3235/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2024-12-17T23:39:37.3505876Z [3236/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2024-12-17T23:39:37.5359953Z [3237/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2024-12-17T23:39:37.5399883Z [3238/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2024-12-17T23:39:38.1206569Z [3239/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2024-12-17T23:39:38.2652755Z [3240/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2024-12-17T23:39:38.5232279Z [3241/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2024-12-17T23:39:38.5397449Z [3242/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2024-12-17T23:39:38.5446532Z [3243/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2024-12-17T23:39:38.7749695Z [3244/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2024-12-17T23:39:39.3108099Z [3245/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2024-12-17T23:39:39.3968406Z [3246/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2024-12-17T23:39:39.4479955Z [3247/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2024-12-17T23:39:39.4650244Z [3248/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2024-12-17T23:39:39.4761972Z [3249/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2024-12-17T23:39:39.6489258Z [3250/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2024-12-17T23:39:40.2379501Z [3251/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2024-12-17T23:39:40.3143387Z [3252/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2024-12-17T23:39:40.4110488Z [3253/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2024-12-17T23:39:40.5490193Z [3254/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2024-12-17T23:39:41.4452847Z [3255/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2024-12-17T23:39:41.4711102Z [3256/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2024-12-17T23:39:41.4741369Z [3257/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2024-12-17T23:39:41.4812409Z [3258/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2024-12-17T23:39:41.5457284Z [3259/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2024-12-17T23:39:41.6214790Z [3260/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2024-12-17T23:39:42.3408094Z [3261/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2024-12-17T23:39:42.4117496Z [3262/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2024-12-17T23:39:42.4617892Z [3263/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2024-12-17T23:39:42.4744324Z [3264/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2024-12-17T23:39:42.5667300Z [3265/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2024-12-17T23:39:42.6225109Z [3266/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2024-12-17T23:39:42.6851013Z [3267/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2024-12-17T23:39:43.0387912Z [3268/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2024-12-17T23:39:43.2404354Z [3269/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2024-12-17T23:39:43.3610528Z [3270/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2024-12-17T23:39:43.4837560Z [3271/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2024-12-17T23:39:43.5375760Z [3272/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2024-12-17T23:39:43.6504600Z [3273/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2024-12-17T23:39:43.9761093Z [3274/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2024-12-17T23:39:44.1486800Z [3275/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2024-12-17T23:39:44.2442969Z [3276/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2024-12-17T23:39:44.3670288Z [3277/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2024-12-17T23:39:44.4653635Z [3278/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2024-12-17T23:39:44.5516962Z [3279/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2024-12-17T23:39:44.6053852Z [3280/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2024-12-17T23:39:44.9271565Z [3281/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2024-12-17T23:39:45.1579017Z [3282/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2024-12-17T23:39:45.3282175Z [3283/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2024-12-17T23:39:45.3554340Z [3284/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2024-12-17T23:39:45.6747996Z [3285/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2024-12-17T23:39:45.8263484Z [3286/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2024-12-17T23:39:46.0566489Z [3287/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2024-12-17T23:39:46.2149872Z [3288/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2024-12-17T23:39:46.2967741Z [3289/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2024-12-17T23:39:46.5655853Z [3290/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2024-12-17T23:39:46.6342720Z [3291/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2024-12-17T23:39:46.7057423Z [3292/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2024-12-17T23:39:46.7326316Z [3293/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2024-12-17T23:39:47.0051468Z [3294/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2024-12-17T23:39:47.1882608Z [3295/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2024-12-17T23:39:47.5688102Z [3296/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2024-12-17T23:39:47.6360360Z [3297/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2024-12-17T23:39:47.7551479Z [3298/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2024-12-17T23:39:47.7868156Z [3299/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2024-12-17T23:39:47.8887776Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(475): warning C4805: '&=': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2024-12-17T23:39:47.8890369Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(475): warning C4805: '&': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2024-12-17T23:39:47.8892157Z [3300/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2024-12-17T23:39:47.9870522Z [3301/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2024-12-17T23:39:48.0667254Z [3302/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2024-12-17T23:39:48.2214014Z [3303/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2024-12-17T23:39:48.4570865Z [3304/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2024-12-17T23:39:48.8292389Z [3305/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2024-12-17T23:39:49.0632774Z [3306/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2024-12-17T23:39:49.4888771Z [3307/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2024-12-17T23:39:49.6387941Z [3308/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2024-12-17T23:39:50.9032608Z [3309/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2024-12-17T23:39:51.0171190Z [3310/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2024-12-17T23:39:51.0745445Z [3311/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2024-12-17T23:39:51.1697820Z [3312/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2024-12-17T23:39:51.4429191Z [3313/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2024-12-17T23:39:51.5085123Z [3314/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2024-12-17T23:39:51.9298776Z [3315/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2024-12-17T23:39:52.0401652Z [3316/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2024-12-17T23:39:52.2851538Z [3317/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2024-12-17T23:39:52.3804705Z [3318/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2024-12-17T23:39:52.4919237Z [3319/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2024-12-17T23:39:52.7253993Z [3320/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2024-12-17T23:39:52.9207442Z [3321/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2024-12-17T23:39:52.9897374Z [3322/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2024-12-17T23:39:53.3994623Z [3323/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2024-12-17T23:39:53.9250247Z [3324/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2024-12-17T23:39:53.9611567Z [3325/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2024-12-17T23:39:54.2403132Z [3326/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2024-12-17T23:39:54.3051785Z [3327/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2024-12-17T23:39:54.9235553Z [3328/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2024-12-17T23:39:54.9717207Z [3329/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2024-12-17T23:39:55.1085246Z [3330/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2024-12-17T23:39:55.6198317Z [3331/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2024-12-17T23:39:55.7928188Z [3332/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2024-12-17T23:39:55.8668210Z [3333/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2024-12-17T23:39:56.0303294Z [3334/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2024-12-17T23:39:56.0498662Z [3335/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2024-12-17T23:39:56.0528573Z [3336/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2024-12-17T23:39:56.1179101Z [3337/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2024-12-17T23:39:56.7316334Z [3338/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2024-12-17T23:39:56.8123410Z [3339/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2024-12-17T23:39:57.0142546Z [3340/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2024-12-17T23:39:57.5224911Z [3341/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2024-12-17T23:39:58.6606298Z [3342/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2024-12-17T23:39:59.1153431Z [3343/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2024-12-17T23:39:59.1790339Z [3344/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2024-12-17T23:39:59.2538524Z [3345/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2024-12-17T23:39:59.8221875Z [3346/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2024-12-17T23:39:59.8896504Z [3347/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2024-12-17T23:39:59.9309993Z [3348/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2024-12-17T23:40:00.0427417Z [3349/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2024-12-17T23:40:00.1054086Z [3350/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2024-12-17T23:40:00.6457527Z [3351/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2024-12-17T23:40:00.9384189Z [3352/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2024-12-17T23:40:01.5837125Z [3353/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2024-12-17T23:40:02.0789191Z [3354/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2024-12-17T23:40:02.1907882Z [3355/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2024-12-17T23:40:02.5915527Z [3356/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2024-12-17T23:40:02.9218990Z [3357/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2024-12-17T23:40:03.0810248Z [3358/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2024-12-17T23:40:03.2383806Z [3359/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2024-12-17T23:40:03.2963709Z [3360/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2024-12-17T23:40:03.6374506Z [3361/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2024-12-17T23:40:04.0457375Z [3362/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2024-12-17T23:40:04.7397329Z [3363/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2024-12-17T23:40:05.1065671Z [3364/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2024-12-17T23:40:05.1067108Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-12-17T23:40:05.1068199Z with 2024-12-17T23:40:05.1068449Z [ 2024-12-17T23:40:05.1068644Z T=int 2024-12-17T23:40:05.1068865Z ] 2024-12-17T23:40:05.1069912Z 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-12-17T23:40:05.1865186Z with 2024-12-17T23:40:05.1865475Z [ 2024-12-17T23:40:05.1865693Z T=int 2024-12-17T23:40:05.1865956Z ] 2024-12-17T23:40:05.5964713Z [3365/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2024-12-17T23:40:05.5966289Z [3366/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2024-12-17T23:40:06.0409926Z [3367/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2024-12-17T23:40:06.3576848Z [3368/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2024-12-17T23:40:06.6781966Z [3369/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2024-12-17T23:40:07.4585020Z [3370/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2024-12-17T23:40:07.6940561Z [3371/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2024-12-17T23:40:07.6941910Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-12-17T23:40:07.6942834Z with 2024-12-17T23:40:07.6943038Z [ 2024-12-17T23:40:07.6943221Z T=int 2024-12-17T23:40:07.6943507Z ] 2024-12-17T23:40:08.1443413Z 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-12-17T23:40:08.1446128Z with 2024-12-17T23:40:08.1446343Z [ 2024-12-17T23:40:08.1446520Z T=int 2024-12-17T23:40:08.1446729Z ] 2024-12-17T23:40:08.1447291Z [3372/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2024-12-17T23:40:08.2565310Z [3373/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2024-12-17T23:40:08.9128082Z [3374/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2024-12-17T23:40:09.0009958Z [3375/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2024-12-17T23:40:09.2965940Z [3376/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2024-12-17T23:40:09.4355814Z [3377/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2024-12-17T23:40:09.4412091Z [3378/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2024-12-17T23:40:09.7838155Z [3379/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2024-12-17T23:40:09.8191402Z [3380/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2024-12-17T23:40:10.1280652Z [3381/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2024-12-17T23:40:10.3800817Z [3382/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2024-12-17T23:40:10.3943711Z [3383/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2024-12-17T23:40:10.6438950Z [3384/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2024-12-17T23:40:10.6511318Z [3385/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2024-12-17T23:40:10.7502627Z [3386/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2024-12-17T23:40:10.8538315Z [3387/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2024-12-17T23:40:10.8736958Z [3388/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2024-12-17T23:40:11.0346598Z [3389/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2024-12-17T23:40:11.3576712Z [3390/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2024-12-17T23:40:11.3996398Z [3391/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2024-12-17T23:40:11.4384664Z [3392/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2024-12-17T23:40:11.4387105Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-12-17T23:40:11.4388810Z with 2024-12-17T23:40:11.4389082Z [ 2024-12-17T23:40:11.4389347Z T=int 2024-12-17T23:40:11.4389642Z ] 2024-12-17T23:40:11.4391378Z 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-12-17T23:40:11.5474831Z with 2024-12-17T23:40:11.5475526Z [ 2024-12-17T23:40:11.5475820Z T=int 2024-12-17T23:40:11.5476150Z ] 2024-12-17T23:40:11.5477149Z [3393/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2024-12-17T23:40:11.6264524Z [3394/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2024-12-17T23:40:11.7223157Z [3395/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2024-12-17T23:40:11.7699792Z [3396/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2024-12-17T23:40:11.8236951Z [3397/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2024-12-17T23:40:11.9601436Z [3398/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2024-12-17T23:40:12.0368112Z [3399/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2024-12-17T23:40:12.2921115Z [3400/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2024-12-17T23:40:12.3299138Z [3401/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2024-12-17T23:40:12.4468522Z [3402/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2024-12-17T23:40:12.5531117Z [3403/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2024-12-17T23:40:12.6869927Z [3404/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2024-12-17T23:40:12.7157592Z [3405/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2024-12-17T23:40:12.8683984Z [3406/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2024-12-17T23:40:12.8924695Z [3407/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2024-12-17T23:40:12.9289084Z [3408/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2024-12-17T23:40:12.9836011Z [3409/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2024-12-17T23:40:13.2510273Z [3410/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2024-12-17T23:40:13.3479724Z [3411/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2024-12-17T23:40:13.6632787Z [3412/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2024-12-17T23:40:13.7082189Z [3413/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2024-12-17T23:40:13.7387367Z [3414/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2024-12-17T23:40:13.8307698Z [3415/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2024-12-17T23:40:13.9627981Z [3416/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2024-12-17T23:40:14.0042005Z [3417/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2024-12-17T23:40:14.0657021Z [3418/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2024-12-17T23:40:14.1620996Z [3419/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2024-12-17T23:40:14.4463414Z [3420/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2024-12-17T23:40:14.5123808Z [3421/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2024-12-17T23:40:14.5219934Z [3422/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2024-12-17T23:40:14.5325783Z [3423/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2024-12-17T23:40:14.6579431Z [3424/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2024-12-17T23:40:14.7629012Z [3425/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2024-12-17T23:40:14.8400906Z [3426/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2024-12-17T23:40:14.9106982Z [3427/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2024-12-17T23:40:14.9330783Z [3428/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2024-12-17T23:40:15.2179992Z [3429/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2024-12-17T23:40:15.3489190Z [3430/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2024-12-17T23:40:15.4632096Z [3431/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2024-12-17T23:40:15.6074619Z [3432/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2024-12-17T23:40:15.8875361Z [3433/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2024-12-17T23:40:16.1524216Z [3434/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2024-12-17T23:40:16.3006719Z [3435/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2024-12-17T23:40:16.4482621Z [3436/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2024-12-17T23:40:17.2880650Z [3437/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2024-12-17T23:40:17.3588598Z [3438/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2024-12-17T23:40:17.5225557Z [3439/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2024-12-17T23:40:17.5401739Z [3440/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2024-12-17T23:40:17.9266119Z [3441/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2024-12-17T23:40:18.1576099Z [3442/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2024-12-17T23:40:18.2741146Z [3443/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2024-12-17T23:40:18.4575554Z [3444/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2024-12-17T23:40:18.5168303Z [3445/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2024-12-17T23:40:18.7628043Z [3446/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2024-12-17T23:40:18.9890985Z [3447/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2024-12-17T23:40:19.2659693Z [3448/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2024-12-17T23:40:19.3155351Z [3449/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2024-12-17T23:40:19.4607712Z [3450/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2024-12-17T23:40:19.7186253Z [3451/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2024-12-17T23:40:20.2427515Z [3452/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2024-12-17T23:40:20.2611362Z [3453/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2024-12-17T23:40:20.3155737Z [3454/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2024-12-17T23:40:21.1591871Z [3455/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2024-12-17T23:40:21.3266863Z [3456/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2024-12-17T23:40:21.8411065Z [3457/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2024-12-17T23:40:21.8924634Z [3458/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2024-12-17T23:40:22.1729818Z [3459/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2024-12-17T23:40:22.2401536Z [3460/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2024-12-17T23:40:22.4782592Z [3461/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2024-12-17T23:40:22.5129346Z [3462/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2024-12-17T23:40:22.7023801Z [3463/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2024-12-17T23:40:23.2073367Z [3464/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2024-12-17T23:40:23.3221960Z [3465/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2024-12-17T23:40:23.3329230Z [3466/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2024-12-17T23:40:23.4362822Z [3467/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2024-12-17T23:40:23.4677539Z [3468/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2024-12-17T23:40:23.4883926Z [3469/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2024-12-17T23:40:23.7477318Z [3470/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2024-12-17T23:40:23.8045337Z [3471/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2024-12-17T23:40:24.0539128Z [3472/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2024-12-17T23:40:24.2819298Z [3473/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2024-12-17T23:40:24.4125074Z [3474/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2024-12-17T23:40:25.0514793Z [3475/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2024-12-17T23:40:25.1565979Z [3476/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2024-12-17T23:40:25.4743081Z [3477/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2024-12-17T23:40:25.7222956Z [3478/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2024-12-17T23:40:26.4770259Z [3479/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2024-12-17T23:40:26.6364578Z [3480/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2024-12-17T23:40:26.7052055Z [3481/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2024-12-17T23:40:26.9238461Z [3482/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2024-12-17T23:40:26.9696209Z [3483/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\DMAConnectivity.cpp.obj 2024-12-17T23:40:27.0596075Z [3484/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2024-12-17T23:40:27.3261576Z [3485/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2024-12-17T23:40:27.4403801Z [3486/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2024-12-17T23:40:28.1899269Z [3487/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2024-12-17T23:40:28.3661571Z [3488/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2024-12-17T23:40:28.9056290Z [3489/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2024-12-17T23:40:29.0928784Z [3490/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2024-12-17T23:40:30.0592179Z [3491/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2024-12-17T23:40:30.0627841Z [3492/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2024-12-17T23:40:30.3232694Z [3493/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2024-12-17T23:40:30.4170691Z [3494/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2024-12-17T23:40:30.4759920Z [3495/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2024-12-17T23:40:30.4977028Z [3496/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\SymmetricMemory.cpp.obj 2024-12-17T23:40:30.8725312Z [3497/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2024-12-17T23:40:31.5303128Z [3498/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2024-12-17T23:40:31.5790567Z [3499/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2024-12-17T23:40:32.2806966Z [3500/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2024-12-17T23:40:32.2932418Z [3501/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2024-12-17T23:40:32.3926406Z [3502/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2024-12-17T23:40:32.7194576Z [3503/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2024-12-17T23:40:33.1560593Z [3504/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2024-12-17T23:40:33.2143327Z [3505/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2024-12-17T23:40:33.3398974Z [3506/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2024-12-17T23:40:33.3642483Z [3507/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2024-12-17T23:40:33.8081646Z [3508/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2024-12-17T23:40:33.8609991Z 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-12-17T23:40:33.8611893Z [3509/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2024-12-17T23:40:34.1544870Z [3510/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2024-12-17T23:40:34.2491365Z [3511/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2024-12-17T23:40:34.9427793Z [3512/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2024-12-17T23:40:35.4147721Z [3513/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2024-12-17T23:40:35.6196428Z [3514/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2024-12-17T23:40:36.1543012Z [3515/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2024-12-17T23:40:36.4414517Z [3516/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2024-12-17T23:40:36.5107036Z [3517/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2024-12-17T23:40:36.5818716Z [3518/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2024-12-17T23:40:36.9023465Z [3519/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2024-12-17T23:40:37.4061337Z [3520/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2024-12-17T23:40:38.4408551Z [3521/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2024-12-17T23:40:38.7860845Z [3522/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2024-12-17T23:40:39.1990625Z [3523/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2024-12-17T23:40:39.6248190Z [3524/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2024-12-17T23:40:39.6673615Z [3525/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2024-12-17T23:40:39.7437682Z [3526/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2024-12-17T23:40:40.1653089Z [3527/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2024-12-17T23:40:40.7543499Z [3528/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2024-12-17T23:40:41.7616925Z [3529/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2024-12-17T23:40:41.9864712Z [3530/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2024-12-17T23:40:42.2766105Z [3531/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2024-12-17T23:40:42.7930445Z [3532/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2024-12-17T23:40:42.8410715Z [3533/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2024-12-17T23:40:42.8849111Z [3534/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2024-12-17T23:40:43.3460248Z [3535/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2024-12-17T23:40:44.0083658Z [3536/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2024-12-17T23:40:44.8736995Z [3537/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2024-12-17T23:40:45.0685704Z [3538/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2024-12-17T23:40:45.5677946Z [3539/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2024-12-17T23:40:45.9685047Z [3540/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2024-12-17T23:40:46.0595706Z [3541/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2024-12-17T23:40:46.0835479Z [3542/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2024-12-17T23:40:46.3538427Z [3543/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2024-12-17T23:40:47.0137428Z [3544/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2024-12-17T23:40:47.8431011Z [3545/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2024-12-17T23:40:48.1523875Z [3546/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2024-12-17T23:40:48.5737482Z [3547/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2024-12-17T23:40:49.0131507Z [3548/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2024-12-17T23:40:49.0251675Z [3549/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2024-12-17T23:40:49.1002540Z [3550/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2024-12-17T23:40:49.3674327Z [3551/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2024-12-17T23:40:50.0664108Z [3552/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2024-12-17T23:40:50.8575706Z [3553/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2024-12-17T23:40:51.2242316Z [3554/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2024-12-17T23:40:51.7214461Z [3555/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2024-12-17T23:40:52.2394912Z [3556/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2024-12-17T23:40:52.3226624Z [3557/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2024-12-17T23:40:52.4659517Z [3558/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2024-12-17T23:40:52.7032959Z [3559/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2024-12-17T23:40:53.1107166Z [3560/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2024-12-17T23:40:53.1866160Z [3561/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2024-12-17T23:40:53.1980244Z [3562/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2024-12-17T23:40:53.4681995Z [3563/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2024-12-17T23:40:53.6801060Z [3564/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2024-12-17T23:40:53.8147850Z [3565/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2024-12-17T23:40:54.0440865Z [3566/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2024-12-17T23:40:54.0442019Z C:\actions-runner\_work\pytorch\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-12-17T23:40:54.0443471Z 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-12-17T23:40:54.0444957Z 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-12-17T23:40:54.3666697Z 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-12-17T23:40:54.3667812Z [3567/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2024-12-17T23:40:54.4275326Z [3568/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2024-12-17T23:40:54.4276519Z C:\actions-runner\_work\pytorch\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-12-17T23:40:54.4277875Z 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-12-17T23:40:54.4279223Z 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-12-17T23:40:54.5327684Z 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-12-17T23:40:54.5329855Z [3569/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2024-12-17T23:40:54.5333256Z C:\actions-runner\_work\pytorch\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-12-17T23:40:54.5349580Z 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-12-17T23:40:54.5350972Z 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-12-17T23:40:54.6433896Z 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-12-17T23:40:54.6435451Z [3570/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2024-12-17T23:40:54.6436796Z C:\actions-runner\_work\pytorch\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-12-17T23:40:54.6438864Z 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-12-17T23:40:54.6440589Z 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-12-17T23:40:54.7874146Z 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-12-17T23:40:54.7875380Z [3571/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2024-12-17T23:40:54.8959111Z [3572/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2024-12-17T23:40:54.8960365Z C:\actions-runner\_work\pytorch\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-12-17T23:40:54.8961702Z 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-12-17T23:40:54.8963062Z 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-12-17T23:40:55.3153079Z 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-12-17T23:40:55.3154353Z [3573/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:55.3155420Z C:\actions-runner\_work\pytorch\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-12-17T23:40:55.3156770Z 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-12-17T23:40:55.3158167Z 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-12-17T23:40:55.3926479Z 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-12-17T23:40:55.3927644Z [3574/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2024-12-17T23:40:55.3956240Z [3575/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:55.3957389Z C:\actions-runner\_work\pytorch\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-12-17T23:40:55.3958695Z 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-12-17T23:40:55.3960369Z 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-12-17T23:40:55.4729476Z 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-12-17T23:40:55.4731677Z [3576/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:55.4733696Z C:\actions-runner\_work\pytorch\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-12-17T23:40:55.4735153Z 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-12-17T23:40:55.4736681Z 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-12-17T23:40:55.6726131Z 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-12-17T23:40:55.6727933Z [3577/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:55.6729596Z C:\actions-runner\_work\pytorch\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-12-17T23:40:55.6731575Z 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-12-17T23:40:55.6733582Z 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-12-17T23:40:55.8121402Z 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-12-17T23:40:55.8122621Z [3578/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:55.8123684Z C:\actions-runner\_work\pytorch\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-12-17T23:40:55.8124958Z 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-12-17T23:40:55.8126268Z 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-12-17T23:40:55.8484525Z 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-12-17T23:40:55.8486566Z [3579/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2024-12-17T23:40:55.8488155Z C:\actions-runner\_work\pytorch\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-12-17T23:40:55.8490069Z 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-12-17T23:40:55.8492140Z 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-12-17T23:40:55.9355265Z 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-12-17T23:40:55.9357515Z [3580/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:55.9359576Z C:\actions-runner\_work\pytorch\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-12-17T23:40:55.9361731Z 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-12-17T23:40:55.9364000Z 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-12-17T23:40:56.1758811Z 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-12-17T23:40:56.1761287Z [3581/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2024-12-17T23:40:56.2248516Z [3582/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:56.2249758Z C:\actions-runner\_work\pytorch\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-12-17T23:40:56.2251054Z 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-12-17T23:40:56.2252383Z 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-12-17T23:40:56.3181101Z 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-12-17T23:40:56.3182392Z [3583/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2024-12-17T23:40:56.3183543Z C:\actions-runner\_work\pytorch\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-12-17T23:40:56.3184848Z 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-12-17T23:40:56.3186286Z 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-12-17T23:40:56.3873908Z 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-12-17T23:40:56.3876204Z [3584/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:56.3878426Z C:\actions-runner\_work\pytorch\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-12-17T23:40:56.3880806Z 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-12-17T23:40:56.3883272Z 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-12-17T23:40:56.4188527Z 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-12-17T23:40:56.5382487Z [3585/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2024-12-17T23:40:56.5383584Z [3586/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:56.5384871Z C:\actions-runner\_work\pytorch\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-12-17T23:40:56.5386157Z 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-12-17T23:40:56.5389080Z 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-12-17T23:40:56.7367221Z 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-12-17T23:40:56.7368684Z [3587/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:56.7369740Z C:\actions-runner\_work\pytorch\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-12-17T23:40:56.7371216Z 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-12-17T23:40:56.7372720Z 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-12-17T23:40:56.7914072Z 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-12-17T23:40:56.7916253Z [3588/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:56.7918338Z C:\actions-runner\_work\pytorch\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-12-17T23:40:56.7920753Z 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-12-17T23:40:56.7923246Z 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-12-17T23:40:56.8371889Z 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-12-17T23:40:56.8373177Z [3589/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:56.8374446Z C:\actions-runner\_work\pytorch\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-12-17T23:40:56.8376244Z 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-12-17T23:40:56.8377729Z 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-12-17T23:40:56.9257483Z 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-12-17T23:40:56.9258845Z [3590/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2024-12-17T23:40:56.9260101Z C:\actions-runner\_work\pytorch\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-12-17T23:40:56.9261407Z 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-12-17T23:40:56.9262718Z 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-12-17T23:40:57.0143480Z 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-12-17T23:40:57.0145113Z [3591/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:57.0154680Z C:\actions-runner\_work\pytorch\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-12-17T23:40:57.0156098Z 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-12-17T23:40:57.0157807Z 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-12-17T23:40:57.0760813Z 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-12-17T23:40:57.0763045Z [3592/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:57.0764995Z C:\actions-runner\_work\pytorch\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-12-17T23:40:57.0767435Z 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-12-17T23:40:57.0769034Z 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-12-17T23:40:57.2948765Z 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-12-17T23:40:57.2950035Z [3593/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:57.2951464Z C:\actions-runner\_work\pytorch\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-12-17T23:40:57.2952829Z 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-12-17T23:40:57.2954366Z 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-12-17T23:40:57.3318713Z 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-12-17T23:40:57.3319897Z [3594/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:57.3320992Z C:\actions-runner\_work\pytorch\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-12-17T23:40:57.3322274Z 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-12-17T23:40:57.3323680Z 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-12-17T23:40:57.3960684Z 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-12-17T23:40:57.3961908Z [3595/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:57.3963168Z C:\actions-runner\_work\pytorch\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-12-17T23:40:57.3964436Z 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-12-17T23:40:57.3966063Z 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-12-17T23:40:57.4404152Z 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-12-17T23:40:57.4406645Z [3596/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:57.4409013Z C:\actions-runner\_work\pytorch\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-12-17T23:40:57.4411437Z 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-12-17T23:40:57.4414025Z 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-12-17T23:40:57.6368556Z 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-12-17T23:40:57.6369896Z [3597/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:57.6371162Z C:\actions-runner\_work\pytorch\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-12-17T23:40:57.6372828Z 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-12-17T23:40:57.6374274Z 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-12-17T23:40:57.6935559Z 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-12-17T23:40:57.6936964Z [3598/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:57.6938218Z C:\actions-runner\_work\pytorch\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-12-17T23:40:57.6939681Z 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-12-17T23:40:57.6941049Z 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-12-17T23:40:57.8328764Z 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-12-17T23:40:57.8330788Z [3599/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:57.8332427Z C:\actions-runner\_work\pytorch\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-12-17T23:40:57.8334342Z 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-12-17T23:40:57.8336482Z 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-12-17T23:40:57.8687588Z 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-12-17T23:40:57.8688847Z [3600/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:57.8689891Z C:\actions-runner\_work\pytorch\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-12-17T23:40:57.8691180Z 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-12-17T23:40:57.8692531Z 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-12-17T23:40:57.9362725Z 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-12-17T23:40:57.9365041Z [3601/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:57.9367080Z C:\actions-runner\_work\pytorch\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-12-17T23:40:57.9369496Z 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-12-17T23:40:57.9372051Z 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-12-17T23:40:57.9516024Z 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-12-17T23:40:57.9517250Z [3602/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:57.9519048Z C:\actions-runner\_work\pytorch\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-12-17T23:40:57.9520329Z 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-12-17T23:40:57.9521708Z 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-12-17T23:40:57.9665358Z 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-12-17T23:40:57.9666735Z [3603/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:57.9667896Z C:\actions-runner\_work\pytorch\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-12-17T23:40:57.9669205Z 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-12-17T23:40:57.9670590Z 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-12-17T23:40:58.0240465Z 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-12-17T23:40:58.0243006Z [3604/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:58.0245092Z C:\actions-runner\_work\pytorch\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-12-17T23:40:58.0247471Z 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-12-17T23:40:58.0250013Z 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-12-17T23:40:58.4382750Z 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-12-17T23:40:58.4383991Z [3605/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:58.4385318Z C:\actions-runner\_work\pytorch\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-12-17T23:40:58.4386571Z 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-12-17T23:40:58.4388481Z 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-12-17T23:40:58.4973668Z 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-12-17T23:40:58.4975883Z [3606/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:58.4977900Z C:\actions-runner\_work\pytorch\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-12-17T23:40:58.4980439Z 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-12-17T23:40:58.4982925Z 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-12-17T23:40:58.5993770Z 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-12-17T23:40:58.5995090Z [3607/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:58.5996295Z C:\actions-runner\_work\pytorch\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-12-17T23:40:58.5997623Z 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-12-17T23:40:58.5999626Z 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-12-17T23:40:58.6646332Z 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-12-17T23:40:58.6647635Z [3608/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:58.6648712Z C:\actions-runner\_work\pytorch\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-12-17T23:40:58.6651071Z 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-12-17T23:40:58.6652490Z 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-12-17T23:40:58.7028052Z 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-12-17T23:40:58.7030696Z [3609/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2024-12-17T23:40:58.7032721Z C:\actions-runner\_work\pytorch\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-12-17T23:40:58.7035187Z 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-12-17T23:40:58.7037803Z 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-12-17T23:40:58.7241817Z 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-12-17T23:40:58.7243033Z [3610/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:58.7244161Z C:\actions-runner\_work\pytorch\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-12-17T23:40:58.7245420Z 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-12-17T23:40:58.7247011Z 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-12-17T23:40:58.7600734Z 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-12-17T23:40:58.7602049Z [3611/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:58.7603521Z C:\actions-runner\_work\pytorch\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-12-17T23:40:58.7604971Z 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-12-17T23:40:58.7606596Z 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-12-17T23:40:58.8926741Z 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-12-17T23:40:58.8927995Z [3612/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:58.8929147Z C:\actions-runner\_work\pytorch\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-12-17T23:40:58.8930471Z 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-12-17T23:40:58.8932232Z 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-12-17T23:40:59.0459527Z 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-12-17T23:40:59.0461785Z [3613/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:59.0463803Z C:\actions-runner\_work\pytorch\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-12-17T23:40:59.0466220Z 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-12-17T23:40:59.0468742Z 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-12-17T23:40:59.1869330Z 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-12-17T23:40:59.1870539Z [3614/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:59.1871797Z C:\actions-runner\_work\pytorch\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-12-17T23:40:59.1873198Z 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-12-17T23:40:59.1874651Z 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-12-17T23:40:59.2133709Z 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-12-17T23:40:59.2136325Z [3615/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:59.3360268Z C:\actions-runner\_work\pytorch\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-12-17T23:40:59.3361443Z [3616/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:59.4620471Z C:\actions-runner\_work\pytorch\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-12-17T23:40:59.4622850Z [3617/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:59.4624065Z C:\actions-runner\_work\pytorch\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-12-17T23:40:59.4625589Z 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-12-17T23:40:59.4628079Z 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-12-17T23:40:59.4848455Z 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-12-17T23:40:59.4849780Z [3618/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:59.4851236Z C:\actions-runner\_work\pytorch\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-12-17T23:40:59.4852494Z 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-12-17T23:40:59.4854049Z 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-12-17T23:40:59.5520273Z 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-12-17T23:40:59.5522402Z [3619/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:59.5524348Z C:\actions-runner\_work\pytorch\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-12-17T23:40:59.5526753Z 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-12-17T23:40:59.5529307Z 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-12-17T23:40:59.5774986Z 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-12-17T23:40:59.5776325Z [3620/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:59.5777472Z C:\actions-runner\_work\pytorch\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-12-17T23:40:59.5778977Z 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-12-17T23:40:59.5780584Z 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-12-17T23:40:59.8057933Z 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-12-17T23:40:59.8060236Z [3621/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2024-12-17T23:40:59.8062340Z C:\actions-runner\_work\pytorch\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-12-17T23:40:59.8064807Z 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-12-17T23:40:59.8067428Z 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-12-17T23:41:00.0386580Z 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-12-17T23:41:00.0387777Z [3622/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2024-12-17T23:41:00.0388863Z C:\actions-runner\_work\pytorch\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-12-17T23:41:00.0390489Z 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-12-17T23:41:00.0391846Z 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-12-17T23:41:00.0393143Z 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-12-17T23:41:00.0394473Z 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-12-17T23:41:00.0395880Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-12-17T23:41:00.0397078Z with 2024-12-17T23:41:00.0397340Z [ 2024-12-17T23:41:00.0397592Z scalar_t=float, 2024-12-17T23:41:00.0398369Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-12-17T23:41:00.0399167Z ] 2024-12-17T23:41:00.0400419Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX2::Vectorized &)' being compiled 2024-12-17T23:41:00.0401558Z with 2024-12-17T23:41:00.0401739Z [ 2024-12-17T23:41:00.0401923Z scalar_t=float, 2024-12-17T23:41:00.0402485Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2024-12-17T23:41:00.0403337Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-12-17T23:41:00.0403972Z ] 2024-12-17T23:41:00.0406133Z 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-12-17T23:41:00.0408138Z with 2024-12-17T23:41:00.0408323Z [ 2024-12-17T23:41:00.0408501Z scalar_t=scalar_t, 2024-12-17T23:41:00.0408792Z data_t=at::vec::AVX2::Vectorized, 2024-12-17T23:41:00.0409662Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-12-17T23:41:00.0410739Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-12-17T23:41:00.0411304Z ] 2024-12-17T23:41:00.0412867Z 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-12-17T23:41:00.0414491Z with 2024-12-17T23:41:00.0414675Z [ 2024-12-17T23:41:00.0414847Z scalar_t=scalar_t 2024-12-17T23:41:00.0415078Z ] 2024-12-17T23:41:00.0416675Z 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-12-17T23:41:00.0418416Z with 2024-12-17T23:41:00.0418600Z [ 2024-12-17T23:41:00.0418799Z scalar_t=scalar_t 2024-12-17T23:41:00.0419019Z ] 2024-12-17T23:41:00.0420193Z 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-12-17T23:41:00.0421417Z with 2024-12-17T23:41:00.0421660Z [ 2024-12-17T23:41:00.0421860Z scalar_t=scalar_t 2024-12-17T23:41:00.0422189Z ] 2024-12-17T23:41:00.1134110Z 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-12-17T23:41:00.1136727Z with 2024-12-17T23:41:00.1137060Z [ 2024-12-17T23:41:00.1137386Z scalar_t=scalar_t 2024-12-17T23:41:00.1137819Z ] 2024-12-17T23:41:00.1245836Z 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-12-17T23:41:00.1248483Z [3623/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2024-12-17T23:41:00.1250467Z C:\actions-runner\_work\pytorch\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-12-17T23:41:00.1252992Z 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-12-17T23:41:00.1255529Z 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-12-17T23:41:00.1258337Z 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-12-17T23:41:00.1260798Z [3624/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2024-12-17T23:41:00.1262982Z C:\actions-runner\_work\pytorch\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-12-17T23:41:00.1265396Z 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-12-17T23:41:00.1267767Z 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-12-17T23:41:00.1872420Z 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-12-17T23:41:00.1873785Z [3625/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2024-12-17T23:41:00.2471413Z C:\actions-runner\_work\pytorch\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-12-17T23:41:00.2472760Z [3626/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2024-12-17T23:41:00.4173564Z C:\actions-runner\_work\pytorch\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-12-17T23:41:00.4175855Z [3627/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2024-12-17T23:41:00.4177812Z C:\actions-runner\_work\pytorch\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-12-17T23:41:00.4180204Z 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-12-17T23:41:00.4182676Z 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-12-17T23:41:00.4414934Z 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-12-17T23:41:00.4417207Z [3628/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2024-12-17T23:41:00.4575882Z C:\actions-runner\_work\pytorch\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-12-17T23:41:00.4577001Z [3629/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2024-12-17T23:41:00.4578090Z C:\actions-runner\_work\pytorch\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-12-17T23:41:00.4579377Z 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-12-17T23:41:00.4580689Z 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-12-17T23:41:00.7201852Z 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-12-17T23:41:00.7203394Z [3630/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2024-12-17T23:41:00.7204663Z C:\actions-runner\_work\pytorch\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-12-17T23:41:00.7206072Z 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-12-17T23:41:00.7207526Z 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-12-17T23:41:00.7308748Z 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-12-17T23:41:00.7310466Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2024-12-17T23:41:00.7311627Z [3631/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2024-12-17T23:41:00.7312740Z C:\actions-runner\_work\pytorch\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-12-17T23:41:00.7314139Z 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-12-17T23:41:00.7315965Z 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-12-17T23:41:00.9238209Z 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-12-17T23:41:00.9239516Z [3632/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2024-12-17T23:41:00.9240637Z C:\actions-runner\_work\pytorch\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-12-17T23:41:00.9241921Z 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-12-17T23:41:00.9243224Z 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-12-17T23:41:00.9578771Z 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-12-17T23:41:00.9580994Z [3633/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2024-12-17T23:41:01.0135972Z [3634/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2024-12-17T23:41:01.0137125Z C:\actions-runner\_work\pytorch\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-12-17T23:41:01.0138400Z 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-12-17T23:41:01.0139775Z 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-12-17T23:41:01.0687793Z 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-12-17T23:41:01.0689105Z [3635/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2024-12-17T23:41:01.0847100Z C:\actions-runner\_work\pytorch\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-12-17T23:41:01.0849519Z 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-12-17T23:41:01.0851900Z 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-12-17T23:41:01.0854371Z 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-12-17T23:41:01.0857018Z [3636/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2024-12-17T23:41:01.0859181Z C:\actions-runner\_work\pytorch\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-12-17T23:41:01.0861607Z 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-12-17T23:41:01.0864136Z 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-12-17T23:41:01.1938973Z 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-12-17T23:41:01.1941348Z [3637/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2024-12-17T23:41:01.1943345Z C:\actions-runner\_work\pytorch\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-12-17T23:41:01.1945687Z 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-12-17T23:41:01.1948179Z 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-12-17T23:41:01.2768396Z 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-12-17T23:41:01.2769692Z [3638/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2024-12-17T23:41:01.4707196Z [3639/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2024-12-17T23:41:01.4965104Z [3640/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2024-12-17T23:41:01.6258569Z [3641/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2024-12-17T23:41:01.8928863Z [3642/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:01.8970425Z [3643/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:01.9549655Z [3644/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:01.9896945Z [3645/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2024-12-17T23:41:02.0152667Z [3646/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:02.0549575Z [3647/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:02.2341703Z [3648/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:02.4179139Z [3649/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:02.5049701Z [3650/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2024-12-17T23:41:02.6181856Z [3651/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:02.7671611Z [3652/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:02.7766757Z [3653/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:02.9352432Z [3654/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:02.9709851Z [3655/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:03.0096285Z [3656/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:03.0464491Z [3657/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2024-12-17T23:41:03.2127648Z [3658/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:03.3303770Z [3659/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:03.5658091Z [3660/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:03.5715315Z [3661/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:03.5795794Z [3662/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:03.7027716Z [3663/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:03.8169481Z [3664/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:03.8908836Z [3665/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:03.9333912Z [3666/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:04.1254842Z [3667/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:04.1490532Z [3668/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:04.1575818Z [3669/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:04.1779383Z [3670/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:04.4931544Z [3671/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:04.6320760Z [3672/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:04.7126259Z [3673/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:04.7501894Z [3674/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:04.7746255Z [3675/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:04.9361997Z [3676/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2024-12-17T23:41:04.9925016Z [3677/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:05.0633731Z [3678/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:05.0716886Z [3679/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:05.2707170Z [3680/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:05.4348123Z [3681/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:05.5256449Z [3682/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:05.5466355Z [3683/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:05.5693870Z [3684/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:05.6104887Z [3685/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:05.7172800Z [3686/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:06.0024954Z [3687/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:06.1926460Z [3688/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:06.1928721Z 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-12-17T23:41:06.1931392Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-12-17T23:41:06.1933148Z with 2024-12-17T23:41:06.1933469Z [ 2024-12-17T23:41:06.1933804Z scalar_t=float, 2024-12-17T23:41:06.1934825Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-12-17T23:41:06.1935901Z ] 2024-12-17T23:41:06.1937908Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX512::Vectorized &)' being compiled 2024-12-17T23:41:06.1940149Z with 2024-12-17T23:41:06.1940478Z [ 2024-12-17T23:41:06.1940819Z scalar_t=float, 2024-12-17T23:41:06.1942156Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2024-12-17T23:41:06.1943932Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-12-17T23:41:06.1945014Z ] 2024-12-17T23:41:06.1948831Z 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-12-17T23:41:06.1952900Z with 2024-12-17T23:41:06.1953234Z [ 2024-12-17T23:41:06.1953580Z scalar_t=scalar_t, 2024-12-17T23:41:06.1954199Z data_t=at::vec::AVX512::Vectorized, 2024-12-17T23:41:06.1955833Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-12-17T23:41:06.1957966Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-12-17T23:41:06.1959052Z ] 2024-12-17T23:41:06.1962159Z 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-12-17T23:41:06.1965855Z with 2024-12-17T23:41:06.1966188Z [ 2024-12-17T23:41:06.1966516Z scalar_t=scalar_t 2024-12-17T23:41:06.1966950Z ] 2024-12-17T23:41:06.1970130Z 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-12-17T23:41:06.1973281Z with 2024-12-17T23:41:06.1973651Z [ 2024-12-17T23:41:06.1973948Z scalar_t=scalar_t 2024-12-17T23:41:06.1974396Z ] 2024-12-17T23:41:06.1976497Z 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-12-17T23:41:06.1978820Z with 2024-12-17T23:41:06.1979149Z [ 2024-12-17T23:41:06.1979790Z scalar_t=scalar_t 2024-12-17T23:41:06.1980236Z ] 2024-12-17T23:41:06.2134602Z 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-12-17T23:41:06.2136092Z with 2024-12-17T23:41:06.2136274Z [ 2024-12-17T23:41:06.2136462Z scalar_t=scalar_t 2024-12-17T23:41:06.2136744Z ] 2024-12-17T23:41:06.2137855Z 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-12-17T23:41:06.2139429Z [3689/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:06.2715430Z [3690/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:06.2803501Z [3691/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:06.3783494Z [3692/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:06.4126006Z [3693/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2024-12-17T23:41:06.5508539Z [3694/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:06.6204396Z [3695/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:06.8305902Z [3696/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:06.8796208Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2024-12-17T23:41:06.8798349Z [3697/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:07.0644556Z [3698/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:07.1005799Z [3699/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2024-12-17T23:41:07.1969011Z [3700/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2024-12-17T23:41:07.2378346Z [3701/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:07.2563793Z [3702/7654] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2024-12-17T23:41:07.2643525Z [3703/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDAContext.cpp.obj 2024-12-17T23:41:07.7869772Z [3704/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\Exceptions.cpp.obj 2024-12-17T23:41:07.7958135Z [3705/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CuSparseHandlePool.cpp.obj 2024-12-17T23:41:07.9308630Z [3706/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\EmptyTensor.cpp.obj 2024-12-17T23:41:07.9718978Z [3707/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDASparseDescriptors.cpp.obj 2024-12-17T23:41:08.0951954Z [3708/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CachingHostAllocator.cpp.obj 2024-12-17T23:41:08.1638584Z [3709/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\llvm_basic.cpp.obj 2024-12-17T23:41:08.2728568Z [3710/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\llvm_complex.cpp.obj 2024-12-17T23:41:08.3599418Z [3711/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\PeerToPeerAccess.cpp.obj 2024-12-17T23:41:08.6047879Z [3712/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\detail\LazyNVRTC.cpp.obj 2024-12-17T23:41:08.6708509Z [3713/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDAGraph.cpp.obj 2024-12-17T23:41:08.6959519Z [3714/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDAGeneratorImpl.cpp.obj 2024-12-17T23:41:08.8804394Z [3715/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\detail\CUDAHooks.cpp.obj 2024-12-17T23:41:08.9899801Z [3716/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorCompare.cpp.obj 2024-12-17T23:41:09.1261613Z [3717/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Resize.cpp.obj 2024-12-17T23:41:09.1550394Z [3718/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SpectralOps.cpp.obj 2024-12-17T23:41:09.3661932Z [3719/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\ConvPlaceholders.cpp.obj 2024-12-17T23:41:09.5587272Z [3720/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\AffineGridGenerator.cpp.obj 2024-12-17T23:41:09.6346706Z [3721/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\BatchNorm.cpp.obj 2024-12-17T23:41:09.8316979Z [3722/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\ConvShared.cpp.obj 2024-12-17T23:41:09.9480904Z [3723/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\Conv_v7.cpp.obj 2024-12-17T23:41:10.1461361Z [3724/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\GridSampler.cpp.obj 2024-12-17T23:41:10.2793810Z [3725/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\LossCTC.cpp.obj 2024-12-17T23:41:10.3055664Z [3726/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\Conv_v8.cpp.obj 2024-12-17T23:41:10.5458914Z [3727/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\miopen\BatchNorm_miopen.cpp.obj 2024-12-17T23:41:10.6085367Z [3728/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\RNN.cpp.obj 2024-12-17T23:41:10.7559355Z [3729/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\miopen\Conv_miopen.cpp.obj 2024-12-17T23:41:10.8806457Z [3730/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\miopen\RNN_miopen.cpp.obj 2024-12-17T23:41:11.7263236Z [3731/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\BinaryOps.cpp.obj 2024-12-17T23:41:12.6345566Z [3732/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\MHA.cpp.obj 2024-12-17T23:41:12.9038265Z [3733/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorTransformerUtils.cpp.obj 2024-12-17T23:41:12.9564967Z [3734/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\Activation.cpp.obj 2024-12-17T23:41:13.6203602Z [3735/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\ConvPrepack.cpp.obj 2024-12-17T23:41:13.6896261Z [3736/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\Conv.cpp.obj 2024-12-17T23:41:13.7635258Z [3737/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\ConvUnpackImpl.cpp.obj 2024-12-17T23:41:14.6001258Z [3738/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\sdp_utils.cpp.obj 2024-12-17T23:41:14.7299662Z [3739/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\Linear.cpp.obj 2024-12-17T23:41:15.3452507Z [3740/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\cuSPARSELtOps.cpp.obj 2024-12-17T23:41:15.3854575Z [3741/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\Handle.cpp.obj 2024-12-17T23:41:15.6084985Z [3742/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\LinearPrepack.cpp.obj 2024-12-17T23:41:15.7974708Z [3743/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\LinearUnpackImpl.cpp.obj 2024-12-17T23:41:15.8180151Z [3744/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\Pooling.cpp.obj 2024-12-17T23:41:16.3571879Z [3745/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\distributed\c10d\reducer_cuda.cpp.obj 2024-12-17T23:41:16.6416043Z [3746/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.cpp.obj 2024-12-17T23:41:16.6647451Z [3747/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\AutocastRNN.cpp.obj 2024-12-17T23:41:17.3056460Z [3748/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\Sleep.cu.obj 2024-12-17T23:41:17.5765721Z Sleep.cu 2024-12-17T23:41:17.5766008Z tmpxft_00000504_00000000-7_Sleep.cudafe1.cpp 2024-12-17T23:41:17.5766613Z [3749/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\Descriptors.cpp.obj 2024-12-17T23:41:18.2564829Z [3750/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\Types.cpp.obj 2024-12-17T23:41:18.5298784Z [3751/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorFactories.cu.obj 2024-12-17T23:41:18.7739661Z TensorFactories.cu 2024-12-17T23:41:18.7740016Z tmpxft_0000103c_00000000-7_TensorFactories.cudafe1.cpp 2024-12-17T23:41:18.7740799Z [3752/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\cub-RadixSortKeys.cu.obj 2024-12-17T23:41:18.9557129Z cub-RadixSortKeys.cu 2024-12-17T23:41:18.9557518Z tmpxft_00001070_00000000-7_cub-RadixSortKeys.cudafe1.cpp 2024-12-17T23:41:18.9558165Z [3753/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\detail\IndexUtils.cu.obj 2024-12-17T23:41:19.1321732Z IndexUtils.cu 2024-12-17T23:41:19.1322245Z tmpxft_0000166c_00000000-7_IndexUtils.cudafe1.cpp 2024-12-17T23:41:19.1323291Z [3754/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\cub.cu.obj 2024-12-17T23:41:19.2436773Z cub.cu 2024-12-17T23:41:19.2437324Z tmpxft_000011ac_00000000-7_cub.cudafe1.cpp 2024-12-17T23:41:19.2438402Z [3755/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\cub-RadixSortPairs.cu.obj 2024-12-17T23:41:20.2221942Z cub-RadixSortPairs.cu 2024-12-17T23:41:20.2222380Z tmpxft_00001564_00000000-7_cub-RadixSortPairs.cudafe1.cpp 2024-12-17T23:41:20.2223017Z [3756/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\jiterator.cu.obj 2024-12-17T23:41:20.2749651Z jiterator.cu 2024-12-17T23:41:20.2750166Z tmpxft_00001444_00000000-7_jiterator.cudafe1.cpp 2024-12-17T23:41:20.2751314Z [3757/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AbsKernel.cu.obj 2024-12-17T23:41:20.5264045Z AbsKernel.cu 2024-12-17T23:41:20.5264367Z tmpxft_00000540_00000000-7_AbsKernel.cudafe1.cpp 2024-12-17T23:41:20.5265217Z [3758/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationEluKernel.cu.obj 2024-12-17T23:41:20.8217700Z ActivationEluKernel.cu 2024-12-17T23:41:20.8218119Z tmpxft_00001674_00000000-7_ActivationEluKernel.cudafe1.cpp 2024-12-17T23:41:20.8218957Z [3759/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationGeluKernel.cu.obj 2024-12-17T23:41:21.0136568Z ActivationGeluKernel.cu 2024-12-17T23:41:21.0137266Z tmpxft_000015e8_00000000-7_ActivationGeluKernel.cudafe1.cpp 2024-12-17T23:41:21.0138608Z [3760/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationGluKernel.cu.obj 2024-12-17T23:41:21.2509672Z ActivationGluKernel.cu 2024-12-17T23:41:21.2510208Z tmpxft_000016dc_00000000-7_ActivationGluKernel.cudafe1.cpp 2024-12-17T23:41:21.2510950Z [3761/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardshrinkKernel.cu.obj 2024-12-17T23:41:21.2939721Z ActivationHardshrinkKernel.cu 2024-12-17T23:41:21.2940993Z tmpxft_00000770_00000000-7_ActivationHardshrinkKernel.cudafe1.cpp 2024-12-17T23:41:21.2942469Z [3762/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardsigmoidKernel.cu.obj 2024-12-17T23:41:22.2824341Z ActivationHardsigmoidKernel.cu 2024-12-17T23:41:22.2824834Z tmpxft_000016cc_00000000-7_ActivationHardsigmoidKernel.cudafe1.cpp 2024-12-17T23:41:22.2825618Z [3763/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardswishKernel.cu.obj 2024-12-17T23:41:22.3722860Z ActivationHardswishKernel.cu 2024-12-17T23:41:22.3723325Z tmpxft_000017b4_00000000-7_ActivationHardswishKernel.cudafe1.cpp 2024-12-17T23:41:22.3724124Z [3764/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardtanhKernel.cu.obj 2024-12-17T23:41:22.5650751Z ActivationHardtanhKernel.cu 2024-12-17T23:41:22.5651352Z tmpxft_000012f4_00000000-7_ActivationHardtanhKernel.cudafe1.cpp 2024-12-17T23:41:22.5652215Z [3765/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationLeakyReluKernel.cu.obj 2024-12-17T23:41:22.8550027Z ActivationLeakyReluKernel.cu 2024-12-17T23:41:22.8550820Z tmpxft_000005d8_00000000-7_ActivationLeakyReluKernel.cudafe1.cpp 2024-12-17T23:41:22.8552222Z [3766/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationLogSigmoidKernel.cu.obj 2024-12-17T23:41:23.0310862Z ActivationLogSigmoidKernel.cu 2024-12-17T23:41:23.0311623Z tmpxft_000014f8_00000000-7_ActivationLogSigmoidKernel.cudafe1.cpp 2024-12-17T23:41:23.0312809Z [3767/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationMishKernel.cu.obj 2024-12-17T23:41:23.2471421Z ActivationMishKernel.cu 2024-12-17T23:41:23.2471930Z tmpxft_00001678_00000000-7_ActivationMishKernel.cudafe1.cpp 2024-12-17T23:41:23.2472875Z [3768/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationPreluKernel.cu.obj 2024-12-17T23:41:23.3089176Z ActivationPreluKernel.cu 2024-12-17T23:41:23.3089779Z tmpxft_00001548_00000000-7_ActivationPreluKernel.cudafe1.cpp 2024-12-17T23:41:23.3090743Z [3769/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationSiluKernel.cu.obj 2024-12-17T23:41:24.3501745Z ActivationSiluKernel.cu 2024-12-17T23:41:24.3502143Z tmpxft_00000fe4_00000000-7_ActivationSiluKernel.cudafe1.cpp 2024-12-17T23:41:24.3502953Z [3770/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationSoftplusKernel.cu.obj 2024-12-17T23:41:24.4291026Z ActivationSoftplusKernel.cu 2024-12-17T23:41:24.4291675Z tmpxft_00001014_00000000-7_ActivationSoftplusKernel.cudafe1.cpp 2024-12-17T23:41:24.4292438Z [3771/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationSoftshrinkKernel.cu.obj 2024-12-17T23:41:24.6888189Z ActivationSoftshrinkKernel.cu 2024-12-17T23:41:24.6889142Z tmpxft_000011bc_00000000-7_ActivationSoftshrinkKernel.cudafe1.cpp 2024-12-17T23:41:24.6890638Z [3772/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationThresholdKernel.cu.obj 2024-12-17T23:41:25.5296830Z ActivationThresholdKernel.cu 2024-12-17T23:41:25.5297664Z tmpxft_000017ac_00000000-7_ActivationThresholdKernel.cudafe1.cpp 2024-12-17T23:41:25.5299091Z [3773/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveAveragePooling.cu.obj 2024-12-17T23:41:25.6989978Z AdaptiveAveragePooling.cu 2024-12-17T23:41:25.6990519Z tmpxft_000002ec_00000000-7_AdaptiveAveragePooling.cudafe1.cpp 2024-12-17T23:41:25.6991325Z [3774/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveAveragePooling3d.cu.obj 2024-12-17T23:41:25.9270146Z AdaptiveAveragePooling3d.cu 2024-12-17T23:41:25.9270927Z tmpxft_000003e8_00000000-7_AdaptiveAveragePooling3d.cudafe1.cpp 2024-12-17T23:41:25.9274506Z [3775/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveMaxPooling2d.cu.obj 2024-12-17T23:41:25.9621746Z AdaptiveMaxPooling2d.cu 2024-12-17T23:41:25.9622208Z tmpxft_00000e44_00000000-7_AdaptiveMaxPooling2d.cudafe1.cpp 2024-12-17T23:41:25.9623163Z [3776/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveMaxPooling3d.cu.obj 2024-12-17T23:41:26.9307676Z AdaptiveMaxPooling3d.cu 2024-12-17T23:41:26.9308096Z tmpxft_0000124c_00000000-7_AdaptiveMaxPooling3d.cudafe1.cpp 2024-12-17T23:41:26.9308772Z [3777/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AmpKernels.cu.obj 2024-12-17T23:41:26.9751865Z AmpKernels.cu 2024-12-17T23:41:26.9752409Z tmpxft_000014e8_00000000-7_AmpKernels.cudafe1.cpp 2024-12-17T23:41:26.9753621Z [3778/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AveragePool2d.cu.obj 2024-12-17T23:41:27.1969718Z AveragePool2d.cu 2024-12-17T23:41:27.1970115Z tmpxft_000005c0_00000000-7_AveragePool2d.cudafe1.cpp 2024-12-17T23:41:27.1970779Z [3779/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AveragePool3d.cu.obj 2024-12-17T23:41:27.5187944Z AveragePool3d.cu 2024-12-17T23:41:27.5188510Z tmpxft_00000dcc_00000000-7_AveragePool3d.cudafe1.cpp 2024-12-17T23:41:27.5190274Z [3780/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryBitwiseOpsKernels.cu.obj 2024-12-17T23:41:27.7936636Z BinaryBitwiseOpsKernels.cu 2024-12-17T23:41:27.7937394Z tmpxft_00000e48_00000000-7_BinaryBitwiseOpsKernels.cudafe1.cpp 2024-12-17T23:41:27.7939298Z [3781/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryDivFloorKernel.cu.obj 2024-12-17T23:41:28.0700243Z BinaryDivFloorKernel.cu 2024-12-17T23:41:28.0700878Z tmpxft_00001150_00000000-7_BinaryDivFloorKernel.cudafe1.cpp 2024-12-17T23:41:28.0702156Z [3782/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryDivTrueKernel.cu.obj 2024-12-17T23:41:28.0797259Z BinaryDivTrueKernel.cu 2024-12-17T23:41:28.0797914Z tmpxft_00001354_00000000-7_BinaryDivTrueKernel.cudafe1.cpp 2024-12-17T23:41:28.0799248Z [3783/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryDivTruncKernel.cu.obj 2024-12-17T23:41:28.9390822Z BinaryDivTruncKernel.cu 2024-12-17T23:41:28.9391269Z tmpxft_00000d80_00000000-7_BinaryDivTruncKernel.cudafe1.cpp 2024-12-17T23:41:28.9392188Z [3784/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryGeometricKernels.cu.obj 2024-12-17T23:41:29.0942555Z BinaryGeometricKernels.cu 2024-12-17T23:41:29.0942994Z tmpxft_000005d0_00000000-7_BinaryGeometricKernels.cudafe1.cpp 2024-12-17T23:41:29.0943721Z [3785/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryLogicalOpsKernels.cu.obj 2024-12-17T23:41:29.3555219Z BinaryLogicalOpsKernels.cu 2024-12-17T23:41:29.3555679Z tmpxft_000015f8_00000000-7_BinaryLogicalOpsKernels.cudafe1.cpp 2024-12-17T23:41:29.3556635Z [3786/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryMiscBackwardOpsKernels.cu.obj 2024-12-17T23:41:29.5240830Z BinaryMiscBackwardOpsKernels.cu 2024-12-17T23:41:29.5241668Z tmpxft_000009f0_00000000-7_BinaryMiscBackwardOpsKernels.cudafe1.cpp 2024-12-17T23:41:29.5243049Z [3787/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryMiscOpsKernels.cu.obj 2024-12-17T23:41:29.9556556Z BinaryMiscOpsKernels.cu 2024-12-17T23:41:29.9557680Z tmpxft_00000dd4_00000000-7_BinaryMiscOpsKernels.cudafe1.cpp 2024-12-17T23:41:29.9559221Z [3788/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryMulKernel.cu.obj 2024-12-17T23:41:30.2346475Z BinaryMulKernel.cu 2024-12-17T23:41:30.2346851Z tmpxft_00001168_00000000-7_BinaryMulKernel.cudafe1.cpp 2024-12-17T23:41:30.2347761Z [3789/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryRemainderKernel.cu.obj 2024-12-17T23:41:30.3375998Z BinaryRemainderKernel.cu 2024-12-17T23:41:30.3377093Z tmpxft_000015d0_00000000-7_BinaryRemainderKernel.cudafe1.cpp 2024-12-17T23:41:30.3378740Z [3790/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryShiftOpsKernels.cu.obj 2024-12-17T23:41:31.5352898Z BinaryShiftOpsKernels.cu 2024-12-17T23:41:31.5353331Z tmpxft_0000154c_00000000-7_BinaryShiftOpsKernels.cudafe1.cpp 2024-12-17T23:41:31.5354042Z [3791/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CompareEQKernel.cu.obj 2024-12-17T23:41:31.6439427Z CompareEQKernel.cu 2024-12-17T23:41:31.6440013Z tmpxft_000010b4_00000000-7_CompareEQKernel.cudafe1.cpp 2024-12-17T23:41:31.6441153Z [3792/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Bucketization.cu.obj 2024-12-17T23:41:31.6818695Z Bucketization.cu 2024-12-17T23:41:31.6819206Z tmpxft_00000568_00000000-7_Bucketization.cudafe1.cpp 2024-12-17T23:41:31.6820190Z [3793/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CUDAScalar.cu.obj 2024-12-17T23:41:31.8858064Z CUDAScalar.cu 2024-12-17T23:41:31.8858568Z tmpxft_00001930_00000000-7_CUDAScalar.cudafe1.cpp 2024-12-17T23:41:31.8859741Z [3794/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CompareKernels.cu.obj 2024-12-17T23:41:32.0148670Z CompareKernels.cu 2024-12-17T23:41:32.0149896Z tmpxft_00000694_00000000-7_CompareKernels.cudafe1.cpp 2024-12-17T23:41:32.0152291Z [3795/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Col2Im.cu.obj 2024-12-17T23:41:32.9989083Z Col2Im.cu 2024-12-17T23:41:32.9989548Z tmpxft_0000154c_00000000-7_Col2Im.cudafe1.cpp 2024-12-17T23:41:32.9990888Z [3796/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ConvolutionMM2d.cu.obj 2024-12-17T23:41:33.0022906Z ConvolutionMM2d.cu 2024-12-17T23:41:33.0023491Z tmpxft_000010c8_00000000-7_ConvolutionMM2d.cudafe1.cpp 2024-12-17T23:41:33.0024620Z [3797/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ComplexKernel.cu.obj 2024-12-17T23:41:33.6969490Z ComplexKernel.cu 2024-12-17T23:41:33.6969860Z tmpxft_000016d0_00000000-7_ComplexKernel.cudafe1.cpp 2024-12-17T23:41:33.6970799Z [3798/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CopysignKernel.cu.obj 2024-12-17T23:41:34.2270275Z CopysignKernel.cu 2024-12-17T23:41:34.2270884Z tmpxft_00000c50_00000000-7_CopysignKernel.cudafe1.cpp 2024-12-17T23:41:34.2271904Z [3799/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CrossKernel.cu.obj 2024-12-17T23:41:34.2348606Z CrossKernel.cu 2024-12-17T23:41:34.2348935Z tmpxft_00000bd4_00000000-7_CrossKernel.cudafe1.cpp 2024-12-17T23:41:34.2349655Z [3800/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Copy.cu.obj 2024-12-17T23:41:34.3590990Z Copy.cu 2024-12-17T23:41:34.3591380Z tmpxft_000015cc_00000000-7_Copy.cudafe1.cpp 2024-12-17T23:41:34.3592477Z [3801/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CumminmaxKernel.cu.obj 2024-12-17T23:41:34.5304597Z CumminmaxKernel.cu 2024-12-17T23:41:34.5305247Z tmpxft_000011ec_00000000-7_CumminmaxKernel.cudafe1.cpp 2024-12-17T23:41:34.5306455Z [3802/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CumprodKernel.cu.obj 2024-12-17T23:41:35.5288844Z CumprodKernel.cu 2024-12-17T23:41:35.5289412Z tmpxft_00001814_00000000-7_CumprodKernel.cudafe1.cpp 2024-12-17T23:41:35.5290625Z [3803/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CumsumKernel.cu.obj 2024-12-17T23:41:35.7033847Z CumsumKernel.cu 2024-12-17T23:41:35.7034629Z tmpxft_000007a0_00000000-7_CumsumKernel.cudafe1.cpp 2024-12-17T23:41:35.7035858Z [3804/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DepthwiseConv2d.cu.obj 2024-12-17T23:41:36.3795126Z DepthwiseConv2d.cu 2024-12-17T23:41:36.3795504Z tmpxft_00001560_00000000-7_DepthwiseConv2d.cudafe1.cpp 2024-12-17T23:41:36.3796176Z [3805/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DepthwiseConv3d.cu.obj 2024-12-17T23:41:36.8406831Z DepthwiseConv3d.cu 2024-12-17T23:41:36.8407289Z tmpxft_0000158c_00000000-7_DepthwiseConv3d.cudafe1.cpp 2024-12-17T23:41:36.8408143Z [3806/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DilatedMaxPool3d.cu.obj 2024-12-17T23:41:36.8554012Z DilatedMaxPool3d.cu 2024-12-17T23:41:36.8554386Z tmpxft_00000394_00000000-7_DilatedMaxPool3d.cudafe1.cpp 2024-12-17T23:41:36.8555094Z [3807/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionBernoulli.cu.obj 2024-12-17T23:41:36.9022943Z DistributionBernoulli.cu 2024-12-17T23:41:36.9023652Z tmpxft_00000fd0_00000000-7_DistributionBernoulli.cudafe1.cpp 2024-12-17T23:41:36.9024889Z [3808/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DilatedMaxPool2d.cu.obj 2024-12-17T23:41:37.0643542Z DilatedMaxPool2d.cu 2024-12-17T23:41:37.0644172Z tmpxft_00000f54_00000000-7_DilatedMaxPool2d.cudafe1.cpp 2024-12-17T23:41:37.0645806Z [3809/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistanceKernel.cu.obj 2024-12-17T23:41:37.8280567Z DistanceKernel.cu 2024-12-17T23:41:37.8281147Z tmpxft_00001624_00000000-7_DistanceKernel.cudafe1.cpp 2024-12-17T23:41:37.8282994Z [3810/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionCauchyKernel.cu.obj 2024-12-17T23:41:38.0482087Z DistributionCauchyKernel.cu 2024-12-17T23:41:38.0482562Z tmpxft_000014a0_00000000-7_DistributionCauchyKernel.cudafe1.cpp 2024-12-17T23:41:38.0483426Z [3811/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionExponentialKernel.cu.obj 2024-12-17T23:41:38.7233348Z DistributionExponentialKernel.cu 2024-12-17T23:41:38.7234291Z tmpxft_000018bc_00000000-7_DistributionExponentialKernel.cudafe1.cpp 2024-12-17T23:41:38.7235799Z [3812/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionGeometricKernel.cu.obj 2024-12-17T23:41:39.2220138Z DistributionGeometricKernel.cu 2024-12-17T23:41:39.2220707Z tmpxft_000015cc_00000000-7_DistributionGeometricKernel.cudafe1.cpp 2024-12-17T23:41:39.2221503Z [3813/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionNormal.cu.obj 2024-12-17T23:41:39.2395036Z DistributionNormal.cu 2024-12-17T23:41:39.2395697Z tmpxft_00001294_00000000-7_DistributionNormal.cudafe1.cpp 2024-12-17T23:41:39.2396641Z [3814/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionLogNormalKernel.cu.obj 2024-12-17T23:41:39.3124148Z DistributionLogNormalKernel.cu 2024-12-17T23:41:39.3125018Z tmpxft_000017e0_00000000-7_DistributionLogNormalKernel.cudafe1.cpp 2024-12-17T23:41:39.3126583Z [3815/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionRandomKernel.cu.obj 2024-12-17T23:41:39.4281152Z DistributionRandomKernel.cu 2024-12-17T23:41:39.4282224Z tmpxft_0000100c_00000000-7_DistributionRandomKernel.cudafe1.cpp 2024-12-17T23:41:39.4283600Z [3816/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionUniform.cu.obj 2024-12-17T23:41:40.2009527Z DistributionUniform.cu 2024-12-17T23:41:40.2010838Z tmpxft_0000146c_00000000-7_DistributionUniform.cudafe1.cpp 2024-12-17T23:41:40.2012139Z [3817/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Distributions.cu.obj 2024-12-17T23:41:41.0298451Z Distributions.cu 2024-12-17T23:41:41.0299280Z tmpxft_000001a0_00000000-7_Distributions.cudafe1.cpp 2024-12-17T23:41:41.0300452Z [3818/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Dropout.cu.obj 2024-12-17T23:41:41.3824776Z Dropout.cu 2024-12-17T23:41:41.3825090Z tmpxft_0000132c_00000000-7_Dropout.cudafe1.cpp 2024-12-17T23:41:41.3825735Z [3819/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FillKernel.cu.obj 2024-12-17T23:41:41.8542541Z FillKernel.cu 2024-12-17T23:41:41.8542923Z tmpxft_00001294_00000000-7_FillKernel.cudafe1.cpp 2024-12-17T23:41:41.8543643Z [3820/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Embedding.cu.obj 2024-12-17T23:41:42.0976583Z Embedding.cu 2024-12-17T23:41:42.0977217Z tmpxft_00001358_00000000-7_Embedding.cudafe1.cpp 2024-12-17T23:41:42.0978345Z [3821/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FlattenIndicesKernel.cu.obj 2024-12-17T23:41:42.4108715Z FlattenIndicesKernel.cu 2024-12-17T23:41:42.4109442Z tmpxft_000016b4_00000000-7_FlattenIndicesKernel.cudafe1.cpp 2024-12-17T23:41:42.4110858Z [3822/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\EmbeddingBackwardKernel.cu.obj 2024-12-17T23:41:42.4586632Z EmbeddingBackwardKernel.cu 2024-12-17T23:41:42.4601132Z tmpxft_00001230_00000000-7_EmbeddingBackwardKernel.cudafe1.cpp 2024-12-17T23:41:42.4602411Z [3823/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\EmbeddingBag.cu.obj 2024-12-17T23:41:42.7950722Z EmbeddingBag.cu 2024-12-17T23:41:42.7951882Z tmpxft_0000127c_00000000-7_EmbeddingBag.cudafe1.cpp 2024-12-17T23:41:42.7953143Z [3824/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpList.cu.obj 2024-12-17T23:41:43.6188897Z ForeachBinaryOpList.cu 2024-12-17T23:41:43.6189326Z tmpxft_00001598_00000000-7_ForeachBinaryOpList.cudafe1.cpp 2024-12-17T23:41:43.6190189Z [3825/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpScalar.cu.obj 2024-12-17T23:41:44.0891318Z ForeachBinaryOpScalar.cu 2024-12-17T23:41:44.0891832Z tmpxft_00000a88_00000000-7_ForeachBinaryOpScalar.cudafe1.cpp 2024-12-17T23:41:44.0892694Z [3826/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpScalarList.cu.obj 2024-12-17T23:41:44.5298111Z ForeachBinaryOpScalarList.cu 2024-12-17T23:41:44.5298609Z tmpxft_00000bd4_00000000-7_ForeachBinaryOpScalarList.cudafe1.cpp 2024-12-17T23:41:44.5299408Z [3827/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpScalarTensor.cu.obj 2024-12-17T23:41:44.6214131Z ForeachBinaryOpScalarTensor.cu 2024-12-17T23:41:44.6215033Z tmpxft_000015b0_00000000-7_ForeachBinaryOpScalarTensor.cudafe1.cpp 2024-12-17T23:41:44.6216558Z [3828/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachPointwiseOp.cu.obj 2024-12-17T23:41:45.0200381Z ForeachPointwiseOp.cu 2024-12-17T23:41:45.0201078Z tmpxft_000010b4_00000000-7_ForeachPointwiseOp.cudafe1.cpp 2024-12-17T23:41:45.0202322Z [3829/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachTernaryOp.cu.obj 2024-12-17T23:41:45.0766537Z ForeachTernaryOp.cu 2024-12-17T23:41:45.0767069Z tmpxft_00000588_00000000-7_ForeachTernaryOp.cudafe1.cpp 2024-12-17T23:41:45.0768090Z [3830/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachReduceOp.cu.obj 2024-12-17T23:41:45.5196432Z ForeachReduceOp.cu 2024-12-17T23:41:45.5196837Z tmpxft_00001164_00000000-7_ForeachReduceOp.cudafe1.cpp 2024-12-17T23:41:45.5197832Z [3831/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachUnaryOp.cu.obj 2024-12-17T23:41:46.0788524Z ForeachUnaryOp.cu 2024-12-17T23:41:46.0789449Z tmpxft_00001678_00000000-7_ForeachUnaryOp.cudafe1.cpp 2024-12-17T23:41:46.0790800Z [3832/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FractionalMaxPool2d.cu.obj 2024-12-17T23:41:46.6114631Z FractionalMaxPool2d.cu 2024-12-17T23:41:46.6115325Z tmpxft_00001024_00000000-7_FractionalMaxPool2d.cudafe1.cpp 2024-12-17T23:41:46.6116737Z [3833/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FunctionOfAMatrixUtilsKernel.cu.obj 2024-12-17T23:41:46.6832079Z FunctionOfAMatrixUtilsKernel.cu 2024-12-17T23:41:46.6832917Z tmpxft_000008e4_00000000-7_FunctionOfAMatrixUtilsKernel.cudafe1.cpp 2024-12-17T23:41:46.6834317Z [3834/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FractionalMaxPool3d.cu.obj 2024-12-17T23:41:46.8185608Z FractionalMaxPool3d.cu 2024-12-17T23:41:46.8186284Z tmpxft_000017a0_00000000-7_FractionalMaxPool3d.cudafe1.cpp 2024-12-17T23:41:46.8187590Z [3835/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FusedAdamKernel.cu.obj 2024-12-17T23:41:47.2239422Z FusedAdamKernel.cu 2024-12-17T23:41:47.2240029Z tmpxft_000015e8_00000000-7_FusedAdamKernel.cudafe1.cpp 2024-12-17T23:41:47.2241091Z [3836/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FusedAdamWKernel.cu.obj 2024-12-17T23:41:47.5609990Z FusedAdamWKernel.cu 2024-12-17T23:41:47.5610605Z tmpxft_000017e8_00000000-7_FusedAdamWKernel.cudafe1.cpp 2024-12-17T23:41:47.5612127Z [3837/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\GcdLcmKernel.cu.obj 2024-12-17T23:41:47.8041218Z GcdLcmKernel.cu 2024-12-17T23:41:47.8043460Z tmpxft_00001750_00000000-7_GcdLcmKernel.cudafe1.cpp 2024-12-17T23:41:47.8045597Z [3838/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FusedSgdKernel.cu.obj 2024-12-17T23:41:48.0703260Z FusedSgdKernel.cu 2024-12-17T23:41:48.0703618Z tmpxft_000017dc_00000000-7_FusedSgdKernel.cudafe1.cpp 2024-12-17T23:41:48.0704302Z [3839/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\GridSampler.cu.obj 2024-12-17T23:41:48.7828919Z GridSampler.cu 2024-12-17T23:41:48.7829424Z tmpxft_000015e4_00000000-7_GridSampler.cudafe1.cpp 2024-12-17T23:41:48.7830548Z [3840/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\IGammaKernel.cu.obj 2024-12-17T23:41:48.9623080Z IGammaKernel.cu 2024-12-17T23:41:48.9623620Z tmpxft_000011bc_00000000-7_IGammaKernel.cudafe1.cpp 2024-12-17T23:41:48.9624828Z [3841/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\IndexKernel.cu.obj 2024-12-17T23:41:49.3855071Z IndexKernel.cu 2024-12-17T23:41:49.3855615Z tmpxft_000015f8_00000000-7_IndexKernel.cudafe1.cpp 2024-12-17T23:41:49.3856688Z [3842/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Im2Col.cu.obj 2024-12-17T23:41:49.8389471Z Im2Col.cu 2024-12-17T23:41:49.8389788Z tmpxft_000017dc_00000000-7_Im2Col.cudafe1.cpp 2024-12-17T23:41:49.8390463Z [3843/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Lerp.cu.obj 2024-12-17T23:41:50.1564044Z Lerp.cu 2024-12-17T23:41:50.1564466Z tmpxft_000001c0_00000000-7_Lerp.cudafe1.cpp 2024-12-17T23:41:50.1565595Z [3844/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Indexing.cu.obj 2024-12-17T23:41:50.3943018Z Indexing.cu 2024-12-17T23:41:50.3943521Z tmpxft_00000774_00000000-7_Indexing.cudafe1.cpp 2024-12-17T23:41:50.3944710Z [3845/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LinearAlgebra.cu.obj 2024-12-17T23:41:50.8906796Z LinearAlgebra.cu 2024-12-17T23:41:50.8907701Z tmpxft_00000350_00000000-7_LinearAlgebra.cudafe1.cpp 2024-12-17T23:41:50.8909045Z [3846/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LogAddExpKernel.cu.obj 2024-12-17T23:41:51.0893516Z LogAddExpKernel.cu 2024-12-17T23:41:51.0894353Z tmpxft_000007d4_00000000-7_LogAddExpKernel.cudafe1.cpp 2024-12-17T23:41:51.0895640Z [3847/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LegacyThrustHelpers.cu.obj 2024-12-17T23:41:51.4517014Z LegacyThrustHelpers.cu 2024-12-17T23:41:51.4517670Z tmpxft_00001550_00000000-7_LegacyThrustHelpers.cudafe1.cpp 2024-12-17T23:41:51.4518963Z [3848/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LogcumsumexpKernel.cu.obj 2024-12-17T23:41:52.0002838Z LogcumsumexpKernel.cu 2024-12-17T23:41:52.0003265Z tmpxft_000016a4_00000000-7_LogcumsumexpKernel.cudafe1.cpp 2024-12-17T23:41:52.0003973Z [3849/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Loss.cu.obj 2024-12-17T23:41:52.2942526Z Loss.cu 2024-12-17T23:41:52.2942809Z tmpxft_0000140c_00000000-7_Loss.cudafe1.cpp 2024-12-17T23:41:52.2944132Z [3850/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MaxMinElementwiseKernel.cu.obj 2024-12-17T23:41:52.4978604Z MaxMinElementwiseKernel.cu 2024-12-17T23:41:52.4979385Z tmpxft_00000218_00000000-7_MaxMinElementwiseKernel.cudafe1.cpp 2024-12-17T23:41:52.4980115Z [3851/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LossCTC.cu.obj 2024-12-17T23:41:53.0539921Z LossCTC.cu 2024-12-17T23:41:53.0540428Z tmpxft_000015e0_00000000-7_LossCTC.cudafe1.cpp 2024-12-17T23:41:53.0541581Z [3852/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MaxUnpooling.cu.obj 2024-12-17T23:41:53.8500746Z MaxUnpooling.cu 2024-12-17T23:41:53.8501559Z tmpxft_000008a0_00000000-7_MaxUnpooling.cudafe1.cpp 2024-12-17T23:41:53.8502785Z [3853/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MultiLabelMarginCriterion.cu.obj 2024-12-17T23:41:54.0610625Z MultiLabelMarginCriterion.cu 2024-12-17T23:41:54.0611176Z tmpxft_00000758_00000000-7_MultiLabelMarginCriterion.cudafe1.cpp 2024-12-17T23:41:54.0612036Z [3854/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MultiMarginLoss.cu.obj 2024-12-17T23:41:54.8505321Z MultiMarginLoss.cu 2024-12-17T23:41:54.8505707Z tmpxft_00001140_00000000-7_MultiMarginLoss.cudafe1.cpp 2024-12-17T23:41:54.8506388Z [3855/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MultinomialKernel.cu.obj 2024-12-17T23:41:55.0307675Z MultinomialKernel.cu 2024-12-17T23:41:55.0308313Z tmpxft_00000344_00000000-7_MultinomialKernel.cudafe1.cpp 2024-12-17T23:41:55.0309858Z [3856/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NLLLoss2d.cu.obj 2024-12-17T23:41:55.1848810Z NLLLoss2d.cu 2024-12-17T23:41:55.1849435Z tmpxft_000014ac_00000000-7_NLLLoss2d.cudafe1.cpp 2024-12-17T23:41:55.1850637Z [3857/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NaiveConvolutionTranspose2d.cu.obj 2024-12-17T23:41:55.7638131Z NaiveConvolutionTranspose2d.cu 2024-12-17T23:41:55.7638959Z tmpxft_00000e80_00000000-7_NaiveConvolutionTranspose2d.cudafe1.cpp 2024-12-17T23:41:55.7640432Z [3858/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NaiveConvolutionTranspose3d.cu.obj 2024-12-17T23:41:56.3709313Z NaiveConvolutionTranspose3d.cu 2024-12-17T23:41:56.3709794Z tmpxft_00001688_00000000-7_NaiveConvolutionTranspose3d.cudafe1.cpp 2024-12-17T23:41:56.3710754Z [3859/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NaiveDilatedConvolution.cu.obj 2024-12-17T23:41:56.9646361Z NaiveDilatedConvolution.cu 2024-12-17T23:41:56.9647201Z tmpxft_00000544_00000000-7_NaiveDilatedConvolution.cudafe1.cpp 2024-12-17T23:41:56.9648518Z [3860/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Nonzero.cu.obj 2024-12-17T23:41:57.1317638Z Nonzero.cu 2024-12-17T23:41:57.1317966Z tmpxft_000016f4_00000000-7_Nonzero.cudafe1.cpp 2024-12-17T23:41:57.1318842Z [3861/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\PointwiseOpsKernel.cu.obj 2024-12-17T23:41:57.2363352Z PointwiseOpsKernel.cu 2024-12-17T23:41:57.2363754Z tmpxft_000004b0_00000000-7_PointwiseOpsKernel.cudafe1.cpp 2024-12-17T23:41:57.2364406Z [3862/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\PowKernel.cu.obj 2024-12-17T23:41:57.5463405Z PowKernel.cu 2024-12-17T23:41:57.5463921Z tmpxft_00001750_00000000-7_PowKernel.cudafe1.cpp 2024-12-17T23:41:57.5465248Z [3863/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Normalization.cu.obj 2024-12-17T23:41:57.8220777Z Normalization.cu 2024-12-17T23:41:57.8221362Z tmpxft_000017ec_00000000-7_Normalization.cudafe1.cpp 2024-12-17T23:41:57.8222773Z [3864/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MixedDtypesLinear.cu.obj 2024-12-17T23:41:58.4731001Z MixedDtypesLinear.cu 2024-12-17T23:41:58.4731682Z tmpxft_000015f4_00000000-7_MixedDtypesLinear.cudafe1.cpp 2024-12-17T23:41:58.4732860Z [3865/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RNN.cu.obj 2024-12-17T23:41:59.0680911Z RNN.cu 2024-12-17T23:41:59.0681361Z tmpxft_000001c4_00000000-7_RNN.cudafe1.cpp 2024-12-17T23:41:59.0682453Z [3866/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Randperm.cu.obj 2024-12-17T23:41:59.2631289Z Randperm.cu 2024-12-17T23:41:59.2631790Z tmpxft_00000a80_00000000-7_Randperm.cudafe1.cpp 2024-12-17T23:41:59.2632698Z [3867/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Reduce.cu.obj 2024-12-17T23:41:59.3193129Z Reduce.cu 2024-12-17T23:41:59.3193423Z tmpxft_00001478_00000000-7_Reduce.cudafe1.cpp 2024-12-17T23:41:59.3194050Z [3868/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RecordStream.cu.obj 2024-12-17T23:41:59.5472276Z RecordStream.cu 2024-12-17T23:41:59.5472795Z tmpxft_00001600_00000000-7_RecordStream.cudafe1.cpp 2024-12-17T23:41:59.5474003Z [3869/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RangeFactories.cu.obj 2024-12-17T23:41:59.6505888Z RangeFactories.cu 2024-12-17T23:41:59.6506467Z tmpxft_000006b4_00000000-7_RangeFactories.cudafe1.cpp 2024-12-17T23:41:59.6508393Z [3870/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceAMinMaxKernel.cu.obj 2024-12-17T23:41:59.8864815Z ReduceAMinMaxKernel.cu 2024-12-17T23:41:59.8865525Z tmpxft_00001044_00000000-7_ReduceAMinMaxKernel.cudafe1.cpp 2024-12-17T23:41:59.8866840Z [3871/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceArgMaxKernel.cu.obj 2024-12-17T23:42:00.5541852Z ReduceArgMaxKernel.cu 2024-12-17T23:42:00.5542273Z tmpxft_00001110_00000000-7_ReduceArgMaxKernel.cudafe1.cpp 2024-12-17T23:42:00.5543009Z [3872/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceArgMinKernel.cu.obj 2024-12-17T23:42:01.1025406Z ReduceArgMinKernel.cu 2024-12-17T23:42:01.1026091Z tmpxft_000004fc_00000000-7_ReduceArgMinKernel.cudafe1.cpp 2024-12-17T23:42:01.1027404Z [3873/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceLogicKernel.cu.obj 2024-12-17T23:42:01.2771595Z ReduceLogicKernel.cu 2024-12-17T23:42:01.2772064Z tmpxft_000005a8_00000000-7_ReduceLogicKernel.cudafe1.cpp 2024-12-17T23:42:01.2773746Z [3874/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceMaxValuesKernel.cu.obj 2024-12-17T23:42:01.4159822Z ReduceMaxValuesKernel.cu 2024-12-17T23:42:01.4160521Z tmpxft_0000160c_00000000-7_ReduceMaxValuesKernel.cudafe1.cpp 2024-12-17T23:42:01.4161788Z [3875/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceMinValuesKernel.cu.obj 2024-12-17T23:42:01.6687577Z ReduceMinValuesKernel.cu 2024-12-17T23:42:01.6688578Z tmpxft_000004c0_00000000-7_ReduceMinValuesKernel.cudafe1.cpp 2024-12-17T23:42:01.6690009Z [3876/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceMomentKernel.cu.obj 2024-12-17T23:42:02.2548985Z ReduceMomentKernel.cu 2024-12-17T23:42:02.2549619Z tmpxft_00000350_00000000-7_ReduceMomentKernel.cudafe1.cpp 2024-12-17T23:42:02.2550885Z [3877/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceNormKernel.cu.obj 2024-12-17T23:42:02.3084196Z ReduceNormKernel.cu 2024-12-17T23:42:02.3084803Z tmpxft_000015e8_00000000-7_ReduceNormKernel.cudafe1.cpp 2024-12-17T23:42:02.3086134Z [3878/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceSumProdKernel.cu.obj 2024-12-17T23:42:03.0998393Z ReduceSumProdKernel.cu 2024-12-17T23:42:03.0998793Z tmpxft_00000bf0_00000000-7_ReduceSumProdKernel.cudafe1.cpp 2024-12-17T23:42:03.0999530Z [3879/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RenormKernel.cu.obj 2024-12-17T23:42:03.1467973Z RenormKernel.cu 2024-12-17T23:42:03.1468522Z tmpxft_0000120c_00000000-7_RenormKernel.cudafe1.cpp 2024-12-17T23:42:03.1469680Z [3880/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReflectionPad.cu.obj 2024-12-17T23:42:03.8336988Z ReflectionPad.cu 2024-12-17T23:42:03.8337396Z tmpxft_000008c4_00000000-7_ReflectionPad.cudafe1.cpp 2024-12-17T23:42:03.8338151Z [3881/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Repeat.cu.obj 2024-12-17T23:42:04.0071398Z Repeat.cu 2024-12-17T23:42:04.0071864Z tmpxft_00001608_00000000-7_Repeat.cudafe1.cpp 2024-12-17T23:42:04.0072977Z [3882/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReplicationPadding.cu.obj 2024-12-17T23:42:04.1091661Z ReplicationPadding.cu 2024-12-17T23:42:04.1092589Z tmpxft_00000be4_00000000-7_ReplicationPadding.cudafe1.cpp 2024-12-17T23:42:04.1093391Z [3883/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RowwiseScaledMM.cu.obj 2024-12-17T23:42:05.1521683Z RowwiseScaledMM.cu 2024-12-17T23:42:05.1522323Z tmpxft_0000168c_00000000-7_RowwiseScaledMM.cudafe1.cpp 2024-12-17T23:42:05.1523619Z [3884/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ScatterGatherKernel.cu.obj 2024-12-17T23:42:05.3419485Z ScatterGatherKernel.cu 2024-12-17T23:42:05.3420240Z tmpxft_000015c4_00000000-7_ScatterGatherKernel.cudafe1.cpp 2024-12-17T23:42:05.3421496Z [3885/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RreluWithNoise.cu.obj 2024-12-17T23:42:05.8529007Z RreluWithNoise.cu 2024-12-17T23:42:05.8529599Z tmpxft_00001670_00000000-7_RreluWithNoise.cudafe1.cpp 2024-12-17T23:42:05.8530714Z [3886/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Shape.cu.obj 2024-12-17T23:42:06.1894167Z Shape.cu 2024-12-17T23:42:06.1894474Z tmpxft_00001084_00000000-7_Shape.cudafe1.cpp 2024-12-17T23:42:06.1895114Z [3887/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SegmentReduce.cu.obj 2024-12-17T23:42:06.5158363Z SegmentReduce.cu 2024-12-17T23:42:06.5158924Z tmpxft_00001278_00000000-7_SegmentReduce.cudafe1.cpp 2024-12-17T23:42:06.5160103Z [3888/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SoftMax.cu.obj 2024-12-17T23:42:06.6465273Z SoftMax.cu 2024-12-17T23:42:06.6466054Z tmpxft_00000714_00000000-7_SoftMax.cudafe1.cpp 2024-12-17T23:42:06.6467270Z [3889/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sort.cu.obj 2024-12-17T23:42:07.1636246Z Sort.cu 2024-12-17T23:42:07.1636610Z tmpxft_000009a8_00000000-7_Sort.cudafe1.cpp 2024-12-17T23:42:07.1637351Z [3890/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SortImpl.cu.obj 2024-12-17T23:42:07.3723088Z SortImpl.cu 2024-12-17T23:42:07.3723643Z tmpxft_00001070_00000000-7_SortImpl.cudafe1.cpp 2024-12-17T23:42:07.3724781Z [3891/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sorting.cu.obj 2024-12-17T23:42:07.6150626Z Sorting.cu 2024-12-17T23:42:07.6151119Z tmpxft_000007d4_00000000-7_Sorting.cudafe1.cpp 2024-12-17T23:42:07.6152300Z [3892/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SortStable.cu.obj 2024-12-17T23:42:08.3149197Z SortStable.cu 2024-12-17T23:42:08.3149523Z tmpxft_00000500_00000000-7_SortStable.cudafe1.cpp 2024-12-17T23:42:08.3150405Z [3893/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SparseMM.cu.obj 2024-12-17T23:42:08.4749268Z SparseMM.cu 2024-12-17T23:42:08.4749588Z tmpxft_00001788_00000000-7_SparseMM.cudafe1.cpp 2024-12-17T23:42:08.4750338Z [3894/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SpectralOps.cu.obj 2024-12-17T23:42:08.6140041Z SpectralOps.cu 2024-12-17T23:42:08.6140599Z tmpxft_000017f8_00000000-7_SpectralOps.cudafe1.cpp 2024-12-17T23:42:08.6142276Z [3895/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SparseBinaryOpIntersectionKernel.cu.obj 2024-12-17T23:42:08.7841821Z SparseBinaryOpIntersectionKernel.cu 2024-12-17T23:42:08.7842901Z tmpxft_000015dc_00000000-7_SparseBinaryOpIntersectionKernel.cudafe1.cpp 2024-12-17T23:42:08.7844242Z [3896/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\StepKernel.cu.obj 2024-12-17T23:42:09.5598972Z StepKernel.cu 2024-12-17T23:42:09.5599751Z tmpxft_000017cc_00000000-7_StepKernel.cudafe1.cpp 2024-12-17T23:42:09.5600941Z [3897/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorCompare.cu.obj 2024-12-17T23:42:09.9409066Z TensorCompare.cu 2024-12-17T23:42:09.9409418Z tmpxft_00000da0_00000000-7_TensorCompare.cudafe1.cpp 2024-12-17T23:42:09.9410110Z [3898/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SummaryOps.cu.obj 2024-12-17T23:42:10.6219132Z SummaryOps.cu 2024-12-17T23:42:10.6219643Z tmpxft_00001620_00000000-7_SummaryOps.cudafe1.cpp 2024-12-17T23:42:10.6220852Z [3899/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorModeKernel.cu.obj 2024-12-17T23:42:10.9577197Z TensorModeKernel.cu 2024-12-17T23:42:10.9577826Z tmpxft_000017fc_00000000-7_TensorModeKernel.cudafe1.cpp 2024-12-17T23:42:10.9579035Z [3900/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorTopK.cu.obj 2024-12-17T23:42:11.0052417Z TensorTopK.cu 2024-12-17T23:42:11.0052970Z tmpxft_0000131c_00000000-7_TensorTopK.cudafe1.cpp 2024-12-17T23:42:11.0054174Z [3901/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorShape.cu.obj 2024-12-17T23:42:11.2011249Z TensorShape.cu 2024-12-17T23:42:11.2011844Z tmpxft_00000880_00000000-7_TensorShape.cudafe1.cpp 2024-12-17T23:42:11.2013103Z [3902/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorTransformations.cu.obj 2024-12-17T23:42:11.4246648Z TensorTransformations.cu 2024-12-17T23:42:11.4247385Z tmpxft_00001454_00000000-7_TensorTransformations.cudafe1.cpp 2024-12-17T23:42:11.4249370Z [3903/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TriangularOps.cu.obj 2024-12-17T23:42:11.5201582Z TriangularOps.cu 2024-12-17T23:42:11.5203381Z tmpxft_00000f8c_00000000-7_TriangularOps.cudafe1.cpp 2024-12-17T23:42:11.5206401Z [3904/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryComplexKernels.cu.obj 2024-12-17T23:42:11.9329393Z UnaryComplexKernels.cu 2024-12-17T23:42:11.9330065Z tmpxft_0000043c_00000000-7_UnaryComplexKernels.cudafe1.cpp 2024-12-17T23:42:11.9331658Z [3905/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryFractionKernels.cu.obj 2024-12-17T23:42:12.7777935Z UnaryFractionKernels.cu 2024-12-17T23:42:12.7778368Z tmpxft_0000125c_00000000-7_UnaryFractionKernels.cudafe1.cpp 2024-12-17T23:42:12.7779129Z [3906/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGammaKernels.cu.obj 2024-12-17T23:42:13.0917296Z UnaryGammaKernels.cu 2024-12-17T23:42:13.0917716Z tmpxft_000005ec_00000000-7_UnaryGammaKernels.cudafe1.cpp 2024-12-17T23:42:13.0918492Z [3907/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAcosKernel.cu.obj 2024-12-17T23:42:13.1225204Z UnaryGeometricAcosKernel.cu 2024-12-17T23:42:13.1225935Z tmpxft_000014f4_00000000-7_UnaryGeometricAcosKernel.cudafe1.cpp 2024-12-17T23:42:13.1227240Z [3908/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAcoshKernel.cu.obj 2024-12-17T23:42:13.2530463Z UnaryGeometricAcoshKernel.cu 2024-12-17T23:42:13.2531324Z tmpxft_0000117c_00000000-7_UnaryGeometricAcoshKernel.cudafe1.cpp 2024-12-17T23:42:13.2532774Z [3909/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAsinKernel.cu.obj 2024-12-17T23:42:13.4684819Z UnaryGeometricAsinKernel.cu 2024-12-17T23:42:13.4685594Z tmpxft_000005e8_00000000-7_UnaryGeometricAsinKernel.cudafe1.cpp 2024-12-17T23:42:13.4687024Z [3910/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAtanKernel.cu.obj 2024-12-17T23:42:13.4832324Z UnaryGeometricAtanKernel.cu 2024-12-17T23:42:13.4833036Z tmpxft_00000880_00000000-7_UnaryGeometricAtanKernel.cudafe1.cpp 2024-12-17T23:42:13.4834623Z [3911/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAsinhKernel.cu.obj 2024-12-17T23:42:13.9333481Z UnaryGeometricAsinhKernel.cu 2024-12-17T23:42:13.9334145Z tmpxft_0000150c_00000000-7_UnaryGeometricAsinhKernel.cudafe1.cpp 2024-12-17T23:42:13.9335659Z [3912/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAtanhKernel.cu.obj 2024-12-17T23:42:14.8800586Z UnaryGeometricAtanhKernel.cu 2024-12-17T23:42:14.8801394Z tmpxft_00000790_00000000-7_UnaryGeometricAtanhKernel.cudafe1.cpp 2024-12-17T23:42:14.8802886Z [3913/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricCosKernel.cu.obj 2024-12-17T23:42:15.1430790Z UnaryGeometricCosKernel.cu 2024-12-17T23:42:15.1431246Z tmpxft_00000f68_00000000-7_UnaryGeometricCosKernel.cudafe1.cpp 2024-12-17T23:42:15.1432012Z [3914/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricCoshKernel.cu.obj 2024-12-17T23:42:15.2277616Z UnaryGeometricCoshKernel.cu 2024-12-17T23:42:15.2278396Z tmpxft_00000794_00000000-7_UnaryGeometricCoshKernel.cudafe1.cpp 2024-12-17T23:42:15.2279837Z [3915/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricSinKernel.cu.obj 2024-12-17T23:42:15.3893245Z UnaryGeometricSinKernel.cu 2024-12-17T23:42:15.3894038Z tmpxft_000003ac_00000000-7_UnaryGeometricSinKernel.cudafe1.cpp 2024-12-17T23:42:15.3895146Z [3916/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricSinhKernel.cu.obj 2024-12-17T23:42:15.5120159Z UnaryGeometricSinhKernel.cu 2024-12-17T23:42:15.5120992Z tmpxft_000015dc_00000000-7_UnaryGeometricSinhKernel.cudafe1.cpp 2024-12-17T23:42:15.5122387Z [3917/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricTanKernel.cu.obj 2024-12-17T23:42:15.5496064Z UnaryGeometricTanKernel.cu 2024-12-17T23:42:15.5496617Z tmpxft_00001024_00000000-7_UnaryGeometricTanKernel.cudafe1.cpp 2024-12-17T23:42:15.5497952Z [3918/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricTanhKernel.cu.obj 2024-12-17T23:42:15.9647972Z UnaryGeometricTanhKernel.cu 2024-12-17T23:42:15.9649581Z tmpxft_00001a6c_00000000-7_UnaryGeometricTanhKernel.cudafe1.cpp 2024-12-17T23:42:15.9650487Z [3919/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryLogKernels.cu.obj 2024-12-17T23:42:17.0974892Z UnaryLogKernels.cu 2024-12-17T23:42:17.0975261Z tmpxft_00000458_00000000-7_UnaryLogKernels.cudafe1.cpp 2024-12-17T23:42:17.0975953Z [3920/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryOpsKernel.cu.obj 2024-12-17T23:42:17.3007143Z UnaryOpsKernel.cu 2024-12-17T23:42:17.3007580Z tmpxft_00000f58_00000000-7_UnaryOpsKernel.cudafe1.cpp 2024-12-17T23:42:17.3008324Z [3921/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnarySignKernels.cu.obj 2024-12-17T23:42:17.4491010Z UnarySignKernels.cu 2024-12-17T23:42:17.4491469Z tmpxft_00000e08_00000000-7_UnarySignKernels.cudafe1.cpp 2024-12-17T23:42:17.4492232Z [3922/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnarySpecialOpsKernel.cu.obj 2024-12-17T23:42:18.0998277Z UnarySpecialOpsKernel.cu 2024-12-17T23:42:18.0998726Z tmpxft_0000162c_00000000-7_UnarySpecialOpsKernel.cudafe1.cpp 2024-12-17T23:42:18.0999449Z [3923/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnfoldBackwardKernel.cu.obj 2024-12-17T23:42:18.1440773Z UnfoldBackwardKernel.cu 2024-12-17T23:42:18.1441463Z tmpxft_00001698_00000000-7_UnfoldBackwardKernel.cudafe1.cpp 2024-12-17T23:42:18.1442615Z [3924/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleBicubic2d.cu.obj 2024-12-17T23:42:18.5556851Z UpSampleBicubic2d.cu 2024-12-17T23:42:18.5557231Z tmpxft_000012e0_00000000-7_UpSampleBicubic2d.cudafe1.cpp 2024-12-17T23:42:18.5558030Z [3925/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleBilinear2d.cu.obj 2024-12-17T23:42:18.7749253Z UpSampleBilinear2d.cu 2024-12-17T23:42:18.7749789Z tmpxft_00001330_00000000-7_UpSampleBilinear2d.cudafe1.cpp 2024-12-17T23:42:18.7750653Z [3926/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UniqueCub.cu.obj 2024-12-17T23:42:19.6554859Z UniqueCub.cu 2024-12-17T23:42:19.6555165Z tmpxft_00000318_00000000-7_UniqueCub.cudafe1.cpp 2024-12-17T23:42:19.6555971Z [3927/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleLinear1d.cu.obj 2024-12-17T23:42:19.8448203Z UpSampleLinear1d.cu 2024-12-17T23:42:19.8448831Z tmpxft_000007ac_00000000-7_UpSampleLinear1d.cudafe1.cpp 2024-12-17T23:42:19.8450168Z [3928/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleNearest1d.cu.obj 2024-12-17T23:42:20.1209784Z UpSampleNearest1d.cu 2024-12-17T23:42:20.1210276Z tmpxft_000012d4_00000000-7_UpSampleNearest1d.cudafe1.cpp 2024-12-17T23:42:20.1211007Z [3929/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleNearest2d.cu.obj 2024-12-17T23:42:20.6677076Z UpSampleNearest2d.cu 2024-12-17T23:42:20.6677715Z tmpxft_00001634_00000000-7_UpSampleNearest2d.cudafe1.cpp 2024-12-17T23:42:20.6678842Z [3930/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleTrilinear3d.cu.obj 2024-12-17T23:42:20.7860840Z UpSampleTrilinear3d.cu 2024-12-17T23:42:20.7861486Z tmpxft_00001024_00000000-7_UpSampleTrilinear3d.cudafe1.cpp 2024-12-17T23:42:20.7862553Z [3931/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleNearest3d.cu.obj 2024-12-17T23:42:21.2337818Z UpSampleNearest3d.cu 2024-12-17T23:42:21.2338521Z tmpxft_000012b4_00000000-7_UpSampleNearest3d.cudafe1.cpp 2024-12-17T23:42:21.2339747Z [3932/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ValidateCompressedIndicesKernel.cu.obj 2024-12-17T23:42:21.3795521Z ValidateCompressedIndicesKernel.cu 2024-12-17T23:42:21.3796700Z tmpxft_000011b4_00000000-7_ValidateCompressedIndicesKernel.cudafe1.cpp 2024-12-17T23:42:21.3798091Z [3933/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\WeightNorm.cu.obj 2024-12-17T23:42:21.7862397Z WeightNorm.cu 2024-12-17T23:42:21.7862925Z tmpxft_00000d0c_00000000-7_WeightNorm.cudafe1.cpp 2024-12-17T23:42:21.7864099Z [3934/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ZetaKernel.cu.obj 2024-12-17T23:42:21.8883159Z ZetaKernel.cu 2024-12-17T23:42:21.8883715Z tmpxft_0000141c_00000000-7_ZetaKernel.cudafe1.cpp 2024-12-17T23:42:21.8884850Z [3935/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\airy_ai.cu.obj 2024-12-17T23:42:22.1293472Z airy_ai.cu 2024-12-17T23:42:22.1293866Z tmpxft_0000155c_00000000-7_airy_ai.cudafe1.cpp 2024-12-17T23:42:22.1294566Z [3936/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_j0.cu.obj 2024-12-17T23:42:22.8203837Z bessel_j0.cu 2024-12-17T23:42:22.8204657Z tmpxft_0000150c_00000000-7_bessel_j0.cudafe1.cpp 2024-12-17T23:42:22.8205672Z [3937/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_j1.cu.obj 2024-12-17T23:42:22.9531763Z bessel_j1.cu 2024-12-17T23:42:22.9532067Z tmpxft_000008b8_00000000-7_bessel_j1.cudafe1.cpp 2024-12-17T23:42:22.9532798Z [3938/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_y0.cu.obj 2024-12-17T23:42:23.3687584Z bessel_y0.cu 2024-12-17T23:42:23.3688150Z tmpxft_00001b10_00000000-7_bessel_y0.cudafe1.cpp 2024-12-17T23:42:23.3689450Z [3939/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_y1.cu.obj 2024-12-17T23:42:23.5397544Z bessel_y1.cu 2024-12-17T23:42:23.5397927Z tmpxft_00001284_00000000-7_bessel_y1.cudafe1.cpp 2024-12-17T23:42:23.5398617Z [3940/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_t.cu.obj 2024-12-17T23:42:23.8648526Z chebyshev_polynomial_t.cu 2024-12-17T23:42:23.8649215Z tmpxft_00000744_00000000-7_chebyshev_polynomial_t.cudafe1.cpp 2024-12-17T23:42:23.8650578Z [3941/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_u.cu.obj 2024-12-17T23:42:24.0178394Z chebyshev_polynomial_u.cu 2024-12-17T23:42:24.0179050Z tmpxft_000012fc_00000000-7_chebyshev_polynomial_u.cudafe1.cpp 2024-12-17T23:42:24.0180472Z [3942/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_v.cu.obj 2024-12-17T23:42:24.2832684Z chebyshev_polynomial_v.cu 2024-12-17T23:42:24.2833759Z tmpxft_000007f0_00000000-7_chebyshev_polynomial_v.cudafe1.cpp 2024-12-17T23:42:24.2835098Z [3943/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_w.cu.obj 2024-12-17T23:42:25.4029032Z chebyshev_polynomial_w.cu 2024-12-17T23:42:25.4029524Z tmpxft_00001188_00000000-7_chebyshev_polynomial_w.cudafe1.cpp 2024-12-17T23:42:25.4030339Z [3944/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adam_amsgrad_impl.cu.obj 2024-12-17T23:42:25.5527402Z fused_adam_amsgrad_impl.cu 2024-12-17T23:42:25.5527910Z tmpxft_00000dcc_00000000-7_fused_adam_amsgrad_impl.cudafe1.cpp 2024-12-17T23:42:25.5528626Z [3945/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adam_impl.cu.obj 2024-12-17T23:42:25.8708196Z fused_adam_impl.cu 2024-12-17T23:42:25.8708726Z tmpxft_00000d8c_00000000-7_fused_adam_impl.cudafe1.cpp 2024-12-17T23:42:25.8710046Z [3946/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adamw_amsgrad_impl.cu.obj 2024-12-17T23:42:25.9615562Z fused_adamw_amsgrad_impl.cu 2024-12-17T23:42:25.9616002Z tmpxft_00000b44_00000000-7_fused_adamw_amsgrad_impl.cudafe1.cpp 2024-12-17T23:42:25.9616961Z [3947/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\hermite_polynomial_h.cu.obj 2024-12-17T23:42:26.1359351Z hermite_polynomial_h.cu 2024-12-17T23:42:26.1360034Z tmpxft_000004d8_00000000-7_hermite_polynomial_h.cudafe1.cpp 2024-12-17T23:42:26.1361394Z [3948/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adamw_impl.cu.obj 2024-12-17T23:42:26.2898260Z fused_adamw_impl.cu 2024-12-17T23:42:26.2898864Z tmpxft_000013f0_00000000-7_fused_adamw_impl.cudafe1.cpp 2024-12-17T23:42:26.2900371Z [3949/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\hermite_polynomial_he.cu.obj 2024-12-17T23:42:26.5204091Z hermite_polynomial_he.cu 2024-12-17T23:42:26.5205008Z tmpxft_000014f4_00000000-7_hermite_polynomial_he.cudafe1.cpp 2024-12-17T23:42:26.5206306Z [3950/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\group_norm_kernel.cu.obj 2024-12-17T23:42:27.7844465Z group_norm_kernel.cu 2024-12-17T23:42:27.7844947Z tmpxft_000015b4_00000000-7_group_norm_kernel.cudafe1.cpp 2024-12-17T23:42:27.7845644Z [3951/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\laguerre_polynomial_l.cu.obj 2024-12-17T23:42:28.0843690Z laguerre_polynomial_l.cu 2024-12-17T23:42:28.0844417Z tmpxft_00000a1c_00000000-7_laguerre_polynomial_l.cudafe1.cpp 2024-12-17T23:42:28.2666740Z [3952/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\legendre_polynomial_p.cu.obj 2024-12-17T23:42:28.2667924Z legendre_polynomial_p.cu 2024-12-17T23:42:28.2668915Z tmpxft_00001440_00000000-7_legendre_polynomial_p.cudafe1.cpp 2024-12-17T23:42:28.2670478Z [3953/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_i0.cu.obj 2024-12-17T23:42:28.4100910Z modified_bessel_i0.cu 2024-12-17T23:42:28.4101566Z tmpxft_000015f0_00000000-7_modified_bessel_i0.cudafe1.cpp 2024-12-17T23:42:28.4103387Z [3954/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_i1.cu.obj 2024-12-17T23:42:28.5587515Z modified_bessel_i1.cu 2024-12-17T23:42:28.5588156Z tmpxft_00000414_00000000-7_modified_bessel_i1.cudafe1.cpp 2024-12-17T23:42:28.5589537Z [3955/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\layer_norm_kernel.cu.obj 2024-12-17T23:42:28.6936332Z layer_norm_kernel.cu 2024-12-17T23:42:28.6937028Z tmpxft_0000080c_00000000-7_layer_norm_kernel.cudafe1.cpp 2024-12-17T23:42:28.6938285Z [3956/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_k0.cu.obj 2024-12-17T23:42:29.8510426Z modified_bessel_k0.cu 2024-12-17T23:42:29.8510869Z tmpxft_000016e0_00000000-7_modified_bessel_k0.cudafe1.cpp 2024-12-17T23:42:29.8511733Z [3957/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_k1.cu.obj 2024-12-17T23:42:30.0864743Z modified_bessel_k1.cu 2024-12-17T23:42:30.0865273Z tmpxft_000015a4_00000000-7_modified_bessel_k1.cudafe1.cpp 2024-12-17T23:42:30.0866066Z [3958/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\scaled_modified_bessel_k0.cu.obj 2024-12-17T23:42:30.2630493Z scaled_modified_bessel_k0.cu 2024-12-17T23:42:30.2631256Z tmpxft_00000674_00000000-7_scaled_modified_bessel_k0.cudafe1.cpp 2024-12-17T23:42:30.2632632Z [3959/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\scaled_modified_bessel_k1.cu.obj 2024-12-17T23:42:30.4267516Z scaled_modified_bessel_k1.cu 2024-12-17T23:42:30.4268203Z tmpxft_000007e4_00000000-7_scaled_modified_bessel_k1.cudafe1.cpp 2024-12-17T23:42:30.4269522Z [3960/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_t.cu.obj 2024-12-17T23:42:30.7416849Z shifted_chebyshev_polynomial_t.cu 2024-12-17T23:42:30.7417862Z tmpxft_000003fc_00000000-7_shifted_chebyshev_polynomial_t.cudafe1.cpp 2024-12-17T23:42:30.7419271Z [3961/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_u.cu.obj 2024-12-17T23:42:30.8004302Z shifted_chebyshev_polynomial_u.cu 2024-12-17T23:42:30.8005730Z tmpxft_000013d0_00000000-7_shifted_chebyshev_polynomial_u.cudafe1.cpp 2024-12-17T23:42:30.8007766Z [3962/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_v.cu.obj 2024-12-17T23:42:31.9317563Z shifted_chebyshev_polynomial_v.cu 2024-12-17T23:42:31.9318679Z tmpxft_0000164c_00000000-7_shifted_chebyshev_polynomial_v.cudafe1.cpp 2024-12-17T23:42:31.9320331Z [3963/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_w.cu.obj 2024-12-17T23:42:32.3793169Z shifted_chebyshev_polynomial_w.cu 2024-12-17T23:42:32.3793687Z tmpxft_00001558_00000000-7_shifted_chebyshev_polynomial_w.cudafe1.cpp 2024-12-17T23:42:32.3794475Z [3964/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\spherical_bessel_j0.cu.obj 2024-12-17T23:42:32.4551463Z spherical_bessel_j0.cu 2024-12-17T23:42:32.4554245Z tmpxft_00001734_00000000-7_spherical_bessel_j0.cudafe1.cpp 2024-12-17T23:42:32.4559846Z [3965/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\int4mm.cu.obj 2024-12-17T23:42:34.7857284Z int4mm.cu 2024-12-17T23:42:34.7857753Z tmpxft_000004fc_00000000-7_int4mm.cudafe1.cpp 2024-12-17T23:42:34.7858925Z [3966/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SoftMax.cu.obj 2024-12-17T23:42:35.4960575Z SoftMax.cu 2024-12-17T23:42:35.4961084Z tmpxft_00000fa0_00000000-7_SoftMax.cudafe1.cpp 2024-12-17T23:42:35.4962257Z [3967/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCUDATensor.cu.obj 2024-12-17T23:42:35.8657319Z SparseCUDATensor.cu 2024-12-17T23:42:35.8657747Z tmpxft_0000156c_00000000-7_SparseCUDATensor.cudafe1.cpp 2024-12-17T23:42:35.8658559Z [3968/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCUDATensorMath.cu.obj 2024-12-17T23:42:36.0053013Z SparseCUDATensorMath.cu 2024-12-17T23:42:36.0054081Z tmpxft_000014ac_00000000-7_SparseCUDATensorMath.cudafe1.cpp 2024-12-17T23:42:36.0055432Z [3969/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCsrTensorMath.cu.obj 2024-12-17T23:42:37.3669235Z SparseCsrTensorMath.cu 2024-12-17T23:42:37.3669916Z tmpxft_00001694_00000000-7_SparseCsrTensorMath.cudafe1.cpp 2024-12-17T23:42:37.3671393Z [3970/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorBinaryOps.cu.obj 2024-12-17T23:42:37.3960518Z NestedTensorBinaryOps.cu 2024-12-17T23:42:37.3961263Z tmpxft_000004ec_00000000-7_NestedTensorBinaryOps.cudafe1.cpp 2024-12-17T23:42:37.3962678Z [3971/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorMatmul.cu.obj 2024-12-17T23:42:37.8137706Z NestedTensorMatmul.cu 2024-12-17T23:42:37.8138388Z tmpxft_00000488_00000000-7_NestedTensorMatmul.cudafe1.cpp 2024-12-17T23:42:37.8139699Z [3972/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorTransformerFunctions.cu.obj 2024-12-17T23:42:38.2465010Z NestedTensorTransformerFunctions.cu 2024-12-17T23:42:38.2466119Z tmpxft_000015f8_00000000-7_NestedTensorTransformerFunctions.cudafe1.cpp 2024-12-17T23:42:38.2467499Z [3973/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseMatMul.cu.obj 2024-12-17T23:42:41.0074909Z SparseMatMul.cu 2024-12-17T23:42:41.0075427Z tmpxft_00001590_00000000-7_SparseMatMul.cudafe1.cpp 2024-12-17T23:42:41.0076534Z [3974/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\AffineQuantizer.cu.obj 2024-12-17T23:42:41.9067766Z AffineQuantizer.cu 2024-12-17T23:42:41.9068378Z tmpxft_00001560_00000000-7_AffineQuantizer.cudafe1.cpp 2024-12-17T23:42:41.9069807Z [3975/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiSturcturedApply.cu.obj 2024-12-17T23:42:42.4512963Z SparseSemiSturcturedApply.cu 2024-12-17T23:42:42.4513873Z tmpxft_000006b4_00000000-7_SparseSemiSturcturedApply.cudafe1.cpp 2024-12-17T23:42:42.4515426Z [3976/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredApplyDense.cu.obj 2024-12-17T23:42:42.4516847Z SparseSemiStructuredApplyDense.cu 2024-12-17T23:42:42.4517654Z tmpxft_000004a8_00000000-7_SparseSemiStructuredApplyDense.cudafe1.cpp 2024-12-17T23:42:42.4519678Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2024-12-17T23:42:42.4523175Z tmpxft_000004a8_00000000-7_SparseSemiStructuredApplyDense.cudafe1.stub.c(2): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-12-17T23:42:42.4525492Z with 2024-12-17T23:42:42.4525829Z [ 2024-12-17T23:42:42.4526150Z _Ty=int 2024-12-17T23:42:42.4526493Z ] 2024-12-17T23:42:42.4528704Z tmpxft_000004a8_00000000-7_SparseSemiStructuredApplyDense.cudafe1.stub.c(2): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-12-17T23:42:42.4531421Z with 2024-12-17T23:42:42.4531753Z [ 2024-12-17T23:42:42.4532068Z _Ty=int 2024-12-17T23:42:42.4532423Z ] 2024-12-17T23:42:42.4534776Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(189): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-12-17T23:42:42.4537265Z with 2024-12-17T23:42:42.4537597Z [ 2024-12-17T23:42:42.4537910Z _Ty=int 2024-12-17T23:42:42.4538268Z ] 2024-12-17T23:42:42.4540609Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(189): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-12-17T23:42:42.4542990Z with 2024-12-17T23:42:42.4543314Z [ 2024-12-17T23:42:42.4543639Z _Ty=int 2024-12-17T23:42:42.4543975Z ] 2024-12-17T23:42:42.4545621Z C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&)' being compiled 2024-12-17T23:42:42.4547476Z with 2024-12-17T23:42:42.4547814Z [ 2024-12-17T23:42:42.4548104Z I=size_t, 2024-12-17T23:42:42.4548457Z _Ty2=size_t 2024-12-17T23:42:42.4548827Z ] 2024-12-17T23:42:42.6686093Z C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&)' being compiled 2024-12-17T23:42:42.6687855Z with 2024-12-17T23:42:42.6688211Z [ 2024-12-17T23:42:42.6688501Z I=size_t, 2024-12-17T23:42:42.6688863Z _Ty2=size_t 2024-12-17T23:42:42.6689227Z ] 2024-12-17T23:42:42.6690248Z [3977/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredLinear.cu.obj 2024-12-17T23:42:42.7197209Z SparseSemiStructuredLinear.cu 2024-12-17T23:42:42.7198060Z tmpxft_000010c0_00000000-7_SparseSemiStructuredLinear.cudafe1.cpp 2024-12-17T23:42:42.7199352Z [3978/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredOps.cu.obj 2024-12-17T23:42:43.5350126Z SparseSemiStructuredOps.cu 2024-12-17T23:42:43.5350980Z tmpxft_000012d0_00000000-7_SparseSemiStructuredOps.cudafe1.cpp 2024-12-17T23:42:43.5352384Z [3979/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\EmbeddingBag.cu.obj 2024-12-17T23:42:43.5353598Z EmbeddingBag.cu 2024-12-17T23:42:43.5354108Z tmpxft_00001230_00000000-7_EmbeddingBag.cudafe1.cpp 2024-12-17T23:42:43.5355909Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2024-12-17T23:42:43.5359292Z tmpxft_00001230_00000000-7_EmbeddingBag.cudafe1.stub.c(2): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-12-17T23:42:43.5361461Z with 2024-12-17T23:42:43.5361801Z [ 2024-12-17T23:42:43.5362127Z _Ty=int 2024-12-17T23:42:43.5362479Z ] 2024-12-17T23:42:43.5364490Z tmpxft_00001230_00000000-7_EmbeddingBag.cudafe1.stub.c(2): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-12-17T23:42:43.5366861Z with 2024-12-17T23:42:43.5367186Z [ 2024-12-17T23:42:43.5367508Z _Ty=int 2024-12-17T23:42:43.5367872Z ] 2024-12-17T23:42:43.5370212Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(189): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-12-17T23:42:43.5372630Z with 2024-12-17T23:42:43.5372973Z [ 2024-12-17T23:42:43.5373295Z _Ty=int 2024-12-17T23:42:43.5373641Z ] 2024-12-17T23:42:43.5375971Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(189): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-12-17T23:42:43.5378452Z with 2024-12-17T23:42:43.5378778Z [ 2024-12-17T23:42:43.5379095Z _Ty=int 2024-12-17T23:42:43.5379457Z ] 2024-12-17T23:42:43.5381132Z C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&)' being compiled 2024-12-17T23:42:43.5382943Z with 2024-12-17T23:42:43.5383277Z [ 2024-12-17T23:42:43.5383597Z I=size_t, 2024-12-17T23:42:43.5383991Z _Ty2=size_t 2024-12-17T23:42:43.5384376Z ] 2024-12-17T23:42:44.3353533Z C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&)' being compiled 2024-12-17T23:42:44.3354954Z with 2024-12-17T23:42:44.3355197Z [ 2024-12-17T23:42:44.3355412Z I=size_t, 2024-12-17T23:42:44.3355656Z _Ty2=size_t 2024-12-17T23:42:44.3355882Z ] 2024-12-17T23:42:44.3356448Z [3980/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredTile.cu.obj 2024-12-17T23:42:44.3357124Z SparseSemiStructuredTile.cu 2024-12-17T23:42:44.3358629Z tmpxft_000013d8_00000000-7_SparseSemiStructuredTile.cudafe1.cpp 2024-12-17T23:42:44.3359803Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2024-12-17T23:42:44.3361687Z tmpxft_000013d8_00000000-7_SparseSemiStructuredTile.cudafe1.stub.c(2): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-12-17T23:42:44.3362909Z with 2024-12-17T23:42:44.3363120Z [ 2024-12-17T23:42:44.3363369Z _Ty=int 2024-12-17T23:42:44.3363615Z ] 2024-12-17T23:42:44.3364724Z tmpxft_000013d8_00000000-7_SparseSemiStructuredTile.cudafe1.stub.c(2): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-12-17T23:42:44.3365894Z with 2024-12-17T23:42:44.3366135Z [ 2024-12-17T23:42:44.3366325Z _Ty=int 2024-12-17T23:42:44.3366518Z ] 2024-12-17T23:42:44.3367762Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(189): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-12-17T23:42:44.3369387Z with 2024-12-17T23:42:44.3370038Z [ 2024-12-17T23:42:44.3370283Z _Ty=int 2024-12-17T23:42:44.3370582Z ] 2024-12-17T23:42:44.3373076Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(189): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-12-17T23:42:44.3375028Z with 2024-12-17T23:42:44.3375323Z [ 2024-12-17T23:42:44.3375612Z _Ty=int 2024-12-17T23:42:44.3375889Z ] 2024-12-17T23:42:44.3377462Z C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&)' being compiled 2024-12-17T23:42:44.3379313Z with 2024-12-17T23:42:44.3379627Z [ 2024-12-17T23:42:44.3379925Z I=size_t, 2024-12-17T23:42:44.3380270Z _Ty2=size_t 2024-12-17T23:42:44.3380617Z ] 2024-12-17T23:42:44.3436203Z C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&)' being compiled 2024-12-17T23:42:44.3438089Z with 2024-12-17T23:42:44.3438441Z [ 2024-12-17T23:42:44.3438796Z I=size_t, 2024-12-17T23:42:44.3439186Z _Ty2=size_t 2024-12-17T23:42:44.3439557Z ] 2024-12-17T23:42:44.3440579Z [3981/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\FakeQuantizeCore.cu.obj 2024-12-17T23:42:44.4530460Z FakeQuantizeCore.cu 2024-12-17T23:42:44.4530844Z tmpxft_000014a8_00000000-7_FakeQuantizeCore.cudafe1.cpp 2024-12-17T23:42:44.4531733Z [3982/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\Activation.cu.obj 2024-12-17T23:42:45.0632556Z Activation.cu 2024-12-17T23:42:45.0633159Z tmpxft_000013ac_00000000-7_Activation.cudafe1.cpp 2024-12-17T23:42:45.0636950Z [3983/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\FusedObsFakeQuant.cu.obj 2024-12-17T23:42:45.2380636Z FusedObsFakeQuant.cu 2024-12-17T23:42:45.2381052Z tmpxft_00000600_00000000-7_FusedObsFakeQuant.cudafe1.cpp 2024-12-17T23:42:45.2382047Z [3984/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\IntReprQuant.cu.obj 2024-12-17T23:42:45.3502180Z IntReprQuant.cu 2024-12-17T23:42:45.3502529Z tmpxft_0000113c_00000000-7_IntReprQuant.cudafe1.cpp 2024-12-17T23:42:45.3503469Z [3985/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\MakePerTensorQuantizedTensor.cu.obj 2024-12-17T23:42:47.0425069Z MakePerTensorQuantizedTensor.cu 2024-12-17T23:42:47.0425581Z tmpxft_00000e9c_00000000-7_MakePerTensorQuantizedTensor.cudafe1.cpp 2024-12-17T23:42:47.0426511Z [3986/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k128.cu.obj 2024-12-17T23:42:47.0503071Z cutlassB_bf16_aligned_k128.cu 2024-12-17T23:42:47.0503527Z tmpxft_00000d60_00000000-7_cutlassB_bf16_aligned_k128.cudafe1.cpp 2024-12-17T23:42:47.0504696Z [3987/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k128_dropout.cu.obj 2024-12-17T23:42:47.2689204Z cutlassB_bf16_aligned_k128_dropout.cu 2024-12-17T23:42:47.2690082Z tmpxft_00001478_00000000-7_cutlassB_bf16_aligned_k128_dropout.cudafe1.cpp 2024-12-17T23:42:47.2691847Z [3988/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k32.cu.obj 2024-12-17T23:42:47.4015700Z cutlassB_bf16_aligned_k32.cu 2024-12-17T23:42:47.4017041Z tmpxft_00001600_00000000-7_cutlassB_bf16_aligned_k32.cudafe1.cpp 2024-12-17T23:42:47.4019796Z [3989/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k32_dropout.cu.obj 2024-12-17T23:42:47.5927264Z cutlassB_bf16_aligned_k32_dropout.cu 2024-12-17T23:42:47.5928592Z tmpxft_00001590_00000000-7_cutlassB_bf16_aligned_k32_dropout.cudafe1.cpp 2024-12-17T23:42:47.5930169Z [3990/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k64.cu.obj 2024-12-17T23:42:47.9286383Z cutlassB_bf16_aligned_k64.cu 2024-12-17T23:42:47.9287111Z tmpxft_0000167c_00000000-7_cutlassB_bf16_aligned_k64.cudafe1.cpp 2024-12-17T23:42:47.9288473Z [3991/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\attention.cu.obj 2024-12-17T23:42:48.0781445Z attention.cu 2024-12-17T23:42:48.0785168Z tmpxft_00000e1c_00000000-7_attention.cudafe1.cpp 2024-12-17T23:42:48.0793231Z [3992/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\attention_backward.cu.obj 2024-12-17T23:42:49.4320279Z attention_backward.cu 2024-12-17T23:42:49.4320679Z tmpxft_00000774_00000000-7_attention_backward.cudafe1.cpp 2024-12-17T23:42:49.4321640Z [3993/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k64_dropout.cu.obj 2024-12-17T23:42:49.4800057Z cutlassB_bf16_aligned_k64_dropout.cu 2024-12-17T23:42:49.4800796Z tmpxft_00000eec_00000000-7_cutlassB_bf16_aligned_k64_dropout.cudafe1.cpp 2024-12-17T23:42:49.4802571Z [3994/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k65536.cu.obj 2024-12-17T23:42:49.6260287Z cutlassB_bf16_aligned_k65536.cu 2024-12-17T23:42:49.6261069Z tmpxft_000017f0_00000000-7_cutlassB_bf16_aligned_k65536.cudafe1.cpp 2024-12-17T23:42:49.6262829Z [3995/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k65536_dropout.cu.obj 2024-12-17T23:42:49.6977779Z cutlassB_bf16_aligned_k65536_dropout.cu 2024-12-17T23:42:49.6978784Z tmpxft_000004fc_00000000-7_cutlassB_bf16_aligned_k65536_dropout.cudafe1.cpp 2024-12-17T23:42:49.6980218Z [3996/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k96.cu.obj 2024-12-17T23:42:50.0038770Z cutlassB_bf16_aligned_k96.cu 2024-12-17T23:42:50.0039895Z tmpxft_000016e0_00000000-7_cutlassB_bf16_aligned_k96.cudafe1.cpp 2024-12-17T23:42:50.0042009Z [3997/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k128.cu.obj 2024-12-17T23:42:50.4093527Z cutlassB_f16_aligned_k128.cu 2024-12-17T23:42:50.4094280Z tmpxft_00000350_00000000-7_cutlassB_f16_aligned_k128.cudafe1.cpp 2024-12-17T23:42:50.4096492Z [3998/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k128_dropout.cu.obj 2024-12-17T23:42:50.4427824Z cutlassB_f16_aligned_k128_dropout.cu 2024-12-17T23:42:50.4430196Z tmpxft_000016c0_00000000-7_cutlassB_f16_aligned_k128_dropout.cudafe1.cpp 2024-12-17T23:42:50.4432637Z [3999/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k32.cu.obj 2024-12-17T23:42:51.9625926Z cutlassB_f16_aligned_k32.cu 2024-12-17T23:42:51.9626372Z tmpxft_00001570_00000000-7_cutlassB_f16_aligned_k32.cudafe1.cpp 2024-12-17T23:42:51.9627264Z [4000/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k64.cu.obj 2024-12-17T23:42:51.9760227Z cutlassB_f16_aligned_k64.cu 2024-12-17T23:42:51.9761193Z tmpxft_000015dc_00000000-7_cutlassB_f16_aligned_k64.cudafe1.cpp 2024-12-17T23:42:51.9762902Z [4001/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k32_dropout.cu.obj 2024-12-17T23:42:52.0162209Z cutlassB_f16_aligned_k32_dropout.cu 2024-12-17T23:42:52.0162985Z tmpxft_00000dc8_00000000-7_cutlassB_f16_aligned_k32_dropout.cudafe1.cpp 2024-12-17T23:42:52.0164393Z [4002/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k64_dropout.cu.obj 2024-12-17T23:42:52.0756885Z cutlassB_f16_aligned_k64_dropout.cu 2024-12-17T23:42:52.0757729Z tmpxft_00001158_00000000-7_cutlassB_f16_aligned_k64_dropout.cudafe1.cpp 2024-12-17T23:42:52.0759509Z [4003/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k65536.cu.obj 2024-12-17T23:42:52.3281796Z cutlassB_f16_aligned_k65536.cu 2024-12-17T23:42:52.3282528Z tmpxft_00000a84_00000000-7_cutlassB_f16_aligned_k65536.cudafe1.cpp 2024-12-17T23:42:52.3284716Z [4004/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k65536_dropout.cu.obj 2024-12-17T23:42:52.6709429Z cutlassB_f16_aligned_k65536_dropout.cu 2024-12-17T23:42:52.6710289Z tmpxft_000014dc_00000000-7_cutlassB_f16_aligned_k65536_dropout.cudafe1.cpp 2024-12-17T23:42:52.6711824Z [4005/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k128.cu.obj 2024-12-17T23:42:52.7909280Z cutlassB_f16_notaligned_k128.cu 2024-12-17T23:42:52.7910441Z tmpxft_00001448_00000000-7_cutlassB_f16_notaligned_k128.cudafe1.cpp 2024-12-17T23:42:52.7912348Z [4006/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k96.cu.obj 2024-12-17T23:42:54.3482135Z cutlassB_f16_aligned_k96.cu 2024-12-17T23:42:54.3482879Z tmpxft_00000fe4_00000000-7_cutlassB_f16_aligned_k96.cudafe1.cpp 2024-12-17T23:42:54.3484810Z [4007/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k128_dropout.cu.obj 2024-12-17T23:42:54.4037803Z cutlassB_f16_notaligned_k128_dropout.cu 2024-12-17T23:42:54.4038337Z tmpxft_000007b4_00000000-7_cutlassB_f16_notaligned_k128_dropout.cudafe1.cpp 2024-12-17T23:42:54.4039282Z [4008/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k32.cu.obj 2024-12-17T23:42:54.4962575Z cutlassB_f16_notaligned_k32.cu 2024-12-17T23:42:54.4963025Z tmpxft_00001240_00000000-7_cutlassB_f16_notaligned_k32.cudafe1.cpp 2024-12-17T23:42:54.4964074Z [4009/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k64.cu.obj 2024-12-17T23:42:54.5484458Z cutlassB_f16_notaligned_k64.cu 2024-12-17T23:42:54.5485230Z tmpxft_000007bc_00000000-7_cutlassB_f16_notaligned_k64.cudafe1.cpp 2024-12-17T23:42:54.5487058Z [4010/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k32_dropout.cu.obj 2024-12-17T23:42:54.7373710Z cutlassB_f16_notaligned_k32_dropout.cu 2024-12-17T23:42:54.7374609Z tmpxft_00001784_00000000-7_cutlassB_f16_notaligned_k32_dropout.cudafe1.cpp 2024-12-17T23:42:54.7376912Z [4011/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k64_dropout.cu.obj 2024-12-17T23:42:55.0192987Z cutlassB_f16_notaligned_k64_dropout.cu 2024-12-17T23:42:55.0195007Z tmpxft_00000dc8_00000000-7_cutlassB_f16_notaligned_k64_dropout.cudafe1.cpp 2024-12-17T23:42:55.0200110Z [4012/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k65536.cu.obj 2024-12-17T23:42:55.2455331Z cutlassB_f16_notaligned_k65536.cu 2024-12-17T23:42:55.2458085Z tmpxft_000015a4_00000000-7_cutlassB_f16_notaligned_k65536.cudafe1.cpp 2024-12-17T23:42:55.2465177Z [4013/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k65536_dropout.cu.obj 2024-12-17T23:42:56.7744901Z cutlassB_f16_notaligned_k65536_dropout.cu 2024-12-17T23:42:56.7745832Z tmpxft_00000d70_00000000-7_cutlassB_f16_notaligned_k65536_dropout.cudafe1.cpp 2024-12-17T23:42:56.7747660Z [4014/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k128_dropout.cu.obj 2024-12-17T23:42:56.7902480Z cutlassB_f32_aligned_k128_dropout.cu 2024-12-17T23:42:56.7902992Z tmpxft_0000133c_00000000-7_cutlassB_f32_aligned_k128_dropout.cudafe1.cpp 2024-12-17T23:42:56.7903938Z [4015/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k128.cu.obj 2024-12-17T23:42:56.8223712Z cutlassB_f32_aligned_k128.cu 2024-12-17T23:42:56.8224264Z tmpxft_000016d8_00000000-7_cutlassB_f32_aligned_k128.cudafe1.cpp 2024-12-17T23:42:56.8225279Z [4016/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k32.cu.obj 2024-12-17T23:42:56.9130582Z cutlassB_f32_aligned_k32.cu 2024-12-17T23:42:56.9131306Z tmpxft_000016c0_00000000-7_cutlassB_f32_aligned_k32.cudafe1.cpp 2024-12-17T23:42:56.9133027Z [4017/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k32_dropout.cu.obj 2024-12-17T23:42:56.9897181Z cutlassB_f32_aligned_k32_dropout.cu 2024-12-17T23:42:56.9898011Z tmpxft_0000117c_00000000-7_cutlassB_f32_aligned_k32_dropout.cudafe1.cpp 2024-12-17T23:42:56.9900049Z [4018/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k64.cu.obj 2024-12-17T23:42:57.4843978Z cutlassB_f32_aligned_k64.cu 2024-12-17T23:42:57.4845149Z tmpxft_0000043c_00000000-7_cutlassB_f32_aligned_k64.cudafe1.cpp 2024-12-17T23:42:57.4847793Z [4019/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k64_dropout.cu.obj 2024-12-17T23:42:57.6500383Z cutlassB_f32_aligned_k64_dropout.cu 2024-12-17T23:42:57.6502431Z tmpxft_00001250_00000000-7_cutlassB_f32_aligned_k64_dropout.cudafe1.cpp 2024-12-17T23:42:57.6504543Z [4020/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k65536.cu.obj 2024-12-17T23:42:59.0881976Z cutlassB_f32_aligned_k65536.cu 2024-12-17T23:42:59.0882427Z tmpxft_000015e0_00000000-7_cutlassB_f32_aligned_k65536.cudafe1.cpp 2024-12-17T23:42:59.0883457Z [4021/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k128_dropout.cu.obj 2024-12-17T23:42:59.1400417Z cutlassB_f32_notaligned_k128_dropout.cu 2024-12-17T23:42:59.1400934Z tmpxft_00000cb4_00000000-7_cutlassB_f32_notaligned_k128_dropout.cudafe1.cpp 2024-12-17T23:42:59.1402868Z [4022/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k128.cu.obj 2024-12-17T23:42:59.2065789Z cutlassB_f32_notaligned_k128.cu 2024-12-17T23:42:59.2066594Z tmpxft_0000103c_00000000-7_cutlassB_f32_notaligned_k128.cudafe1.cpp 2024-12-17T23:42:59.2068679Z [4023/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k65536_dropout.cu.obj 2024-12-17T23:42:59.2592920Z cutlassB_f32_aligned_k65536_dropout.cu 2024-12-17T23:42:59.2593844Z tmpxft_000007a0_00000000-7_cutlassB_f32_aligned_k65536_dropout.cudafe1.cpp 2024-12-17T23:42:59.2595750Z [4024/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k32.cu.obj 2024-12-17T23:42:59.3490537Z cutlassB_f32_notaligned_k32.cu 2024-12-17T23:42:59.3491300Z tmpxft_000009dc_00000000-7_cutlassB_f32_notaligned_k32.cudafe1.cpp 2024-12-17T23:42:59.3493050Z [4025/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k32_dropout.cu.obj 2024-12-17T23:42:59.8925746Z cutlassB_f32_notaligned_k32_dropout.cu 2024-12-17T23:43:00.0080104Z tmpxft_00001654_00000000-7_cutlassB_f32_notaligned_k32_dropout.cudafe1.cpp 2024-12-17T23:43:00.0081746Z [4026/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k64.cu.obj 2024-12-17T23:43:00.0083195Z cutlassB_f32_notaligned_k64.cu 2024-12-17T23:43:00.0084028Z tmpxft_00001638_00000000-7_cutlassB_f32_notaligned_k64.cudafe1.cpp 2024-12-17T23:43:00.0087874Z [4027/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k64_dropout.cu.obj 2024-12-17T23:43:01.4339235Z cutlassB_f32_notaligned_k64_dropout.cu 2024-12-17T23:43:01.4340043Z tmpxft_000015f0_00000000-7_cutlassB_f32_notaligned_k64_dropout.cudafe1.cpp 2024-12-17T23:43:01.4341801Z [4028/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k65536.cu.obj 2024-12-17T23:43:01.5139544Z cutlassB_f32_notaligned_k65536.cu 2024-12-17T23:43:01.5140120Z tmpxft_00001714_00000000-7_cutlassB_f32_notaligned_k65536.cudafe1.cpp 2024-12-17T23:43:01.5141270Z [4029/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k65536_dropout.cu.obj 2024-12-17T23:43:01.5349198Z cutlassB_f32_notaligned_k65536_dropout.cu 2024-12-17T23:43:01.5349691Z tmpxft_0000154c_00000000-7_cutlassB_f32_notaligned_k65536_dropout.cudafe1.cpp 2024-12-17T23:43:01.5350813Z [4030/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f16_aligned.cu.obj 2024-12-17T23:43:01.5572711Z cutlassF_f16_aligned.cu 2024-12-17T23:43:01.5573737Z tmpxft_00001600_00000000-7_cutlassF_f16_aligned.cudafe1.cpp 2024-12-17T23:43:01.5574969Z [4031/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_bf16_aligned.cu.obj 2024-12-17T23:43:01.6780023Z cutlassF_bf16_aligned.cu 2024-12-17T23:43:01.6780710Z tmpxft_000012bc_00000000-7_cutlassF_bf16_aligned.cudafe1.cpp 2024-12-17T23:43:01.6782386Z [4032/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f16_notaligned.cu.obj 2024-12-17T23:43:02.0658612Z cutlassF_f16_notaligned.cu 2024-12-17T23:43:02.0659123Z tmpxft_00000084_00000000-7_cutlassF_f16_notaligned.cudafe1.cpp 2024-12-17T23:43:02.0659995Z [4033/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f32_aligned.cu.obj 2024-12-17T23:43:02.1821626Z cutlassF_f32_aligned.cu 2024-12-17T23:43:02.1822123Z tmpxft_00000330_00000000-7_cutlassF_f32_aligned.cudafe1.cpp 2024-12-17T23:43:02.1823078Z [4034/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f32_notaligned.cu.obj 2024-12-17T23:43:02.5391141Z cutlassF_f32_notaligned.cu 2024-12-17T23:43:02.5391868Z tmpxft_00000ec0_00000000-7_cutlassF_f32_notaligned.cudafe1.cpp 2024-12-17T23:43:02.5393154Z [4035/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterNestedTensorCUDA.cpp.obj 2024-12-17T23:43:02.5635880Z [4036/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterQuantizedCUDA.cpp.obj 2024-12-17T23:43:02.6482403Z [4037/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterSparseCUDA.cpp.obj 2024-12-17T23:43:02.7955168Z [4038/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterSparseCsrCUDA.cpp.obj 2024-12-17T23:43:03.1944666Z [4039/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\BatchLinearAlgebra.cpp.obj 2024-12-17T23:43:03.3628078Z [4040/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\CudssHandlePool.cpp.obj 2024-12-17T23:43:03.4940172Z [4041/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\BatchLinearAlgebraLib.cpp.obj 2024-12-17T23:43:03.5244680Z [4042/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\BatchLinearAlgebraLibBlas.cpp.obj 2024-12-17T23:43:03.7318479Z [4043/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\CusolverDnHandlePool.cpp.obj 2024-12-17T23:43:03.7754293Z [4044/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterCUDA.cpp.obj 2024-12-17T23:43:03.8170784Z [4045/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\UfuncCUDA_add.cu.obj 2024-12-17T23:43:04.0696693Z UfuncCUDA_add.cu 2024-12-17T23:43:04.0697044Z tmpxft_00001644_00000000-7_UfuncCUDA_add.cudafe1.cpp 2024-12-17T23:43:04.0698122Z [4046/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDASparseBlas.cpp.obj 2024-12-17T23:43:04.2240239Z [4047/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CublasHandlePool.cpp.obj 2024-12-17T23:43:04.4619973Z [4048/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\CUDASolver.cpp.obj 2024-12-17T23:43:04.4697928Z [4049/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\tunable\Tunable.cpp.obj 2024-12-17T23:43:04.5034630Z [4050/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\tunable\StreamTimer.cpp.obj 2024-12-17T23:43:04.5932640Z [4051/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Activation.cpp.obj 2024-12-17T23:43:05.2413656Z [4052/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Distributions.cpp.obj 2024-12-17T23:43:05.2775019Z [4053/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Equal.cpp.obj 2024-12-17T23:43:05.3138742Z [4054/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\GridSampler.cpp.obj 2024-12-17T23:43:05.3642841Z [4055/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Blas.cpp.obj 2024-12-17T23:43:05.3944964Z [4056/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\IndexKernel.cpp.obj 2024-12-17T23:43:06.0227401Z [4057/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LinearAlgebraStubs.cpp.obj 2024-12-17T23:43:06.0426876Z [4058/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceOps.cpp.obj 2024-12-17T23:43:06.0561215Z [4059/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ScanKernels.cpp.obj 2024-12-17T23:43:06.1013536Z [4060/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sort.cpp.obj 2024-12-17T23:43:06.1782697Z [4061/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorModeKernel.cpp.obj 2024-12-17T23:43:06.2029111Z [4062/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDABlas.cpp.obj 2024-12-17T23:43:06.2668017Z [4063/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sorting.cpp.obj 2024-12-17T23:43:06.7366925Z [4064/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\jit_utils.cpp.obj 2024-12-17T23:43:06.7525295Z [4065/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorTopK.cpp.obj 2024-12-17T23:43:06.8893121Z [4066/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorShapeCUDA.cpp.obj 2024-12-17T23:43:06.9430237Z [4067/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseBlas.cpp.obj 2024-12-17T23:43:07.0899260Z [4068/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\flash_attn\flash_api.cpp.obj 2024-12-17T23:43:07.1510971Z [4069/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseBlasLegacy.cpp.obj 2024-12-17T23:43:07.1604526Z [4070/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseBlasImpl.cpp.obj 2024-12-17T23:43:07.3599505Z [4071/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCUDABlas.cpp.obj 2024-12-17T23:43:07.3731946Z [4072/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\CudaIPCTypes.cpp.obj 2024-12-17T23:43:07.5853692Z [4073/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\cuda\CUDAPluggableAllocator.cpp.obj 2024-12-17T23:43:07.9419076Z [4074/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\cuda\memory_snapshot.cpp.obj 2024-12-17T23:43:07.9771123Z [4075/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.cpp.obj 2024-12-17T23:43:08.1432073Z [4076/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\inductor\aoti_torch\shim_cuda.cpp.obj 2024-12-17T23:43:08.6669698Z [4077/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\profiler\stubs\cuda.cpp.obj 2024-12-17T23:43:08.7816152Z [4078/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion_cuda.cpp.obj 2024-12-17T23:43:08.8351947Z [4079/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorTransformerFunctions.cpp.obj 2024-12-17T23:43:08.8962665Z [4080/7654] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2024-12-17T23:43:09.1879149Z [4081/7654] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2024-12-17T23:43:09.7457956Z [4082/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\cuda\comm.cpp.obj 2024-12-17T23:43:10.3152081Z [4083/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\codegen\fuser\cuda\fused_kernel.cpp.obj 2024-12-17T23:43:10.4890914Z [4084/7654] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCPUCustomOps.cpp.obj 2024-12-17T23:43:10.8890976Z [4085/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\autograd\functions\comm.cpp.obj 2024-12-17T23:43:11.1003281Z [4086/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\tensorexpr\cuda_codegen.cpp.obj 2024-12-17T23:43:11.1004796Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-12-17T23:43:11.1006099Z with 2024-12-17T23:43:11.1006650Z [ 2024-12-17T23:43:11.1006826Z T=int 2024-12-17T23:43:11.1007133Z ] 2024-12-17T23:43:11.1008388Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\tensorexpr\cuda_codegen.cpp(147): note: see reference to function template instantiation 'bool torch::jit::tensorexpr::immediateEquals(const torch::jit::tensorexpr::ExprPtr &,T)' being compiled 2024-12-17T23:43:11.1211044Z with 2024-12-17T23:43:11.1211451Z [ 2024-12-17T23:43:11.1211775Z T=int 2024-12-17T23:43:11.1212122Z ] 2024-12-17T23:43:11.1212938Z [4087/7654] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\custom_ops.cpp.obj 2024-12-17T23:43:11.5823950Z [4088/7654] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCodegenUnboxedKernelsEverything.cpp.obj 2024-12-17T23:43:11.6841666Z [4089/7654] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\runtime\register_cuda_ops.cpp.obj 2024-12-17T23:43:11.7002116Z [4090/7654] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2024-12-17T23:43:11.9279796Z [4091/7654] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2024-12-17T23:43:11.9519659Z [4092/7654] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2024-12-17T23:43:12.0602661Z [4093/7654] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Unique.cu.obj 2024-12-17T23:43:12.3837347Z Unique.cu 2024-12-17T23:43:12.3837829Z tmpxft_000015e4_00000000-7_Unique.cudafe1.cpp 2024-12-17T23:43:12.3839165Z [4094/7654] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2024-12-17T23:43:12.6303090Z [4095/7654] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\operator_registry.cpp.obj 2024-12-17T23:43:13.2053456Z [4096/7654] Building CUDA object test_cpp_c10d\CMakeFiles\c10d_cuda_test.dir\CUDATest.cu.obj 2024-12-17T23:43:14.0807889Z CUDATest.cu 2024-12-17T23:43:14.0808256Z tmpxft_00001534_00000000-7_CUDATest.cudafe1.cpp 2024-12-17T23:43:14.0809012Z [4097/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2024-12-17T23:43:14.4196489Z [4098/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2024-12-17T23:43:14.9896837Z [4099/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2024-12-17T23:43:15.0985874Z [4100/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2024-12-17T23:43:15.1241223Z [4101/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2024-12-17T23:43:15.2557444Z [4102/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2024-12-17T23:43:15.2712798Z [4103/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2024-12-17T23:43:15.5352338Z [4104/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2024-12-17T23:43:15.6663190Z [4105/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2024-12-17T23:43:16.0875962Z [4106/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2024-12-17T23:43:16.1791260Z [4107/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2024-12-17T23:43:16.2050356Z [4108/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2024-12-17T23:43:16.2525760Z [4109/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2024-12-17T23:43:16.2723256Z [4110/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2024-12-17T23:43:16.4499561Z [4111/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2024-12-17T23:43:16.4945610Z [4112/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2024-12-17T23:43:16.6220799Z [4113/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2024-12-17T23:43:16.9197384Z [4114/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2024-12-17T23:43:17.0747204Z [4115/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DeviceAccelerator.cpp.obj 2024-12-17T23:43:17.1762293Z [4116/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2024-12-17T23:43:17.2117933Z [4117/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2024-12-17T23:43:17.8164917Z [4118/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2024-12-17T23:43:17.9277125Z [4119/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2024-12-17T23:43:18.0485534Z [4120/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2024-12-17T23:43:18.8177314Z [4121/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2024-12-17T23:43:18.9931501Z [4122/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2024-12-17T23:43:19.6255187Z [4123/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2024-12-17T23:43:19.7019555Z [4124/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2024-12-17T23:43:19.8267341Z [4125/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2024-12-17T23:43:20.5093239Z [4126/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2024-12-17T23:43:20.9944328Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(595): warning C4003: not enough arguments for function-like macro invocation 'END_HANDLE_TH_ERRORS_RET' 2024-12-17T23:43:20.9945729Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1891): warning C4003: not enough arguments for function-like macro invocation 'CATCH_TH_ERRORS' 2024-12-17T23:43:20.9947483Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1891): warning C4003: not enough arguments for function-like macro invocation 'CATCH_CORE_ERRORS' 2024-12-17T23:43:20.9949083Z [4127/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2024-12-17T23:43:22.4042101Z [4128/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2024-12-17T23:43:22.6053635Z [4129/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2024-12-17T23:43:22.8004620Z [4130/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2024-12-17T23:43:23.1031818Z [4131/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2024-12-17T23:43:23.1764496Z [4132/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2024-12-17T23:43:23.6555346Z [4133/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2024-12-17T23:43:23.7866438Z [4134/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2024-12-17T23:43:24.0954958Z [4135/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2024-12-17T23:43:24.1708753Z [4136/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2024-12-17T23:43:24.6556677Z [4137/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2024-12-17T23:43:25.5284546Z [4138/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2024-12-17T23:43:25.9000615Z [4139/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2024-12-17T23:43:26.3795125Z [4140/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2024-12-17T23:43:27.0463249Z [4141/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2024-12-17T23:43:27.3188209Z [4142/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2024-12-17T23:43:27.5144671Z [4143/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2024-12-17T23:43:27.7586893Z [4144/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2024-12-17T23:43:28.3689037Z [4145/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2024-12-17T23:43:28.5168578Z [4146/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2024-12-17T23:43:29.0962899Z [4147/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2024-12-17T23:43:29.1216283Z [4148/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2024-12-17T23:43:29.1242157Z [4149/7654] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2024-12-17T23:43:29.2008496Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-12-17T23:43:29.2010407Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-12-17T23:43:29.2012219Z [4150/7654] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2024-12-17T23:43:29.2336996Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-12-17T23:43:29.2338014Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-12-17T23:43:29.2339004Z [4151/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2024-12-17T23:43:29.6200945Z [4152/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2024-12-17T23:43:29.9307063Z [4153/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2024-12-17T23:43:29.9761314Z [4154/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2024-12-17T23:43:30.0248832Z [4155/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\utils.cpp.obj 2024-12-17T23:43:30.1239686Z [4156/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2024-12-17T23:43:30.1965081Z [4157/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2024-12-17T23:43:30.5634356Z [4158/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2024-12-17T23:43:31.1202512Z [4159/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\export\pybind.cpp.obj 2024-12-17T23:43:31.1400185Z [4160/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_package\pybind.cpp.obj 2024-12-17T23:43:31.4985875Z [4161/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2024-12-17T23:43:32.3933990Z [4162/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2024-12-17T23:43:32.7003148Z [4163/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2024-12-17T23:43:32.9623013Z [4164/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2024-12-17T23:43:33.0407765Z [4165/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2024-12-17T23:43:33.0601135Z [4166/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2024-12-17T23:43:33.9583259Z [4167/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2024-12-17T23:43:33.9704231Z [4168/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2024-12-17T23:43:34.1107018Z [4169/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2024-12-17T23:43:34.2928795Z [4170/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2024-12-17T23:43:35.1975201Z [4171/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2024-12-17T23:43:35.2174956Z [4172/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2024-12-17T23:43:35.7926164Z [4173/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2024-12-17T23:43:35.9242825Z [4174/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2024-12-17T23:43:36.0991961Z [4175/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2024-12-17T23:43:36.1999828Z [4176/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2024-12-17T23:43:36.4951512Z [4177/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2024-12-17T23:43:36.6793102Z [4178/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2024-12-17T23:43:36.9479236Z [4179/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2024-12-17T23:43:36.9963202Z [4180/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2024-12-17T23:43:37.1018329Z [4181/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2024-12-17T23:43:37.2298749Z [4182/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2024-12-17T23:43:37.3897561Z [4183/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2024-12-17T23:43:37.5995055Z [4184/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2024-12-17T23:43:37.6056843Z [4185/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2024-12-17T23:43:37.9376191Z [4186/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2024-12-17T23:43:38.1117960Z [4187/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2024-12-17T23:43:38.4819215Z [4188/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2024-12-17T23:43:38.5468501Z [4189/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2024-12-17T23:43:38.8369207Z [4190/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2024-12-17T23:43:38.9414035Z [4191/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2024-12-17T23:43:38.9941772Z [4192/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2024-12-17T23:43:39.4747844Z [4193/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2024-12-17T23:43:39.5404052Z [4194/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2024-12-17T23:43:40.6000143Z [4195/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2024-12-17T23:43:40.8647400Z [4196/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2024-12-17T23:43:42.1688796Z [4197/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2024-12-17T23:43:42.2614695Z [4198/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2024-12-17T23:43:42.2931417Z [4199/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2024-12-17T23:43:42.6639968Z [4200/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2024-12-17T23:43:42.8111275Z [4201/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2024-12-17T23:43:42.8988697Z [4202/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2024-12-17T23:43:43.7072877Z [4203/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2024-12-17T23:43:43.9248406Z [4204/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2024-12-17T23:43:44.1677650Z [4205/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2024-12-17T23:43:44.9261043Z [4206/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2024-12-17T23:43:45.0734568Z [4207/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2024-12-17T23:43:45.5778459Z [4208/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2024-12-17T23:43:45.5779863Z 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-12-17T23:43:45.5782282Z 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-12-17T23:43:45.5783835Z with 2024-12-17T23:43:45.5784133Z [ 2024-12-17T23:43:45.5784343Z _Ty1=const pybind11::object &, 2024-12-17T23:43:45.5784662Z _Ty2=const pybind11::object & 2024-12-17T23:43:45.5784951Z ] 2024-12-17T23:43:45.5786279Z 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-12-17T23:43:45.5787927Z with 2024-12-17T23:43:45.5788130Z [ 2024-12-17T23:43:45.5788331Z _InIt1=const pybind11::object *, 2024-12-17T23:43:45.5788656Z _InIt2=const pybind11::object *, 2024-12-17T23:43:45.5789014Z _Pr=std::equal_to 2024-12-17T23:43:45.5789267Z ] 2024-12-17T23:43:45.5790621Z 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-12-17T23:43:45.5791830Z with 2024-12-17T23:43:45.5792048Z [ 2024-12-17T23:43:45.5792334Z _InIt1=const pybind11::object *, 2024-12-17T23:43:45.5792679Z _InIt2=const pybind11::object * 2024-12-17T23:43:45.5792962Z ] 2024-12-17T23:43:45.7582474Z 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-12-17T23:43:45.7584574Z [4209/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2024-12-17T23:43:45.8969533Z [4210/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2024-12-17T23:43:46.1952737Z [4211/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2024-12-17T23:43:46.5483305Z [4212/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2024-12-17T23:43:47.3073761Z [4213/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2024-12-17T23:43:48.4480811Z [4214/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2024-12-17T23:43:48.5230437Z [4215/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2024-12-17T23:43:48.9723635Z [4216/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2024-12-17T23:43:49.1080258Z [4217/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2024-12-17T23:43:49.3109852Z [4218/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2024-12-17T23:43:49.3286805Z [4219/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2024-12-17T23:43:49.4029600Z [4220/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2024-12-17T23:43:49.4738456Z [4221/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2024-12-17T23:43:49.9373868Z [4222/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2024-12-17T23:43:50.2135298Z [4223/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2024-12-17T23:43:50.3586927Z [4224/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2024-12-17T23:43:50.4110920Z [4225/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2024-12-17T23:43:50.5835313Z [4226/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2024-12-17T23:43:51.0748458Z [4227/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2024-12-17T23:43:51.3003325Z [4228/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2024-12-17T23:43:51.4406354Z [4229/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2024-12-17T23:43:51.9546580Z [4230/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2024-12-17T23:43:52.1875730Z [4231/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2024-12-17T23:43:52.2153098Z [4232/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2024-12-17T23:43:52.4891314Z [4233/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2024-12-17T23:43:52.5857420Z [4234/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2024-12-17T23:43:53.1331238Z [4235/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2024-12-17T23:43:53.4157885Z [4236/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2024-12-17T23:43:53.4661152Z [4237/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2024-12-17T23:43:53.5338644Z [4238/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2024-12-17T23:43:53.9907554Z [4239/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2024-12-17T23:43:54.2632807Z [4240/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\instruction_counter\Module.cpp.obj 2024-12-17T23:43:54.5282361Z [4241/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2024-12-17T23:43:54.6873141Z [4242/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2024-12-17T23:43:55.0911637Z [4243/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2024-12-17T23:43:55.1478152Z [4244/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2024-12-17T23:43:55.4693096Z [4245/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2024-12-17T23:43:56.8298467Z [4246/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2024-12-17T23:43:57.0379659Z [4247/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2024-12-17T23:43:58.0329507Z [4248/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Event.cpp.obj 2024-12-17T23:43:58.0595178Z [4249/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Module.cpp.obj 2024-12-17T23:43:58.0701516Z [4250/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\shared\cudart.cpp.obj 2024-12-17T23:43:58.4755297Z [4251/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Stream.cpp.obj 2024-12-17T23:43:58.6004716Z [4252/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\python_comm.cpp.obj 2024-12-17T23:43:58.7396790Z [4253/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Graph.cpp.obj 2024-12-17T23:43:58.9158243Z [4254/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\GdsFile.cpp.obj 2024-12-17T23:43:59.1230037Z [4255/7654] 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-12-17T23:43:59.1263978Z [4256/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\shared\nvtx.cpp.obj 2024-12-17T23:43:59.2703527Z [4257/7654] 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-12-17T23:43:59.2951002Z [4258/7654] 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-12-17T23:43:59.4028976Z [4259/7654] 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-12-17T23:43:59.4190685Z [4260/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\shared\cudnn.cpp.obj 2024-12-17T23:43:59.4206491Z [4261/7654] 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-12-17T23:43:59.5449167Z [4262/7654] 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-12-17T23:43:59.5714717Z [4263/7654] 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-12-17T23:43:59.5729442Z [4264/7654] 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-12-17T23:43:59.6898435Z [4265/7654] 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-12-17T23:43:59.7106640Z [4266/7654] 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-12-17T23:43:59.7119037Z [4267/7654] 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-12-17T23:43:59.8209937Z [4268/7654] 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-12-17T23:43:59.8470439Z [4269/7654] 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-12-17T23:43:59.8531873Z [4270/7654] 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-12-17T23:43:59.9662119Z [4271/7654] 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-12-17T23:43:59.9850244Z [4272/7654] 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-12-17T23:43:59.9862086Z [4273/7654] 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-12-17T23:44:00.0743818Z [4274/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-scalar.c.obj 2024-12-17T23:44:00.1030474Z [4275/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u1.c.obj 2024-12-17T23:44:00.1154995Z [4276/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u2.c.obj 2024-12-17T23:44:00.1809878Z [4277/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\MemPool.cpp.obj 2024-12-17T23:44:00.2104420Z [4278/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2024-12-17T23:44:00.2167499Z [4279/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2024-12-17T23:44:00.2332802Z [4280/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2024-12-17T23:44:00.6973147Z [4281/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2024-12-17T23:44:00.7061478Z [4282/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2024-12-17T23:44:00.7073954Z [4283/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2024-12-17T23:44:00.7410748Z [4284/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2024-12-17T23:44:00.8184802Z [4285/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2024-12-17T23:44:00.8243129Z [4286/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2024-12-17T23:44:00.8357853Z [4287/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2024-12-17T23:44:00.8975314Z [4288/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2024-12-17T23:44:01.0085337Z [4289/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:01.0100874Z [4290/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:01.0156639Z [4291/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:01.0209376Z [4292/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:01.1311476Z [4293/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:01.1374299Z [4294/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:01.1389659Z [4295/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:01.1525218Z [4296/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:01.2553307Z [4297/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:01.2612426Z [4298/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:01.2624026Z [4299/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:01.2721860Z [4300/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:01.3077345Z [4301/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\utils.cpp.obj 2024-12-17T23:44:01.3700265Z [4302/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:01.3787574Z [4303/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:01.3902294Z [4304/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:01.3963746Z [4305/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:01.4257027Z [4306/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:01.4923717Z [4307/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:01.4976570Z [4308/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:01.5160897Z [4309/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:01.5229499Z [4310/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:01.5431574Z [4311/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:01.6129701Z [4312/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:01.6189694Z [4313/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:01.6370420Z [4314/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:01.6470021Z [4315/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:01.6543953Z [4316/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:01.7318148Z [4317/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:01.7433387Z [4318/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:01.7593095Z [4319/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:01.7675895Z [4320/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:01.7720277Z [4321/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:01.8455219Z [4322/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:01.8706946Z [4323/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:01.8928468Z [4324/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:01.8991643Z [4325/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:01.9257106Z [4326/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:01.9517439Z [4327/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2024-12-17T23:44:01.9622467Z [4328/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:02.0050671Z [4329/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:02.0064761Z [4330/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:02.0235031Z [4331/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:02.0591196Z [4332/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2024-12-17T23:44:02.0653374Z [4333/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2024-12-17T23:44:02.0668482Z [4334/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:02.1299378Z [4335/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:02.1470955Z [4336/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:02.1485194Z [4337/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:02.2007686Z [4338/7654] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2024-12-17T23:44:02.2900581Z [4339/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:02.2911783Z [4340/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:02.2922366Z [4341/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:02.2933891Z [4342/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:02.3060394Z [4343/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:02.3964049Z [4344/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:02.4254347Z [4345/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:02.4308092Z [4346/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:02.4319473Z [4347/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:02.4381318Z [4348/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:02.4479603Z [4349/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:02.4606985Z [4350/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:02.5228848Z [4351/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:02.5552914Z [4352/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:02.5693442Z [4353/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:02.5706578Z [4354/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:02.5758433Z [4355/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:02.5810057Z [4356/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:02.5898508Z [4357/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:02.6657768Z [4358/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:02.6952897Z [4359/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:02.7002221Z [4360/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:02.7049589Z [4361/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:02.7158776Z [4362/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:02.7210150Z [4363/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:02.7262512Z [4364/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:02.8057295Z [4365/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:02.8277848Z [4366/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:02.8345824Z [4367/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:02.8514138Z [4368/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:02.8558506Z [4369/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:02.8716575Z [4370/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:02.8747670Z [4371/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:02.9315305Z [4372/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:02.9701103Z [4373/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:02.9828816Z [4374/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:02.9873562Z [4375/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:02.9978258Z [4376/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:03.0029139Z [4377/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:03.0142470Z [4378/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:03.0596365Z [4379/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:03.1049882Z [4380/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:03.1270553Z [4381/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:03.1326818Z [4382/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:03.1460897Z [4383/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:03.1587573Z [4384/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:03.1640827Z [4385/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:03.2016128Z [4386/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:03.2475284Z [4387/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:03.2637290Z [4388/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2024-12-17T23:44:03.2652603Z [4389/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2024-12-17T23:44:03.2765465Z [4390/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u1.c.obj 2024-12-17T23:44:03.2781119Z [4391/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2024-12-17T23:44:03.2971815Z [4392/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2024-12-17T23:44:03.3295948Z [4393/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u2.c.obj 2024-12-17T23:44:03.3720712Z [4394/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2024-12-17T23:44:03.3784465Z [4395/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2024-12-17T23:44:03.3939172Z [4396/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2024-12-17T23:44:03.4069869Z [4397/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2024-12-17T23:44:03.4167479Z [4398/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2024-12-17T23:44:03.4306139Z [4399/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2024-12-17T23:44:03.4436801Z [4400/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2024-12-17T23:44:03.4995392Z [4401/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2024-12-17T23:44:03.5050200Z [4402/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2024-12-17T23:44:03.5164934Z [4403/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2024-12-17T23:44:03.5220218Z [4404/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2024-12-17T23:44:03.5359120Z [4405/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2024-12-17T23:44:03.5370799Z [4406/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2024-12-17T23:44:03.5419791Z [4407/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2024-12-17T23:44:03.6063231Z [4408/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2024-12-17T23:44:03.6101375Z [4409/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2024-12-17T23:44:03.6148567Z [4410/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2024-12-17T23:44:03.6197503Z [4411/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2024-12-17T23:44:03.6248819Z [4412/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2024-12-17T23:44:03.6512780Z [4413/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u4.c.obj 2024-12-17T23:44:03.6571588Z [4414/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u2.c.obj 2024-12-17T23:44:03.7266394Z [4415/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u4.c.obj 2024-12-17T23:44:03.7278462Z [4416/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u4.c.obj 2024-12-17T23:44:03.7289599Z [4417/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u4.c.obj 2024-12-17T23:44:03.7376036Z [4418/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u4.c.obj 2024-12-17T23:44:03.7898491Z [4419/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2024-12-17T23:44:03.7954987Z [4420/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2024-12-17T23:44:03.8038897Z [4421/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2024-12-17T23:44:03.8226617Z [4422/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2024-12-17T23:44:03.8276357Z [4423/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2024-12-17T23:44:03.8388093Z [4424/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2024-12-17T23:44:03.8472230Z [4425/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2024-12-17T23:44:03.9074201Z [4426/7654] 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-12-17T23:44:03.9200220Z [4427/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x32-gemm-goi-scalar-int-u4.c.obj 2024-12-17T23:44:03.9260031Z [4428/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2024-12-17T23:44:03.9343157Z [4429/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2024-12-17T23:44:03.9355156Z [4430/7654] 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-12-17T23:44:03.9562473Z [4431/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2024-12-17T23:44:03.9703412Z [4432/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2024-12-17T23:44:04.0078409Z [4433/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2024-12-17T23:44:04.0260100Z [4434/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2024-12-17T23:44:04.0277290Z [4435/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2024-12-17T23:44:04.0469220Z [4436/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2024-12-17T23:44:04.0593259Z [4437/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2024-12-17T23:44:04.0749577Z [4438/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2024-12-17T23:44:04.0806609Z [4439/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2024-12-17T23:44:04.1044214Z [4440/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2024-12-17T23:44:04.1255219Z [4441/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2024-12-17T23:44:04.1502547Z [4442/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2024-12-17T23:44:04.1514434Z [4443/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2024-12-17T23:44:04.1562042Z [4444/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2024-12-17T23:44:04.1828300Z [4445/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2024-12-17T23:44:04.1884095Z [4446/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2024-12-17T23:44:04.2093465Z [4447/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2024-12-17T23:44:04.2544688Z [4448/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2024-12-17T23:44:04.2557438Z [4449/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2024-12-17T23:44:04.2695277Z [4450/7654] 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-12-17T23:44:04.2747874Z [4451/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2024-12-17T23:44:04.2931473Z [4452/7654] 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-12-17T23:44:04.2995030Z [4453/7654] 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-12-17T23:44:04.3195757Z [4454/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-gio-scalar.c.obj 2024-12-17T23:44:04.3605530Z [4455/7654] 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-12-17T23:44:04.3673551Z [4456/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-scalar.c.obj 2024-12-17T23:44:04.3877219Z [4457/7654] 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-12-17T23:44:04.3948233Z [4458/7654] 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-12-17T23:44:04.4007979Z [4459/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-scalar.c.obj 2024-12-17T23:44:04.4023860Z [4460/7654] 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-12-17T23:44:04.4257628Z [4461/7654] 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-12-17T23:44:04.4590383Z [4462/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2024-12-17T23:44:04.4643621Z [4463/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-scalar.c.obj 2024-12-17T23:44:04.4655009Z [4464/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2024-12-17T23:44:04.4756817Z [4465/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2024-12-17T23:44:04.4976111Z [4466/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2024-12-17T23:44:04.5074367Z [4467/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2024-12-17T23:44:04.5253109Z [4468/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2024-12-17T23:44:04.5628333Z [4469/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2024-12-17T23:44:04.5752235Z [4470/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2024-12-17T23:44:04.5764933Z [4471/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2024-12-17T23:44:04.5896625Z [4472/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2024-12-17T23:44:04.6023850Z [4473/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2024-12-17T23:44:04.6171158Z [4474/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2024-12-17T23:44:04.6389302Z [4475/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2024-12-17T23:44:04.6801048Z [4476/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2024-12-17T23:44:04.6874770Z [4477/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2024-12-17T23:44:04.6890398Z [4478/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2024-12-17T23:44:04.6941025Z [4479/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2024-12-17T23:44:04.7182643Z [4480/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2024-12-17T23:44:04.7233540Z [4481/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2024-12-17T23:44:04.7680764Z [4482/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2024-12-17T23:44:04.8119182Z [4483/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2024-12-17T23:44:04.8131908Z [4484/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2024-12-17T23:44:04.8144302Z [4485/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2024-12-17T23:44:04.8197169Z [4486/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2024-12-17T23:44:04.8210387Z [4487/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2024-12-17T23:44:04.8435699Z [4488/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2024-12-17T23:44:04.8678919Z [4489/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2024-12-17T23:44:04.9087301Z [4490/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2024-12-17T23:44:04.9165650Z [4491/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2024-12-17T23:44:04.9282244Z [4492/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2024-12-17T23:44:04.9295049Z [4493/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2024-12-17T23:44:04.9368103Z [4494/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2024-12-17T23:44:04.9514185Z [4495/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2024-12-17T23:44:04.9560550Z [4496/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2024-12-17T23:44:05.0427076Z [4497/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2024-12-17T23:44:05.0439520Z [4498/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2024-12-17T23:44:05.0496868Z [4499/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.0549844Z [4500/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.0565477Z [4501/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2024-12-17T23:44:05.0728796Z [4502/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.0776722Z [4503/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2024-12-17T23:44:05.1672753Z [4504/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.1726867Z [4505/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2024-12-17T23:44:05.1738826Z [4506/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.1750259Z [4507/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.1802064Z [4508/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2024-12-17T23:44:05.1885672Z [4509/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.2110382Z [4510/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2024-12-17T23:44:05.2908140Z [4511/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2024-12-17T23:44:05.2998561Z [4512/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.3049298Z [4513/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.3061330Z [4514/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2024-12-17T23:44:05.3133096Z [4515/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2024-12-17T23:44:05.3200695Z [4516/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.3249971Z [4517/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.4292398Z [4518/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2024-12-17T23:44:05.4399223Z [4519/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.4509580Z [4520/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.4523626Z [4521/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2024-12-17T23:44:05.4608696Z [4522/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2024-12-17T23:44:05.4696933Z [4523/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.4711761Z [4524/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.5387814Z [4525/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.5594576Z [4526/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2024-12-17T23:44:05.5721120Z [4527/7654] 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-12-17T23:44:05.5770154Z [4528/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2024-12-17T23:44:05.5854742Z [4529/7654] 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-12-17T23:44:05.5923824Z [4530/7654] 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-12-17T23:44:05.6145767Z [4531/7654] 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-12-17T23:44:05.6467421Z [4532/7654] 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-12-17T23:44:05.6771178Z [4533/7654] 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-12-17T23:44:05.6971627Z [4534/7654] 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-12-17T23:44:05.7029858Z [4535/7654] 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-12-17T23:44:05.7076886Z [4536/7654] 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-12-17T23:44:05.7127896Z [4537/7654] 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-12-17T23:44:05.7452556Z [4538/7654] 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-12-17T23:44:05.7579191Z [4539/7654] 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-12-17T23:44:05.7899695Z [4540/7654] 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-12-17T23:44:05.8152226Z [4541/7654] 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-12-17T23:44:05.8263141Z [4542/7654] 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-12-17T23:44:05.8275967Z [4543/7654] 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-12-17T23:44:05.8447364Z [4544/7654] 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-12-17T23:44:05.8620304Z [4545/7654] 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-12-17T23:44:05.8767469Z [4546/7654] 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-12-17T23:44:05.9135302Z [4547/7654] 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-12-17T23:44:05.9484647Z [4548/7654] 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-12-17T23:44:05.9496367Z [4549/7654] 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-12-17T23:44:05.9907895Z [4550/7654] 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-12-17T23:44:05.9926956Z [4551/7654] 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-12-17T23:44:05.9982772Z [4552/7654] 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-12-17T23:44:06.0039048Z [4553/7654] 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-12-17T23:44:06.0389938Z [4554/7654] 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-12-17T23:44:06.0617725Z [4555/7654] 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-12-17T23:44:06.0704366Z [4556/7654] 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-12-17T23:44:06.1285368Z [4557/7654] 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-12-17T23:44:06.1465526Z [4558/7654] 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-12-17T23:44:06.1601794Z [4559/7654] 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-12-17T23:44:06.1662487Z [4560/7654] 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-12-17T23:44:06.1831201Z [4561/7654] 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-12-17T23:44:06.1847275Z [4562/7654] 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-12-17T23:44:06.1959470Z [4563/7654] 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-12-17T23:44:06.2590098Z [4564/7654] 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-12-17T23:44:06.2832612Z [4565/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2024-12-17T23:44:06.2911325Z [4566/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2024-12-17T23:44:06.3008177Z [4567/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2024-12-17T23:44:06.3177273Z [4568/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2024-12-17T23:44:06.3196528Z [4569/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2024-12-17T23:44:06.3246685Z [4570/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2024-12-17T23:44:06.3774739Z [4571/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2024-12-17T23:44:06.4505167Z [4572/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2024-12-17T23:44:06.4566295Z [4573/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2024-12-17T23:44:06.4577001Z [4574/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2024-12-17T23:44:06.4588323Z [4575/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2024-12-17T23:44:06.4712836Z [4576/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2024-12-17T23:44:06.4727856Z [4577/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2024-12-17T23:44:06.5010049Z [4578/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2024-12-17T23:44:06.5969845Z [4579/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2024-12-17T23:44:06.6035530Z [4580/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2024-12-17T23:44:06.6047199Z [4581/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2024-12-17T23:44:06.6095824Z [4582/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2024-12-17T23:44:06.6107844Z [4583/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2024-12-17T23:44:06.6157196Z [4584/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2024-12-17T23:44:06.6236854Z [4585/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2024-12-17T23:44:06.7297536Z [4586/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2024-12-17T23:44:06.7397391Z [4587/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2024-12-17T23:44:06.7481110Z [4588/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2024-12-17T23:44:06.7531359Z [4589/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2024-12-17T23:44:06.7583277Z [4590/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2024-12-17T23:44:06.7597909Z [4591/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2024-12-17T23:44:06.7649360Z [4592/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2024-12-17T23:44:06.8378644Z [4593/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2024-12-17T23:44:06.8680637Z [4594/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2024-12-17T23:44:06.8726269Z [4595/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2024-12-17T23:44:06.8777094Z [4596/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2024-12-17T23:44:06.8793454Z [4597/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2024-12-17T23:44:06.8849143Z [4598/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2024-12-17T23:44:06.8902232Z [4599/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2024-12-17T23:44:06.9692733Z [4600/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2024-12-17T23:44:06.9838580Z [4601/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2024-12-17T23:44:06.9952299Z [4602/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2024-12-17T23:44:06.9965651Z [4603/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2024-12-17T23:44:07.0055849Z [4604/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2024-12-17T23:44:07.0212556Z [4605/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2024-12-17T23:44:07.0225234Z [4606/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2024-12-17T23:44:07.0859964Z [4607/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2024-12-17T23:44:07.1067092Z [4608/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2024-12-17T23:44:07.1079356Z [4609/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c32.c.obj 2024-12-17T23:44:07.1089835Z [4610/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2024-12-17T23:44:07.1396748Z [4611/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c64.c.obj 2024-12-17T23:44:07.1446503Z [4612/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2024-12-17T23:44:07.1642007Z [4613/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2024-12-17T23:44:07.1853993Z [4614/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2024-12-17T23:44:07.2193256Z [4615/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2024-12-17T23:44:07.2281872Z [4616/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2024-12-17T23:44:07.2351776Z [4617/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2024-12-17T23:44:07.2412222Z [4618/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2024-12-17T23:44:07.2464971Z [4619/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2024-12-17T23:44:07.2611796Z [4620/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2024-12-17T23:44:07.2894033Z [4621/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2024-12-17T23:44:07.3205964Z [4622/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2024-12-17T23:44:07.3301253Z [4623/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2024-12-17T23:44:07.3475804Z [4624/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2024-12-17T23:44:07.3495248Z [4625/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2024-12-17T23:44:07.3644845Z [4626/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2024-12-17T23:44:07.3751087Z [4627/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2024-12-17T23:44:07.3982315Z [4628/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2024-12-17T23:44:07.4259927Z [4629/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2024-12-17T23:44:07.4461043Z [4630/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2024-12-17T23:44:07.4526506Z [4631/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2024-12-17T23:44:07.4819428Z [4632/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-sse-u4.c.obj 2024-12-17T23:44:07.4899149Z [4633/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-sse-u4.c.obj 2024-12-17T23:44:07.5018741Z [4634/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2024-12-17T23:44:07.5207687Z [4635/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-sse-u4.c.obj 2024-12-17T23:44:07.5393502Z [4636/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-sse-u4.c.obj 2024-12-17T23:44:07.5568356Z [4637/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2024-12-17T23:44:07.5740221Z [4638/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2024-12-17T23:44:07.6037713Z [4639/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2024-12-17T23:44:07.6135411Z [4640/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2024-12-17T23:44:07.6281056Z [4641/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-sse-u4.c.obj 2024-12-17T23:44:07.6378392Z [4642/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-sse-u4.c.obj 2024-12-17T23:44:07.6527448Z [4643/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u4.c.obj 2024-12-17T23:44:07.6963288Z [4644/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2024-12-17T23:44:07.7222745Z [4645/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u4.c.obj 2024-12-17T23:44:07.7495323Z [4646/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-sse-u4.c.obj 2024-12-17T23:44:07.7509235Z [4647/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-sse-u4.c.obj 2024-12-17T23:44:07.7563569Z [4648/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2024-12-17T23:44:07.7821160Z [4649/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2024-12-17T23:44:07.7921665Z [4650/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2024-12-17T23:44:07.8203128Z [4651/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2024-12-17T23:44:07.8265190Z [4652/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2024-12-17T23:44:07.8789621Z [4653/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2024-12-17T23:44:07.9009632Z [4654/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2024-12-17T23:44:07.9068399Z [4655/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2024-12-17T23:44:07.9082111Z [4656/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2024-12-17T23:44:07.9395673Z [4657/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2024-12-17T23:44:07.9504191Z [4658/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2024-12-17T23:44:07.9521113Z [4659/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2024-12-17T23:44:08.0031852Z [4660/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u4.c.obj 2024-12-17T23:44:08.0176556Z [4661/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u8.c.obj 2024-12-17T23:44:08.0219814Z [4662/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2024-12-17T23:44:08.0426483Z [4663/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2024-12-17T23:44:08.0431058Z [4664/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2024-12-17T23:44:08.0683096Z [4665/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2024-12-17T23:44:08.0774520Z [4666/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u8.c.obj 2024-12-17T23:44:08.1203082Z [4667/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u16.c.obj 2024-12-17T23:44:08.1269932Z [4668/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u8.c.obj 2024-12-17T23:44:08.1319385Z [4669/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u24.c.obj 2024-12-17T23:44:08.1467006Z [4670/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u16.c.obj 2024-12-17T23:44:08.1601190Z [4671/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u24.c.obj 2024-12-17T23:44:08.1878301Z [4672/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u32.c.obj 2024-12-17T23:44:08.1938972Z [4673/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2024-12-17T23:44:08.2400398Z [4674/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2024-12-17T23:44:08.2482913Z [4675/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2024-12-17T23:44:08.2494940Z [4676/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2024-12-17T23:44:08.2639772Z [4677/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2024-12-17T23:44:08.2730355Z [4678/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2024-12-17T23:44:08.3181445Z [4679/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2024-12-17T23:44:08.3230880Z [4680/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2024-12-17T23:44:08.3558529Z [4681/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2024-12-17T23:44:08.3617350Z [4682/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2024-12-17T23:44:08.3678032Z [4683/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2024-12-17T23:44:08.3769117Z [4684/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2024-12-17T23:44:08.4071168Z [4685/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.obj 2024-12-17T23:44:08.4226295Z [4686/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.obj 2024-12-17T23:44:08.4409255Z [4687/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u4.c.obj 2024-12-17T23:44:08.4705926Z [4688/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u4.c.obj 2024-12-17T23:44:08.4784203Z [4689/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u4.c.obj 2024-12-17T23:44:08.4841982Z [4690/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u4.c.obj 2024-12-17T23:44:08.4903871Z [4691/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u8.c.obj 2024-12-17T23:44:08.5264947Z [4692/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u16.c.obj 2024-12-17T23:44:08.5388187Z [4693/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u20.c.obj 2024-12-17T23:44:08.5885093Z [4694/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u24.c.obj 2024-12-17T23:44:08.6007413Z [4695/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2024-12-17T23:44:08.6124675Z [4696/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2024-12-17T23:44:08.6141787Z [4697/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2024-12-17T23:44:08.6198565Z [4698/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2024-12-17T23:44:08.6483267Z [4699/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u24.c.obj 2024-12-17T23:44:08.6499525Z [4700/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u20.c.obj 2024-12-17T23:44:08.7092510Z [4701/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2024-12-17T23:44:08.7199069Z [4702/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2024-12-17T23:44:08.7245880Z [4703/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2024-12-17T23:44:08.7347460Z [4704/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2024-12-17T23:44:08.7412852Z [4705/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2024-12-17T23:44:08.7615135Z [4706/7654] 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-12-17T23:44:08.7692133Z [4707/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2024-12-17T23:44:08.8190559Z [4708/7654] 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-12-17T23:44:08.8432667Z [4709/7654] 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-12-17T23:44:08.8496093Z [4710/7654] 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-12-17T23:44:08.8548063Z [4711/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u4.c.obj 2024-12-17T23:44:08.8714996Z [4712/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u8.c.obj 2024-12-17T23:44:08.8774590Z [4713/7654] 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-12-17T23:44:08.8865892Z [4714/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u12.c.obj 2024-12-17T23:44:08.9281708Z [4715/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u16.c.obj 2024-12-17T23:44:08.9566359Z [4716/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u20.c.obj 2024-12-17T23:44:08.9771462Z [4717/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-nr.c.obj 2024-12-17T23:44:08.9982296Z [4718/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2024-12-17T23:44:09.0050738Z [4719/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse2-ld128.c.obj 2024-12-17T23:44:09.0063801Z [4720/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse2-ld64.c.obj 2024-12-17T23:44:09.0185706Z [4721/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u24.c.obj 2024-12-17T23:44:09.0623506Z [4722/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse2-ld64.c.obj 2024-12-17T23:44:09.0840858Z [4723/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse2-ld128.c.obj 2024-12-17T23:44:09.1034843Z [4724/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2024-12-17T23:44:09.1385035Z [4725/7654] 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-12-17T23:44:09.1453726Z [4726/7654] 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-12-17T23:44:09.1534721Z [4727/7654] 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-12-17T23:44:09.1642505Z [4728/7654] 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-12-17T23:44:09.1941103Z [4729/7654] 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-12-17T23:44:09.2108465Z [4730/7654] 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-12-17T23:44:09.2428131Z [4731/7654] 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-12-17T23:44:09.2972381Z [4732/7654] 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-12-17T23:44:09.3020057Z [4733/7654] 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-12-17T23:44:09.3032163Z [4734/7654] 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-12-17T23:44:09.3188866Z [4735/7654] 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-12-17T23:44:09.3242576Z [4736/7654] 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-12-17T23:44:09.3255847Z [4737/7654] 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-12-17T23:44:09.3549427Z [4738/7654] 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-12-17T23:44:09.4289175Z [4739/7654] 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-12-17T23:44:09.4362213Z [4740/7654] 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-12-17T23:44:09.4417966Z [4741/7654] 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-12-17T23:44:09.4431407Z [4742/7654] 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-12-17T23:44:09.4495162Z [4743/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:09.4554456Z [4744/7654] 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-12-17T23:44:09.5042300Z [4745/7654] 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-12-17T23:44:09.5636524Z [4746/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:09.5688397Z [4747/7654] 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-12-17T23:44:09.5739085Z [4748/7654] 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-12-17T23:44:09.5751986Z [4749/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:09.5936566Z [4750/7654] 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-12-17T23:44:09.5989171Z [4751/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:09.6209617Z [4752/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:09.6831278Z [4753/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:09.6895492Z [4754/7654] 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-12-17T23:44:09.6911868Z [4755/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:09.6963561Z [4756/7654] 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-12-17T23:44:09.7099892Z [4757/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:09.7365285Z [4758/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:09.7420286Z [4759/7654] 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-12-17T23:44:09.8071806Z [4760/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:09.8083465Z [4761/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2024-12-17T23:44:09.8094284Z [4762/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2024-12-17T23:44:09.8106358Z [4763/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2024-12-17T23:44:09.8262668Z [4764/7654] 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-12-17T23:44:09.8490571Z [4765/7654] 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-12-17T23:44:09.8685993Z [4766/7654] 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-12-17T23:44:09.9187747Z [4767/7654] 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-12-17T23:44:09.9320080Z [4768/7654] 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-12-17T23:44:09.9332430Z [4769/7654] 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-12-17T23:44:09.9387420Z [4770/7654] 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-12-17T23:44:09.9533974Z [4771/7654] 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-12-17T23:44:09.9649141Z [4772/7654] 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-12-17T23:44:09.9806701Z [4773/7654] 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-12-17T23:44:10.0431157Z [4774/7654] 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-12-17T23:44:10.0552715Z [4775/7654] 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-12-17T23:44:10.0610770Z [4776/7654] 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-12-17T23:44:10.0764537Z [4777/7654] 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-12-17T23:44:10.0834477Z [4778/7654] 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-12-17T23:44:10.1036556Z [4779/7654] 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-12-17T23:44:10.1089561Z [4780/7654] 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-12-17T23:44:10.1652950Z [4781/7654] 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-12-17T23:44:10.1856083Z [4782/7654] 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-12-17T23:44:10.1904650Z [4783/7654] 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-12-17T23:44:10.2038482Z [4784/7654] 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-12-17T23:44:10.2159965Z [4785/7654] 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-12-17T23:44:10.2414946Z [4786/7654] 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-12-17T23:44:10.2501013Z [4787/7654] 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-12-17T23:44:10.2976810Z [4788/7654] 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-12-17T23:44:10.3096900Z [4789/7654] 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-12-17T23:44:10.3452925Z [4790/7654] 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-12-17T23:44:10.3514304Z [4791/7654] 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-12-17T23:44:10.3526922Z [4792/7654] 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-12-17T23:44:10.3861534Z [4793/7654] 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-12-17T23:44:10.4209382Z [4794/7654] 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-12-17T23:44:10.4297948Z [4795/7654] 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-12-17T23:44:10.4396656Z [4796/7654] 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-12-17T23:44:10.4862932Z [4797/7654] 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-12-17T23:44:10.5094529Z [4798/7654] 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-12-17T23:44:10.5229874Z [4799/7654] 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-12-17T23:44:10.5307824Z [4800/7654] 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-12-17T23:44:10.5483919Z [4801/7654] 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-12-17T23:44:10.5705249Z [4802/7654] 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-12-17T23:44:10.5857093Z [4803/7654] 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-12-17T23:44:10.5919883Z [4804/7654] 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-12-17T23:44:10.6371223Z [4805/7654] 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-12-17T23:44:10.6451603Z [4806/7654] 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-12-17T23:44:10.6516054Z [4807/7654] 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-12-17T23:44:10.6855310Z [4808/7654] 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-12-17T23:44:10.6991192Z [4809/7654] 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-12-17T23:44:10.7092776Z [4810/7654] 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-12-17T23:44:10.7147475Z [4811/7654] 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-12-17T23:44:10.7573904Z [4812/7654] 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-12-17T23:44:10.7695912Z [4813/7654] 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-12-17T23:44:10.7953183Z [4814/7654] 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-12-17T23:44:10.8134648Z [4815/7654] 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-12-17T23:44:10.8149176Z [4816/7654] 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-12-17T23:44:10.8318842Z [4817/7654] 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-12-17T23:44:10.8542779Z [4818/7654] 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-12-17T23:44:10.8791511Z [4819/7654] 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-12-17T23:44:10.8918233Z [4820/7654] 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-12-17T23:44:10.9206308Z [4821/7654] 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-12-17T23:44:10.9272536Z [4822/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u24.c.obj 2024-12-17T23:44:10.9443524Z [4823/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u32.c.obj 2024-12-17T23:44:10.9500025Z [4824/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2024-12-17T23:44:10.9568590Z [4825/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2024-12-17T23:44:10.9885653Z [4826/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.obj 2024-12-17T23:44:10.9962995Z [4827/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.obj 2024-12-17T23:44:11.0393839Z [4828/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2024-12-17T23:44:11.0474944Z [4829/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2024-12-17T23:44:11.0577947Z [4830/7654] 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-12-17T23:44:11.0692163Z [4831/7654] 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-12-17T23:44:11.0828934Z [4832/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:11.1238436Z [4833/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:11.1337125Z [4834/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:11.1671254Z [4835/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:11.1788207Z [4836/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:11.1849896Z [4837/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:11.1952577Z [4838/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:11.2039834Z [4839/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2024-12-17T23:44:11.2364046Z [4840/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2024-12-17T23:44:11.2693546Z [4841/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2024-12-17T23:44:11.2797152Z [4842/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2024-12-17T23:44:11.3149117Z [4843/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.3200459Z [4844/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.3279515Z [4845/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.3685728Z [4846/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.3779079Z [4847/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.3989263Z [4848/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.4049479Z [4849/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.4655662Z [4850/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.4778930Z [4851/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.4831414Z [4852/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.4959645Z [4853/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.5182185Z [4854/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.5618500Z [4855/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.5675692Z [4856/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.5972531Z [4857/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.6054531Z [4858/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.6076264Z [4859/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.6313680Z [4860/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.6466123Z [4861/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.6823856Z [4862/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.6996051Z [4863/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.7252232Z [4864/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.7307441Z [4865/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.7704588Z [4866/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.7716286Z [4867/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.7944628Z [4868/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.8028484Z [4869/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.8220896Z [4870/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.8454521Z [4871/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.8517805Z [4872/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.8890748Z [4873/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.9222186Z [4874/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.9325454Z [4875/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.9402780Z [4876/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.9497523Z [4877/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:11.9728353Z [4878/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:11.9777227Z [4879/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:12.0629795Z [4880/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:12.0778181Z [4881/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-12-17T23:44:12.0830523Z [4882/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-12-17T23:44:12.0842134Z [4883/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc2.c.obj 2024-12-17T23:44:12.0890263Z [4884/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u16.c.obj 2024-12-17T23:44:12.0904784Z [4885/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2024-12-17T23:44:12.0954937Z [4886/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc4.c.obj 2024-12-17T23:44:12.1991898Z [4887/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2024-12-17T23:44:12.2040584Z [4888/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2024-12-17T23:44:12.2095987Z [4889/7654] 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-12-17T23:44:12.2140930Z [4890/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2024-12-17T23:44:12.2290951Z [4891/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2024-12-17T23:44:12.2436502Z [4892/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2024-12-17T23:44:12.2632582Z [4893/7654] 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-12-17T23:44:12.3051519Z [4894/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2024-12-17T23:44:12.3194629Z [4895/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2024-12-17T23:44:12.3251658Z [4896/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2024-12-17T23:44:12.3299138Z [4897/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2024-12-17T23:44:12.3407858Z [4898/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2024-12-17T23:44:12.3420100Z [4899/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2024-12-17T23:44:12.3601566Z [4900/7654] 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-12-17T23:44:12.4066467Z [4901/7654] 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-12-17T23:44:12.4218787Z [4902/7654] 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-12-17T23:44:12.4426912Z [4903/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8.c.obj 2024-12-17T23:44:12.4491090Z [4904/7654] 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-12-17T23:44:12.4502129Z [4905/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4.c.obj 2024-12-17T23:44:12.4546985Z [4906/7654] 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-12-17T23:44:12.4796831Z [4907/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8.c.obj 2024-12-17T23:44:12.5061879Z [4908/7654] 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-12-17T23:44:12.5291131Z [4909/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4.c.obj 2024-12-17T23:44:12.5455482Z [4910/7654] 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-12-17T23:44:12.5526224Z [4911/7654] 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-12-17T23:44:12.5540980Z [4912/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8.c.obj 2024-12-17T23:44:12.5591382Z [4913/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4.c.obj 2024-12-17T23:44:12.5972026Z [4914/7654] 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-12-17T23:44:12.6226216Z [4915/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8.c.obj 2024-12-17T23:44:12.6506445Z [4916/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2024-12-17T23:44:12.6519563Z [4917/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2024-12-17T23:44:12.6572821Z [4918/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2024-12-17T23:44:12.6585184Z [4919/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2024-12-17T23:44:12.6836160Z [4920/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2024-12-17T23:44:12.6946955Z [4921/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2024-12-17T23:44:12.7183325Z [4922/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2024-12-17T23:44:12.7414006Z [4923/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2024-12-17T23:44:12.7487105Z [4924/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2024-12-17T23:44:12.7616488Z [4925/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2024-12-17T23:44:12.7685592Z [4926/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2024-12-17T23:44:12.8101381Z [4927/7654] 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-12-17T23:44:12.8239374Z [4928/7654] 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-12-17T23:44:12.8321720Z [4929/7654] 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-12-17T23:44:12.8733740Z [4930/7654] 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-12-17T23:44:12.8895950Z [4931/7654] 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-12-17T23:44:12.9024262Z [4932/7654] 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-12-17T23:44:12.9075534Z [4933/7654] 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-12-17T23:44:12.9216203Z [4934/7654] 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-12-17T23:44:12.9365223Z [4935/7654] 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-12-17T23:44:12.9633233Z [4936/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd-prfm.c.obj 2024-12-17T23:44:12.9995497Z [4937/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-ssse3-madd-prfm.c.obj 2024-12-17T23:44:13.0304246Z [4938/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-ssse3-madd.c.obj 2024-12-17T23:44:13.0318084Z [4939/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-ssse3-madd.c.obj 2024-12-17T23:44:13.0362417Z [4940/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-ssse3-madd-prfm.c.obj 2024-12-17T23:44:13.0496485Z [4941/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u16.c.obj 2024-12-17T23:44:13.0552412Z [4942/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd-prfm.c.obj 2024-12-17T23:44:13.0861584Z [4943/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc2.c.obj 2024-12-17T23:44:13.0936657Z [4944/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc4.c.obj 2024-12-17T23:44:13.1280085Z [4945/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2024-12-17T23:44:13.1434545Z [4946/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c16.c.obj 2024-12-17T23:44:13.1495571Z [4947/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2024-12-17T23:44:13.1508282Z [4948/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c32.c.obj 2024-12-17T23:44:13.1556834Z [4949/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2024-12-17T23:44:13.1569844Z [4950/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2024-12-17T23:44:13.1954676Z [4951/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2024-12-17T23:44:13.2029817Z [4952/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2024-12-17T23:44:13.2547620Z [4953/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u32.c.obj 2024-12-17T23:44:13.2594207Z [4954/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u24.c.obj 2024-12-17T23:44:13.2644729Z [4955/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u16.c.obj 2024-12-17T23:44:13.2656553Z [4956/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u8.c.obj 2024-12-17T23:44:13.2756849Z [4957/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u8.c.obj 2024-12-17T23:44:13.2990549Z [4958/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u24.c.obj 2024-12-17T23:44:13.3384916Z [4959/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u32.c.obj 2024-12-17T23:44:13.4018383Z [4960/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2024-12-17T23:44:13.4243976Z [4961/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2024-12-17T23:44:13.4307450Z [4962/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2024-12-17T23:44:13.4364512Z [4963/7654] 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-12-17T23:44:13.4384166Z [4964/7654] 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-12-17T23:44:13.4736867Z [4965/7654] 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-12-17T23:44:13.4752941Z [4966/7654] 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-12-17T23:44:13.5277347Z [4967/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse41.c.obj 2024-12-17T23:44:13.5595225Z [4968/7654] 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-12-17T23:44:13.5660638Z [4969/7654] 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-12-17T23:44:13.5755386Z [4970/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse41.c.obj 2024-12-17T23:44:13.6010612Z [4971/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse41.c.obj 2024-12-17T23:44:13.6033257Z [4972/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse41.c.obj 2024-12-17T23:44:13.6087013Z [4973/7654] 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-12-17T23:44:13.6544747Z [4974/7654] 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-12-17T23:44:13.6852645Z [4975/7654] 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-12-17T23:44:13.6938032Z [4976/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse41.c.obj 2024-12-17T23:44:13.7213942Z [4977/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x2c4-minmax-sse41.c.obj 2024-12-17T23:44:13.7310465Z [4978/7654] 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-12-17T23:44:13.7322291Z [4979/7654] 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-12-17T23:44:13.7378842Z [4980/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse41.c.obj 2024-12-17T23:44:13.7539415Z [4981/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2024-12-17T23:44:13.7892236Z [4982/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2024-12-17T23:44:13.7957087Z [4983/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2024-12-17T23:44:13.8340871Z [4984/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u4.c.obj 2024-12-17T23:44:13.8395368Z [4985/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u8.c.obj 2024-12-17T23:44:13.8477700Z [4986/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u8.c.obj 2024-12-17T23:44:13.8545051Z [4987/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u4.c.obj 2024-12-17T23:44:13.8871081Z [4988/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u4.c.obj 2024-12-17T23:44:13.9000899Z [4989/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u8.c.obj 2024-12-17T23:44:13.9217874Z [4990/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u4.c.obj 2024-12-17T23:44:13.9483292Z [4991/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u12.c.obj 2024-12-17T23:44:13.9672994Z [4992/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u8.c.obj 2024-12-17T23:44:13.9734198Z [4993/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u20.c.obj 2024-12-17T23:44:13.9967011Z [4994/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u24.c.obj 2024-12-17T23:44:14.0158971Z [4995/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u16.c.obj 2024-12-17T23:44:14.0486952Z [4996/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2024-12-17T23:44:14.0540034Z [4997/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2024-12-17T23:44:14.0703084Z [4998/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2024-12-17T23:44:14.0821108Z [4999/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2024-12-17T23:44:14.0961288Z [5000/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u20.c.obj 2024-12-17T23:44:14.1017066Z [5001/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u24.c.obj 2024-12-17T23:44:14.1247287Z [5002/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2024-12-17T23:44:14.1679953Z [5003/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2024-12-17T23:44:14.1724223Z [5004/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2024-12-17T23:44:14.1861404Z [5005/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2024-12-17T23:44:14.1878396Z [5006/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2024-12-17T23:44:14.2057262Z [5007/7654] 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-12-17T23:44:14.2143926Z [5008/7654] 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-12-17T23:44:14.2590192Z [5009/7654] 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-12-17T23:44:14.2864284Z [5010/7654] 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-12-17T23:44:14.2968951Z [5011/7654] 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-12-17T23:44:14.3032707Z [5012/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u4.c.obj 2024-12-17T23:44:14.3128730Z [5013/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u8.c.obj 2024-12-17T23:44:14.3288091Z [5014/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u16.c.obj 2024-12-17T23:44:14.3340739Z [5015/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u12.c.obj 2024-12-17T23:44:14.3813536Z [5016/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u20.c.obj 2024-12-17T23:44:14.4159760Z [5017/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u24.c.obj 2024-12-17T23:44:14.4508468Z [5018/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse41-ld128.c.obj 2024-12-17T23:44:14.4557031Z [5019/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse41-ld64.c.obj 2024-12-17T23:44:14.4643884Z [5020/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2024-12-17T23:44:14.4758175Z [5021/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld64.c.obj 2024-12-17T23:44:14.4874070Z [5022/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2024-12-17T23:44:14.5167443Z [5023/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse41-ld128.c.obj 2024-12-17T23:44:14.5438658Z [5024/7654] 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-12-17T23:44:14.5865199Z [5025/7654] 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-12-17T23:44:14.5948579Z [5026/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-madd-prfm.c.obj 2024-12-17T23:44:14.6148103Z [5027/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-madd.c.obj 2024-12-17T23:44:14.6271785Z [5028/7654] 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-12-17T23:44:14.6328264Z [5029/7654] 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-12-17T23:44:14.6576107Z [5030/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-madd-prfm.c.obj 2024-12-17T23:44:14.6846794Z [5031/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-madd.c.obj 2024-12-17T23:44:14.7443376Z [5032/7654] 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-12-17T23:44:14.7564778Z [5033/7654] 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-12-17T23:44:14.7667623Z [5034/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-madd.c.obj 2024-12-17T23:44:14.7780695Z [5035/7654] 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-12-17T23:44:14.7832048Z [5036/7654] 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-12-17T23:44:14.7843916Z [5037/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-madd-prfm.c.obj 2024-12-17T23:44:14.8066874Z [5038/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-madd-prfm.c.obj 2024-12-17T23:44:14.8935287Z [5039/7654] 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-12-17T23:44:14.9120407Z [5040/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-madd.c.obj 2024-12-17T23:44:14.9239555Z [5041/7654] 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-12-17T23:44:14.9253434Z [5042/7654] 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-12-17T23:44:14.9329599Z [5043/7654] 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-12-17T23:44:14.9576856Z [5044/7654] 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-12-17T23:44:14.9592548Z [5045/7654] 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-12-17T23:44:15.0161091Z [5046/7654] 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-12-17T23:44:15.0361554Z [5047/7654] 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-12-17T23:44:15.0544129Z [5048/7654] 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-12-17T23:44:15.0593538Z [5049/7654] 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-12-17T23:44:15.0753651Z [5050/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:15.0766835Z [5051/7654] 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-12-17T23:44:15.0829275Z [5052/7654] 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-12-17T23:44:15.1382257Z [5053/7654] 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-12-17T23:44:15.1553463Z [5054/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:15.1687032Z [5055/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:15.1779476Z [5056/7654] 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-12-17T23:44:15.1975310Z [5057/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:15.1997148Z [5058/7654] 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-12-17T23:44:15.2052882Z [5059/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:15.2710626Z [5060/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:15.2770419Z [5061/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:15.2873339Z [5062/7654] 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-12-17T23:44:15.3074673Z [5063/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:15.3183220Z [5064/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:15.3307358Z [5065/7654] 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-12-17T23:44:15.3636638Z [5066/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:15.3952787Z [5067/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:15.4045598Z [5068/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:15.4095902Z [5069/7654] 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-12-17T23:44:15.4195251Z [5070/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:15.4562905Z [5071/7654] 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-12-17T23:44:15.4578468Z [5072/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:15.4803004Z [5073/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:15.5098970Z [5074/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:15.5340034Z [5075/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:15.5398813Z [5076/7654] 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-12-17T23:44:15.5490802Z [5077/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:15.5777048Z [5078/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:15.5907875Z [5079/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:15.6159059Z [5080/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2024-12-17T23:44:15.6274978Z [5081/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2024-12-17T23:44:15.6350491Z [5082/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2024-12-17T23:44:15.6518194Z [5083/7654] 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-12-17T23:44:15.6698587Z [5084/7654] 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-12-17T23:44:15.6959719Z [5085/7654] 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-12-17T23:44:15.7075481Z [5086/7654] 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-12-17T23:44:15.7402303Z [5087/7654] 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-12-17T23:44:15.7522906Z [5088/7654] 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-12-17T23:44:15.7645948Z [5089/7654] 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-12-17T23:44:15.8030219Z [5090/7654] 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-12-17T23:44:15.8044870Z [5091/7654] 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-12-17T23:44:15.8301997Z [5092/7654] 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-12-17T23:44:15.8569390Z [5093/7654] 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-12-17T23:44:15.8729430Z [5094/7654] 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-12-17T23:44:15.8872995Z [5095/7654] 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-12-17T23:44:15.9012587Z [5096/7654] 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-12-17T23:44:15.9170388Z [5097/7654] 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-12-17T23:44:15.9239915Z [5098/7654] 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-12-17T23:44:15.9505358Z [5099/7654] 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-12-17T23:44:15.9713982Z [5100/7654] 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-12-17T23:44:15.9876383Z [5101/7654] 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-12-17T23:44:16.0101348Z [5102/7654] 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-12-17T23:44:16.0165261Z [5103/7654] 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-12-17T23:44:16.0436442Z [5104/7654] 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-12-17T23:44:16.0584666Z [5105/7654] 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-12-17T23:44:16.0820273Z [5106/7654] 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-12-17T23:44:16.1044333Z [5107/7654] 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-12-17T23:44:16.1119935Z [5108/7654] 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-12-17T23:44:16.1749437Z [5109/7654] 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-12-17T23:44:16.1801414Z [5110/7654] 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-12-17T23:44:16.1858145Z [5111/7654] 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-12-17T23:44:16.1914279Z [5112/7654] 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-12-17T23:44:16.2289357Z [5113/7654] 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-12-17T23:44:16.2444394Z [5114/7654] 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-12-17T23:44:16.2968292Z [5115/7654] 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-12-17T23:44:16.3109705Z [5116/7654] 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-12-17T23:44:16.3131000Z [5117/7654] 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-12-17T23:44:16.3190090Z [5118/7654] 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-12-17T23:44:16.3201903Z [5119/7654] 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-12-17T23:44:16.3554554Z [5120/7654] 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-12-17T23:44:16.3729355Z [5121/7654] 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-12-17T23:44:16.4342002Z [5122/7654] 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-12-17T23:44:16.4558191Z [5123/7654] 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-12-17T23:44:16.4571092Z [5124/7654] 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-12-17T23:44:16.4733273Z [5125/7654] 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-12-17T23:44:16.4809454Z [5126/7654] 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-12-17T23:44:16.4820580Z [5127/7654] 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-12-17T23:44:16.4962796Z [5128/7654] 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-12-17T23:44:16.5741901Z [5129/7654] 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-12-17T23:44:16.5792406Z [5130/7654] 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-12-17T23:44:16.5986893Z [5131/7654] 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-12-17T23:44:16.6036652Z [5132/7654] 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-12-17T23:44:16.6047303Z [5133/7654] 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-12-17T23:44:16.6188166Z [5134/7654] 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-12-17T23:44:16.6242181Z [5135/7654] 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-12-17T23:44:16.6893573Z [5136/7654] 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-12-17T23:44:16.7194029Z [5137/7654] 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-12-17T23:44:16.7244091Z [5138/7654] 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-12-17T23:44:16.7255155Z [5139/7654] 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-12-17T23:44:16.7359347Z [5140/7654] 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-12-17T23:44:16.7436139Z [5141/7654] 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-12-17T23:44:16.7558443Z [5142/7654] 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-12-17T23:44:16.8072687Z [5143/7654] 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-12-17T23:44:16.8444018Z [5144/7654] 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-12-17T23:44:16.8495084Z [5145/7654] 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-12-17T23:44:16.8506219Z [5146/7654] 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-12-17T23:44:16.8609164Z [5147/7654] 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-12-17T23:44:16.8698295Z [5148/7654] 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-12-17T23:44:16.8811387Z [5149/7654] 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-12-17T23:44:16.9390723Z [5150/7654] 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-12-17T23:44:16.9503328Z [5151/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c32.c.obj 2024-12-17T23:44:16.9562324Z [5152/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c16.c.obj 2024-12-17T23:44:16.9619518Z [5153/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2024-12-17T23:44:16.9713195Z [5154/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u24.c.obj 2024-12-17T23:44:16.9859754Z [5155/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2024-12-17T23:44:16.9912373Z [5156/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u32.c.obj 2024-12-17T23:44:17.0601615Z [5157/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2024-12-17T23:44:17.0681078Z [5158/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u24.c.obj 2024-12-17T23:44:17.0737105Z [5159/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2024-12-17T23:44:17.0807845Z [5160/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u32.c.obj 2024-12-17T23:44:17.0870224Z [5161/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.obj 2024-12-17T23:44:17.1049014Z [5162/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2024-12-17T23:44:17.1135150Z [5163/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.obj 2024-12-17T23:44:17.1708349Z [5164/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2024-12-17T23:44:17.1879902Z [5165/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2024-12-17T23:44:17.1963894Z [5166/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.obj 2024-12-17T23:44:17.1975077Z [5167/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2024-12-17T23:44:17.1987365Z [5168/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.obj 2024-12-17T23:44:17.2306501Z [5169/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2024-12-17T23:44:17.2363352Z [5170/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2024-12-17T23:44:17.2844552Z [5171/7654] 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-12-17T23:44:17.3179215Z [5172/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:17.3191575Z [5173/7654] 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-12-17T23:44:17.3245818Z [5174/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:17.3258030Z [5175/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:17.3524859Z [5176/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:17.3905083Z [5177/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:17.3991011Z [5178/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:17.4281573Z [5179/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:17.4365342Z [5180/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:17.4450715Z [5181/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:17.4591703Z [5182/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:17.5100040Z [5183/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:17.5160160Z [5184/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:17.5181381Z [5185/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:17.5675978Z [5186/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:17.5740738Z [5187/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:17.5754436Z [5188/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2024-12-17T23:44:17.5767081Z [5189/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:17.6204047Z [5190/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2024-12-17T23:44:17.6390374Z [5191/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2024-12-17T23:44:17.6497899Z [5192/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2024-12-17T23:44:17.6722401Z [5193/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2024-12-17T23:44:17.6999595Z [5194/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:17.7054159Z [5195/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:17.7107363Z [5196/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:17.7697911Z [5197/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:17.7756558Z [5198/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:17.7890227Z [5199/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:17.8308071Z [5200/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:17.8325800Z [5201/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:17.8419284Z [5202/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:17.8469089Z [5203/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:17.8958381Z [5204/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:17.9091494Z [5205/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:17.9106064Z [5206/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:17.9610152Z [5207/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:17.9716854Z [5208/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:17.9771388Z [5209/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:17.9918617Z [5210/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:18.0379519Z [5211/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:18.0503142Z [5212/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:18.0775441Z [5213/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:18.0820803Z [5214/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:18.0889390Z [5215/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:18.0964739Z [5216/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:18.1023207Z [5217/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:18.1540589Z [5218/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:18.1898631Z [5219/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:18.2013682Z [5220/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:18.2075871Z [5221/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:18.2087878Z [5222/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:18.2098896Z [5223/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:18.2181985Z [5224/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:18.2765823Z [5225/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:18.3197301Z [5226/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:18.3353152Z [5227/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:18.3409965Z [5228/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:18.3464104Z [5229/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:18.3475745Z [5230/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:18.3647070Z [5231/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:18.4032309Z [5232/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-12-17T23:44:18.4377781Z [5233/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-12-17T23:44:18.4510275Z [5234/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2024-12-17T23:44:18.4609822Z [5235/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2024-12-17T23:44:18.4734918Z [5236/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2024-12-17T23:44:18.4817376Z [5237/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2024-12-17T23:44:18.4835360Z [5238/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2024-12-17T23:44:18.5160026Z [5239/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2024-12-17T23:44:18.5478012Z [5240/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2024-12-17T23:44:18.5587291Z [5241/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2024-12-17T23:44:18.5951625Z [5242/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2024-12-17T23:44:18.6015234Z [5243/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2024-12-17T23:44:18.6031901Z [5244/7654] 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-12-17T23:44:18.6137382Z [5245/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2024-12-17T23:44:18.6479918Z [5246/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2024-12-17T23:44:18.6535784Z [5247/7654] 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-12-17T23:44:18.6614297Z [5248/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u8.c.obj 2024-12-17T23:44:18.7297710Z [5249/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u24.c.obj 2024-12-17T23:44:18.7358536Z [5250/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u8.c.obj 2024-12-17T23:44:18.7370003Z [5251/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u32.c.obj 2024-12-17T23:44:18.7419789Z [5252/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u16.c.obj 2024-12-17T23:44:18.7492511Z [5253/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u24.c.obj 2024-12-17T23:44:18.7741253Z [5254/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2024-12-17T23:44:18.7929625Z [5255/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u32.c.obj 2024-12-17T23:44:18.8561000Z [5256/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2024-12-17T23:44:18.8573568Z [5257/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2024-12-17T23:44:18.8673236Z [5258/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2024-12-17T23:44:18.8744300Z [5259/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2024-12-17T23:44:18.8887116Z [5260/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2024-12-17T23:44:18.8899362Z [5261/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2024-12-17T23:44:18.9671471Z [5262/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2024-12-17T23:44:18.9769274Z [5263/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2024-12-17T23:44:18.9829437Z [5264/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2024-12-17T23:44:18.9923899Z [5265/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2024-12-17T23:44:18.9936015Z [5266/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2024-12-17T23:44:19.0196439Z [5267/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2024-12-17T23:44:19.0322632Z [5268/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2024-12-17T23:44:19.1126245Z [5269/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2024-12-17T23:44:19.1352452Z [5270/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2024-12-17T23:44:19.1428338Z [5271/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2024-12-17T23:44:19.1441226Z [5272/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2024-12-17T23:44:19.1494643Z [5273/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2024-12-17T23:44:19.1551441Z [5274/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2024-12-17T23:44:19.1611353Z [5275/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2024-12-17T23:44:19.2466802Z [5276/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2024-12-17T23:44:19.2626518Z [5277/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2024-12-17T23:44:19.2730082Z [5278/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2024-12-17T23:44:19.2779626Z [5279/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2024-12-17T23:44:19.2992728Z [5280/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2024-12-17T23:44:19.3059531Z [5281/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.3507753Z [5282/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.3846410Z [5283/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.3966996Z [5284/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.4041417Z [5285/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.4055979Z [5286/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.4415357Z [5287/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.4510141Z [5288/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.5112207Z [5289/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.5302049Z [5290/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.5361431Z [5291/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.5425218Z [5292/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.5440096Z [5293/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.5767573Z [5294/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.5952590Z [5295/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.6442719Z [5296/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.6577710Z [5297/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.6671254Z [5298/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.6723011Z [5299/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.6867707Z [5300/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.6956316Z [5301/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.7222717Z [5302/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.7548883Z [5303/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.7716189Z [5304/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.7890610Z [5305/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.8157711Z [5306/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2024-12-17T23:44:19.8238892Z [5307/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2024-12-17T23:44:19.8403753Z [5308/7654] 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-12-17T23:44:19.8565593Z [5309/7654] 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-12-17T23:44:19.8930194Z [5310/7654] 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-12-17T23:44:19.9144477Z [5311/7654] 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-12-17T23:44:19.9156719Z [5312/7654] 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-12-17T23:44:19.9499272Z [5313/7654] 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-12-17T23:44:19.9777871Z [5314/7654] 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-12-17T23:44:19.9836008Z [5315/7654] 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-12-17T23:44:19.9893530Z [5316/7654] 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-12-17T23:44:20.0119570Z [5317/7654] 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-12-17T23:44:20.0514515Z [5318/7654] 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-12-17T23:44:20.0563657Z [5319/7654] 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-12-17T23:44:20.0826212Z [5320/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2024-12-17T23:44:20.0884497Z [5321/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2024-12-17T23:44:20.0995518Z [5322/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2024-12-17T23:44:20.1095270Z [5323/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2024-12-17T23:44:20.1268441Z [5324/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2024-12-17T23:44:20.1780104Z [5325/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2024-12-17T23:44:20.1801469Z [5326/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c16.c.obj 2024-12-17T23:44:20.1946424Z [5327/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c64.c.obj 2024-12-17T23:44:20.2008218Z [5328/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2024-12-17T23:44:20.2105977Z [5329/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2024-12-17T23:44:20.2180237Z [5330/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2024-12-17T23:44:20.2358969Z [5331/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2024-12-17T23:44:20.3059767Z [5332/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2024-12-17T23:44:20.3071539Z [5333/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2024-12-17T23:44:20.3082452Z [5334/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2024-12-17T23:44:20.3191691Z [5335/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2024-12-17T23:44:20.3284389Z [5336/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2024-12-17T23:44:20.3334568Z [5337/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2024-12-17T23:44:20.3346881Z [5338/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2024-12-17T23:44:20.4166042Z [5339/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2024-12-17T23:44:20.4178810Z [5340/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2024-12-17T23:44:20.4248366Z [5341/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2024-12-17T23:44:20.4294137Z [5342/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2024-12-17T23:44:20.4354125Z [5343/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2024-12-17T23:44:20.4411746Z [5344/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2024-12-17T23:44:20.4619101Z [5345/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx-u8.c.obj 2024-12-17T23:44:20.5327765Z [5346/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx-u8.c.obj 2024-12-17T23:44:20.5486010Z [5347/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx-u8.c.obj 2024-12-17T23:44:20.5499425Z [5348/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx-u8.c.obj 2024-12-17T23:44:20.5693670Z [5349/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2024-12-17T23:44:20.5753803Z [5350/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2024-12-17T23:44:20.5766107Z [5351/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2024-12-17T23:44:20.5778652Z [5352/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2024-12-17T23:44:20.6536916Z [5353/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx-u8.c.obj 2024-12-17T23:44:20.6600947Z [5354/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx-u8.c.obj 2024-12-17T23:44:20.6870542Z [5355/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u8.c.obj 2024-12-17T23:44:20.6883492Z [5356/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u8.c.obj 2024-12-17T23:44:20.6895467Z [5357/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx-u8.c.obj 2024-12-17T23:44:20.6952280Z [5358/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u8.c.obj 2024-12-17T23:44:20.7063758Z [5359/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u8.c.obj 2024-12-17T23:44:20.7638669Z [5360/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2024-12-17T23:44:20.7701195Z [5361/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2024-12-17T23:44:20.8029446Z [5362/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx-u8.c.obj 2024-12-17T23:44:20.8042721Z [5363/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx-u8.c.obj 2024-12-17T23:44:20.8105555Z [5364/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2024-12-17T23:44:20.8122012Z [5365/7654] 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-12-17T23:44:20.8490597Z [5366/7654] 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-12-17T23:44:20.8735235Z [5367/7654] 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-12-17T23:44:20.8798923Z [5368/7654] 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-12-17T23:44:20.9182951Z [5369/7654] 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-12-17T23:44:20.9344184Z [5370/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u8.c.obj 2024-12-17T23:44:20.9445317Z [5371/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u24.c.obj 2024-12-17T23:44:20.9637189Z [5372/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u16.c.obj 2024-12-17T23:44:20.9822071Z [5373/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u32.c.obj 2024-12-17T23:44:20.9884145Z [5374/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u40.c.obj 2024-12-17T23:44:21.0055434Z [5375/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u48.c.obj 2024-12-17T23:44:21.0400556Z [5376/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2024-12-17T23:44:21.0483725Z [5377/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2024-12-17T23:44:21.0686932Z [5378/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2024-12-17T23:44:21.0869481Z [5379/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u40.c.obj 2024-12-17T23:44:21.0926495Z [5380/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2024-12-17T23:44:21.1091046Z [5381/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2024-12-17T23:44:21.1159152Z [5382/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u48.c.obj 2024-12-17T23:44:21.1514498Z [5383/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2024-12-17T23:44:21.1575518Z [5384/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2024-12-17T23:44:21.1847383Z [5385/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2024-12-17T23:44:21.2185139Z [5386/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2024-12-17T23:44:21.2247574Z [5387/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2024-12-17T23:44:21.2383670Z [5388/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2024-12-17T23:44:21.2452323Z [5389/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2024-12-17T23:44:21.2777149Z [5390/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2024-12-17T23:44:21.2792616Z [5391/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2024-12-17T23:44:21.3002388Z [5392/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u8.c.obj 2024-12-17T23:44:21.3425492Z [5393/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u16.c.obj 2024-12-17T23:44:21.3438742Z [5394/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u24.c.obj 2024-12-17T23:44:21.3641342Z [5395/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u40.c.obj 2024-12-17T23:44:21.4081573Z [5396/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u56.c.obj 2024-12-17T23:44:21.4095499Z [5397/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u32.c.obj 2024-12-17T23:44:21.4267692Z [5398/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u64.c.obj 2024-12-17T23:44:21.4312959Z [5399/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u48.c.obj 2024-12-17T23:44:21.4515347Z [5400/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u80.c.obj 2024-12-17T23:44:21.4609105Z [5401/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u72.c.obj 2024-12-17T23:44:21.5259625Z [5402/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u8.c.obj 2024-12-17T23:44:21.5438489Z [5403/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u24.c.obj 2024-12-17T23:44:21.5514918Z [5404/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u16.c.obj 2024-12-17T23:44:21.5652676Z [5405/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u32.c.obj 2024-12-17T23:44:21.5710863Z [5406/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u48.c.obj 2024-12-17T23:44:21.5894705Z [5407/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u64.c.obj 2024-12-17T23:44:21.6423547Z [5408/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u56.c.obj 2024-12-17T23:44:21.6677824Z [5409/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u8.c.obj 2024-12-17T23:44:21.6916779Z [5410/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u72.c.obj 2024-12-17T23:44:21.7102860Z [5411/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u80.c.obj 2024-12-17T23:44:21.7644896Z [5412/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u32.c.obj 2024-12-17T23:44:21.7823406Z [5413/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2024-12-17T23:44:21.7974259Z [5414/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2024-12-17T23:44:21.8197527Z [5415/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2024-12-17T23:44:21.8379886Z [5416/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-nr.c.obj 2024-12-17T23:44:21.8605751Z [5417/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld64.c.obj 2024-12-17T23:44:21.9024694Z [5418/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-avx-ld64.c.obj 2024-12-17T23:44:21.9211564Z [5419/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-avx-ld128.c.obj 2024-12-17T23:44:21.9398978Z [5420/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-avx-ld64.c.obj 2024-12-17T23:44:21.9887971Z [5421/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-avx-ld128.c.obj 2024-12-17T23:44:22.0088694Z [5422/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld64.c.obj 2024-12-17T23:44:22.0273434Z [5423/7654] 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-12-17T23:44:22.0714536Z [5424/7654] 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-12-17T23:44:22.0884920Z [5425/7654] 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-12-17T23:44:22.1063431Z [5426/7654] 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-12-17T23:44:22.1332750Z [5427/7654] 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-12-17T23:44:22.1637132Z [5428/7654] 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-12-17T23:44:22.1828292Z [5429/7654] 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-12-17T23:44:22.2194616Z [5430/7654] 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-12-17T23:44:22.2388616Z [5431/7654] 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-12-17T23:44:22.2588925Z [5432/7654] 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-12-17T23:44:22.2756048Z [5433/7654] 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-12-17T23:44:22.3274862Z [5434/7654] 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-12-17T23:44:22.3470323Z [5435/7654] 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-12-17T23:44:22.3703175Z [5436/7654] 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-12-17T23:44:22.3888829Z [5437/7654] 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-12-17T23:44:22.4272491Z [5438/7654] 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-12-17T23:44:22.4469755Z [5439/7654] 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-12-17T23:44:22.5042841Z [5440/7654] 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-12-17T23:44:22.5239348Z [5441/7654] 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-12-17T23:44:22.5400158Z [5442/7654] 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-12-17T23:44:22.5572525Z [5443/7654] 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-12-17T23:44:22.5758316Z [5444/7654] 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-12-17T23:44:22.5947752Z [5445/7654] 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-12-17T23:44:22.6127422Z [5446/7654] 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-12-17T23:44:22.6451812Z [5447/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:22.6663749Z [5448/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:22.6861731Z [5449/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:22.7224117Z [5450/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:22.7457369Z [5451/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:22.7627986Z [5452/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:22.7782685Z [5453/7654] 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-12-17T23:44:22.8001030Z [5454/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2024-12-17T23:44:22.8220073Z [5455/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:22.8427467Z [5456/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2024-12-17T23:44:22.8679262Z [5457/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:22.9036802Z [5458/7654] 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-12-17T23:44:22.9443498Z [5459/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2024-12-17T23:44:22.9618308Z [5460/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:24.2763326Z [5461/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2024-12-17T23:44:24.2956731Z [5462/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:24.3131589Z [5463/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2024-12-17T23:44:24.3333745Z [5464/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2024-12-17T23:44:24.3643475Z [5465/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2024-12-17T23:44:24.3985486Z [5466/7654] 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-12-17T23:44:24.4383598Z [5467/7654] 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-12-17T23:44:24.4396820Z [5468/7654] 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-12-17T23:44:24.4964192Z [5469/7654] 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-12-17T23:44:24.5237428Z [5470/7654] 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-12-17T23:44:24.5429359Z [5471/7654] 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-12-17T23:44:24.5610145Z [5472/7654] 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-12-17T23:44:24.5809409Z [5473/7654] 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-12-17T23:44:24.5973879Z [5474/7654] 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-12-17T23:44:24.6138403Z [5475/7654] 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-12-17T23:44:24.6344738Z [5476/7654] 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-12-17T23:44:24.6513124Z [5477/7654] 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-12-17T23:44:24.7085381Z [5478/7654] 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-12-17T23:44:24.7143879Z [5479/7654] 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-12-17T23:44:24.7396793Z [5480/7654] 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-12-17T23:44:24.7622919Z [5481/7654] 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-12-17T23:44:24.7796256Z [5482/7654] 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-12-17T23:44:24.8009003Z [5483/7654] 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-12-17T23:44:24.8319264Z [5484/7654] 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-12-17T23:44:24.8498132Z [5485/7654] 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-12-17T23:44:24.8641295Z [5486/7654] 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-12-17T23:44:24.8811590Z [5487/7654] 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-12-17T23:44:24.8976949Z [5488/7654] 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-12-17T23:44:24.9158952Z [5489/7654] 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-12-17T23:44:24.9354091Z [5490/7654] 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-12-17T23:44:24.9567187Z [5491/7654] 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-12-17T23:44:24.9798174Z [5492/7654] 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-12-17T23:44:24.9966272Z [5493/7654] 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-12-17T23:44:25.0115703Z [5494/7654] 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-12-17T23:44:25.0724839Z [5495/7654] 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-12-17T23:44:25.0948033Z [5496/7654] 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-12-17T23:44:25.1159186Z [5497/7654] 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-12-17T23:44:25.1393207Z [5498/7654] 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-12-17T23:44:25.1535859Z [5499/7654] 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-12-17T23:44:25.1723554Z [5500/7654] 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-12-17T23:44:25.1886209Z [5501/7654] 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-12-17T23:44:25.2100172Z [5502/7654] 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-12-17T23:44:25.2526826Z [5503/7654] 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-12-17T23:44:25.2722934Z [5504/7654] 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-12-17T23:44:25.2938135Z [5505/7654] 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-12-17T23:44:25.3247542Z [5506/7654] 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-12-17T23:44:25.3506062Z [5507/7654] 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-12-17T23:44:25.3553584Z [5508/7654] 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-12-17T23:44:25.3734412Z [5509/7654] 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-12-17T23:44:25.3746272Z [5510/7654] 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-12-17T23:44:25.3905907Z [5511/7654] 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-12-17T23:44:25.3995647Z [5512/7654] 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-12-17T23:44:25.4310915Z [5513/7654] 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-12-17T23:44:25.4716808Z [5514/7654] 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-12-17T23:44:25.4819877Z [5515/7654] 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-12-17T23:44:25.4965539Z [5516/7654] 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-12-17T23:44:25.5030439Z [5517/7654] 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-12-17T23:44:25.5183760Z [5518/7654] 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-12-17T23:44:25.5252061Z [5519/7654] 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-12-17T23:44:25.5418774Z [5520/7654] 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-12-17T23:44:25.5889118Z [5521/7654] 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-12-17T23:44:25.5982393Z [5522/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2024-12-17T23:44:25.6079755Z [5523/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2024-12-17T23:44:25.6161452Z [5524/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u24.c.obj 2024-12-17T23:44:25.6367300Z [5525/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2024-12-17T23:44:25.6552891Z [5526/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u32.c.obj 2024-12-17T23:44:25.6824524Z [5527/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u24.c.obj 2024-12-17T23:44:25.7029661Z [5528/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2024-12-17T23:44:25.7286664Z [5529/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2024-12-17T23:44:25.7299648Z [5530/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u32.c.obj 2024-12-17T23:44:25.7347310Z [5531/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u24.c.obj 2024-12-17T23:44:25.7634043Z [5532/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2024-12-17T23:44:25.7783752Z [5533/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u32.c.obj 2024-12-17T23:44:25.8063824Z [5534/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u32.c.obj 2024-12-17T23:44:25.8179117Z [5535/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u24.c.obj 2024-12-17T23:44:25.8339334Z [5536/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2024-12-17T23:44:25.8436677Z [5537/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2024-12-17T23:44:25.8651849Z [5538/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2024-12-17T23:44:25.8799035Z [5539/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2024-12-17T23:44:25.8858584Z [5540/7654] 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-12-17T23:44:25.9110630Z [5541/7654] 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-12-17T23:44:25.9583375Z [5542/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:25.9653854Z [5543/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:25.9815583Z [5544/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:26.0079229Z [5545/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:26.0095859Z [5546/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:26.0289680Z [5547/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:26.0517952Z [5548/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2024-12-17T23:44:26.0693972Z [5549/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:26.0747768Z [5550/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:26.0870707Z [5551/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2024-12-17T23:44:26.1307484Z [5552/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:26.1370467Z [5553/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2024-12-17T23:44:26.1533395Z [5554/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2024-12-17T23:44:26.1655641Z [5555/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2024-12-17T23:44:26.1934933Z [5556/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.2026929Z [5557/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2024-12-17T23:44:26.2116018Z [5558/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.2806453Z [5559/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.3014905Z [5560/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.3164736Z [5561/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.3329453Z [5562/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.3345543Z [5563/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.3418063Z [5564/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.3509822Z [5565/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.4452975Z [5566/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.4536289Z [5567/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.4582001Z [5568/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.4745830Z [5569/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.4842908Z [5570/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.4993130Z [5571/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.5079178Z [5572/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.5994632Z [5573/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.6146118Z [5574/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.6195827Z [5575/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.6205951Z [5576/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.6274182Z [5577/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.6284819Z [5578/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.6501748Z [5579/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.7203954Z [5580/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.7372347Z [5581/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.7575454Z [5582/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.7627399Z [5583/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.7727984Z [5584/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.7741706Z [5585/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.7820648Z [5586/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.8331926Z [5587/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.8558426Z [5588/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.8882001Z [5589/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.8982492Z [5590/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.9029417Z [5591/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.9085235Z [5592/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.9250167Z [5593/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:26.9473311Z [5594/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:26.9665497Z [5595/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-12-17T23:44:27.0297923Z [5596/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2024-12-17T23:44:27.0366126Z [5597/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2024-12-17T23:44:27.0411233Z [5598/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2024-12-17T23:44:27.0455933Z [5599/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-12-17T23:44:27.0638433Z [5600/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2024-12-17T23:44:27.0737579Z [5601/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2024-12-17T23:44:27.0754788Z [5602/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2024-12-17T23:44:27.1552527Z [5603/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2024-12-17T23:44:27.1665582Z [5604/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2024-12-17T23:44:27.1725253Z [5605/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2024-12-17T23:44:27.1739079Z [5606/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2024-12-17T23:44:27.1891151Z [5607/7654] 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-12-17T23:44:27.1906692Z [5608/7654] 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-12-17T23:44:27.1993613Z [5609/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2024-12-17T23:44:27.2864181Z [5610/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2024-12-17T23:44:27.2913756Z [5611/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2024-12-17T23:44:27.2955550Z [5612/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u1.c.obj 2024-12-17T23:44:27.3067889Z [5613/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u1-prfm.c.obj 2024-12-17T23:44:27.3158757Z [5614/7654] 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-12-17T23:44:27.3486333Z [5615/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u8-prfm.c.obj 2024-12-17T23:44:27.3544827Z [5616/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u8.c.obj 2024-12-17T23:44:27.4027067Z [5617/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4.c.obj 2024-12-17T23:44:27.4041003Z [5618/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4.c.obj 2024-12-17T23:44:27.4052037Z [5619/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u1-prfm.c.obj 2024-12-17T23:44:27.4459518Z [5620/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u8-prfm.c.obj 2024-12-17T23:44:27.4519791Z [5621/7654] 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-12-17T23:44:27.4766196Z [5622/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u8.c.obj 2024-12-17T23:44:27.4811969Z [5623/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u1.c.obj 2024-12-17T23:44:27.5036038Z [5624/7654] 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-12-17T23:44:27.5112427Z [5625/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u1-prfm.c.obj 2024-12-17T23:44:27.5285157Z [5626/7654] 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-12-17T23:44:27.5564568Z [5627/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u8-prfm.c.obj 2024-12-17T23:44:27.5968228Z [5628/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u1.c.obj 2024-12-17T23:44:27.5980243Z [5629/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2024-12-17T23:44:27.6023277Z [5630/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2024-12-17T23:44:27.6076419Z [5631/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2024-12-17T23:44:27.6236779Z [5632/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u8.c.obj 2024-12-17T23:44:27.6291014Z [5633/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2024-12-17T23:44:27.6556263Z [5634/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2024-12-17T23:44:27.6981282Z [5635/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2024-12-17T23:44:27.7082844Z [5636/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2024-12-17T23:44:27.7128633Z [5637/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2024-12-17T23:44:27.7216156Z [5638/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2024-12-17T23:44:27.7326803Z [5639/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c16.c.obj 2024-12-17T23:44:27.7505419Z [5640/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c64.c.obj 2024-12-17T23:44:27.7583939Z [5641/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2024-12-17T23:44:27.8123779Z [5642/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u16-acc2.c.obj 2024-12-17T23:44:27.8171900Z [5643/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2024-12-17T23:44:27.8256623Z [5644/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c128.c.obj 2024-12-17T23:44:27.8316818Z [5645/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u24-acc3.c.obj 2024-12-17T23:44:27.8331436Z [5646/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc2.c.obj 2024-12-17T23:44:27.8549536Z [5647/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-f16c-u8.c.obj 2024-12-17T23:44:27.8962440Z [5648/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u8.c.obj 2024-12-17T23:44:27.9312874Z [5649/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u16.c.obj 2024-12-17T23:44:27.9512087Z [5650/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u16.c.obj 2024-12-17T23:44:27.9679312Z [5651/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2024-12-17T23:44:27.9739400Z [5652/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2024-12-17T23:44:27.9850493Z [5653/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2024-12-17T23:44:27.9909557Z [5654/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2024-12-17T23:44:28.0075574Z [5655/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-f16c-u8.c.obj 2024-12-17T23:44:28.0560478Z [5656/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u8.c.obj 2024-12-17T23:44:28.0791313Z [5657/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u8.c.obj 2024-12-17T23:44:28.0844406Z [5658/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u8.c.obj 2024-12-17T23:44:28.1048733Z [5659/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u8.c.obj 2024-12-17T23:44:28.1133965Z [5660/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u16.c.obj 2024-12-17T23:44:28.1211345Z [5661/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u8.c.obj 2024-12-17T23:44:28.1227514Z [5662/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2024-12-17T23:44:28.1627616Z [5663/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2024-12-17T23:44:28.1934873Z [5664/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-f16c-u8.c.obj 2024-12-17T23:44:28.2181157Z [5665/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u8.c.obj 2024-12-17T23:44:28.2193971Z [5666/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2024-12-17T23:44:28.2258335Z [5667/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2024-12-17T23:44:28.2348278Z [5668/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2024-12-17T23:44:28.2402728Z [5669/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2024-12-17T23:44:28.2788972Z [5670/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2024-12-17T23:44:28.3092620Z [5671/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2024-12-17T23:44:28.3260070Z [5672/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u8.c.obj 2024-12-17T23:44:28.3374303Z [5673/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2024-12-17T23:44:28.3427219Z [5674/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u16.c.obj 2024-12-17T23:44:28.3502907Z [5675/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2024-12-17T23:44:28.3562954Z [5676/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2024-12-17T23:44:28.3976530Z [5677/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2024-12-17T23:44:28.4359549Z [5678/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2024-12-17T23:44:28.4438475Z [5679/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2024-12-17T23:44:28.4503470Z [5680/7654] 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-12-17T23:44:28.4674310Z [5681/7654] 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-12-17T23:44:28.4728772Z [5682/7654] 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-12-17T23:44:28.4740941Z [5683/7654] 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-12-17T23:44:28.5184405Z [5684/7654] 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-12-17T23:44:28.5449080Z [5685/7654] 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-12-17T23:44:28.5615391Z [5686/7654] 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-12-17T23:44:28.5656130Z [5687/7654] 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-12-17T23:44:28.5807014Z [5688/7654] 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-12-17T23:44:28.5877317Z [5689/7654] 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-12-17T23:44:28.5929978Z [5690/7654] 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-12-17T23:44:28.6607578Z [5691/7654] 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-12-17T23:44:28.6672317Z [5692/7654] 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-12-17T23:44:28.6729700Z [5693/7654] 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-12-17T23:44:28.6807089Z [5694/7654] 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-12-17T23:44:28.6906591Z [5695/7654] 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-12-17T23:44:28.7106013Z [5696/7654] 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-12-17T23:44:28.7121866Z [5697/7654] 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-12-17T23:44:28.7727242Z [5698/7654] 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-12-17T23:44:28.7934076Z [5699/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2024-12-17T23:44:28.8021449Z [5700/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2024-12-17T23:44:28.8035353Z [5701/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2024-12-17T23:44:28.8173295Z [5702/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2024-12-17T23:44:28.8234595Z [5703/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u40.c.obj 2024-12-17T23:44:28.8288981Z [5704/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u48.c.obj 2024-12-17T23:44:28.8893367Z [5705/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u56.c.obj 2024-12-17T23:44:28.9052831Z [5706/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u64.c.obj 2024-12-17T23:44:28.9216170Z [5707/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u80.c.obj 2024-12-17T23:44:28.9289064Z [5708/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2024-12-17T23:44:28.9337376Z [5709/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u72.c.obj 2024-12-17T23:44:28.9403638Z [5710/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2024-12-17T23:44:28.9813573Z [5711/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.0085635Z [5712/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2024-12-17T23:44:29.0169590Z [5713/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.0333031Z [5714/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.0418091Z [5715/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.0439705Z [5716/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2024-12-17T23:44:29.0691049Z [5717/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2024-12-17T23:44:29.1013238Z [5718/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.1280422Z [5719/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.1409090Z [5720/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2024-12-17T23:44:29.1604429Z [5721/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2024-12-17T23:44:29.1658485Z [5722/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.1711625Z [5723/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.1920477Z [5724/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2024-12-17T23:44:29.2372326Z [5725/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.2793636Z [5726/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2024-12-17T23:44:29.2850518Z [5727/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.2900902Z [5728/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.2961431Z [5729/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2024-12-17T23:44:29.3108464Z [5730/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2024-12-17T23:44:29.3470415Z [5731/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.3799063Z [5732/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2024-12-17T23:44:29.4221168Z [5733/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2024-12-17T23:44:29.4233900Z [5734/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.4287408Z [5735/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2024-12-17T23:44:29.4302181Z [5736/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.4545028Z [5737/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.5135468Z [5738/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2024-12-17T23:44:29.5219626Z [5739/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.5428497Z [5740/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2024-12-17T23:44:29.5715518Z [5741/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.5935630Z [5742/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.6042123Z [5743/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2024-12-17T23:44:29.6054843Z [5744/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2024-12-17T23:44:29.6371524Z [5745/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.6580112Z [5746/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2024-12-17T23:44:29.6843274Z [5747/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:29.6975089Z [5748/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2024-12-17T23:44:29.7107712Z [5749/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2024-12-17T23:44:29.7333322Z [5750/7654] 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-12-17T23:44:29.7471584Z [5751/7654] 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-12-17T23:44:29.7586104Z [5752/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2024-12-17T23:44:29.7854256Z [5753/7654] 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-12-17T23:44:29.8176927Z [5754/7654] 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-12-17T23:44:29.8311078Z [5755/7654] 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-12-17T23:44:29.8374961Z [5756/7654] 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-12-17T23:44:29.8637114Z [5757/7654] 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-12-17T23:44:29.8701417Z [5758/7654] 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-12-17T23:44:29.8979291Z [5759/7654] 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-12-17T23:44:29.9123589Z [5760/7654] 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-12-17T23:44:29.9487504Z [5761/7654] 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-12-17T23:44:29.9790560Z [5762/7654] 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-12-17T23:44:30.0319745Z [5763/7654] 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-12-17T23:44:30.0332380Z [5764/7654] 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-12-17T23:44:30.0343653Z [5765/7654] 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-12-17T23:44:30.0356348Z [5766/7654] 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-12-17T23:44:30.0369083Z [5767/7654] 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-12-17T23:44:30.0933588Z [5768/7654] 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-12-17T23:44:30.1703317Z [5769/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2024-12-17T23:44:30.1744960Z [5770/7654] 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-12-17T23:44:30.1888256Z [5771/7654] 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-12-17T23:44:30.1947846Z [5772/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u40.c.obj 2024-12-17T23:44:30.1959972Z [5773/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2024-12-17T23:44:30.2185253Z [5774/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u48.c.obj 2024-12-17T23:44:30.2279606Z [5775/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2024-12-17T23:44:30.2924892Z [5776/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u56.c.obj 2024-12-17T23:44:30.3174911Z [5777/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u64.c.obj 2024-12-17T23:44:30.3312661Z [5778/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u80.c.obj 2024-12-17T23:44:30.3364175Z [5779/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u72.c.obj 2024-12-17T23:44:30.3536249Z [5780/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2024-12-17T23:44:30.3646902Z [5781/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:30.3693623Z [5782/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:30.4428424Z [5783/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:30.4560277Z [5784/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:30.4794980Z [5785/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:30.4896557Z [5786/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:30.4957719Z [5787/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:30.5015331Z [5788/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2024-12-17T23:44:30.5219773Z [5789/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2024-12-17T23:44:30.5605566Z [5790/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2024-12-17T23:44:30.5722769Z [5791/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:30.6034375Z [5792/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2024-12-17T23:44:30.6271860Z [5793/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:30.6341877Z [5794/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2024-12-17T23:44:30.6391377Z [5795/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2024-12-17T23:44:30.6827184Z [5796/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2024-12-17T23:44:30.6907697Z [5797/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:30.6960943Z [5798/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2024-12-17T23:44:30.7213359Z [5799/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:30.7601907Z [5800/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:30.7781222Z [5801/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2024-12-17T23:44:30.7795340Z [5802/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2024-12-17T23:44:30.8218320Z [5803/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:30.8303915Z [5804/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:30.8644039Z [5805/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:30.8703566Z [5806/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:30.8900002Z [5807/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:30.9055027Z [5808/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:30.9265340Z [5809/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:30.9619111Z [5810/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:30.9866547Z [5811/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.0024229Z [5812/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.0204879Z [5813/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.0504783Z [5814/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.0520525Z [5815/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.0577856Z [5816/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.1018369Z [5817/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.1424737Z [5818/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.1521869Z [5819/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.1665400Z [5820/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.1715442Z [5821/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.1772476Z [5822/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.1783239Z [5823/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.2361785Z [5824/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.2718510Z [5825/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.2946741Z [5826/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.2966129Z [5827/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.3121537Z [5828/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.3402429Z [5829/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.3456306Z [5830/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.3543201Z [5831/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.3925212Z [5832/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.4095658Z [5833/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.4108705Z [5834/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.4339309Z [5835/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.4582260Z [5836/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.4595674Z [5837/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.4785004Z [5838/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.5226526Z [5839/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.5326107Z [5840/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.5554146Z [5841/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.5663387Z [5842/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.obj 2024-12-17T23:44:31.5756736Z [5843/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.5768128Z [5844/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2024-12-17T23:44:31.6135153Z [5845/7654] 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-12-17T23:44:31.6527317Z [5846/7654] 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-12-17T23:44:31.6582313Z [5847/7654] 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-12-17T23:44:31.6956947Z [5848/7654] 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-12-17T23:44:31.7043525Z [5849/7654] 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-12-17T23:44:31.7245393Z [5850/7654] 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-12-17T23:44:31.7335767Z [5851/7654] 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-12-17T23:44:31.7397005Z [5852/7654] 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-12-17T23:44:31.7915893Z [5853/7654] 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-12-17T23:44:31.7975115Z [5854/7654] 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-12-17T23:44:31.8358742Z [5855/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u8.c.obj 2024-12-17T23:44:31.8425012Z [5856/7654] 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-12-17T23:44:31.8442154Z [5857/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u32.c.obj 2024-12-17T23:44:31.8500105Z [5858/7654] 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-12-17T23:44:31.8557571Z [5859/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u64.c.obj 2024-12-17T23:44:31.8964130Z [5860/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2024-12-17T23:44:31.9126217Z [5861/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-nr.c.obj 2024-12-17T23:44:31.9460837Z [5862/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2024-12-17T23:44:31.9696777Z [5863/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u32.c.obj 2024-12-17T23:44:31.9753432Z [5864/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u8.c.obj 2024-12-17T23:44:31.9767093Z [5865/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2024-12-17T23:44:31.9835345Z [5866/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-nr.c.obj 2024-12-17T23:44:32.0411481Z [5867/7654] 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-12-17T23:44:32.0466440Z [5868/7654] 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-12-17T23:44:32.0830249Z [5869/7654] 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-12-17T23:44:32.0924308Z [5870/7654] 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-12-17T23:44:32.0973597Z [5871/7654] 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-12-17T23:44:32.1148421Z [5872/7654] 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-12-17T23:44:32.1164855Z [5873/7654] 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-12-17T23:44:32.1584092Z [5874/7654] 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-12-17T23:44:32.1725646Z [5875/7654] 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-12-17T23:44:32.2031089Z [5876/7654] 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-12-17T23:44:32.2121392Z [5877/7654] 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-12-17T23:44:32.2190471Z [5878/7654] 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-12-17T23:44:32.2268244Z [5879/7654] 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-12-17T23:44:32.2391497Z [5880/7654] 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-12-17T23:44:32.2829623Z [5881/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.3070518Z [5882/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.3380426Z [5883/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.3468619Z [5884/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.3481726Z [5885/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.3677248Z [5886/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.3730766Z [5887/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.4159750Z [5888/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.4387858Z [5889/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.4694178Z [5890/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.4789167Z [5891/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.4800536Z [5892/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.4811912Z [5893/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.5124136Z [5894/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.5311695Z [5895/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.5713153Z [5896/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.5803794Z [5897/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16-acc2.c.obj 2024-12-17T23:44:32.5852351Z [5898/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16.c.obj 2024-12-17T23:44:32.5905068Z [5899/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.5955391Z [5900/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2024-12-17T23:44:32.6246020Z [5901/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.obj 2024-12-17T23:44:32.6297881Z [5902/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.obj 2024-12-17T23:44:32.6789745Z [5903/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.obj 2024-12-17T23:44:32.6801718Z [5904/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.obj 2024-12-17T23:44:32.6890805Z [5905/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2024-12-17T23:44:32.6950925Z [5906/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.obj 2024-12-17T23:44:32.7253049Z [5907/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.obj 2024-12-17T23:44:32.7412851Z [5908/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2024-12-17T23:44:32.7519489Z [5909/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.obj 2024-12-17T23:44:32.7746514Z [5910/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.obj 2024-12-17T23:44:32.7800973Z [5911/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2024-12-17T23:44:32.8014464Z [5912/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2024-12-17T23:44:32.8157920Z [5913/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.obj 2024-12-17T23:44:32.8379646Z [5914/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.obj 2024-12-17T23:44:32.8535174Z [5915/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.obj 2024-12-17T23:44:32.8599441Z [5916/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2024-12-17T23:44:32.8733809Z [5917/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.obj 2024-12-17T23:44:32.8749275Z [5918/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.obj 2024-12-17T23:44:32.9038504Z [5919/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.obj 2024-12-17T23:44:32.9159177Z [5920/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2024-12-17T23:44:32.9683286Z [5921/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2024-12-17T23:44:32.9751539Z [5922/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u16.c.obj 2024-12-17T23:44:32.9807271Z [5923/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u8.c.obj 2024-12-17T23:44:32.9822796Z [5924/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u24.c.obj 2024-12-17T23:44:32.9880058Z [5925/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u32.c.obj 2024-12-17T23:44:33.0309155Z [5926/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u48.c.obj 2024-12-17T23:44:33.0423150Z [5927/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u40.c.obj 2024-12-17T23:44:33.0877838Z [5928/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u64.c.obj 2024-12-17T23:44:33.0991777Z [5929/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.obj 2024-12-17T23:44:33.1005185Z [5930/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u56.c.obj 2024-12-17T23:44:33.1156847Z [5931/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.obj 2024-12-17T23:44:33.1322806Z [5932/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.obj 2024-12-17T23:44:33.1444881Z [5933/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u40.c.obj 2024-12-17T23:44:33.1608794Z [5934/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u48.c.obj 2024-12-17T23:44:33.2046545Z [5935/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u56.c.obj 2024-12-17T23:44:33.2233738Z [5936/7654] 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-12-17T23:44:33.2321999Z [5937/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u64.c.obj 2024-12-17T23:44:33.2342661Z [5938/7654] 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-12-17T23:44:33.2538667Z [5939/7654] 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-12-17T23:44:33.2637680Z [5940/7654] 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-12-17T23:44:33.2852514Z [5941/7654] 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-12-17T23:44:33.3159681Z [5942/7654] 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-12-17T23:44:33.3444530Z [5943/7654] 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-12-17T23:44:33.3507684Z [5944/7654] 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-12-17T23:44:33.3586600Z [5945/7654] 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-12-17T23:44:33.3639341Z [5946/7654] 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-12-17T23:44:33.3744585Z [5947/7654] 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-12-17T23:44:33.3996089Z [5948/7654] 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-12-17T23:44:33.4242370Z [5949/7654] 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-12-17T23:44:33.4649851Z [5950/7654] 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-12-17T23:44:33.4703130Z [5951/7654] 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-12-17T23:44:33.4806170Z [5952/7654] 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-12-17T23:44:33.4879537Z [5953/7654] 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-12-17T23:44:33.4891275Z [5954/7654] 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-12-17T23:44:33.5064654Z [5955/7654] 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-12-17T23:44:33.5419616Z [5956/7654] 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-12-17T23:44:33.6031566Z [5957/7654] 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-12-17T23:44:33.6183427Z [5958/7654] 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-12-17T23:44:33.6195829Z [5959/7654] 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-12-17T23:44:33.6207038Z [5960/7654] 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-12-17T23:44:33.6299240Z [5961/7654] 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-12-17T23:44:33.6350499Z [5962/7654] 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-12-17T23:44:33.6839909Z [5963/7654] 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-12-17T23:44:33.7307685Z [5964/7654] 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-12-17T23:44:33.7526567Z [5965/7654] 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-12-17T23:44:33.7616285Z [5966/7654] 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-12-17T23:44:33.7648070Z [5967/7654] 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-12-17T23:44:33.7703796Z [5968/7654] 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-12-17T23:44:33.7718468Z [5969/7654] 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-12-17T23:44:33.8212563Z [5970/7654] 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-12-17T23:44:33.8670735Z [5971/7654] 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-12-17T23:44:33.8794968Z [5972/7654] 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-12-17T23:44:33.8928505Z [5973/7654] 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-12-17T23:44:33.9091146Z [5974/7654] 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-12-17T23:44:33.9227017Z [5975/7654] 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-12-17T23:44:33.9359237Z [5976/7654] 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-12-17T23:44:33.9460197Z [5977/7654] 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-12-17T23:44:34.0019125Z [5978/7654] 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-12-17T23:44:34.0092545Z [5979/7654] 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-12-17T23:44:34.0216728Z [5980/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2024-12-17T23:44:34.0304409Z [5981/7654] 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-12-17T23:44:34.0385624Z [5982/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2024-12-17T23:44:34.0484163Z [5983/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2024-12-17T23:44:34.0624726Z [5984/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2024-12-17T23:44:34.1004856Z [5985/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2024-12-17T23:44:34.1016213Z [5986/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc2.c.obj 2024-12-17T23:44:34.1157183Z [5987/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc4.c.obj 2024-12-17T23:44:34.1168925Z [5988/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2024-12-17T23:44:34.1212378Z [5989/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32.c.obj 2024-12-17T23:44:34.1409008Z [5990/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2024-12-17T23:44:34.1794555Z [5991/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2024-12-17T23:44:34.1840068Z [5992/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2024-12-17T23:44:34.1932302Z [5993/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2024-12-17T23:44:34.1945896Z [5994/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2024-12-17T23:44:34.1994186Z [5995/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2024-12-17T23:44:34.2208074Z [5996/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2024-12-17T23:44:34.2598229Z [5997/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2024-12-17T23:44:34.2613520Z [5998/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2024-12-17T23:44:34.2690151Z [5999/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2024-12-17T23:44:34.2759959Z [6000/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2024-12-17T23:44:34.2806299Z [6001/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2024-12-17T23:44:34.2951707Z [6002/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc4.c.obj 2024-12-17T23:44:34.3053554Z [6003/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc2.c.obj 2024-12-17T23:44:34.3413238Z [6004/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32.c.obj 2024-12-17T23:44:34.3525603Z [6005/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2024-12-17T23:44:34.3543443Z [6006/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2024-12-17T23:44:34.3608049Z [6007/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2024-12-17T23:44:34.3652406Z [6008/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2024-12-17T23:44:34.3803435Z [6009/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2024-12-17T23:44:34.3861669Z [6010/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2024-12-17T23:44:34.4214183Z [6011/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2024-12-17T23:44:34.4400210Z [6012/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2024-12-17T23:44:34.4448106Z [6013/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2024-12-17T23:44:34.4731429Z [6014/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2024-12-17T23:44:34.4747926Z [6015/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2024-12-17T23:44:34.4808000Z [6016/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u8.c.obj 2024-12-17T23:44:34.5140348Z [6017/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u16-acc2.c.obj 2024-12-17T23:44:34.5355668Z [6018/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc2.c.obj 2024-12-17T23:44:34.5410249Z [6019/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2024-12-17T23:44:34.5462608Z [6020/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc4.c.obj 2024-12-17T23:44:34.5653625Z [6021/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u8.c.obj 2024-12-17T23:44:34.5716934Z [6022/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u16-acc2.c.obj 2024-12-17T23:44:34.5882178Z [6023/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc4.c.obj 2024-12-17T23:44:34.6248452Z [6024/7654] 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-12-17T23:44:34.6488030Z [6025/7654] 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-12-17T23:44:34.6556986Z [6026/7654] 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-12-17T23:44:34.6611240Z [6027/7654] 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-12-17T23:44:34.6761104Z [6028/7654] 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-12-17T23:44:34.6882526Z [6029/7654] 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-12-17T23:44:34.7067522Z [6030/7654] 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-12-17T23:44:34.7351352Z [6031/7654] 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-12-17T23:44:34.7650594Z [6032/7654] 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-12-17T23:44:34.7714253Z [6033/7654] 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-12-17T23:44:34.7845548Z [6034/7654] 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-12-17T23:44:34.7908088Z [6035/7654] 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-12-17T23:44:34.7964491Z [6036/7654] 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-12-17T23:44:34.8199233Z [6037/7654] 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-12-17T23:44:34.8450574Z [6038/7654] 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-12-17T23:44:34.8868972Z [6039/7654] 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-12-17T23:44:34.8954123Z [6040/7654] 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-12-17T23:44:34.9119373Z [6041/7654] 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-12-17T23:44:34.9132260Z [6042/7654] 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-12-17T23:44:34.9202092Z [6043/7654] 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-12-17T23:44:34.9497171Z [6044/7654] 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-12-17T23:44:34.9514335Z [6045/7654] 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-12-17T23:44:35.0091468Z [6046/7654] 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-12-17T23:44:35.0150677Z [6047/7654] 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-12-17T23:44:35.0230749Z [6048/7654] 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-12-17T23:44:35.0290250Z [6049/7654] 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-12-17T23:44:35.0477384Z [6050/7654] 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-12-17T23:44:35.0701268Z [6051/7654] 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-12-17T23:44:35.0761079Z [6052/7654] 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-12-17T23:44:35.1289379Z [6053/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2024-12-17T23:44:35.1448211Z [6054/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2024-12-17T23:44:35.1468958Z [6055/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2024-12-17T23:44:35.1540546Z [6056/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2024-12-17T23:44:35.1603232Z [6057/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u40.c.obj 2024-12-17T23:44:35.1822717Z [6058/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u56.c.obj 2024-12-17T23:44:35.1940792Z [6059/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u48.c.obj 2024-12-17T23:44:35.2501216Z [6060/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2024-12-17T23:44:35.2545972Z [6061/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2024-12-17T23:44:35.2559174Z [6062/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u64.c.obj 2024-12-17T23:44:35.2624545Z [6063/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u80.c.obj 2024-12-17T23:44:35.2693593Z [6064/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2024-12-17T23:44:35.2708285Z [6065/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u72.c.obj 2024-12-17T23:44:35.2802226Z [6066/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2024-12-17T23:44:35.3430574Z [6067/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u40.c.obj 2024-12-17T23:44:35.3472345Z [6068/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u48.c.obj 2024-12-17T23:44:35.3542875Z [6069/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u56.c.obj 2024-12-17T23:44:35.3592160Z [6070/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u72.c.obj 2024-12-17T23:44:35.3650674Z [6071/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u88.c.obj 2024-12-17T23:44:35.3664433Z [6072/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u64.c.obj 2024-12-17T23:44:35.3959804Z [6073/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u80.c.obj 2024-12-17T23:44:35.4313644Z [6074/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u96.c.obj 2024-12-17T23:44:35.4515658Z [6075/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2024-12-17T23:44:35.4526976Z [6076/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2024-12-17T23:44:35.4611428Z [6077/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2024-12-17T23:44:35.4651843Z [6078/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u40.c.obj 2024-12-17T23:44:35.4839498Z [6079/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2024-12-17T23:44:35.4978762Z [6080/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u48.c.obj 2024-12-17T23:44:35.5205195Z [6081/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u56.c.obj 2024-12-17T23:44:35.5714404Z [6082/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u64.c.obj 2024-12-17T23:44:35.5814895Z [6083/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u96.c.obj 2024-12-17T23:44:35.5873946Z [6084/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u80.c.obj 2024-12-17T23:44:35.5885149Z [6085/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u72.c.obj 2024-12-17T23:44:35.5934384Z [6086/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u88.c.obj 2024-12-17T23:44:35.6192644Z [6087/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u8.c.obj 2024-12-17T23:44:35.6315934Z [6088/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u16.c.obj 2024-12-17T23:44:35.6990984Z [6089/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u32.c.obj 2024-12-17T23:44:35.7041763Z [6090/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u24.c.obj 2024-12-17T23:44:35.7203764Z [6091/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u48.c.obj 2024-12-17T23:44:35.7215547Z [6092/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u56.c.obj 2024-12-17T23:44:35.7394283Z [6093/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u64.c.obj 2024-12-17T23:44:35.7472679Z [6094/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u72.c.obj 2024-12-17T23:44:35.7551558Z [6095/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u80.c.obj 2024-12-17T23:44:35.8112104Z [6096/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.obj 2024-12-17T23:44:35.8232716Z [6097/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.obj 2024-12-17T23:44:35.8470836Z [6098/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.obj 2024-12-17T23:44:35.8483156Z [6099/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.obj 2024-12-17T23:44:35.8557110Z [6100/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u40.c.obj 2024-12-17T23:44:35.8657917Z [6101/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u48.c.obj 2024-12-17T23:44:35.8758385Z [6102/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u56.c.obj 2024-12-17T23:44:35.9398195Z [6103/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u64.c.obj 2024-12-17T23:44:35.9630378Z [6104/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u72.c.obj 2024-12-17T23:44:35.9804053Z [6105/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u80.c.obj 2024-12-17T23:44:35.9874146Z [6106/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.obj 2024-12-17T23:44:35.9931508Z [6107/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.obj 2024-12-17T23:44:35.9994644Z [6108/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.obj 2024-12-17T23:44:36.0092904Z [6109/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.obj 2024-12-17T23:44:36.0509504Z [6110/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u40.c.obj 2024-12-17T23:44:36.0775388Z [6111/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u48.c.obj 2024-12-17T23:44:36.1021473Z [6112/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u56.c.obj 2024-12-17T23:44:36.1170899Z [6113/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u64.c.obj 2024-12-17T23:44:36.1231653Z [6114/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u72.c.obj 2024-12-17T23:44:36.1285816Z [6115/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u80.c.obj 2024-12-17T23:44:36.1598747Z [6116/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x8c8-minmax-avx2.c.obj 2024-12-17T23:44:36.1901288Z [6117/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-4x8c8-minmax-avx2.c.obj 2024-12-17T23:44:36.2188894Z [6118/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:36.2346703Z [6119/7654] 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-12-17T23:44:36.2541696Z [6120/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:44:36.2599440Z [6121/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:36.2653704Z [6122/7654] 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-12-17T23:44:36.2852468Z [6123/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:44:36.3528602Z [6124/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:36.3589985Z [6125/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:36.3708698Z [6126/7654] 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-12-17T23:44:36.3982330Z [6127/7654] 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-12-17T23:44:36.4035485Z [6128/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:44:36.4046720Z [6129/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:36.4447615Z [6130/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2.c.obj 2024-12-17T23:44:36.4925055Z [6131/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:44:36.5060217Z [6132/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:36.5441181Z [6133/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2.c.obj 2024-12-17T23:44:36.5503012Z [6134/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:44:36.5514969Z [6135/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:36.5733419Z [6136/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:44:36.5746303Z [6137/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2.c.obj 2024-12-17T23:44:36.6518780Z [6138/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:36.6906654Z [6139/7654] 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-12-17T23:44:36.6919784Z [6140/7654] 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-12-17T23:44:36.6973993Z [6141/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x8c8-minmax-avx2.c.obj 2024-12-17T23:44:36.7023277Z [6142/7654] 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-12-17T23:44:36.7034634Z [6143/7654] 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-12-17T23:44:36.7155037Z [6144/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2.c.obj 2024-12-17T23:44:36.7775863Z [6145/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x8c8-minmax-avx2.c.obj 2024-12-17T23:44:36.8412196Z [6146/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:44:36.8461830Z [6147/7654] 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-12-17T23:44:36.8473097Z [6148/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:36.8821224Z [6149/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:44:36.8833511Z [6150/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:36.8844599Z [6151/7654] 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-12-17T23:44:36.9238393Z [6152/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:36.9905885Z [6153/7654] 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-12-17T23:44:36.9908725Z [6154/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:36.9963890Z [6155/7654] 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-12-17T23:44:37.0254145Z [6156/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:44:37.0351950Z [6157/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:37.0471623Z [6158/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2.c.obj 2024-12-17T23:44:37.0595057Z [6159/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:44:37.1310986Z [6160/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:44:37.1396655Z [6161/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2.c.obj 2024-12-17T23:44:37.1446270Z [6162/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:37.1695299Z [6163/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:37.1803388Z [6164/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2-madd.c.obj 2024-12-17T23:44:37.1856795Z [6165/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2.c.obj 2024-12-17T23:44:37.1912134Z [6166/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2-madd-prfm.c.obj 2024-12-17T23:44:37.2715266Z [6167/7654] 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-12-17T23:44:37.2772121Z [6168/7654] 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-12-17T23:44:37.2787610Z [6169/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2.c.obj 2024-12-17T23:44:37.2929726Z [6170/7654] 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-12-17T23:44:37.2982121Z [6171/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:37.2993828Z [6172/7654] 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-12-17T23:44:37.3077547Z [6173/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:37.3941089Z [6174/7654] 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-12-17T23:44:37.4036283Z [6175/7654] 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-12-17T23:44:37.4048008Z [6176/7654] 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-12-17T23:44:37.4205172Z [6177/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:37.4269641Z [6178/7654] 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-12-17T23:44:37.4284808Z [6179/7654] 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-12-17T23:44:37.4300189Z [6180/7654] 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-12-17T23:44:37.5231484Z [6181/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:37.5280882Z [6182/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:37.5385080Z [6183/7654] 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-12-17T23:44:37.5574697Z [6184/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:37.5587434Z [6185/7654] 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-12-17T23:44:37.5721379Z [6186/7654] 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-12-17T23:44:37.6112688Z [6187/7654] 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-12-17T23:44:37.6353554Z [6188/7654] 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-12-17T23:44:37.6662770Z [6189/7654] 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-12-17T23:44:37.6675711Z [6190/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:37.6792234Z [6191/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:37.6846100Z [6192/7654] 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-12-17T23:44:37.6859410Z [6193/7654] 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-12-17T23:44:37.7240346Z [6194/7654] 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-12-17T23:44:37.7524364Z [6195/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:37.7922610Z [6196/7654] 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-12-17T23:44:37.8023289Z [6197/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:37.8100083Z [6198/7654] 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-12-17T23:44:37.8149383Z [6199/7654] 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-12-17T23:44:37.8426348Z [6200/7654] 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-12-17T23:44:37.8497193Z [6201/7654] 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-12-17T23:44:37.8909235Z [6202/7654] 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-12-17T23:44:37.9110232Z [6203/7654] 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-12-17T23:44:37.9122364Z [6204/7654] 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-12-17T23:44:37.9287944Z [6205/7654] 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-12-17T23:44:37.9553155Z [6206/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:37.9640912Z [6207/7654] 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-12-17T23:44:37.9710875Z [6208/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:38.0118968Z [6209/7654] 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-12-17T23:44:38.0259512Z [6210/7654] 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-12-17T23:44:38.0317507Z [6211/7654] 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-12-17T23:44:38.0620873Z [6212/7654] 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-12-17T23:44:38.0718042Z [6213/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2024-12-17T23:44:38.0777578Z [6214/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:38.0895145Z [6215/7654] 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-12-17T23:44:38.1123928Z [6216/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2024-12-17T23:44:38.1443236Z [6217/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2024-12-17T23:44:38.1515052Z [6218/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2024-12-17T23:44:38.1621081Z [6219/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2024-12-17T23:44:38.1750378Z [6220/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2024-12-17T23:44:38.1972522Z [6221/7654] 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-12-17T23:44:38.2027429Z [6222/7654] 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-12-17T23:44:38.2426167Z [6223/7654] 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-12-17T23:44:38.2576716Z [6224/7654] 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-12-17T23:44:38.2687580Z [6225/7654] 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-12-17T23:44:38.2836930Z [6226/7654] 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-12-17T23:44:38.2994337Z [6227/7654] 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-12-17T23:44:38.3398941Z [6228/7654] 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-12-17T23:44:38.3476363Z [6229/7654] 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-12-17T23:44:38.3715435Z [6230/7654] 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-12-17T23:44:38.3968760Z [6231/7654] 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-12-17T23:44:38.3985216Z [6232/7654] 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-12-17T23:44:38.4000802Z [6233/7654] 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-12-17T23:44:38.4403594Z [6234/7654] 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-12-17T23:44:38.4622882Z [6235/7654] 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-12-17T23:44:38.4953785Z [6236/7654] 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-12-17T23:44:38.4966457Z [6237/7654] 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-12-17T23:44:38.5164849Z [6238/7654] 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-12-17T23:44:38.5251961Z [6239/7654] 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-12-17T23:44:38.5457130Z [6240/7654] 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-12-17T23:44:38.5689508Z [6241/7654] 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-12-17T23:44:38.5750471Z [6242/7654] 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-12-17T23:44:38.6101958Z [6243/7654] 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-12-17T23:44:38.6157156Z [6244/7654] 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-12-17T23:44:38.6295384Z [6245/7654] 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-12-17T23:44:38.6680184Z [6246/7654] 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-12-17T23:44:38.6924066Z [6247/7654] 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-12-17T23:44:38.6944964Z [6248/7654] 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-12-17T23:44:38.6959912Z [6249/7654] 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-12-17T23:44:38.7315204Z [6250/7654] 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-12-17T23:44:38.7410836Z [6251/7654] 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-12-17T23:44:38.7588941Z [6252/7654] 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-12-17T23:44:38.8118528Z [6253/7654] 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-12-17T23:44:38.8131942Z [6254/7654] 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-12-17T23:44:38.8186697Z [6255/7654] 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-12-17T23:44:38.8477589Z [6256/7654] 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-12-17T23:44:38.8531745Z [6257/7654] 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-12-17T23:44:38.8543817Z [6258/7654] 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-12-17T23:44:38.8746592Z [6259/7654] 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-12-17T23:44:38.9238971Z [6260/7654] 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-12-17T23:44:38.9349267Z [6261/7654] 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-12-17T23:44:38.9397107Z [6262/7654] 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-12-17T23:44:38.9882108Z [6263/7654] 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-12-17T23:44:38.9972452Z [6264/7654] 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-12-17T23:44:38.9984719Z [6265/7654] 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-12-17T23:44:39.0252301Z [6266/7654] 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-12-17T23:44:39.0304423Z [6267/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u32.c.obj 2024-12-17T23:44:39.0401013Z [6268/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c32.c.obj 2024-12-17T23:44:39.0501318Z [6269/7654] 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-12-17T23:44:39.0893286Z [6270/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc2.c.obj 2024-12-17T23:44:39.1058962Z [6271/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc4.c.obj 2024-12-17T23:44:39.1146370Z [6272/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2024-12-17T23:44:39.1408009Z [6273/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u32.c.obj 2024-12-17T23:44:39.1420873Z [6274/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u24.c.obj 2024-12-17T23:44:39.1507037Z [6275/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2024-12-17T23:44:39.1573129Z [6276/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.obj 2024-12-17T23:44:39.2006682Z [6277/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.obj 2024-12-17T23:44:39.2122850Z [6278/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2024-12-17T23:44:39.2202533Z [6279/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2024-12-17T23:44:39.2669566Z [6280/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2024-12-17T23:44:39.2719270Z [6281/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2024-12-17T23:44:39.2776486Z [6282/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:39.2831313Z [6283/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:39.3163182Z [6284/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:39.3342679Z [6285/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:39.3397749Z [6286/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:39.3850713Z [6287/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:39.4081599Z [6288/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:39.4094796Z [6289/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:39.4171591Z [6290/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:39.4384872Z [6291/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:39.4456772Z [6292/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:39.4587920Z [6293/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:39.5122924Z [6294/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2024-12-17T23:44:39.5199655Z [6295/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2024-12-17T23:44:39.5423707Z [6296/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2024-12-17T23:44:39.5620779Z [6297/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2024-12-17T23:44:39.5687582Z [6298/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2024-12-17T23:44:39.5751110Z [6299/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2024-12-17T23:44:39.5848899Z [6300/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2024-12-17T23:44:39.6136283Z [6301/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u32.c.obj 2024-12-17T23:44:39.6232998Z [6302/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2024-12-17T23:44:39.6377830Z [6303/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc2.c.obj 2024-12-17T23:44:39.6660406Z [6304/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc4.c.obj 2024-12-17T23:44:39.7140813Z [6305/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2024-12-17T23:44:39.7155596Z [6306/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2024-12-17T23:44:39.7168188Z [6307/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2024-12-17T23:44:39.7181902Z [6308/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2024-12-17T23:44:39.7468295Z [6309/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2024-12-17T23:44:39.7527489Z [6310/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2024-12-17T23:44:39.7547979Z [6311/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2024-12-17T23:44:39.8095742Z [6312/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2024-12-17T23:44:39.8165033Z [6313/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2-prfm.c.obj 2024-12-17T23:44:39.8383655Z [6314/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2.c.obj 2024-12-17T23:44:39.8476733Z [6315/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2024-12-17T23:44:39.8532660Z [6316/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2024-12-17T23:44:39.8608693Z [6317/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2-prfm.c.obj 2024-12-17T23:44:39.9002659Z [6318/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2.c.obj 2024-12-17T23:44:39.9264728Z [6319/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16.c.obj 2024-12-17T23:44:39.9364899Z [6320/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2024-12-17T23:44:39.9433738Z [6321/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u8.c.obj 2024-12-17T23:44:39.9483434Z [6322/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16.c.obj 2024-12-17T23:44:39.9563180Z [6323/7654] 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-12-17T23:44:39.9627404Z [6324/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u16-acc2.c.obj 2024-12-17T23:44:39.9963770Z [6325/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc4.c.obj 2024-12-17T23:44:40.0640270Z [6326/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.0734404Z [6327/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.0788605Z [6328/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.0839152Z [6329/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.0887544Z [6330/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.0969612Z [6331/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:44:40.1232034Z [6332/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.1980215Z [6333/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.2041136Z [6334/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.2159048Z [6335/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:44:40.2218430Z [6336/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.2270299Z [6337/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.2352872Z [6338/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.2631599Z [6339/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.3229434Z [6340/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:44:40.3525953Z [6341/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.3621858Z [6342/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:44:40.3678153Z [6343/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.3816364Z [6344/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:44:40.3908718Z [6345/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:44:40.4126972Z [6346/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.4401779Z [6347/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.4863046Z [6348/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.4916907Z [6349/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.4967620Z [6350/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.5084592Z [6351/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.5221544Z [6352/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.5416551Z [6353/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.5734331Z [6354/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.6272958Z [6355/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:44:40.6354216Z [6356/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.6402028Z [6357/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.6581572Z [6358/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.6640244Z [6359/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.6818610Z [6360/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.7153194Z [6361/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:44:40.7659762Z [6362/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.7714652Z [6363/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.8016902Z [6364/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.8072966Z [6365/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.8085670Z [6366/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:44:40.8427637Z [6367/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:44:40.8519053Z [6368/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.8955578Z [6369/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.9045333Z [6370/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:44:40.9379097Z [6371/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-12-17T23:44:40.9436210Z [6372/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.9493139Z [6373/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256skx-madd.c.obj 2024-12-17T23:44:40.9730412Z [6374/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:40.9823603Z [6375/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:41.0213944Z [6376/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:41.0366410Z [6377/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256skx.c.obj 2024-12-17T23:44:41.0706256Z [6378/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx256skx.c.obj 2024-12-17T23:44:41.0755514Z [6379/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx256skx.c.obj 2024-12-17T23:44:41.0852982Z [6380/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx256skx.c.obj 2024-12-17T23:44:41.1284392Z [6381/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u32.c.obj 2024-12-17T23:44:41.1332174Z [6382/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx256skx.c.obj 2024-12-17T23:44:41.1568407Z [6383/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc2.c.obj 2024-12-17T23:44:41.1655266Z [6384/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc4.c.obj 2024-12-17T23:44:41.1902716Z [6385/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx-prfm.c.obj 2024-12-17T23:44:41.1915065Z [6386/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2024-12-17T23:44:41.2057701Z [6387/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2024-12-17T23:44:41.2231654Z [6388/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx.c.obj 2024-12-17T23:44:41.2553783Z [6389/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx-prfm.c.obj 2024-12-17T23:44:41.2609827Z [6390/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx.c.obj 2024-12-17T23:44:41.3002142Z [6391/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.3298331Z [6392/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:41.3310965Z [6393/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.3478743Z [6394/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.3587423Z [6395/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:41.3953933Z [6396/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.3975312Z [6397/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.4762873Z [6398/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.4775943Z [6399/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:41.4788535Z [6400/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:41.4845422Z [6401/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.5124595Z [6402/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:41.5408202Z [6403/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:41.5461497Z [6404/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.6120897Z [6405/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.6183884Z [6406/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.6233691Z [6407/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:41.6303169Z [6408/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.6395867Z [6409/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:41.6795610Z [6410/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.6851993Z [6411/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.7498389Z [6412/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-9x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:41.7545057Z [6413/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-10x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:41.7760243Z [6414/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.8069592Z [6415/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-12x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:41.8231330Z [6416/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.8286707Z [6417/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-14x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:41.8450009Z [6418/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.8735800Z [6419/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.8865641Z [6420/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.9287210Z [6421/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:41.9449806Z [6422/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.9538282Z [6423/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:41.9809872Z [6424/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.9927549Z [6425/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:41.9988029Z [6426/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-9x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.0261383Z [6427/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.0748287Z [6428/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-10x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.0850448Z [6429/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.1179346Z [6430/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-12x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.1269606Z [6431/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.1319013Z [6432/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.1478722Z [6433/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-14x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.1529186Z [6434/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.2137250Z [6435/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.2155406Z [6436/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.2684388Z [6437/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.2731782Z [6438/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.2930991Z [6439/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.3020597Z [6440/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.3129529Z [6441/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.3747228Z [6442/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.3979011Z [6443/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.4094832Z [6444/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.4243764Z [6445/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.4315439Z [6446/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.4646936Z [6447/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.5001281Z [6448/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.5090737Z [6449/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.5784979Z [6450/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.6008381Z [6451/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.6024055Z [6452/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.6079612Z [6453/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.6095691Z [6454/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.6316314Z [6455/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.6424490Z [6456/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.7439427Z [6457/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.7451502Z [6458/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.7556748Z [6459/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.7568111Z [6460/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.7786907Z [6461/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.7838995Z [6462/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.8206063Z [6463/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.8781829Z [6464/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.8793589Z [6465/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.9010169Z [6466/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.9057612Z [6467/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:42.9148972Z [6468/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.9204644Z [6469/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:42.9583791Z [6470/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:43.0095010Z [6471/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:43.0296645Z [6472/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.0486133Z [6473/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.0579722Z [6474/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.0590880Z [6475/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:43.0602316Z [6476/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:43.0808886Z [6477/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.1370944Z [6478/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:43.1704916Z [6479/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni.c.obj 2024-12-17T23:44:43.1718182Z [6480/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.1766013Z [6481/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni.c.obj 2024-12-17T23:44:43.1893619Z [6482/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.1916312Z [6483/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x8c8-minmax-avx256vnni.c.obj 2024-12-17T23:44:43.2091100Z [6484/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.2753162Z [6485/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.3215145Z [6486/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.3275059Z [6487/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.3287022Z [6488/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.3298836Z [6489/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.3309845Z [6490/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.3476279Z [6491/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.4072676Z [6492/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.4571978Z [6493/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.4587418Z [6494/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.4646703Z [6495/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.4662960Z [6496/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.4714731Z [6497/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.4811444Z [6498/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.5355933Z [6499/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.5946241Z [6500/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.5995924Z [6501/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.6008536Z [6502/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.6082639Z [6503/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.6133353Z [6504/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.6362723Z [6505/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.6771433Z [6506/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.7368183Z [6507/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.7429413Z [6508/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.7492690Z [6509/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.7541802Z [6510/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.7647186Z [6511/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.7709702Z [6512/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.8370362Z [6513/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.8506330Z [6514/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-avx256vnni.c.obj 2024-12-17T23:44:43.8700826Z [6515/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.8755265Z [6516/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x8c8-minmax-fp32-avx256vnni.c.obj 2024-12-17T23:44:43.9048425Z [6517/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64-acc2.c.obj 2024-12-17T23:44:43.9119393Z [6518/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u32.c.obj 2024-12-17T23:44:43.9210399Z [6519/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-avx256vnni-prfm.c.obj 2024-12-17T23:44:43.9332658Z [6520/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc2.c.obj 2024-12-17T23:44:43.9488346Z [6521/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc4.c.obj 2024-12-17T23:44:44.0051422Z [6522/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.0220212Z [6523/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.0438620Z [6524/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.0511481Z [6525/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.0593595Z [6526/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.0605783Z [6527/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.0741778Z [6528/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.1420329Z [6529/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.1530417Z [6530/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.1769418Z [6531/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.1860253Z [6532/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.2012484Z [6533/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.2026143Z [6534/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.2088709Z [6535/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.2866171Z [6536/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.2883018Z [6537/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.3105111Z [6538/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.3157625Z [6539/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.3377543Z [6540/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.3438300Z [6541/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.3554835Z [6542/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.4212504Z [6543/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.4394122Z [6544/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.4441913Z [6545/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.4570982Z [6546/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.4736272Z [6547/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.4909183Z [6548/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.4958974Z [6549/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.5740422Z [6550/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.5797909Z [6551/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.5844127Z [6552/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnnigfni-prfm.c.obj 2024-12-17T23:44:44.5974976Z [6553/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnnigfni.c.obj 2024-12-17T23:44:44.6063925Z [6554/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2024-12-17T23:44:44.6113355Z [6555/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2024-12-17T23:44:44.6126947Z [6556/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2024-12-17T23:44:44.6906017Z [6557/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2024-12-17T23:44:44.7038828Z [6558/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2024-12-17T23:44:44.7131287Z [6559/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2024-12-17T23:44:44.7335894Z [6560/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2024-12-17T23:44:44.7353066Z [6561/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2024-12-17T23:44:44.7369330Z [6562/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2024-12-17T23:44:44.7423576Z [6563/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2024-12-17T23:44:44.8030201Z [6564/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2024-12-17T23:44:44.8160830Z [6565/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2024-12-17T23:44:44.8552254Z [6566/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2024-12-17T23:44:44.8566450Z [6567/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2024-12-17T23:44:44.8623607Z [6568/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2024-12-17T23:44:44.8673958Z [6569/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:44.8822763Z [6570/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:44.9327384Z [6571/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x32-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:44.9464056Z [6572/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:44.9856039Z [6573/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x32-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:44.9949859Z [6574/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.0039274Z [6575/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.0096144Z [6576/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x32-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.0279752Z [6577/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.0547857Z [6578/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x32-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.1076200Z [6579/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.1345803Z [6580/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.1397952Z [6581/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.1409649Z [6582/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.1421016Z [6583/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.1633403Z [6584/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.1744516Z [6585/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.2195999Z [6586/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.2897454Z [6587/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.2915731Z [6588/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x32-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.2927444Z [6589/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x32-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.2978229Z [6590/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.3221926Z [6591/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.3340473Z [6592/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x32-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.3394680Z [6593/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.3708819Z [6594/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc2.c.obj 2024-12-17T23:44:45.3893174Z [6595/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64.c.obj 2024-12-17T23:44:45.3905979Z [6596/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc4.c.obj 2024-12-17T23:44:45.4062990Z [6597/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x32-minmax-avx512f-broadcast.c.obj 2024-12-17T23:44:45.4148150Z [6598/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2024-12-17T23:44:45.4205028Z [6599/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.obj 2024-12-17T23:44:45.4218011Z [6600/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.obj 2024-12-17T23:44:45.4518298Z [6601/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.obj 2024-12-17T23:44:45.4831112Z [6602/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.obj 2024-12-17T23:44:45.4880003Z [6603/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2024-12-17T23:44:45.4892390Z [6604/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.obj 2024-12-17T23:44:45.4975800Z [6605/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.obj 2024-12-17T23:44:45.5049377Z [6606/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2024-12-17T23:44:45.5065248Z [6607/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.obj 2024-12-17T23:44:45.5551568Z [6608/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.obj 2024-12-17T23:44:45.5817556Z [6609/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2024-12-17T23:44:45.5879658Z [6610/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64.c.obj 2024-12-17T23:44:45.5938134Z [6611/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc4.c.obj 2024-12-17T23:44:45.6019187Z [6612/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.obj 2024-12-17T23:44:45.6071497Z [6613/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.obj 2024-12-17T23:44:45.6195482Z [6614/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc2.c.obj 2024-12-17T23:44:45.6357546Z [6615/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2024-12-17T23:44:45.6759603Z [6616/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.obj 2024-12-17T23:44:45.6870498Z [6617/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2024-12-17T23:44:45.6914938Z [6618/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.obj 2024-12-17T23:44:45.6982002Z [6619/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2024-12-17T23:44:45.7026705Z [6620/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.obj 2024-12-17T23:44:45.7077111Z [6621/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.obj 2024-12-17T23:44:45.7146804Z [6622/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.obj 2024-12-17T23:44:45.7586120Z [6623/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.obj 2024-12-17T23:44:45.7702871Z [6624/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2024-12-17T23:44:45.8025513Z [6625/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u16.c.obj 2024-12-17T23:44:45.8037686Z [6626/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u32-acc2.c.obj 2024-12-17T23:44:45.8128543Z [6627/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc4.c.obj 2024-12-17T23:44:45.8202559Z [6628/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u16.c.obj 2024-12-17T23:44:45.8259744Z [6629/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc2.c.obj 2024-12-17T23:44:45.8695701Z [6630/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u32-acc2.c.obj 2024-12-17T23:44:45.8759560Z [6631/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc4.c.obj 2024-12-17T23:44:45.9023604Z [6632/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c32.c.obj 2024-12-17T23:44:45.9071716Z [6633/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c16.c.obj 2024-12-17T23:44:45.9135130Z [6634/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c128.c.obj 2024-12-17T23:44:45.9215770Z [6635/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2024-12-17T23:44:45.9378650Z [6636/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2024-12-17T23:44:45.9705456Z [6637/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2024-12-17T23:44:45.9722834Z [6638/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2024-12-17T23:44:46.0121932Z [6639/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2024-12-17T23:44:46.0177680Z [6640/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2024-12-17T23:44:46.0190694Z [6641/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2024-12-17T23:44:46.0241840Z [6642/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2024-12-17T23:44:46.0421999Z [6643/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2024-12-17T23:44:46.0897969Z [6644/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2024-12-17T23:44:46.1065711Z [6645/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2024-12-17T23:44:46.1201650Z [6646/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2024-12-17T23:44:46.1248914Z [6647/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2024-12-17T23:44:46.1298377Z [6648/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2024-12-17T23:44:46.1345503Z [6649/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2024-12-17T23:44:46.1409936Z [6650/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2024-12-17T23:44:46.1974128Z [6651/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2024-12-17T23:44:46.2382059Z [6652/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u16.c.obj 2024-12-17T23:44:46.2442459Z [6653/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u16.c.obj 2024-12-17T23:44:46.2454792Z [6654/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u16.c.obj 2024-12-17T23:44:46.2517232Z [6655/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2024-12-17T23:44:46.2580443Z [6656/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u16.c.obj 2024-12-17T23:44:46.2652259Z [6657/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2024-12-17T23:44:46.3058637Z [6658/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2024-12-17T23:44:46.3552888Z [6659/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2024-12-17T23:44:46.3608285Z [6660/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u16.c.obj 2024-12-17T23:44:46.3670930Z [6661/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u16.c.obj 2024-12-17T23:44:46.3722503Z [6662/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u16.c.obj 2024-12-17T23:44:46.3795277Z [6663/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u16.c.obj 2024-12-17T23:44:46.3884407Z [6664/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u16.c.obj 2024-12-17T23:44:46.4139604Z [6665/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u16.c.obj 2024-12-17T23:44:46.4709934Z [6666/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2024-12-17T23:44:46.4826464Z [6667/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2024-12-17T23:44:46.4891434Z [6668/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u16.c.obj 2024-12-17T23:44:46.4908362Z [6669/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u16.c.obj 2024-12-17T23:44:46.4965568Z [6670/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2024-12-17T23:44:46.4978645Z [6671/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u16.c.obj 2024-12-17T23:44:46.5363654Z [6672/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u16.c.obj 2024-12-17T23:44:46.5884345Z [6673/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u128.c.obj 2024-12-17T23:44:46.5899324Z [6674/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u64.c.obj 2024-12-17T23:44:46.6327911Z [6675/7654] 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-12-17T23:44:46.6441764Z [6676/7654] 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-12-17T23:44:46.6503538Z [6677/7654] 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-12-17T23:44:46.6517109Z [6678/7654] 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-12-17T23:44:46.6623512Z [6679/7654] 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-12-17T23:44:46.6983609Z [6680/7654] 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-12-17T23:44:46.7425667Z [6681/7654] 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-12-17T23:44:46.7439024Z [6682/7654] 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-12-17T23:44:46.7564865Z [6683/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2024-12-17T23:44:46.7610419Z [6684/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2024-12-17T23:44:46.7667123Z [6685/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2024-12-17T23:44:46.7778283Z [6686/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2024-12-17T23:44:46.8134105Z [6687/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u80.c.obj 2024-12-17T23:44:46.8585968Z [6688/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u96.c.obj 2024-12-17T23:44:46.8730370Z [6689/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-div.c.obj 2024-12-17T23:44:46.8848887Z [6690/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-nr.c.obj 2024-12-17T23:44:46.8943502Z [6691/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2024-12-17T23:44:46.9003342Z [6692/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2024-12-17T23:44:46.9016338Z [6693/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u112.c.obj 2024-12-17T23:44:46.9190877Z [6694/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2024-12-17T23:44:46.9755082Z [6695/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2024-12-17T23:44:46.9981268Z [6696/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2024-12-17T23:44:47.0084280Z [6697/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2024-12-17T23:44:47.0137908Z [6698/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2024-12-17T23:44:47.0203043Z [6699/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2024-12-17T23:44:47.0260150Z [6700/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2024-12-17T23:44:47.0313803Z [6701/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2024-12-17T23:44:47.0530367Z [6702/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2024-12-17T23:44:47.0826164Z [6703/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2024-12-17T23:44:47.0915417Z [6704/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2024-12-17T23:44:47.0927848Z [6705/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2024-12-17T23:44:47.1085043Z [6706/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c.obj 2024-12-17T23:44:47.1183711Z [6707/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c.obj 2024-12-17T23:44:47.1304299Z [6708/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c.obj 2024-12-17T23:44:47.1408717Z [6709/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c.obj 2024-12-17T23:44:47.1633267Z [6710/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c.obj 2024-12-17T23:44:47.1683527Z [6711/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c.obj 2024-12-17T23:44:47.1737983Z [6712/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c.obj 2024-12-17T23:44:47.1822869Z [6713/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c.obj 2024-12-17T23:44:47.2098850Z [6714/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2024-12-17T23:44:47.2173845Z [6715/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2024-12-17T23:44:47.2320768Z [6716/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2024-12-17T23:44:47.2422062Z [6717/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2024-12-17T23:44:47.2550180Z [6718/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u96.c.obj 2024-12-17T23:44:47.2699091Z [6719/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u80.c.obj 2024-12-17T23:44:47.2772516Z [6720/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u112.c.obj 2024-12-17T23:44:47.2925719Z [6721/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u128.c.obj 2024-12-17T23:44:47.3016746Z [6722/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u144.c.obj 2024-12-17T23:44:47.3213547Z [6723/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u176.c.obj 2024-12-17T23:44:47.3225014Z [6724/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u160.c.obj 2024-12-17T23:44:47.3276439Z [6725/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u192.c.obj 2024-12-17T23:44:47.3843238Z [6726/7654] 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-12-17T23:44:47.4011856Z [6727/7654] 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-12-17T23:44:47.4256067Z [6728/7654] 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-12-17T23:44:47.4439648Z [6729/7654] 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-12-17T23:44:47.4462040Z [6730/7654] 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-12-17T23:44:47.4517747Z [6731/7654] 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-12-17T23:44:47.4706576Z [6732/7654] 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-12-17T23:44:47.4945323Z [6733/7654] 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-12-17T23:44:47.5260145Z [6734/7654] 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-12-17T23:44:47.5381038Z [6735/7654] 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-12-17T23:44:47.5534248Z [6736/7654] 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-12-17T23:44:47.5637618Z [6737/7654] 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-12-17T23:44:47.5650813Z [6738/7654] 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-12-17T23:44:47.5856265Z [6739/7654] 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-12-17T23:44:47.6135469Z [6740/7654] 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-12-17T23:44:47.6372167Z [6741/7654] 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-12-17T23:44:47.6531326Z [6742/7654] 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-12-17T23:44:47.6740887Z [6743/7654] 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-12-17T23:44:47.6816240Z [6744/7654] 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-12-17T23:44:47.6904654Z [6745/7654] 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-12-17T23:44:47.7240676Z [6746/7654] 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-12-17T23:44:47.7397936Z [6747/7654] 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-12-17T23:44:47.7615937Z [6748/7654] 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-12-17T23:44:47.7668048Z [6749/7654] 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-12-17T23:44:47.7857566Z [6750/7654] 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-12-17T23:44:47.7985011Z [6751/7654] 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-12-17T23:44:47.8274943Z [6752/7654] 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-12-17T23:44:47.8333871Z [6753/7654] 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-12-17T23:44:47.8425725Z [6754/7654] 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-12-17T23:44:47.8839069Z [6755/7654] 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-12-17T23:44:47.8996703Z [6756/7654] 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-12-17T23:44:47.9111666Z [6757/7654] 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-12-17T23:44:47.9257822Z [6758/7654] 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-12-17T23:44:47.9424090Z [6759/7654] 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-12-17T23:44:47.9517687Z [6760/7654] 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-12-17T23:44:47.9577505Z [6761/7654] 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-12-17T23:44:48.0106034Z [6762/7654] 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-12-17T23:44:48.0165978Z [6763/7654] 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-12-17T23:44:48.0356732Z [6764/7654] 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-12-17T23:44:48.0541909Z [6765/7654] 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-12-17T23:44:48.0658707Z [6766/7654] 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-12-17T23:44:48.0672713Z [6767/7654] 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-12-17T23:44:48.0734677Z [6768/7654] 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-12-17T23:44:48.1261115Z [6769/7654] 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-12-17T23:44:48.1325127Z [6770/7654] 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-12-17T23:44:48.1587694Z [6771/7654] 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-12-17T23:44:48.1643680Z [6772/7654] 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-12-17T23:44:48.1827719Z [6773/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u48.c.obj 2024-12-17T23:44:48.1883477Z [6774/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u32.c.obj 2024-12-17T23:44:48.1944293Z [6775/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-div.c.obj 2024-12-17T23:44:48.2348633Z [6776/7654] 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-12-17T23:44:48.2402511Z [6777/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4.c.obj 2024-12-17T23:44:48.2659650Z [6778/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2024-12-17T23:44:48.2708550Z [6779/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-goi-avx512f-u4.c.obj 2024-12-17T23:44:48.2885364Z [6780/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c16.c.obj 2024-12-17T23:44:48.2978546Z [6781/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c128.c.obj 2024-12-17T23:44:48.3040960Z [6782/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c32.c.obj 2024-12-17T23:44:48.3445920Z [6783/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u16.c.obj 2024-12-17T23:44:48.3505256Z [6784/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u32-acc2.c.obj 2024-12-17T23:44:48.3758810Z [6785/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc2.c.obj 2024-12-17T23:44:48.3810684Z [6786/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u48-acc3.c.obj 2024-12-17T23:44:48.4058966Z [6787/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u128-acc4.c.obj 2024-12-17T23:44:48.4107965Z [6788/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u16.c.obj 2024-12-17T23:44:48.4121717Z [6789/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u32-acc2.c.obj 2024-12-17T23:44:48.4568850Z [6790/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u48-acc3.c.obj 2024-12-17T23:44:48.4582055Z [6791/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc2.c.obj 2024-12-17T23:44:48.4823530Z [6792/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u16.c.obj 2024-12-17T23:44:48.5168468Z [6793/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u48-acc3.c.obj 2024-12-17T23:44:48.5185220Z [6794/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u32-acc2.c.obj 2024-12-17T23:44:48.5201805Z [6795/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc2.c.obj 2024-12-17T23:44:48.5380508Z [6796/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc4.c.obj 2024-12-17T23:44:48.5646205Z [6797/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u16.c.obj 2024-12-17T23:44:48.5787901Z [6798/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u32-acc2.c.obj 2024-12-17T23:44:48.5970406Z [6799/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u48-acc3.c.obj 2024-12-17T23:44:48.6311479Z [6800/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u16.c.obj 2024-12-17T23:44:48.6323782Z [6801/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc2.c.obj 2024-12-17T23:44:48.6480706Z [6802/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u64.c.obj 2024-12-17T23:44:48.6648183Z [6803/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u32.c.obj 2024-12-17T23:44:48.6729915Z [6804/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2024-12-17T23:44:48.7144170Z [6805/7654] 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-12-17T23:44:48.7367882Z [6806/7654] 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-12-17T23:44:48.7696045Z [6807/7654] 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-12-17T23:44:48.7748480Z [6808/7654] 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-12-17T23:44:48.7889433Z [6809/7654] 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-12-17T23:44:48.8012839Z [6810/7654] 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-12-17T23:44:48.8302466Z [6811/7654] 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-12-17T23:44:48.8519719Z [6812/7654] 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-12-17T23:44:48.8835085Z [6813/7654] 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-12-17T23:44:48.9095439Z [6814/7654] 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-12-17T23:44:48.9243437Z [6815/7654] 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-12-17T23:44:48.9321474Z [6816/7654] 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-12-17T23:44:48.9382452Z [6817/7654] 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-12-17T23:44:48.9684281Z [6818/7654] 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-12-17T23:44:48.9900590Z [6819/7654] 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-12-17T23:44:49.0236440Z [6820/7654] 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-12-17T23:44:49.0417376Z [6821/7654] 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-12-17T23:44:49.0584355Z [6822/7654] 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-12-17T23:44:49.0706999Z [6823/7654] 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-12-17T23:44:49.0888033Z [6824/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2024-12-17T23:44:49.0937900Z [6825/7654] 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-12-17T23:44:49.1012903Z [6826/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2024-12-17T23:44:49.1314846Z [6827/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2024-12-17T23:44:49.1502616Z [6828/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2024-12-17T23:44:49.1728515Z [6829/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2024-12-17T23:44:49.1741783Z [6830/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2024-12-17T23:44:49.2264275Z [6831/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:49.2348909Z [6832/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.2428005Z [6833/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.2743426Z [6834/7654] 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-12-17T23:44:49.2850763Z [6835/7654] 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-12-17T23:44:49.3169598Z [6836/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.3556102Z [6837/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:49.3698249Z [6838/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:49.3757312Z [6839/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.3814289Z [6840/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:49.4169379Z [6841/7654] 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-12-17T23:44:49.4245219Z [6842/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.4527034Z [6843/7654] 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-12-17T23:44:49.5005550Z [6844/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.5055297Z [6845/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:49.5227808Z [6846/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.5305748Z [6847/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:49.5624318Z [6848/7654] 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-12-17T23:44:49.5670257Z [6849/7654] 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-12-17T23:44:49.6309289Z [6850/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:49.6624989Z [6851/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.6683698Z [6852/7654] 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-12-17T23:44:49.6931492Z [6853/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.7056511Z [6854/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:49.7067573Z [6855/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.7148420Z [6856/7654] 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-12-17T23:44:49.7714720Z [6857/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:49.8018870Z [6858/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.8149124Z [6859/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:49.8328397Z [6860/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.8548448Z [6861/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:49.8814116Z [6862/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.8827632Z [6863/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:49.9004367Z [6864/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.9475766Z [6865/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:49.9634497Z [6866/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:49.9998170Z [6867/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:50.0048604Z [6868/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:50.0102374Z [6869/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512skx-madd.c.obj 2024-12-17T23:44:50.0162209Z [6870/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512skx-madd-prfm.c.obj 2024-12-17T23:44:50.0360109Z [6871/7654] 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-12-17T23:44:50.0870380Z [6872/7654] 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-12-17T23:44:50.1012759Z [6873/7654] 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-12-17T23:44:50.1258692Z [6874/7654] 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-12-17T23:44:50.1399082Z [6875/7654] 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-12-17T23:44:50.1413051Z [6876/7654] 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-12-17T23:44:50.1464276Z [6877/7654] 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-12-17T23:44:50.1478356Z [6878/7654] 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-12-17T23:44:50.2152242Z [6879/7654] 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-12-17T23:44:50.2216824Z [6880/7654] 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-12-17T23:44:50.2474600Z [6881/7654] 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-12-17T23:44:50.2664489Z [6882/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:50.2723271Z [6883/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:50.2780247Z [6884/7654] 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-12-17T23:44:50.2868483Z [6885/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:50.3331468Z [6886/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:50.3522454Z [6887/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:50.3716441Z [6888/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:50.3818903Z [6889/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2024-12-17T23:44:50.3932098Z [6890/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2024-12-17T23:44:50.3944651Z [6891/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:50.4048811Z [6892/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:50.4356024Z [6893/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2024-12-17T23:44:50.4790468Z [6894/7654] 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-12-17T23:44:50.4953943Z [6895/7654] 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-12-17T23:44:50.5111982Z [6896/7654] 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-12-17T23:44:50.5157176Z [6897/7654] 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-12-17T23:44:50.5213681Z [6898/7654] 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-12-17T23:44:50.5280392Z [6899/7654] 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-12-17T23:44:50.5523940Z [6900/7654] 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-12-17T23:44:50.6058339Z [6901/7654] 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-12-17T23:44:50.6336682Z [6902/7654] 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-12-17T23:44:50.6567280Z [6903/7654] 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-12-17T23:44:50.6612232Z [6904/7654] 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-12-17T23:44:50.6685283Z [6905/7654] 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-12-17T23:44:50.6731264Z [6906/7654] 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-12-17T23:44:50.6844408Z [6907/7654] 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-12-17T23:44:50.7766448Z [6908/7654] 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-12-17T23:44:50.7822945Z [6909/7654] 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-12-17T23:44:50.7927728Z [6910/7654] 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-12-17T23:44:50.8139098Z [6911/7654] 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-12-17T23:44:50.8192563Z [6912/7654] 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-12-17T23:44:50.8244747Z [6913/7654] 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-12-17T23:44:50.8329882Z [6914/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c128.c.obj 2024-12-17T23:44:50.8830626Z [6915/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u64.c.obj 2024-12-17T23:44:50.8986358Z [6916/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc4.c.obj 2024-12-17T23:44:50.9257484Z [6917/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-12-17T23:44:50.9304853Z [6918/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc2.c.obj 2024-12-17T23:44:50.9320125Z [6919/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-12-17T23:44:50.9417243Z [6920/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:50.9465800Z [6921/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:51.0043861Z [6922/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:51.0239233Z [6923/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:51.0532405Z [6924/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:51.0547939Z [6925/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2024-12-17T23:44:51.0604557Z [6926/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:51.0617051Z [6927/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:51.0629551Z [6928/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-12-17T23:44:51.1079180Z [6929/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2024-12-17T23:44:51.1315518Z [6930/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2024-12-17T23:44:51.1968843Z [6931/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-12-17T23:44:51.1985995Z [6932/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-12-17T23:44:51.1998319Z [6933/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-12-17T23:44:51.2070360Z [6934/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-12-17T23:44:51.2183027Z [6935/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-12-17T23:44:51.2434898Z [6936/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-12-17T23:44:51.2614772Z [6937/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-12-17T23:44:51.3177863Z [6938/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-12-17T23:44:51.3233268Z [6939/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-12-17T23:44:51.3292201Z [6940/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-12-17T23:44:51.3303964Z [6941/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-12-17T23:44:51.3387369Z [6942/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-12-17T23:44:51.3816953Z [6943/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-12-17T23:44:51.4000919Z [6944/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2024-12-17T23:44:51.4044393Z [6945/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2024-12-17T23:44:51.4180187Z [6946/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-12-17T23:44:51.4193395Z [6947/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2024-12-17T23:44:51.4266276Z [6948/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2024-12-17T23:44:51.4453020Z [6949/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2024-12-17T23:44:51.4695331Z [6950/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2024-12-17T23:44:51.5350187Z [6951/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:51.5543459Z [6952/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:51.5555866Z [6953/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:51.5725376Z [6954/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:51.5916033Z [6955/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:51.5970918Z [6956/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:51.6147530Z [6957/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:51.6823063Z [6958/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:51.6877462Z [6959/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:51.6945326Z [6960/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:51.6999203Z [6961/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:51.7268381Z [6962/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:51.7412513Z [6963/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:51.7523325Z [6964/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:51.8162106Z [6965/7654] 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-12-17T23:44:51.8214198Z [6966/7654] 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-12-17T23:44:51.8228928Z [6967/7654] 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-12-17T23:44:51.8315447Z [6968/7654] 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-12-17T23:44:51.8792648Z [6969/7654] 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-12-17T23:44:51.8844043Z [6970/7654] 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-12-17T23:44:51.8900292Z [6971/7654] 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-12-17T23:44:51.9482962Z [6972/7654] 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-12-17T23:44:51.9498988Z [6973/7654] 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-12-17T23:44:51.9574135Z [6974/7654] 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-12-17T23:44:51.9681446Z [6975/7654] 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-12-17T23:44:52.0109287Z [6976/7654] 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-12-17T23:44:52.0215804Z [6977/7654] 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-12-17T23:44:52.0286764Z [6978/7654] 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-12-17T23:44:52.0782447Z [6979/7654] 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-12-17T23:44:52.0841630Z [6980/7654] 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-12-17T23:44:52.1020567Z [6981/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:52.1198577Z [6982/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:52.1426303Z [6983/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:52.1503375Z [6984/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:52.1557357Z [6985/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:52.2040008Z [6986/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:52.2147784Z [6987/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:52.2317901Z [6988/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:52.2574662Z [6989/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:52.2792804Z [6990/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:52.2805045Z [6991/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:52.2896906Z [6992/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:52.3502832Z [6993/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:52.3808096Z [6994/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:52.3957155Z [6995/7654] 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-12-17T23:44:52.4045533Z [6996/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:52.4183846Z [6997/7654] 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-12-17T23:44:52.4233702Z [6998/7654] 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-12-17T23:44:52.4491808Z [6999/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:52.4822182Z [7000/7654] 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-12-17T23:44:52.5258262Z [7001/7654] 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-12-17T23:44:52.5327335Z [7002/7654] 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-12-17T23:44:52.5483040Z [7003/7654] 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-12-17T23:44:52.5645975Z [7004/7654] 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-12-17T23:44:52.5804811Z [7005/7654] 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-12-17T23:44:52.5818661Z [7006/7654] 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-12-17T23:44:52.6064693Z [7007/7654] 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-12-17T23:44:52.6473835Z [7008/7654] 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-12-17T23:44:52.6733980Z [7009/7654] 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-12-17T23:44:52.6798477Z [7010/7654] 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-12-17T23:44:52.6848568Z [7011/7654] 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-12-17T23:44:52.7079574Z [7012/7654] 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-12-17T23:44:52.7395031Z [7013/7654] 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-12-17T23:44:52.7562465Z [7014/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:52.7867703Z [7015/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:52.8243909Z [7016/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:52.8299536Z [7017/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:52.8352116Z [7018/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:52.8494648Z [7019/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:52.8851820Z [7020/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:52.9170241Z [7021/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:52.9428060Z [7022/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:52.9501511Z [7023/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:52.9598165Z [7024/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:52.9663260Z [7025/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:53.0085229Z [7026/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:53.0339760Z [7027/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:53.0700001Z [7028/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:53.0750216Z [7029/7654] 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-12-17T23:44:53.1077787Z [7030/7654] 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-12-17T23:44:53.1272861Z [7031/7654] 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-12-17T23:44:53.1343567Z [7032/7654] 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-12-17T23:44:53.1450381Z [7033/7654] 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-12-17T23:44:53.1523629Z [7034/7654] 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-12-17T23:44:53.2003958Z [7035/7654] 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-12-17T23:44:53.2076546Z [7036/7654] 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-12-17T23:44:53.2452185Z [7037/7654] 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-12-17T23:44:53.2615236Z [7038/7654] 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-12-17T23:44:53.2669961Z [7039/7654] 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-12-17T23:44:53.2841521Z [7040/7654] 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-12-17T23:44:53.2889573Z [7041/7654] 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-12-17T23:44:53.3414040Z [7042/7654] 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-12-17T23:44:53.3598954Z [7043/7654] 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-12-17T23:44:53.3772931Z [7044/7654] 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-12-17T23:44:53.3878631Z [7045/7654] 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-12-17T23:44:53.4000084Z [7046/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:53.4264655Z [7047/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:53.4432103Z [7048/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:53.4807243Z [7049/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:53.4858907Z [7050/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:53.5083966Z [7051/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:53.5238109Z [7052/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:53.5295665Z [7053/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:53.5752137Z [7054/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:53.5805297Z [7055/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:53.6176894Z [7056/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:53.6265691Z [7057/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:53.6342057Z [7058/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:53.6524115Z [7059/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:53.6770304Z [7060/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:53.7504474Z [7061/7654] 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-12-17T23:44:53.7559241Z [7062/7654] 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-12-17T23:44:53.7571797Z [7063/7654] 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-12-17T23:44:53.7640984Z [7064/7654] 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-12-17T23:44:53.7699534Z [7065/7654] 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-12-17T23:44:53.7856226Z [7066/7654] 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-12-17T23:44:53.8092375Z [7067/7654] 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-12-17T23:44:53.8893001Z [7068/7654] 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-12-17T23:44:53.8941697Z [7069/7654] 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-12-17T23:44:53.8992587Z [7070/7654] 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-12-17T23:44:53.9043422Z [7071/7654] 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-12-17T23:44:53.9179595Z [7072/7654] 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-12-17T23:44:53.9296237Z [7073/7654] 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-12-17T23:44:53.9486774Z [7074/7654] 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-12-17T23:44:54.0383016Z [7075/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.0440890Z [7076/7654] 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-12-17T23:44:54.0454060Z [7077/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c4-minmax-fp32-avx512vnni.c.obj 2024-12-17T23:44:54.0466456Z [7078/7654] 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-12-17T23:44:54.0582231Z [7079/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.0636354Z [7080/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c8-minmax-fp32-avx512vnni.c.obj 2024-12-17T23:44:54.0812900Z [7081/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.1781506Z [7082/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c8-minmax-fp32-avx512vnni.c.obj 2024-12-17T23:44:54.1829623Z [7083/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c4-minmax-fp32-avx512vnni.c.obj 2024-12-17T23:44:54.1915955Z [7084/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.1928098Z [7085/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.2041196Z [7086/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.2059719Z [7087/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c4-minmax-fp32-avx512vnni.c.obj 2024-12-17T23:44:54.2418566Z [7088/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c8-minmax-fp32-avx512vnni.c.obj 2024-12-17T23:44:54.3337935Z [7089/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c4-minmax-fp32-avx512vnni.c.obj 2024-12-17T23:44:54.3387640Z [7090/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.3405805Z [7091/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c8-minmax-fp32-avx512vnni.c.obj 2024-12-17T23:44:54.3417619Z [7092/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.3469608Z [7093/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.3482274Z [7094/7654] 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-12-17T23:44:54.3735141Z [7095/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.4769967Z [7096/7654] 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-12-17T23:44:54.4817151Z [7097/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.4861737Z [7098/7654] 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-12-17T23:44:54.4909391Z [7099/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.5018770Z [7100/7654] 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-12-17T23:44:54.5031157Z [7101/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.5044411Z [7102/7654] 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-12-17T23:44:54.6102964Z [7103/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.6119008Z [7104/7654] 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-12-17T23:44:54.6326884Z [7105/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.6375013Z [7106/7654] 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-12-17T23:44:54.6426412Z [7107/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.6481967Z [7108/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.6542148Z [7109/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.7522661Z [7110/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.7622899Z [7111/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.7719719Z [7112/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.7824308Z [7113/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.7950959Z [7114/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.8211083Z [7115/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.8400041Z [7116/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.8904966Z [7117/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.9081730Z [7118/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.9138600Z [7119/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:54.9151043Z [7120/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.9467785Z [7121/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.9686909Z [7122/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2024-12-17T23:44:54.9922024Z [7123/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2024-12-17T23:44:55.0117733Z [7124/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc4.c.obj 2024-12-17T23:44:55.0130637Z [7125/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u64.c.obj 2024-12-17T23:44:55.0180860Z [7126/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc2.c.obj 2024-12-17T23:44:55.0351183Z [7127/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2024-12-17T23:44:55.0675187Z [7128/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.0871930Z [7129/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:44:55.1183372Z [7130/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.1521105Z [7131/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:44:55.1540957Z [7132/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.1592623Z [7133/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:44:55.1645605Z [7134/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.1949369Z [7135/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:44:55.2272302Z [7136/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.2658416Z [7137/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:44:55.2843209Z [7138/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.2858479Z [7139/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:44:55.3019363Z [7140/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.3298582Z [7141/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.3349781Z [7142/7654] 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-12-17T23:44:55.3529402Z [7143/7654] 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-12-17T23:44:55.4091451Z [7144/7654] 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-12-17T23:44:55.4147821Z [7145/7654] 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-12-17T23:44:55.4256998Z [7146/7654] 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-12-17T23:44:55.4416795Z [7147/7654] 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-12-17T23:44:55.4611046Z [7148/7654] 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-12-17T23:44:55.4850440Z [7149/7654] 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-12-17T23:44:55.4993608Z [7150/7654] 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-12-17T23:44:55.5354389Z [7151/7654] 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-12-17T23:44:55.5535350Z [7152/7654] 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-12-17T23:44:55.5618727Z [7153/7654] 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-12-17T23:44:55.5633886Z [7154/7654] 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-12-17T23:44:55.6022624Z [7155/7654] 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-12-17T23:44:55.6242797Z [7156/7654] 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-12-17T23:44:55.6321120Z [7157/7654] 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-12-17T23:44:55.6746713Z [7158/7654] 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-12-17T23:44:55.6893775Z [7159/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:44:55.6985142Z [7160/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.7107792Z [7161/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:44:55.7458997Z [7162/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.7563867Z [7163/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.7579789Z [7164/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:44:55.8147704Z [7165/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:44:55.8344441Z [7166/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:44:55.8612864Z [7167/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.8704696Z [7168/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.8875791Z [7169/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.8887475Z [7170/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:44:55.9295185Z [7171/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-12-17T23:44:55.9445082Z [7172/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:55.9535045Z [7173/7654] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni.c.obj 2024-12-17T23:44:56.0013363Z [7174/7654] Linking CXX static library lib\gtest_main.lib 2024-12-17T23:44:56.0502960Z [7175/7654] Linking CXX static library lib\gmock.lib 2024-12-17T23:44:56.1662553Z [7176/7654] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2024-12-17T23:44:56.2272191Z [7177/7654] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2024-12-17T23:44:56.2481508Z [7178/7654] Linking CXX static library lib\benchmark.lib 2024-12-17T23:44:56.2501698Z [7179/7654] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2024-12-17T23:44:56.2649524Z [7180/7654] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2024-12-17T23:44:56.4055615Z [7181/7654] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2024-12-17T23:44:56.4972692Z [7182/7654] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2024-12-17T23:44:56.5655417Z [7183/7654] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2024-12-17T23:44:56.5911359Z [7184/7654] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2024-12-17T23:44:56.6221627Z [7185/7654] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2024-12-17T23:44:56.6344146Z [7186/7654] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2024-12-17T23:44:56.6428830Z [7187/7654] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2024-12-17T23:44:56.6992512Z [7188/7654] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2024-12-17T23:44:56.9085914Z [7189/7654] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2024-12-17T23:44:56.9554686Z [7190/7654] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2024-12-17T23:44:56.9645713Z [7191/7654] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2024-12-17T23:44:57.0076139Z [7192/7654] Building CXX object c10\test\CMakeFiles\c10_ArrayRef_test.dir\util\ArrayRef_test.cpp.obj 2024-12-17T23:44:57.0096082Z [7193/7654] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2024-12-17T23:44:57.0204603Z [7194/7654] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2024-12-17T23:44:57.1056934Z [7195/7654] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2024-12-17T23:44:57.1981266Z [7196/7654] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2024-12-17T23:44:57.3130492Z [7197/7654] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2024-12-17T23:44:57.3348487Z [7198/7654] Building CXX object c10\test\CMakeFiles\c10_NetworkFlow_test.dir\util\NetworkFlow_test.cpp.obj 2024-12-17T23:44:57.3458956Z [7199/7654] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2024-12-17T23:44:57.3817303Z [7200/7654] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2024-12-17T23:44:57.4073433Z [7201/7654] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2024-12-17T23:44:57.4093100Z [7202/7654] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2024-12-17T23:44:57.5141885Z [7203/7654] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2024-12-17T23:44:57.6591475Z [7204/7654] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2024-12-17T23:44:57.6835907Z [7205/7654] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2024-12-17T23:44:57.7457646Z [7206/7654] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2024-12-17T23:44:57.7560820Z [7207/7654] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2024-12-17T23:44:57.7610945Z [7208/7654] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2024-12-17T23:44:57.8535390Z [7209/7654] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2024-12-17T23:44:57.9177564Z [7210/7654] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2024-12-17T23:44:58.0282377Z [7211/7654] Building CXX object c10\test\CMakeFiles\c10_error_test.dir\util\error_test.cpp.obj 2024-12-17T23:44:58.0486844Z [7212/7654] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2024-12-17T23:44:58.0510847Z [7213/7654] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2024-12-17T23:44:58.0703276Z [7214/7654] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2024-12-17T23:44:58.0780597Z [7215/7654] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2024-12-17T23:44:58.2651707Z [7216/7654] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2024-12-17T23:44:58.2731278Z [7217/7654] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2024-12-17T23:44:58.3651810Z [7218/7654] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2024-12-17T23:44:58.4495779Z [7219/7654] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2024-12-17T23:44:58.4612281Z [7220/7654] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2024-12-17T23:44:58.4627838Z [7221/7654] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2024-12-17T23:44:58.4628904Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): warning C4834: discarding return value of function with 'nodiscard' attribute 2024-12-17T23:44:58.4631454Z 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-12-17T23:44:58.4633339Z with 2024-12-17T23:44:58.4633674Z [ 2024-12-17T23:44:58.4633990Z T=Type 2024-12-17T23:44:58.4634334Z ] 2024-12-17T23:44:58.4636599Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(499): note: see reference to class template instantiation '`anonymous-namespace'::OptionalTest_Empty_Test' being compiled 2024-12-17T23:44:58.4638786Z with 2024-12-17T23:44:58.4639112Z [ 2024-12-17T23:44:58.4639436Z T=Type 2024-12-17T23:44:58.4639786Z ] 2024-12-17T23:44:58.4641743Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(713): note: see reference to class template instantiation 'testing::internal::SuiteApiResolver' being compiled 2024-12-17T23:44:58.4647817Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(705): note: while compiling class template member function 'bool testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>::Register(const char *,testing::internal::CodeLocation,const char *,const char *,int,const std::vector> &)' 2024-12-17T23:44:58.4656035Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: see reference to function template instantiation 'bool testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>::Register(const char *,testing::internal::CodeLocation,const char *,const char *,int,const std::vector> &)' being compiled 2024-12-17T23:44:58.4966429Z 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-12-17T23:44:58.4970251Z [7222/7654] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2024-12-17T23:44:58.6224799Z [7223/7654] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2024-12-17T23:44:58.6665868Z [7224/7654] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2024-12-17T23:44:58.7017776Z [7225/7654] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2024-12-17T23:44:58.7906471Z [7226/7654] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2024-12-17T23:44:58.8242495Z [7227/7654] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2024-12-17T23:44:58.8806889Z [7228/7654] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2024-12-17T23:44:58.8995764Z [7229/7654] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2024-12-17T23:44:59.9773945Z [7230/7654] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_1_var_test.dir\impl\CUDAAssertionsTest_1_var_test.cu.obj 2024-12-17T23:45:00.0762825Z CUDAAssertionsTest_1_var_test.cu 2024-12-17T23:45:00.0763414Z tmpxft_00001778_00000000-7_CUDAAssertionsTest_1_var_test.cudafe1.cpp 2024-12-17T23:45:00.0764281Z [7231/7654] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_catches_stream.dir\impl\CUDAAssertionsTest_catches_stream.cu.obj 2024-12-17T23:45:00.0823434Z CUDAAssertionsTest_catches_stream.cu 2024-12-17T23:45:00.0823940Z tmpxft_00001578_00000000-7_CUDAAssertionsTest_catches_stream.cudafe1.cpp 2024-12-17T23:45:00.0825166Z [7232/7654] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_from_2_processes.dir\impl\CUDAAssertionsTest_from_2_processes.cu.obj 2024-12-17T23:45:00.1057916Z CUDAAssertionsTest_from_2_processes.cu 2024-12-17T23:45:00.1058773Z tmpxft_000014d4_00000000-7_CUDAAssertionsTest_from_2_processes.cudafe1.cpp 2024-12-17T23:45:00.1060631Z [7233/7654] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.dir\impl\CUDAAssertionsTest_catches_thread_and_block_and_device.cu.obj 2024-12-17T23:45:00.1344895Z CUDAAssertionsTest_catches_thread_and_block_and_device.cu 2024-12-17T23:45:00.1345938Z tmpxft_00000f88_00000000-7_CUDAAssertionsTest_catches_thread_and_block_and_device.cudafe1.cpp 2024-12-17T23:45:00.1347245Z [7234/7654] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2024-12-17T23:45:00.1937612Z [7235/7654] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.dir\impl\CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cu.obj 2024-12-17T23:45:00.2304727Z CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cu 2024-12-17T23:45:00.2306073Z tmpxft_00000854_00000000-7_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cudafe1.cpp 2024-12-17T23:45:00.2308144Z [7236/7654] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.dir\impl\CUDAAssertionsTest_multiple_writes_from_same_block.cu.obj 2024-12-17T23:45:00.2371206Z CUDAAssertionsTest_multiple_writes_from_same_block.cu 2024-12-17T23:45:00.2372333Z tmpxft_00001788_00000000-7_CUDAAssertionsTest_multiple_writes_from_same_block.cudafe1.cpp 2024-12-17T23:45:00.2374553Z [7237/7654] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.dir\impl\CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cu.obj 2024-12-17T23:45:00.2654237Z CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cu 2024-12-17T23:45:00.2654975Z tmpxft_000017e4_00000000-7_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cudafe1.cpp 2024-12-17T23:45:00.2655818Z [7238/7654] Building CXX object c10\cuda\test\CMakeFiles\c10_cuda_CUDATest.dir\impl\CUDATest.cpp.obj 2024-12-17T23:45:00.3453756Z [7239/7654] Building CXX object caffe2\CMakeFiles\caffe2_nvrtc.dir\__\aten\src\ATen\cuda\nvrtc_stub\ATenNVRTC.cpp.obj 2024-12-17T23:45:00.5820409Z [7240/7654] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2024-12-17T23:45:00.6939556Z [7241/7654] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-12-17T23:45:00.7003137Z [7242/7654] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-12-17T23:45:00.7365294Z [7243/7654] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-12-17T23:45:00.7366616Z C:\actions-runner\_work\pytorch\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-12-17T23:45:00.7367869Z 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-12-17T23:45:00.7369279Z 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-12-17T23:45:02.8028173Z 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-12-17T23:45:02.8029436Z [7244/7654] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2024-12-17T23:45:02.8431714Z [7245/7654] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2024-12-17T23:45:02.9152926Z [7246/7654] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2024-12-17T23:45:03.0925594Z [7247/7654] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2024-12-17T23:45:03.1930785Z [7248/7654] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2024-12-17T23:45:03.2617488Z [7249/7654] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2024-12-17T23:45:03.2849012Z [7250/7654] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2024-12-17T23:45:05.3712683Z [7251/7654] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2024-12-17T23:45:05.4223180Z [7252/7654] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2024-12-17T23:45:05.4927696Z [7253/7654] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2024-12-17T23:45:05.7871354Z [7254/7654] Building CXX object caffe2\CMakeFiles\dispatch_key_set_test.dir\__\aten\src\ATen\test\dispatch_key_set_test.cpp.obj 2024-12-17T23:45:05.8589922Z [7255/7654] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2024-12-17T23:45:05.8783032Z [7256/7654] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2024-12-17T23:45:05.9788937Z [7257/7654] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2024-12-17T23:45:07.9464493Z [7258/7654] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2024-12-17T23:45:08.0202333Z [7259/7654] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2024-12-17T23:45:08.2640055Z [7260/7654] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2024-12-17T23:45:08.3605319Z [7261/7654] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2024-12-17T23:45:08.4236297Z [7262/7654] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2024-12-17T23:45:08.4778984Z [7263/7654] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2024-12-17T23:45:08.5154455Z [7264/7654] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2024-12-17T23:45:08.8171256Z [7265/7654] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2024-12-17T23:45:10.5379733Z [7266/7654] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2024-12-17T23:45:10.8184521Z [7267/7654] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2024-12-17T23:45:10.9312758Z [7268/7654] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2024-12-17T23:45:10.9550249Z [7269/7654] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2024-12-17T23:45:11.0570870Z [7270/7654] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2024-12-17T23:45:11.1542166Z [7271/7654] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2024-12-17T23:45:11.3603714Z [7272/7654] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2024-12-17T23:45:12.6578355Z [7273/7654] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2024-12-17T23:45:13.1437748Z [7274/7654] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2024-12-17T23:45:13.3765974Z [7275/7654] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2024-12-17T23:45:13.3909474Z [7276/7654] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2024-12-17T23:45:13.5358569Z [7277/7654] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2024-12-17T23:45:13.6265200Z [7278/7654] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2024-12-17T23:45:13.9023111Z [7279/7654] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2024-12-17T23:45:13.9667316Z [7280/7654] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2024-12-17T23:45:15.8827531Z [7281/7654] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2024-12-17T23:45:15.9131083Z [7282/7654] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2024-12-17T23:45:15.9700250Z [7283/7654] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2024-12-17T23:45:16.0814278Z [7284/7654] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2024-12-17T23:45:16.2308956Z [7285/7654] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2024-12-17T23:45:16.4490655Z [7286/7654] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2024-12-17T23:45:16.5299887Z [7287/7654] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2024-12-17T23:45:16.6901849Z [7288/7654] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2024-12-17T23:45:16.9731679Z [7289/7654] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2024-12-17T23:45:17.0826974Z [7290/7654] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2024-12-17T23:45:17.2990180Z [7291/7654] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2024-12-17T23:45:17.3512298Z [7292/7654] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2024-12-17T23:45:17.4472955Z [7293/7654] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2024-12-17T23:45:17.4839679Z [7294/7654] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2024-12-17T23:45:17.5938702Z [7295/7654] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2024-12-17T23:45:17.7599106Z [7296/7654] 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-12-17T23:45:17.7799229Z [7297/7654] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2024-12-17T23:45:17.9188026Z [7298/7654] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2024-12-17T23:45:18.4124312Z [7299/7654] Building CXX object caffe2\CMakeFiles\cuda_apply_test.dir\__\aten\src\ATen\test\cuda_apply_test.cpp.obj 2024-12-17T23:45:18.4677499Z [7300/7654] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2024-12-17T23:45:18.6340346Z [7301/7654] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2024-12-17T23:45:19.7207679Z [7302/7654] Building CUDA object caffe2\CMakeFiles\cuda_atomic_ops_test.dir\__\aten\src\ATen\test\cuda_atomic_ops_test.cu.obj 2024-12-17T23:45:19.9221612Z cuda_atomic_ops_test.cu 2024-12-17T23:45:19.9222240Z tmpxft_000005b8_00000000-7_cuda_atomic_ops_test.cudafe1.cpp 2024-12-17T23:45:19.9223555Z [7303/7654] Building CUDA object caffe2\CMakeFiles\cuda_complex_math_test.dir\__\aten\src\ATen\test\cuda_complex_math_test.cu.obj 2024-12-17T23:45:20.0359754Z cuda_complex_math_test.cu 2024-12-17T23:45:20.0360184Z tmpxft_00000360_00000000-7_cuda_complex_math_test.cudafe1.cpp 2024-12-17T23:45:20.0361111Z [7304/7654] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2024-12-17T23:45:20.3267569Z [7305/7654] Building CXX object caffe2\CMakeFiles\cuda_allocator_test.dir\__\aten\src\ATen\test\cuda_allocator_test.cpp.obj 2024-12-17T23:45:20.3400028Z [7306/7654] Building CXX object caffe2\CMakeFiles\cuda_device_test.dir\__\aten\src\ATen\test\cuda_device_test.cpp.obj 2024-12-17T23:45:20.3584792Z [7307/7654] Building CUDA object caffe2\CMakeFiles\cuda_complex_test.dir\__\aten\src\ATen\test\cuda_complex_test.cu.obj 2024-12-17T23:45:20.7069835Z cuda_complex_test.cu 2024-12-17T23:45:20.7071148Z tmpxft_00001b28_00000000-7_cuda_complex_test.cudafe1.cpp 2024-12-17T23:45:20.7072854Z [7308/7654] Building CXX object caffe2\CMakeFiles\cuda_caching_host_allocator_test.dir\__\aten\src\ATen\test\cuda_caching_host_allocator_test.cpp.obj 2024-12-17T23:45:21.0992211Z [7309/7654] Building CUDA object caffe2\CMakeFiles\cuda_cub_test.dir\__\aten\src\ATen\test\cuda_cub_test.cu.obj 2024-12-17T23:45:22.5325449Z cuda_cub_test.cu 2024-12-17T23:45:22.5326037Z tmpxft_00001670_00000000-7_cuda_cub_test.cudafe1.cpp 2024-12-17T23:45:22.5327437Z [7310/7654] Building CUDA object caffe2\CMakeFiles\cuda_integer_divider_test.dir\__\aten\src\ATen\test\cuda_integer_divider_test.cu.obj 2024-12-17T23:45:22.5328692Z cuda_integer_divider_test.cu 2024-12-17T23:45:22.5329214Z tmpxft_0000117c_00000000-7_cuda_integer_divider_test.cudafe1.cpp 2024-12-17T23:45:22.5330843Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xmemory(674): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data 2024-12-17T23:45:22.5334663Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(708): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,Value&,unsigned __int64,int&>(_Alloc &,_Objty *const ,Value &,unsigned __int64 &&,int &)' being compiled 2024-12-17T23:45:22.5336897Z with 2024-12-17T23:45:22.5337243Z [ 2024-12-17T23:45:22.5337704Z _Alloc=std::allocator>, 2024-12-17T23:45:22.5338360Z _Ty=TestCase, 2024-12-17T23:45:22.5338901Z Value=unsigned __int64, 2024-12-17T23:45:22.5339478Z _Objty=TestCase 2024-12-17T23:45:22.5340023Z ] 2024-12-17T23:45:22.5342388Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(713): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,Value&,unsigned __int64,int&>(_Alloc &,_Objty *const ,Value &,unsigned __int64 &&,int &)' being compiled 2024-12-17T23:45:22.5344816Z with 2024-12-17T23:45:22.5345155Z [ 2024-12-17T23:45:22.5345672Z _Alloc=std::allocator>, 2024-12-17T23:45:22.5346344Z _Ty=TestCase, 2024-12-17T23:45:22.5346888Z Value=unsigned __int64, 2024-12-17T23:45:22.5347664Z _Objty=TestCase 2024-12-17T23:45:22.5348137Z ] 2024-12-17T23:45:22.5350291Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(726): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(Value &,unsigned __int64 &&,int &)' being compiled 2024-12-17T23:45:22.5352755Z with 2024-12-17T23:45:22.5353072Z [ 2024-12-17T23:45:22.5353419Z _Ty=TestCase, 2024-12-17T23:45:22.5353946Z Value=unsigned __int64 2024-12-17T23:45:22.5354423Z ] 2024-12-17T23:45:22.5356384Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\test\cuda_integer_divider_test.cu(92): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(Value &,unsigned __int64 &&,int &)' being compiled 2024-12-17T23:45:22.5358426Z with 2024-12-17T23:45:22.5358751Z [ 2024-12-17T23:45:22.5359093Z _Ty=TestCase, 2024-12-17T23:45:22.5359612Z Value=unsigned __int64 2024-12-17T23:45:22.5360059Z ] 2024-12-17T23:45:22.5361752Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\test\cuda_integer_divider_test.cu(86): note: while compiling class template member function 'void IntDividerTester::addTestCase(Value,Value,int)' 2024-12-17T23:45:22.5363392Z with 2024-12-17T23:45:22.5363711Z [ 2024-12-17T23:45:22.5363996Z Value=unsigned __int64 2024-12-17T23:45:22.5364678Z ] 2024-12-17T23:45:23.1326510Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\test\cuda_integer_divider_test.cu(188): note: see reference to function template instantiation 'void IntDividerTester::addTestCase(Value,Value,int)' being compiled 2024-12-17T23:45:23.1329260Z with 2024-12-17T23:45:23.1330026Z [ 2024-12-17T23:45:23.1330325Z Value=unsigned __int64 2024-12-17T23:45:23.1330719Z ] 2024-12-17T23:45:23.1332515Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\test\cuda_integer_divider_test.cu(181): note: see reference to class template instantiation 'IntDividerTester' being compiled 2024-12-17T23:45:23.6263220Z [7311/7654] Building CXX object caffe2\CMakeFiles\cuda_dlconvertor_test.dir\__\aten\src\ATen\test\cuda_dlconvertor_test.cpp.obj 2024-12-17T23:45:23.6265325Z [7312/7654] Building CXX object caffe2\CMakeFiles\cuda_allocatorTraceTracker_test.dir\__\aten\src\ATen\test\cuda_allocatorTraceTracker_test.cpp.obj 2024-12-17T23:45:24.4034456Z [7313/7654] Building CXX object caffe2\CMakeFiles\cuda_stream_test.dir\__\aten\src\ATen\test\cuda_stream_test.cpp.obj 2024-12-17T23:45:25.2679200Z [7314/7654] Building CXX object caffe2\CMakeFiles\cuda_reportMemoryUsage_test.dir\__\aten\src\ATen\test\cuda_reportMemoryUsage_test.cpp.obj 2024-12-17T23:45:26.7520168Z [7315/7654] Building CUDA object caffe2\CMakeFiles\cuda_generator_test.dir\__\aten\src\ATen\test\cuda_generator_test.cu.obj 2024-12-17T23:45:26.7991573Z cuda_generator_test.cu 2024-12-17T23:45:26.7992178Z tmpxft_00000760_00000000-7_cuda_generator_test.cudafe1.cpp 2024-12-17T23:45:26.7993288Z [7316/7654] Building CUDA object caffe2\CMakeFiles\cuda_distributions_test.dir\__\aten\src\ATen\test\cuda_distributions_test.cu.obj 2024-12-17T23:45:26.8663011Z cuda_distributions_test.cu 2024-12-17T23:45:26.8663736Z tmpxft_00000104_00000000-7_cuda_distributions_test.cudafe1.cpp 2024-12-17T23:45:26.8665009Z [7317/7654] Building CUDA object caffe2\CMakeFiles\cuda_half_test.dir\__\aten\src\ATen\test\cuda_half_test.cu.obj 2024-12-17T23:45:26.8714585Z cuda_half_test.cu 2024-12-17T23:45:26.8715220Z tmpxft_000012b8_00000000-7_cuda_half_test.cudafe1.cpp 2024-12-17T23:45:26.8716312Z [7318/7654] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2024-12-17T23:45:26.8987853Z [7319/7654] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2024-12-17T23:45:26.9615717Z [7320/7654] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2024-12-17T23:45:27.1937330Z [7321/7654] Building CUDA object caffe2\CMakeFiles\cuda_optional_test.dir\__\aten\src\ATen\test\cuda_optional_test.cu.obj 2024-12-17T23:45:27.2226784Z cuda_optional_test.cu 2024-12-17T23:45:27.2227436Z tmpxft_000014f4_00000000-7_cuda_optional_test.cudafe1.cpp 2024-12-17T23:45:27.2228784Z [7322/7654] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_main.cpp.obj 2024-12-17T23:45:27.5482630Z [7323/7654] Building CUDA object caffe2\CMakeFiles\cuda_packedtensoraccessor_test.dir\__\aten\src\ATen\test\cuda_packedtensoraccessor_test.cu.obj 2024-12-17T23:45:27.5783887Z cuda_packedtensoraccessor_test.cu 2024-12-17T23:45:27.5784382Z tmpxft_00001958_00000000-7_cuda_packedtensoraccessor_test.cudafe1.cpp 2024-12-17T23:45:27.5785091Z [7324/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2024-12-17T23:45:27.9202633Z [7325/7654] Building CXX object caffe2\CMakeFiles\cuda_cudnn_test.dir\__\aten\src\ATen\test\cuda_cudnn_test.cpp.obj 2024-12-17T23:45:28.0598115Z [7326/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2024-12-17T23:45:28.9135069Z [7327/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2024-12-17T23:45:29.3160825Z [7328/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2024-12-17T23:45:29.4868836Z [7329/7654] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2024-12-17T23:45:29.5241164Z [7330/7654] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_operator_registration.cpp.obj 2024-12-17T23:45:29.7550587Z [7331/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2024-12-17T23:45:30.1495976Z [7332/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2024-12-17T23:45:30.2389909Z [7333/7654] Building CUDA object caffe2\CMakeFiles\cuda_vectorized_test.dir\__\aten\src\ATen\test\cuda_vectorized_test.cu.obj 2024-12-17T23:45:30.2655690Z cuda_vectorized_test.cu 2024-12-17T23:45:30.2656198Z tmpxft_0000114c_00000000-7_cuda_vectorized_test.cudafe1.cpp 2024-12-17T23:45:30.2656897Z [7334/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2024-12-17T23:45:30.6986807Z [7335/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2024-12-17T23:45:30.8322981Z [7336/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2024-12-17T23:45:31.1112571Z [7337/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2024-12-17T23:45:31.4945629Z [7338/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2024-12-17T23:45:31.6443759Z [7339/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2024-12-17T23:45:32.0170325Z [7340/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2024-12-17T23:45:32.0750489Z [7341/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2024-12-17T23:45:32.3122465Z [7342/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2024-12-17T23:45:32.4030276Z [7343/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2024-12-17T23:45:32.9791390Z [7344/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2024-12-17T23:45:33.0598109Z [7345/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2024-12-17T23:45:34.1793305Z [7346/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2024-12-17T23:45:34.3601780Z [7347/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2024-12-17T23:45:34.8094183Z [7348/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2024-12-17T23:45:35.0499588Z [7349/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2024-12-17T23:45:35.1400595Z [7350/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2024-12-17T23:45:35.3824844Z [7351/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2024-12-17T23:45:35.8147644Z [7352/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2024-12-17T23:45:35.9415199Z [7353/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2024-12-17T23:45:35.9941809Z [7354/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2024-12-17T23:45:36.0536198Z [7355/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2024-12-17T23:45:36.2310312Z [7356/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2024-12-17T23:45:36.8941459Z [7357/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2024-12-17T23:45:37.2470552Z [7358/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2024-12-17T23:45:37.7616688Z [7359/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2024-12-17T23:45:37.7848845Z [7360/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2024-12-17T23:45:38.1803197Z [7361/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2024-12-17T23:45:38.6136394Z [7362/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2024-12-17T23:45:38.7050947Z [7363/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2024-12-17T23:45:38.8557583Z [7364/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2024-12-17T23:45:38.9083127Z [7365/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2024-12-17T23:45:39.3251609Z [7366/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2024-12-17T23:45:39.5687587Z [7367/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2024-12-17T23:45:39.7918683Z [7368/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2024-12-17T23:45:40.1776159Z [7369/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2024-12-17T23:45:40.1959647Z [7370/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2024-12-17T23:45:40.3016236Z [7371/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2024-12-17T23:45:40.4427000Z [7372/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2024-12-17T23:45:40.5832857Z [7373/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2024-12-17T23:45:40.6695196Z [7374/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2024-12-17T23:45:40.9705157Z [7375/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2024-12-17T23:45:41.0588441Z [7376/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2024-12-17T23:45:41.1270801Z [7377/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2024-12-17T23:45:41.2933638Z [7378/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2024-12-17T23:45:41.4039424Z [7379/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2024-12-17T23:45:41.4101612Z [7380/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2024-12-17T23:45:42.8641744Z [7381/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2024-12-17T23:45:42.9777423Z [7382/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2024-12-17T23:45:43.3322147Z [7383/7654] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2024-12-17T23:45:43.5083732Z [7384/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2024-12-17T23:45:43.6985486Z [7385/7654] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2024-12-17T23:45:43.9468726Z [7386/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2024-12-17T23:45:43.9708807Z [7387/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2024-12-17T23:45:44.7753551Z [7388/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2024-12-17T23:45:45.5324048Z [7389/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2024-12-17T23:45:45.5480518Z [7390/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2024-12-17T23:45:45.6293134Z [7391/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2024-12-17T23:45:46.0171322Z [7392/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2024-12-17T23:45:46.1122377Z [7393/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2024-12-17T23:45:46.4282860Z [7394/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2024-12-17T23:45:46.7240637Z [7395/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2024-12-17T23:45:48.1709091Z [7396/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2024-12-17T23:45:48.2744633Z [7397/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2024-12-17T23:45:48.4181237Z [7398/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2024-12-17T23:45:48.8860162Z [7399/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2024-12-17T23:45:48.9617746Z [7400/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2024-12-17T23:45:48.9829860Z [7401/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2024-12-17T23:45:49.2187699Z [7402/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2024-12-17T23:45:50.7132109Z [7403/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2024-12-17T23:45:50.7690290Z [7404/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2024-12-17T23:45:50.9503895Z [7405/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2024-12-17T23:45:51.1324728Z [7406/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2024-12-17T23:45:51.3890787Z [7407/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2024-12-17T23:45:51.5023101Z [7408/7654] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2024-12-17T23:45:51.5937226Z [7409/7654] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2024-12-17T23:45:51.7642166Z [7410/7654] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cuda.cpp.obj 2024-12-17T23:45:51.7959861Z [7411/7654] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2024-12-17T23:45:51.8217860Z [7412/7654] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2024-12-17T23:45:51.8233087Z [7413/7654] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2024-12-17T23:45:53.8786265Z [7414/7654] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2024-12-17T23:45:54.3526732Z [7415/7654] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooAsyncTest.dir\ProcessGroupGlooAsyncTest.cpp.obj 2024-12-17T23:45:54.4270505Z [7416/7654] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2024-12-17T23:45:54.5287709Z [7417/7654] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2024-12-17T23:45:54.5769344Z [7418/7654] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2024-12-17T23:45:54.6209131Z [7419/7654] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2024-12-17T23:45:54.6882482Z [7420/7654] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2024-12-17T23:45:55.0199761Z [7421/7654] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2024-12-17T23:45:56.6228215Z [7422/7654] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2024-12-17T23:45:57.2324816Z [7423/7654] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2024-12-17T23:45:57.2682330Z [7424/7654] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2024-12-17T23:45:57.2880769Z [7425/7654] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2024-12-17T23:45:57.3287800Z [7426/7654] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2024-12-17T23:45:57.3819716Z [7427/7654] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2024-12-17T23:45:58.1864159Z [7428/7654] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2024-12-17T23:45:59.3833167Z [7429/7654] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2024-12-17T23:46:00.0057135Z [7430/7654] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2024-12-17T23:46:00.0422139Z [7431/7654] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2024-12-17T23:46:00.0755085Z [7432/7654] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2024-12-17T23:46:00.1326543Z [7433/7654] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2024-12-17T23:46:00.2794045Z [7434/7654] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2024-12-17T23:46:00.9387097Z [7435/7654] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2024-12-17T23:46:02.2087798Z [7436/7654] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2024-12-17T23:46:02.7959878Z [7437/7654] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2024-12-17T23:46:02.8642997Z [7438/7654] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2024-12-17T23:46:02.9009212Z [7439/7654] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2024-12-17T23:46:02.9507248Z [7440/7654] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2024-12-17T23:46:03.1372291Z [7441/7654] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2024-12-17T23:46:03.6135227Z [7442/7654] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2024-12-17T23:46:04.9532454Z [7443/7654] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2024-12-17T23:46:05.4834896Z [7444/7654] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2024-12-17T23:46:05.5499690Z [7445/7654] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2024-12-17T23:46:05.6290791Z [7446/7654] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2024-12-17T23:46:05.6591304Z [7447/7654] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2024-12-17T23:46:05.6923034Z [7448/7654] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2024-12-17T23:46:06.4359070Z [7449/7654] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2024-12-17T23:46:07.7247272Z [7450/7654] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2024-12-17T23:46:08.2320858Z [7451/7654] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2024-12-17T23:46:08.2635707Z [7452/7654] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2024-12-17T23:46:08.2930248Z [7453/7654] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2024-12-17T23:46:08.4110759Z [7454/7654] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2024-12-17T23:46:08.4404511Z [7455/7654] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2024-12-17T23:46:08.6178858Z [7456/7654] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2024-12-17T23:46:09.1849506Z [7457/7654] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2024-12-17T23:46:09.3105023Z [7458/7654] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2024-12-17T23:46:09.5203033Z [7459/7654] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2024-12-17T23:46:09.9314830Z [7460/7654] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2024-12-17T23:46:10.0103615Z [7461/7654] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2024-12-17T23:46:10.0266564Z [7462/7654] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2024-12-17T23:46:10.3859202Z [7463/7654] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2024-12-17T23:46:10.4470687Z [7464/7654] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2024-12-17T23:46:10.7560308Z [7465/7654] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2024-12-17T23:46:10.8396739Z [7466/7654] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2024-12-17T23:46:10.9051800Z [7467/7654] Building CXX object test_api\CMakeFiles\test_api.dir\parallel.cpp.obj 2024-12-17T23:46:10.9817110Z [7468/7654] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2024-12-17T23:46:11.2093514Z [7469/7654] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2024-12-17T23:46:11.2593076Z [7470/7654] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2024-12-17T23:46:12.8397277Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-12-17T23:46:12.8398425Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-12-17T23:46:12.8399116Z [7471/7654] Linking CXX static library lib\libprotobuf-lite.lib 2024-12-17T23:46:13.1436227Z [7472/7654] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2024-12-17T23:46:13.1476267Z [7473/7654] Linking C static library lib\cpuinfo_internals.lib 2024-12-17T23:46:13.2938380Z [7474/7654] Linking CXX static library lib\gmock_main.lib 2024-12-17T23:46:13.3316254Z [7475/7654] Linking CXX static library lib\benchmark_main.lib 2024-12-17T23:46:13.4000823Z [7476/7654] Linking CXX static library lib\fmt.lib 2024-12-17T23:46:13.4384008Z [7477/7654] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2024-12-17T23:46:13.5376802Z [7478/7654] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2024-12-17T23:46:13.6468679Z [7479/7654] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2024-12-17T23:46:13.7772017Z [7480/7654] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2024-12-17T23:46:14.0661582Z [7481/7654] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2024-12-17T23:46:14.0672084Z [7482/7654] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2024-12-17T23:46:14.0681054Z [7483/7654] Linking CXX executable bin\c10_DeviceGuard_test.exe 2024-12-17T23:46:14.0690289Z [7484/7654] Linking CXX executable bin\c10_Device_test.exe 2024-12-17T23:46:14.0709604Z [7485/7654] Linking CXX executable bin\c10_Scalar_test.exe 2024-12-17T23:46:14.1183011Z [7486/7654] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2024-12-17T23:46:14.3279922Z [7487/7654] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2024-12-17T23:46:14.3298763Z [7488/7654] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2024-12-17T23:46:14.3367884Z [7489/7654] Linking CXX executable bin\c10_SymInt_test.exe 2024-12-17T23:46:14.4020642Z [7490/7654] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2024-12-17T23:46:14.4323809Z [7491/7654] Linking CXX executable bin\c10_StreamGuard_test.exe 2024-12-17T23:46:14.4558021Z [7492/7654] Linking CXX executable bin\c10_cow_test.exe 2024-12-17T23:46:14.5104713Z [7493/7654] Linking CXX executable bin\c10_ArrayRef_test.exe 2024-12-17T23:46:14.5254907Z [7494/7654] Linking CXX executable bin\c10_Bitset_test.exe 2024-12-17T23:46:14.5387595Z [7495/7654] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2024-12-17T23:46:14.5854898Z [7496/7654] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2024-12-17T23:46:14.6130174Z [7497/7654] Linking CXX executable bin\c10_Half_test.exe 2024-12-17T23:46:14.6140795Z [7498/7654] Linking CXX executable bin\c10_LeftRight_test.exe 2024-12-17T23:46:14.7277608Z [7499/7654] Linking CXX executable bin\c10_Metaprogramming_test.exe 2024-12-17T23:46:14.7289657Z [7500/7654] Linking CXX executable bin\c10_NetworkFlow_test.exe 2024-12-17T23:46:14.7618911Z [7501/7654] Linking CXX executable bin\c10_Synchronized_test.exe 2024-12-17T23:46:14.8479872Z [7502/7654] Linking CXX executable bin\c10_TypeIndex_test.exe 2024-12-17T23:46:14.8490013Z [7503/7654] Linking CXX executable bin\c10_TypeList_test.exe 2024-12-17T23:46:14.8802638Z [7504/7654] Linking CXX executable bin\c10_ThreadLocal_test.exe 2024-12-17T23:46:14.9255695Z [7505/7654] Linking CXX executable bin\c10_accumulate_test.exe 2024-12-17T23:46:14.9365877Z [7506/7654] Linking CXX executable bin\c10_TypeTraits_test.exe 2024-12-17T23:46:14.9517087Z [7507/7654] Linking CXX executable bin\c10_bfloat16_test.exe 2024-12-17T23:46:15.0074562Z [7508/7654] Linking CXX executable bin\c10_bit_cast_test.exe 2024-12-17T23:46:15.0212888Z [7509/7654] Linking CXX executable bin\c10_complex_test.exe 2024-12-17T23:46:15.1185736Z [7510/7654] Linking CXX executable bin\c10_error_test.exe 2024-12-17T23:46:15.1283108Z [7511/7654] Linking CXX executable bin\c10_complex_math_test.exe 2024-12-17T23:46:15.1525651Z [7512/7654] Linking CXX executable bin\c10_exception_test.exe 2024-12-17T23:46:15.2064154Z [7513/7654] Linking CXX executable bin\c10_generic_math_test.exe 2024-12-17T23:46:15.2075376Z [7514/7654] Linking CXX executable bin\c10_flags_test.exe 2024-12-17T23:46:15.2897186Z [7515/7654] Linking CXX executable bin\c10_lazy_test.exe 2024-12-17T23:46:15.2908027Z [7516/7654] Linking CXX executable bin\c10_irange_test.exe 2024-12-17T23:46:15.3204635Z [7517/7654] Linking CXX executable bin\c10_logging_test.exe 2024-12-17T23:46:15.3572557Z [7518/7654] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2024-12-17T23:46:15.3819642Z [7519/7654] Linking CXX executable bin\c10_optional_test.exe 2024-12-17T23:46:15.4871930Z [7520/7654] Linking CXX executable bin\c10_registry_test.exe 2024-12-17T23:46:15.4886042Z [7521/7654] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2024-12-17T23:46:15.4895753Z [7522/7654] Linking CXX executable bin\c10_ssize_test.exe 2024-12-17T23:46:15.5022214Z [7523/7654] Linking CXX executable bin\c10_string_util_test.exe 2024-12-17T23:46:15.5390889Z [7524/7654] Linking CXX executable bin\c10_string_view_test.exe 2024-12-17T23:46:15.7457230Z [7525/7654] Linking CXX executable bin\c10_small_vector_test.exe 2024-12-17T23:46:15.8558103Z [7526/7654] Linking CXX executable bin\c10_tempfile_test.exe 2024-12-17T23:46:15.8634744Z [7527/7654] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2024-12-17T23:46:16.0745293Z [7528/7654] Linking CXX executable bin\c10_typeid_test.exe 2024-12-17T23:46:16.1825192Z [7529/7654] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_from_2_processes.exe 2024-12-17T23:46:16.1836961Z [7530/7654] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_1_var_test.exe 2024-12-17T23:46:16.1860388Z [7531/7654] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.exe 2024-12-17T23:46:16.1872599Z [7532/7654] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.exe 2024-12-17T23:46:16.1953735Z [7533/7654] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_catches_stream.exe 2024-12-17T23:46:16.4257028Z [7534/7654] Linking C executable sleef\bin\mkrename_gnuabi.exe 2024-12-17T23:46:16.4454885Z [7535/7654] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.exe 2024-12-17T23:46:16.4626045Z [7536/7654] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.exe 2024-12-17T23:46:16.4746679Z [7537/7654] Linking CXX executable bin\c10_cuda_CUDATest.exe 2024-12-17T23:46:16.6773604Z [7538/7654] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2024-12-17T23:46:16.6777283Z [7539/7654] Linking C executable sleef\bin\addSuffix.exe 2024-12-17T23:46:16.6778909Z [7540/7654] Linking C shared library bin\torch_global_deps.dll 2024-12-17T23:46:16.6970053Z [7541/7654] Linking CXX shared library bin\caffe2_nvrtc.dll 2024-12-17T23:46:16.8076895Z [7542/7654] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2024-12-17T23:46:17.6242419Z [7543/7654] Linking C static library lib\microkernels-all.lib 2024-12-17T23:48:42.8400981Z [7544/7654] Linking CXX shared library bin\torch_cpu.dll 2024-12-17T23:48:43.1011901Z [7545/7654] Linking CXX static library lib\unbox_lib.lib 2024-12-17T23:48:43.1753261Z [7546/7654] Linking CXX executable bin\BackoffTest.exe 2024-12-17T23:48:43.1947420Z [7547/7654] Linking CXX executable bin\FileStoreTest.exe 2024-12-17T23:48:43.2016726Z [7548/7654] Linking CXX executable bin\TCPStoreTest.exe 2024-12-17T23:48:43.5198053Z [7549/7654] Linking CXX executable bin\test_edge_op_registration.exe 2024-12-17T23:49:15.3678096Z [7550/7654] Linking CXX shared library bin\torch_cuda.dll 2024-12-17T23:49:15.5126359Z [7551/7654] Linking CXX shared library bin\torch.dll 2024-12-17T23:49:15.5232567Z [7552/7654] Linking CXX shared library bin\c10d_cuda_test.dll 2024-12-17T23:49:15.7673048Z [7553/7654] Linking CXX shared library bin\shm.dll 2024-12-17T23:49:15.8726938Z [7554/7654] Linking CXX executable bin\Dict_test.exe 2024-12-17T23:49:15.8851384Z [7555/7654] Linking CXX executable bin\Dimname_test.exe 2024-12-17T23:49:16.0958763Z [7556/7654] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2024-12-17T23:49:16.1229496Z [7557/7654] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2024-12-17T23:49:16.1928677Z [7558/7654] Linking CXX shared library bin\jitbackend_test.dll 2024-12-17T23:49:16.1974296Z [7559/7654] Linking CXX executable bin\MaybeOwned_test.exe 2024-12-17T23:49:16.2144262Z [7560/7654] Linking CXX executable bin\NamedTensor_test.exe 2024-12-17T23:49:16.4244035Z [7561/7654] Linking CXX executable bin\apply_utils_test.exe 2024-12-17T23:49:16.5248844Z [7562/7654] Linking CXX executable bin\atest.exe 2024-12-17T23:49:16.6071935Z [7563/7654] Linking CXX shared library bin\backend_with_compiler.dll 2024-12-17T23:49:16.6855755Z [7564/7654] Linking CXX executable bin\basic.exe 2024-12-17T23:49:16.6867377Z [7565/7654] Linking CXX executable bin\broadcast_test.exe 2024-12-17T23:49:16.6944398Z [7566/7654] Linking CXX executable bin\cpu_allocator_test.exe 2024-12-17T23:49:16.7657266Z [7567/7654] Linking CXX executable bin\cpu_generator_test.exe 2024-12-17T23:49:16.8602755Z [7568/7654] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2024-12-17T23:49:16.9320433Z [7569/7654] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2024-12-17T23:49:16.9597644Z [7570/7654] Linking CXX executable bin\cpu_rng_test.exe 2024-12-17T23:49:17.0230542Z [7571/7654] Linking CXX executable bin\dispatch_key_set_test.exe 2024-12-17T23:49:17.0242890Z [7572/7654] Linking CXX executable bin\dlconvertor_test.exe 2024-12-17T23:49:17.0346370Z [7573/7654] Linking CXX executable bin\extension_backend_test.exe 2024-12-17T23:49:17.0409431Z [7574/7654] Linking CXX executable bin\half_test.exe 2024-12-17T23:49:17.2655279Z [7575/7654] Linking CXX executable bin\lazy_tensor_test.exe 2024-12-17T23:49:17.3114015Z [7576/7654] Linking CXX executable bin\ivalue_test.exe 2024-12-17T23:49:17.3325335Z [7577/7654] Linking CXX executable bin\math_kernel_test.exe 2024-12-17T23:49:17.3942143Z [7578/7654] Linking CXX executable bin\memory_overlapping_test.exe 2024-12-17T23:49:17.4097549Z [7579/7654] Linking CXX executable bin\mobile_memory_cleanup.exe 2024-12-17T23:49:17.4234025Z [7580/7654] Linking CXX executable bin\native_test.exe 2024-12-17T23:49:17.4891157Z [7581/7654] Linking CXX executable bin\memory_format_test.exe 2024-12-17T23:49:17.5203091Z [7582/7654] Linking CXX executable bin\operator_name_test.exe 2024-12-17T23:49:17.6551601Z [7583/7654] Linking CXX executable bin\operators_test.exe 2024-12-17T23:49:17.7364359Z [7584/7654] Linking CXX executable bin\pow_test.exe 2024-12-17T23:49:17.7598775Z [7585/7654] Linking CXX executable bin\packedtensoraccessor_test.exe 2024-12-17T23:49:17.7911165Z [7586/7654] Linking CXX executable bin\reduce_ops_test.exe 2024-12-17T23:49:17.8427296Z [7587/7654] Linking CXX executable bin\reportMemoryUsage_test.exe 2024-12-17T23:49:17.8640124Z [7588/7654] Linking CXX executable bin\quantized_test.exe 2024-12-17T23:49:17.9244957Z [7589/7654] Linking CXX executable bin\scalar_tensor_test.exe 2024-12-17T23:49:17.9948812Z [7590/7654] Linking CXX executable bin\scalar_test.exe 2024-12-17T23:49:18.0437877Z [7591/7654] Linking CXX executable bin\StorageUtils_test.exe 2024-12-17T23:49:18.1113585Z [7592/7654] Linking CXX executable bin\stride_properties_test.exe 2024-12-17T23:49:18.1606495Z [7593/7654] Linking CXX executable bin\tensor_iterator_test.exe 2024-12-17T23:49:18.1712876Z [7594/7654] Linking CXX executable bin\thread_init_test.exe 2024-12-17T23:49:18.1745696Z [7595/7654] Linking CXX executable bin\test_parallel.exe 2024-12-17T23:49:18.1923497Z [7596/7654] Linking CXX executable bin\type_ptr_test.exe 2024-12-17T23:49:18.3594737Z [7597/7654] Linking CXX executable bin\undefined_tensor_test.exe 2024-12-17T23:49:18.4129962Z [7598/7654] Linking CXX executable bin\verify_api_visibility.exe 2024-12-17T23:49:18.4301207Z [7599/7654] Linking CXX executable bin\type_test.exe 2024-12-17T23:49:18.4711725Z [7600/7654] Linking CXX executable bin\weakref_test.exe 2024-12-17T23:49:18.4748100Z [7601/7654] Linking CXX executable bin\legacy_vmap_test.exe 2024-12-17T23:49:18.4793299Z [7602/7654] Linking CXX executable bin\xla_tensor_test.exe 2024-12-17T23:49:18.5437395Z [7603/7654] Linking CXX executable bin\wrapdim_test.exe 2024-12-17T23:49:18.6123568Z [7604/7654] Linking CXX executable bin\IListRef_test.exe 2024-12-17T23:49:18.7329865Z [7605/7654] Linking CXX executable bin\KernelFunction_test.exe 2024-12-17T23:49:18.7429546Z [7606/7654] Linking CXX executable bin\List_test.exe 2024-12-17T23:49:18.8488000Z [7607/7654] Linking CXX executable bin\kernel_function_legacy_test.exe 2024-12-17T23:49:18.8879903Z [7608/7654] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2024-12-17T23:49:18.9491463Z [7609/7654] Linking CXX executable bin\kernel_function_test.exe 2024-12-17T23:49:18.9655125Z [7610/7654] Linking CXX executable bin\kernel_stackbased_test.exe 2024-12-17T23:49:18.9805494Z [7611/7654] Linking CXX executable bin\CppSignature_test.exe 2024-12-17T23:49:19.0444738Z [7612/7654] Linking CXX executable bin\kernel_lambda_test.exe 2024-12-17T23:49:19.0636398Z [7613/7654] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2024-12-17T23:49:19.1348171Z [7614/7654] Linking CXX executable bin\backend_fallback_test.exe 2024-12-17T23:49:19.2154416Z [7615/7654] Linking CXX executable bin\inline_container_test.exe 2024-12-17T23:49:19.2379389Z [7616/7654] Linking CXX executable bin\op_allowlist_test.exe 2024-12-17T23:49:19.2879477Z [7617/7654] Linking CXX executable bin\cuda_allocator_test.exe 2024-12-17T23:49:19.4352733Z [7618/7654] Linking CXX executable bin\cuda_apply_test.exe 2024-12-17T23:49:19.4479469Z [7619/7654] Linking CXX executable bin\cuda_atomic_ops_test.exe 2024-12-17T23:49:19.4847573Z [7620/7654] Linking CXX executable bin\cuda_caching_host_allocator_test.exe 2024-12-17T23:49:19.5685839Z [7621/7654] Linking CXX executable bin\op_registration_test.exe 2024-12-17T23:49:19.5735405Z [7622/7654] Linking CXX executable bin\cuda_complex_test.exe 2024-12-17T23:49:19.5803970Z [7623/7654] Linking CXX executable bin\cuda_complex_math_test.exe 2024-12-17T23:49:19.6009750Z [7624/7654] Linking CXX executable bin\cuda_cub_test.exe 2024-12-17T23:49:19.6719165Z [7625/7654] Linking CXX executable bin\cuda_device_test.exe 2024-12-17T23:49:19.7056924Z [7626/7654] Linking CXX executable bin\cuda_distributions_test.exe 2024-12-17T23:49:19.8389927Z [7627/7654] Linking CXX executable bin\cuda_half_test.exe 2024-12-17T23:49:19.8506174Z [7628/7654] Linking CXX executable bin\cuda_generator_test.exe 2024-12-17T23:49:19.8764812Z [7629/7654] Linking CXX executable bin\cuda_integer_divider_test.exe 2024-12-17T23:49:19.8836903Z [7630/7654] Linking CXX executable bin\cuda_dlconvertor_test.exe 2024-12-17T23:49:19.9354726Z [7631/7654] Linking CXX executable bin\cuda_optional_test.exe 2024-12-17T23:49:19.9724814Z [7632/7654] Linking CXX executable bin\cuda_packedtensoraccessor_test.exe 2024-12-17T23:49:20.0076440Z [7633/7654] Linking CXX executable bin\cuda_reportMemoryUsage_test.exe 2024-12-17T23:49:20.0917817Z [7634/7654] Linking CXX executable bin\cuda_allocatorTraceTracker_test.exe 2024-12-17T23:49:20.0989217Z [7635/7654] Linking CXX executable bin\cuda_stream_test.exe 2024-12-17T23:49:20.2072418Z [7636/7654] Linking CXX executable bin\cuda_cudnn_test.exe 2024-12-17T23:49:20.2151238Z [7637/7654] Linking CXX executable bin\cuda_vectorized_test.exe 2024-12-17T23:49:20.2161209Z [7638/7654] Linking CXX shared library bin\torchbind_test.dll 2024-12-17T23:49:20.2681185Z [7639/7654] Linking CXX shared library bin\aoti_custom_ops.dll 2024-12-17T23:49:20.3207531Z [7640/7654] Linking CXX executable bin\tutorial_tensorexpr.exe 2024-12-17T23:49:20.5079991Z [7641/7654] Linking CXX executable bin\parallel_benchmark.exe 2024-12-17T23:49:20.5214766Z [7642/7654] Linking CXX executable bin\ProcessGroupGlooTest.exe 2024-12-17T23:49:20.5221892Z [7643/7654] Linking CXX executable bin\ProcessGroupGlooAsyncTest.exe 2024-12-17T23:49:20.8730212Z [7644/7654] Linking CXX executable bin\test_lazy.exe 2024-12-17T23:49:21.0183439Z [7645/7654] Linking CXX executable bin\test_tensorexpr.exe 2024-12-17T23:49:21.6873215Z [7646/7654] Linking CXX executable bin\test_jit.exe 2024-12-17T23:49:21.7048969Z [7647/7654] Linking CXX executable bin\test_api.exe 2024-12-17T23:49:32.9831786Z [7648/7654] Linking CXX shared library bin\torch_python.dll 2024-12-17T23:49:33.1691154Z [7649/7654] Linking CXX shared module functorch\functorch.pyd 2024-12-17T23:49:33.1697702Z [7650/7654] Linking CXX shared library bin\nnapi_backend.dll 2024-12-17T23:49:33.1710939Z [7650/7654] Install the project... 2024-12-17T23:49:33.2255730Z -- Install configuration: "Release" 2024-12-17T23:50:40.0585308Z -- Building version 2.6.0a0+git0cdf8b1 2024-12-17T23:50:40.0589905Z cmake -GNinja -DBUILD_ENVIRONMENT=win-vs2019-cuda12.1-py3 -DBUILD_PYTHON=True -DBUILD_TEST=True -DBUILD_TYPE=release -DBUILD_WHEEL=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CUDA_COMPILER=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe -DCMAKE_CUDA_COMPILER_LAUNCHER=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/randomtemp.exe;C:/actions-runner/_work/pytorch/pytorch/build/win_tmp\bin\sccache.exe -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_GENERATOR=Ninja -DCMAKE_INSTALL_PREFIX=C:\actions-runner\_work\pytorch\pytorch\torch -DCMAKE_PREFIX_PATH=C:\Jenkins\Miniconda3\Lib\site-packages -DCUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat -DCUDNN_LIBRARY=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64 -DPython_EXECUTABLE=C:\Jenkins\Miniconda3\python.exe -DTORCH_BUILD_VERSION=2.6.0a0+git0cdf8b1 -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=1 -DUSE_NUMPY=True -DUSE_XPU=0 C:\actions-runner\_work\pytorch\pytorch 2024-12-17T23:50:40.0602422Z cmake --build . --target install --config Release -- -j 8 2024-12-17T23:50:40.0602831Z running bdist_wheel 2024-12-17T23:50:41.3248331Z running build 2024-12-17T23:50:41.3248712Z running build_py 2024-12-17T23:50:41.3384226Z creating build\lib.win-amd64-cpython-39\functorch 2024-12-17T23:50:41.3396420Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2024-12-17T23:50:41.3417431Z creating build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3422026Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3455184Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3477443Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3501720Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3538091Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3554600Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3564563Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3574578Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3602904Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3626672Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3637935Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3648730Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3655000Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3670921Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3680364Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3690471Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3702045Z copying torch\_deploy.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3713706Z copying torch\_environment.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3720192Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3739895Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3764437Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3775139Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3795069Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3806353Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3881542Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3894039Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3925110Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3936575Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3949479Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3962928Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3974150Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.3980695Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.4008893Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.4058982Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.4074522Z copying torch\_thread_safe_fork.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.4079773Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.4228659Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.4245854Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.4253661Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.4260255Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.4271204Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.4286354Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.4293203Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.4311264Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:41.4351669Z creating build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4355833Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4366307Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4378896Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4431482Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4447977Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4469801Z copying torchgen\gen_executorch.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4490210Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4508999Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4524397Z copying torchgen\gen_schema_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4536332Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4547011Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4555822Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4616615Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4635310Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4650392Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4660883Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2024-12-17T23:50:41.4668926Z creating build\lib.win-amd64-cpython-39\functorch\compile 2024-12-17T23:50:41.4673689Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2024-12-17T23:50:41.4700744Z creating build\lib.win-amd64-cpython-39\functorch\dim 2024-12-17T23:50:41.4705733Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-12-17T23:50:41.4731621Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-12-17T23:50:41.4743436Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-12-17T23:50:41.4754776Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-12-17T23:50:41.4771869Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-12-17T23:50:41.4785835Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-12-17T23:50:41.4924247Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-12-17T23:50:41.4930614Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-12-17T23:50:41.4942875Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-12-17T23:50:41.4957708Z creating build\lib.win-amd64-cpython-39\functorch\einops 2024-12-17T23:50:41.4962803Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-12-17T23:50:41.4986134Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-12-17T23:50:41.4998787Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-12-17T23:50:41.5006091Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2024-12-17T23:50:41.5019015Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-12-17T23:50:41.5024985Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-12-17T23:50:41.5030592Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-12-17T23:50:41.5037551Z creating build\lib.win-amd64-cpython-39\functorch\_src 2024-12-17T23:50:41.5041681Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2024-12-17T23:50:41.5048066Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-12-17T23:50:41.5052778Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-12-17T23:50:41.5060446Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-12-17T23:50:41.5064891Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-12-17T23:50:41.5071611Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-12-17T23:50:41.5085056Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-12-17T23:50:41.5091938Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-12-17T23:50:41.5096441Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-12-17T23:50:41.5104134Z creating build\lib.win-amd64-cpython-39\torch\accelerator 2024-12-17T23:50:41.5108408Z copying torch\accelerator\_utils.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2024-12-17T23:50:41.5130336Z copying torch\accelerator\__init__.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2024-12-17T23:50:41.5142151Z creating build\lib.win-amd64-cpython-39\torch\amp 2024-12-17T23:50:41.5146451Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-12-17T23:50:41.5161872Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-12-17T23:50:41.5178942Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-12-17T23:50:41.5186867Z creating build\lib.win-amd64-cpython-39\torch\ao 2024-12-17T23:50:41.5191101Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2024-12-17T23:50:41.5201102Z creating build\lib.win-amd64-cpython-39\torch\autograd 2024-12-17T23:50:41.5206124Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-12-17T23:50:41.5217013Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-12-17T23:50:41.5229420Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-12-17T23:50:41.5250428Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-12-17T23:50:41.5293401Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-12-17T23:50:41.5338688Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-12-17T23:50:41.5350317Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-12-17T23:50:41.5367273Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-12-17T23:50:41.5392422Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-12-17T23:50:41.5403191Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-12-17T23:50:41.5422890Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-12-17T23:50:41.5429287Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-12-17T23:50:41.5446563Z creating build\lib.win-amd64-cpython-39\torch\backends 2024-12-17T23:50:41.5451622Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2024-12-17T23:50:41.5463576Z creating build\lib.win-amd64-cpython-39\torch\compiler 2024-12-17T23:50:41.5468590Z copying torch\compiler\config.py -> build\lib.win-amd64-cpython-39\torch\compiler 2024-12-17T23:50:41.5481116Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2024-12-17T23:50:41.5492837Z creating build\lib.win-amd64-cpython-39\torch\contrib 2024-12-17T23:50:41.5497530Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-12-17T23:50:41.5507420Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-12-17T23:50:41.5513454Z creating build\lib.win-amd64-cpython-39\torch\cpu 2024-12-17T23:50:41.5517603Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2024-12-17T23:50:41.5532079Z creating build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5536834Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5542686Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5547451Z copying torch\cuda\gds.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5567051Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5581490Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5592045Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5618135Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5628492Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5638137Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5647896Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5657292Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5663217Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5673449Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5704290Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5718172Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5734557Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5758085Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5767391Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-12-17T23:50:41.5794233Z creating build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.5798926Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.5809567Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.5819801Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.5847527Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.5857263Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.5886534Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.5951404Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.5961691Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.5968377Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.5979726Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.5989935Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.6019989Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.6030351Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.6048903Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.6058673Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.6080317Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.6092675Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.6109855Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-12-17T23:50:41.6128798Z creating build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6133834Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6144858Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6155699Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6165554Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6183761Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6194544Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6204861Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6219708Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6232705Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6243356Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6254107Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6265245Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6275664Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6285563Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6295675Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6305428Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6315804Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6325345Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6335500Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6345557Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6355416Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6364721Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6378445Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6395343Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6406012Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6417033Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6427558Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6438906Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6450640Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6464624Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6476032Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6490454Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6508523Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6517726Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6528902Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6539549Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6564436Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6574865Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6584570Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6609751Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6621736Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6640373Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6649646Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6660505Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6671605Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6687560Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6697884Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-12-17T23:50:41.6710476Z creating build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6714760Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6720837Z copying torch\export\decomp_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6731600Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6750334Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6782419Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6797496Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6824480Z copying torch\export\_draft_export.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6836478Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6847144Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6856785Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6867651Z copying torch\export\_swap.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6881659Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6909583Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6919839Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6930311Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2024-12-17T23:50:41.6948402Z creating build\lib.win-amd64-cpython-39\torch\fft 2024-12-17T23:50:41.6953016Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2024-12-17T23:50:41.6978147Z creating build\lib.win-amd64-cpython-39\torch\func 2024-12-17T23:50:41.6983090Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2024-12-17T23:50:41.6990797Z creating build\lib.win-amd64-cpython-39\torch\futures 2024-12-17T23:50:41.6995684Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2024-12-17T23:50:41.7011383Z creating build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7015541Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7027230Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7033370Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7082420Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7100212Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7118139Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7132936Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7163751Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7183106Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7199491Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7226181Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7236123Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7247376Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7258243Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7269496Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7279864Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7302880Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7313261Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-12-17T23:50:41.7328980Z creating build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7333762Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7349038Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7374413Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7384908Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7420228Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7431632Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7442586Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7453080Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7462885Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7473619Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7484705Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7495354Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7505963Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7512054Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7522598Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7534809Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7543903Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7549908Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7560558Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7570174Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7588662Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7616625Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7628343Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7656368Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7666272Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7714689Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:41.7727944Z creating build\lib.win-amd64-cpython-39\torch\linalg 2024-12-17T23:50:41.7732781Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2024-12-17T23:50:41.7780307Z creating build\lib.win-amd64-cpython-39\torch\masked 2024-12-17T23:50:41.7803658Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-12-17T23:50:41.7825945Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-12-17T23:50:41.7852961Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-12-17T23:50:41.7864275Z creating build\lib.win-amd64-cpython-39\torch\monitor 2024-12-17T23:50:41.7869022Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2024-12-17T23:50:41.7881434Z creating build\lib.win-amd64-cpython-39\torch\mps 2024-12-17T23:50:41.7886071Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-12-17T23:50:41.7895906Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-12-17T23:50:41.7905824Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-12-17T23:50:41.7919559Z creating build\lib.win-amd64-cpython-39\torch\mtia 2024-12-17T23:50:41.7924491Z copying torch\mtia\memory.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-12-17T23:50:41.7934925Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-12-17T23:50:41.7944679Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-12-17T23:50:41.7961682Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-12-17T23:50:41.7967597Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-12-17T23:50:41.7979621Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-12-17T23:50:41.7989784Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-12-17T23:50:41.8009338Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-12-17T23:50:41.8022181Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-12-17T23:50:41.8040430Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-12-17T23:50:41.8051161Z creating build\lib.win-amd64-cpython-39\torch\nested 2024-12-17T23:50:41.8056108Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2024-12-17T23:50:41.8090297Z creating build\lib.win-amd64-cpython-39\torch\nn 2024-12-17T23:50:41.8094522Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-12-17T23:50:41.8106381Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-12-17T23:50:41.8116901Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-12-17T23:50:41.8188629Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-12-17T23:50:41.8200374Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-12-17T23:50:41.8243761Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-12-17T23:50:41.8255135Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-12-17T23:50:41.8265498Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-12-17T23:50:41.8281389Z creating build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8285883Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8311430Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8322531Z copying torch\onnx\symbolic_caffe2.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8334262Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8370855Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8389268Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8411313Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8422936Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8443210Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8469175Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8486407Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8496483Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8505695Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8517762Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8523753Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8545212Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8555970Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8567471Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8650191Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8678381Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8722530Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8744655Z copying torch\onnx\_deprecation.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8759848Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8772189Z copying torch\onnx\_exporter_states.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8778701Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8799159Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8809580Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8821793Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8833308Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-12-17T23:50:41.8852648Z creating build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.8857739Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.8872445Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.8886415Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.8919698Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.8948800Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.8980418Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.8997012Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.9024388Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.9066521Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.9083095Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.9103334Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.9119046Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.9151089Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.9165005Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.9179488Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.9189826Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.9204361Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.9219611Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.9231389Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-12-17T23:50:41.9244734Z creating build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9249501Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9270072Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9280787Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9316866Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9328103Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9351792Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9366188Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9377444Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9386238Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9396921Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9407358Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9417722Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9428434Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9439143Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9449860Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2024-12-17T23:50:41.9459217Z creating build\lib.win-amd64-cpython-39\torch\profiler 2024-12-17T23:50:41.9464854Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-12-17T23:50:41.9476497Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-12-17T23:50:41.9497442Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-12-17T23:50:41.9504597Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-12-17T23:50:41.9529152Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-12-17T23:50:41.9577388Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-12-17T23:50:41.9587660Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-12-17T23:50:41.9600235Z creating build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9604604Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9646903Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9652855Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9669065Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9680555Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9690259Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9700713Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9710481Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9719719Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9728894Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9734768Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9740782Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9749973Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9759578Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9769379Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9780218Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-12-17T23:50:41.9792103Z creating build\lib.win-amd64-cpython-39\torch\signal 2024-12-17T23:50:41.9797194Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2024-12-17T23:50:41.9805704Z creating build\lib.win-amd64-cpython-39\torch\sparse 2024-12-17T23:50:41.9810357Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-12-17T23:50:41.9829426Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-12-17T23:50:41.9840788Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-12-17T23:50:41.9860324Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-12-17T23:50:41.9915121Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-12-17T23:50:42.0312779Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-12-17T23:50:42.0330244Z creating build\lib.win-amd64-cpython-39\torch\special 2024-12-17T23:50:42.0334647Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2024-12-17T23:50:42.0353619Z creating build\lib.win-amd64-cpython-39\torch\testing 2024-12-17T23:50:42.0358505Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-12-17T23:50:42.0383196Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-12-17T23:50:42.0394188Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-12-17T23:50:42.0403857Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-12-17T23:50:42.0417134Z creating build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0421532Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0438650Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0476092Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0521819Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0545983Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0554600Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0590477Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0600471Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0610485Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0621294Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0658255Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0679601Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0689481Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0715852Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0722301Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0745467Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0756381Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0776966Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0788044Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0798837Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0815180Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0831205Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0842570Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0853993Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0894623Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0925410Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0939274Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0949379Z copying torch\utils\_freeze.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0961454Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0971757Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0983245Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.0994938Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.1004596Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.1020820Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.1062283Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.1072892Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.1078437Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.1089924Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.1118594Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.1124766Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.1134883Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:42.1147791Z creating build\lib.win-amd64-cpython-39\torch\xpu 2024-12-17T23:50:42.1152857Z copying torch\xpu\memory.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-12-17T23:50:42.1182941Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-12-17T23:50:42.1193337Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-12-17T23:50:42.1203843Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-12-17T23:50:42.1214919Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-12-17T23:50:42.1224268Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-12-17T23:50:42.1247270Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2024-12-17T23:50:42.1251472Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2024-12-17T23:50:42.1278740Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2024-12-17T23:50:42.1283289Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-12-17T23:50:42.1293374Z copying torch\_custom_op\functional.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-12-17T23:50:42.1303533Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-12-17T23:50:42.1319451Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-12-17T23:50:42.1326549Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2024-12-17T23:50:42.1331595Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-12-17T23:50:42.1472779Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-12-17T23:50:42.1483737Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-12-17T23:50:42.1510239Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-12-17T23:50:42.1536792Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2024-12-17T23:50:42.1541232Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-12-17T23:50:42.1551058Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-12-17T23:50:42.1563282Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1567560Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1588036Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1615898Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1633674Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1643443Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1657661Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1666846Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1684809Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1695476Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1727561Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1775119Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1794444Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1804847Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1821627Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1851773Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1868162Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1878327Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1907064Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1917546Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1928142Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1938429Z copying torch\_dynamo\graph_deduplication.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1957459Z copying torch\_dynamo\graph_region_tracker.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.1978617Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2052553Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2058351Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2076712Z copying torch\_dynamo\metrics_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2088032Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2098546Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2133446Z copying torch\_dynamo\pgo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2148218Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2159372Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2169297Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2200863Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2240568Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2257434Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2303476Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2314245Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2326063Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2336649Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2348081Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2426012Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2435062Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2492924Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2516481Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-12-17T23:50:42.2529334Z creating build\lib.win-amd64-cpython-39\torch\_export 2024-12-17T23:50:42.2533915Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-12-17T23:50:42.2561951Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-12-17T23:50:42.2571610Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-12-17T23:50:42.2587028Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-12-17T23:50:42.2609131Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-12-17T23:50:42.2619248Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-12-17T23:50:42.2655004Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-12-17T23:50:42.2671714Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-12-17T23:50:42.2681286Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-12-17T23:50:42.2696036Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.2700361Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.2730011Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.2780886Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.2798828Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.2829111Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.2845012Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.2857288Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.2867633Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.2878887Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.2889910Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.2920071Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.2932137Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.2977278Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.3002274Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.3042093Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.3053329Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.3059619Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.3069441Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.3084058Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.3093292Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.3122732Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-12-17T23:50:42.3143538Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3148176Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3169421Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3184918Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3251006Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3261955Z copying torch\_higher_order_ops\executorch_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3271482Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3291525Z copying torch\_higher_order_ops\hints_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3301352Z copying torch\_higher_order_ops\invoke_subgraph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3312100Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3322954Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3332498Z copying torch\_higher_order_ops\prim_hop_base.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3342254Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3353074Z copying torch\_higher_order_ops\scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3366960Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3376183Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3387754Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3413045Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3427942Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3439030Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3470653Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-12-17T23:50:42.3485718Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3490648Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3503725Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3515011Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3539078Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3551084Z copying torch\_inductor\choices.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3582618Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3642720Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3677778Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3699470Z copying torch\_inductor\comm_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3712918Z copying torch\_inductor\compiler_bisector.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3729303Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3775082Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3814566Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3826800Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3852354Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3877350Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3915347Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3926720Z copying torch\_inductor\custom_graph_pass.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3935922Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3950970Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3972392Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.3997016Z copying torch\_inductor\dtype_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.4008071Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.4018572Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.4046938Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.4060692Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.4071801Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.4137492Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.4143448Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.4155148Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.4172439Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.4313945Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.4325072Z copying torch\_inductor\loop_body.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.4341545Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7302746Z copying torch\_inductor\memory.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7320009Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7344053Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7362250Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7382280Z copying torch\_inductor\mock_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7392539Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7409050Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7418554Z copying torch\_inductor\output_code.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7433420Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7463346Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7475513Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7516808Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7597365Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7637899Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7660740Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7673702Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7695396Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7706181Z copying torch\_inductor\triton_bundler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7716306Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7743915Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7766030Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7796714Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-12-17T23:50:42.7811960Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2024-12-17T23:50:42.7816746Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-12-17T23:50:42.7827448Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-12-17T23:50:42.7837918Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-12-17T23:50:42.7844258Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-12-17T23:50:42.7854433Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-12-17T23:50:42.7870477Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-12-17T23:50:42.7881316Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-12-17T23:50:42.7887651Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-12-17T23:50:42.7894347Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-12-17T23:50:42.7920636Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-12-17T23:50:42.7927315Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-12-17T23:50:42.7941294Z creating build\lib.win-amd64-cpython-39\torch\_library 2024-12-17T23:50:42.7946384Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-12-17T23:50:42.7957589Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-12-17T23:50:42.8004612Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-12-17T23:50:42.8016292Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-12-17T23:50:42.8045221Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-12-17T23:50:42.8057208Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-12-17T23:50:42.8067025Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-12-17T23:50:42.8079617Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-12-17T23:50:42.8094308Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-12-17T23:50:42.8102244Z creating build\lib.win-amd64-cpython-39\torch\_logging 2024-12-17T23:50:42.8107292Z copying torch\_logging\scribe.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-12-17T23:50:42.8116734Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-12-17T23:50:42.8126425Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-12-17T23:50:42.8147289Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-12-17T23:50:42.8165494Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-12-17T23:50:42.8200378Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8204752Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8215048Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8225953Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8235586Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8246306Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8308417Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8320408Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8334482Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8346055Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8373472Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8382477Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8402327Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8425123Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8436290Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8448101Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8458485Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8469446Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-12-17T23:50:42.8476895Z creating build\lib.win-amd64-cpython-39\torch\_prims 2024-12-17T23:50:42.8481536Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-12-17T23:50:42.8492290Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-12-17T23:50:42.8503206Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-12-17T23:50:42.8512568Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-12-17T23:50:42.8538706Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-12-17T23:50:42.8603386Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2024-12-17T23:50:42.8607582Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-12-17T23:50:42.8624891Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-12-17T23:50:42.8674994Z creating build\lib.win-amd64-cpython-39\torch\_refs 2024-12-17T23:50:42.8680590Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-12-17T23:50:42.8696036Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-12-17T23:50:42.8719108Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-12-17T23:50:42.8809297Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2024-12-17T23:50:42.8823587Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-12-17T23:50:42.8834778Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-12-17T23:50:42.8844981Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-12-17T23:50:42.8858960Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2024-12-17T23:50:42.8863592Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-12-17T23:50:42.8883248Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-12-17T23:50:42.8988905Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-12-17T23:50:42.9025465Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-12-17T23:50:42.9054287Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-12-17T23:50:42.9086935Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-12-17T23:50:42.9098265Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-12-17T23:50:42.9121577Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-12-17T23:50:42.9128388Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2024-12-17T23:50:42.9132614Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2024-12-17T23:50:42.9138776Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2024-12-17T23:50:42.9143273Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2024-12-17T23:50:42.9150725Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2024-12-17T23:50:42.9155260Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-12-17T23:50:42.9171031Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-12-17T23:50:42.9189411Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-12-17T23:50:42.9195396Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-12-17T23:50:42.9199967Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-12-17T23:50:42.9209631Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-12-17T23:50:42.9219281Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9223994Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9238757Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9248440Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9277631Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9307382Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9323531Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9334798Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9345854Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9364487Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9383178Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9395217Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9406933Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9418462Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9429032Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9463984Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9475100Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9487184Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9497772Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-12-17T23:50:42.9509859Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-12-17T23:50:42.9515043Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-12-17T23:50:42.9527317Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-12-17T23:50:42.9534685Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-12-17T23:50:42.9545416Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-12-17T23:50:42.9552427Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-12-17T23:50:42.9560710Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-12-17T23:50:42.9575159Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-12-17T23:50:42.9591944Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-12-17T23:50:42.9598920Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-12-17T23:50:42.9603598Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-12-17T23:50:42.9611510Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-12-17T23:50:42.9616532Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-12-17T23:50:42.9628300Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-12-17T23:50:42.9635846Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-12-17T23:50:42.9641216Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-12-17T23:50:42.9648454Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-12-17T23:50:42.9653493Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-12-17T23:50:42.9661318Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-12-17T23:50:42.9666615Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-12-17T23:50:42.9686461Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-12-17T23:50:42.9696857Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-12-17T23:50:42.9706138Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-12-17T23:50:42.9720813Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-12-17T23:50:42.9726119Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-12-17T23:50:42.9733886Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-12-17T23:50:42.9739293Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-12-17T23:50:42.9749709Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-12-17T23:50:42.9760006Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-12-17T23:50:42.9772517Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-12-17T23:50:42.9782011Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-12-17T23:50:42.9796727Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-12-17T23:50:42.9803012Z 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-12-17T23:50:42.9813493Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-12-17T23:50:42.9820556Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-12-17T23:50:42.9825459Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-12-17T23:50:42.9832997Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-12-17T23:50:42.9837902Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-12-17T23:50:42.9873443Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-12-17T23:50:42.9883806Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-12-17T23:50:42.9893955Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-12-17T23:50:42.9901996Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-12-17T23:50:42.9910062Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-12-17T23:50:42.9925133Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-12-17T23:50:42.9933199Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-12-17T23:50:42.9938132Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-12-17T23:50:42.9953906Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-12-17T23:50:42.9988273Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-12-17T23:50:42.9995965Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-12-17T23:50:43.0001534Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-12-17T23:50:43.0015616Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-12-17T23:50:43.0021415Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-12-17T23:50:43.0033839Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-12-17T23:50:43.0046375Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-12-17T23:50:43.0090830Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-12-17T23:50:43.0111796Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-12-17T23:50:43.0138611Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-12-17T23:50:43.0161680Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-12-17T23:50:43.0172695Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-12-17T23:50:43.0183534Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-12-17T23:50:43.0193170Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-12-17T23:50:43.0203611Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-12-17T23:50:43.0214503Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-12-17T23:50:43.0226752Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-12-17T23:50:43.0234394Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-12-17T23:50:43.0239794Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-12-17T23:50:43.0254436Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-12-17T23:50:43.0264449Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-12-17T23:50:43.0319582Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-12-17T23:50:43.0327433Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-12-17T23:50:43.0332858Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-12-17T23:50:43.0343724Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-12-17T23:50:43.0355041Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-12-17T23:50:43.0370707Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-12-17T23:50:43.0380804Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-12-17T23:50:43.0392382Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-12-17T23:50:43.0399645Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-12-17T23:50:43.0404813Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-12-17T23:50:43.0434777Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-12-17T23:50:43.0444352Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-12-17T23:50:43.0452483Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-12-17T23:50:43.0475573Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-12-17T23:50:43.0496784Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-12-17T23:50:43.0506239Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-12-17T23:50:43.0511146Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-12-17T23:50:43.0526606Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-12-17T23:50:43.0551040Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-12-17T23:50:43.0566647Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-12-17T23:50:43.0577268Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-12-17T23:50:43.0606897Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-12-17T23:50:43.0616792Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-12-17T23:50:43.0628667Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-12-17T23:50:43.0643076Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-12-17T23:50:43.0654207Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-12-17T23:50:43.0661812Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-12-17T23:50:43.0666817Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-12-17T23:50:43.0677279Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-12-17T23:50:43.0687226Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-12-17T23:50:43.0740174Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-12-17T23:50:43.0746997Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-12-17T23:50:43.0771793Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-12-17T23:50:43.0793080Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-12-17T23:50:43.0802577Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-12-17T23:50:43.0826125Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-12-17T23:50:43.0838348Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-12-17T23:50:43.0844937Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-12-17T23:50:43.0850298Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-12-17T23:50:43.0857468Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-12-17T23:50:43.0864323Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-12-17T23:50:43.0883275Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-12-17T23:50:43.0890322Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-12-17T23:50:43.0896268Z copying torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-12-17T23:50:43.0907306Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-12-17T23:50:43.0915425Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-12-17T23:50:43.0927708Z copying torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-12-17T23:50:43.0939102Z copying torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-12-17T23:50:43.0958125Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-12-17T23:50:43.0976853Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-12-17T23:50:43.0986308Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-12-17T23:50:43.0992349Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-12-17T23:50:43.1004248Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-12-17T23:50:43.1024387Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-12-17T23:50:43.1041481Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-12-17T23:50:43.1063911Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-12-17T23:50:43.1075199Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-12-17T23:50:43.1099827Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-12-17T23:50:43.1110046Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-12-17T23:50:43.1117121Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-12-17T23:50:43.1122652Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-12-17T23:50:43.1129532Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-12-17T23:50:43.1135727Z 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-12-17T23:50:43.1148014Z 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-12-17T23:50:43.1169938Z 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-12-17T23:50:43.1185133Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-12-17T23:50:43.1190221Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-12-17T23:50:43.1206604Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-12-17T23:50:43.1222714Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-12-17T23:50:43.1233658Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-12-17T23:50:43.1253433Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-12-17T23:50:43.1258384Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-12-17T23:50:43.1275965Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-12-17T23:50:43.1287618Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-12-17T23:50:43.1322244Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-12-17T23:50:43.1333140Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-12-17T23:50:43.1343067Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-12-17T23:50:43.1363684Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-12-17T23:50:43.1373673Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-12-17T23:50:43.1386861Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1391914Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1418824Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1454066Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1464550Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1475469Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1490905Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1496951Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1503640Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1538272Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1572780Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1595520Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1630710Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1643545Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1654473Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1663815Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1684339Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1704679Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1727605Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1773908Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-12-17T23:50:43.1788645Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-12-17T23:50:43.1793766Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-12-17T23:50:43.1808225Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-12-17T23:50:43.1840375Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-12-17T23:50:43.1850746Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-12-17T23:50:43.1869985Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-12-17T23:50:43.1886811Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-12-17T23:50:43.1906677Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-12-17T23:50:43.1923147Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-12-17T23:50:43.1934886Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-12-17T23:50:43.1943815Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-12-17T23:50:43.1949658Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-12-17T23:50:43.1960628Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-12-17T23:50:43.1970442Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-12-17T23:50:43.1988257Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-12-17T23:50:43.1998849Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-12-17T23:50:43.2060565Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-12-17T23:50:43.2072775Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-12-17T23:50:43.2093833Z copying torch\ao\quantization\quantizer\xpu_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-12-17T23:50:43.2106324Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-12-17T23:50:43.2114353Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-12-17T23:50:43.2119652Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-12-17T23:50:43.2188048Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-12-17T23:50:43.2203911Z copying torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-12-17T23:50:43.2223000Z copying torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-12-17T23:50:43.2259098Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-12-17T23:50:43.2265490Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-12-17T23:50:43.2271004Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-12-17T23:50:43.2286904Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-12-17T23:50:43.2294161Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-12-17T23:50:43.2299106Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-12-17T23:50:43.2308658Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-12-17T23:50:43.2318814Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-12-17T23:50:43.2325715Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-12-17T23:50:43.2330407Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-12-17T23:50:43.2337421Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-12-17T23:50:43.2341964Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-12-17T23:50:43.2358367Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-12-17T23:50:43.2363175Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-12-17T23:50:43.2373079Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-12-17T23:50:43.2385904Z creating build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2024-12-17T23:50:43.2390980Z copying torch\backends\cusparselt\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2024-12-17T23:50:43.2404698Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2024-12-17T23:50:43.2415459Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2024-12-17T23:50:43.2427551Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-12-17T23:50:43.2432778Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-12-17T23:50:43.2456029Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-12-17T23:50:43.2460844Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-12-17T23:50:43.2472638Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2024-12-17T23:50:43.2477762Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2024-12-17T23:50:43.2490705Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-12-17T23:50:43.2495580Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-12-17T23:50:43.2531782Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-12-17T23:50:43.2536849Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-12-17T23:50:43.2544619Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-12-17T23:50:43.2550211Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-12-17T23:50:43.2563241Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-12-17T23:50:43.2568457Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-12-17T23:50:43.2582552Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-12-17T23:50:43.2588055Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-12-17T23:50:43.2609646Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-12-17T23:50:43.2615750Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-12-17T23:50:43.2620825Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-12-17T23:50:43.2632672Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-12-17T23:50:43.2637327Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-12-17T23:50:43.2647855Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-12-17T23:50:43.2655109Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-12-17T23:50:43.2659855Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-12-17T23:50:43.2670581Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-12-17T23:50:43.2708857Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-12-17T23:50:43.2715321Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-12-17T23:50:43.2719903Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-12-17T23:50:43.2746939Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-12-17T23:50:43.2756302Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-12-17T23:50:43.2763790Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-12-17T23:50:43.2768398Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-12-17T23:50:43.2778566Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-12-17T23:50:43.2784393Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-12-17T23:50:43.2805255Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-12-17T23:50:43.2813124Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-12-17T23:50:43.2818528Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-12-17T23:50:43.2830816Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-12-17T23:50:43.2838440Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-12-17T23:50:43.2843300Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-12-17T23:50:43.2861533Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.2874453Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.2906564Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.2921479Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.2939549Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.2958712Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.2969700Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.2976299Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3002162Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3017685Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3045730Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3061130Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3095600Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3125584Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3138483Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3200406Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3224470Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3248517Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3269485Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3289909Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3300942Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3314823Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3325786Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3337576Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3369750Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3381841Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3394456Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3405204Z copying torch\distributed\checkpoint\_version.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3411872Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-12-17T23:50:43.3420658Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-12-17T23:50:43.3426127Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-12-17T23:50:43.3438337Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-12-17T23:50:43.3452631Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3457693Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3473939Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3538158Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3553505Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3572519Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3600778Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3623116Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3644697Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3660955Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3739912Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3762187Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3805048Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3820432Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3865599Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3900151Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3913953Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3935605Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3948511Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3961986Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3973660Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.3993845Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-12-17T23:50:43.4006995Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-12-17T23:50:43.4011685Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-12-17T23:50:43.4025487Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-12-17T23:50:43.4033333Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-12-17T23:50:43.4038716Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-12-17T23:50:43.4052057Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-12-17T23:50:43.4064583Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4071902Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4087913Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4128845Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4152748Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4164227Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4177415Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4194308Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4228937Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4243267Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4254259Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4270340Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4285224Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4298013Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4310753Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4373298Z copying torch\distributed\optim\_deprecation_warning.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4379140Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:43.4403867Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-12-17T23:50:43.4408673Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-12-17T23:50:43.4455434Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-12-17T23:50:43.4543000Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-12-17T23:50:43.4577924Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-12-17T23:50:43.4629330Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-12-17T23:50:43.4635430Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-12-17T23:50:43.4690003Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-12-17T23:50:43.4706093Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-12-17T23:50:43.4716326Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-12-17T23:50:43.4725311Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-12-17T23:50:43.4729991Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-12-17T23:50:43.4764983Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-12-17T23:50:43.4793777Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-12-17T23:50:43.4806013Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-12-17T23:50:43.4837792Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-12-17T23:50:43.4867110Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-12-17T23:50:43.4880884Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-12-17T23:50:43.4909853Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-12-17T23:50:43.4925374Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-12-17T23:50:43.4939575Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-12-17T23:50:43.4960656Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.4965975Z copying torch\distributed\tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.4972824Z copying torch\distributed\tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.5001833Z copying torch\distributed\tensor\_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.5051184Z copying torch\distributed\tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.5124711Z copying torch\distributed\tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.5149302Z copying torch\distributed\tensor\_dtensor_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.5189823Z copying torch\distributed\tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.5213177Z copying torch\distributed\tensor\_random.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.5253825Z copying torch\distributed\tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.5291782Z copying torch\distributed\tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.5318560Z copying torch\distributed\tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.5334504Z copying torch\distributed\tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.5372845Z copying torch\distributed\tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.5392299Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-12-17T23:50:43.5428423Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-12-17T23:50:43.5433593Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-12-17T23:50:43.5463043Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-12-17T23:50:43.5476193Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-12-17T23:50:43.5490900Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-12-17T23:50:43.5532606Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-12-17T23:50:43.5537742Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-12-17T23:50:43.5576614Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-12-17T23:50:43.5606106Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-12-17T23:50:43.5619363Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-12-17T23:50:43.5631026Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-12-17T23:50:43.5650767Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-12-17T23:50:43.5666965Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-12-17T23:50:43.5673930Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-12-17T23:50:43.5679286Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-12-17T23:50:43.5693330Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-12-17T23:50:43.5697638Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-12-17T23:50:43.5704750Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-12-17T23:50:43.5709190Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-12-17T23:50:43.5748401Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-12-17T23:50:43.5752926Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-12-17T23:50:43.5758868Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-12-17T23:50:43.5764625Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-12-17T23:50:43.5784513Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-12-17T23:50:43.5789063Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-12-17T23:50:43.5849136Z copying torch\distributed\_tools\ilp_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-12-17T23:50:43.5887056Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-12-17T23:50:43.5918337Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-12-17T23:50:43.5981442Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-12-17T23:50:43.5996502Z copying torch\distributed\_tools\runtime_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-12-17T23:50:43.6041391Z copying torch\distributed\_tools\sac_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-12-17T23:50:43.6104735Z copying torch\distributed\_tools\sac_ilp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-12-17T23:50:43.6119488Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-12-17T23:50:43.6128689Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-12-17T23:50:43.6133984Z copying torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-12-17T23:50:43.6152705Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-12-17T23:50:43.6179800Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-12-17T23:50:43.6210371Z copying torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-12-17T23:50:43.6222481Z copying torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-12-17T23:50:43.6253256Z copying torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-12-17T23:50:43.6267264Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-12-17T23:50:43.6292770Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-12-17T23:50:43.6304536Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-12-17T23:50:43.6321516Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-12-17T23:50:43.6339626Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-12-17T23:50:43.6353201Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-12-17T23:50:43.6382387Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-12-17T23:50:43.6405908Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-12-17T23:50:43.6412596Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-12-17T23:50:43.6418303Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-12-17T23:50:43.6431535Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-12-17T23:50:43.6438195Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-12-17T23:50:43.6443936Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-12-17T23:50:43.6460818Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-12-17T23:50:43.6468617Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-12-17T23:50:43.6474266Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-12-17T23:50:43.6510490Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-12-17T23:50:43.6518769Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-12-17T23:50:43.6524374Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-12-17T23:50:43.6547650Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-12-17T23:50:43.6554303Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-12-17T23:50:43.6559669Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-12-17T23:50:43.6566634Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-12-17T23:50:43.6572090Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-12-17T23:50:43.6586155Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-12-17T23:50:43.6594557Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-12-17T23:50:43.6610888Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-12-17T23:50:43.6615633Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-12-17T23:50:43.6632935Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-12-17T23:50:43.6670077Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-12-17T23:50:43.6687534Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-12-17T23:50:43.6717746Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-12-17T23:50:43.6731942Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-12-17T23:50:43.6746371Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-12-17T23:50:43.6761983Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-12-17T23:50:43.6767337Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-12-17T23:50:43.6786929Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-12-17T23:50:43.6801730Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-12-17T23:50:43.6866445Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-12-17T23:50:43.6916104Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-12-17T23:50:43.6929478Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-12-17T23:50:43.6941339Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-12-17T23:50:43.6953067Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-12-17T23:50:43.6965093Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-12-17T23:50:43.6976059Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-12-17T23:50:43.6987640Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-12-17T23:50:43.7000399Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-12-17T23:50:43.7005773Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-12-17T23:50:43.7017736Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-12-17T23:50:43.7028989Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-12-17T23:50:43.7042305Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-12-17T23:50:43.7065016Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-12-17T23:50:43.7099649Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-12-17T23:50:43.7105212Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-12-17T23:50:43.7117336Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-12-17T23:50:43.7151092Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-12-17T23:50:43.7161829Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-12-17T23:50:43.7167966Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-12-17T23:50:43.7189940Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-12-17T23:50:43.7197758Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-12-17T23:50:43.7203580Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-12-17T23:50:43.7228186Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-12-17T23:50:43.7240330Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-12-17T23:50:43.7255289Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-12-17T23:50:43.7268146Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-12-17T23:50:43.7281800Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-12-17T23:50:43.7314071Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-12-17T23:50:43.7319642Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-12-17T23:50:43.7332600Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-12-17T23:50:43.7338257Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-12-17T23:50:43.7348763Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-12-17T23:50:43.7359359Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-12-17T23:50:43.7366303Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-12-17T23:50:43.7371506Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-12-17T23:50:43.7382617Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-12-17T23:50:43.7392537Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-12-17T23:50:43.7400806Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:43.7405844Z copying torch\distributed\fsdp\_fully_shard\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:43.7420385Z copying torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:43.7462779Z copying torch\distributed\fsdp\_fully_shard\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:43.7487190Z copying torch\distributed\fsdp\_fully_shard\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:43.7499534Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:43.7541696Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:43.7566635Z copying torch\distributed\fsdp\_fully_shard\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:43.7581181Z copying torch\distributed\fsdp\_fully_shard\_fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:43.7596494Z copying torch\distributed\fsdp\_fully_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:43.7604212Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-12-17T23:50:43.7609133Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-12-17T23:50:43.7625417Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-12-17T23:50:43.7631905Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-12-17T23:50:43.7636711Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-12-17T23:50:43.7648046Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-12-17T23:50:43.7654449Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-12-17T23:50:43.7659777Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-12-17T23:50:43.7669492Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-12-17T23:50:43.7675728Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-12-17T23:50:43.7680887Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-12-17T23:50:43.7699721Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-12-17T23:50:43.7706752Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-12-17T23:50:43.7711547Z copying torch\distributed\tensor\debug\_comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-12-17T23:50:43.7729539Z copying torch\distributed\tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-12-17T23:50:43.7740118Z copying torch\distributed\tensor\debug\_visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-12-17T23:50:43.7750875Z copying torch\distributed\tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-12-17T23:50:43.7770997Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-12-17T23:50:43.7776123Z copying torch\distributed\tensor\experimental\_attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-12-17T23:50:43.7797675Z copying torch\distributed\tensor\experimental\_func_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-12-17T23:50:43.7808369Z copying torch\distributed\tensor\experimental\_register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-12-17T23:50:43.7825625Z copying torch\distributed\tensor\experimental\_tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-12-17T23:50:43.7845338Z copying torch\distributed\tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-12-17T23:50:43.7859045Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-12-17T23:50:43.7864680Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-12-17T23:50:43.7875434Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-12-17T23:50:43.7887237Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-12-17T23:50:43.7901592Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-12-17T23:50:43.7910918Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-12-17T23:50:43.7926019Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-12-17T23:50:43.7949096Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-12-17T23:50:43.7960154Z copying torch\distributed\tensor\parallel\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-12-17T23:50:43.7969685Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-12-17T23:50:43.7979115Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-12-17T23:50:43.7984183Z copying torch\distributed\tensor\_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-12-17T23:50:43.7994771Z copying torch\distributed\tensor\_ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-12-17T23:50:43.8006138Z copying torch\distributed\tensor\_ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-12-17T23:50:43.8017540Z copying torch\distributed\tensor\_ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-12-17T23:50:43.8035291Z copying torch\distributed\tensor\_ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-12-17T23:50:43.8045032Z copying torch\distributed\tensor\_ops\_experimental_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-12-17T23:50:43.8054553Z copying torch\distributed\tensor\_ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-12-17T23:50:43.8075294Z copying torch\distributed\tensor\_ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-12-17T23:50:43.8090770Z copying torch\distributed\tensor\_ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-12-17T23:50:43.8106871Z copying torch\distributed\tensor\_ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-12-17T23:50:43.8117778Z copying torch\distributed\tensor\_ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-12-17T23:50:43.8137184Z copying torch\distributed\tensor\_ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-12-17T23:50:43.8154861Z copying torch\distributed\tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-12-17T23:50:43.8163853Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-12-17T23:50:43.8171434Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-12-17T23:50:43.8179095Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-12-17T23:50:43.8187033Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-12-17T23:50:43.8192450Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-12-17T23:50:43.8200326Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-12-17T23:50:43.8205891Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-12-17T23:50:43.8216874Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-12-17T23:50:43.8254119Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-12-17T23:50:43.8259095Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-12-17T23:50:43.8285302Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-12-17T23:50:43.8295082Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-12-17T23:50:43.8300950Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-12-17T23:50:43.8310647Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-12-17T23:50:43.8330563Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-12-17T23:50:43.8359568Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-12-17T23:50:43.8371818Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-12-17T23:50:43.8387126Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-12-17T23:50:43.8392274Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-12-17T23:50:43.8404534Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-12-17T23:50:43.8414479Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-12-17T23:50:43.8421010Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-12-17T23:50:43.8432054Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-12-17T23:50:43.8451454Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-12-17T23:50:43.8465684Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-12-17T23:50:43.8482509Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-12-17T23:50:43.8488449Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-12-17T23:50:43.8498769Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-12-17T23:50:43.8512376Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-12-17T23:50:43.8518342Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-12-17T23:50:43.8529555Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-12-17T23:50:43.8553247Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-12-17T23:50:43.8561647Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-12-17T23:50:43.8566994Z 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-12-17T23:50:43.8579228Z 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-12-17T23:50:43.8596489Z 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-12-17T23:50:43.8648456Z 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-12-17T23:50:43.8654266Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2024-12-17T23:50:43.8658882Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2024-12-17T23:50:43.8694355Z creating build\lib.win-amd64-cpython-39\torch\export\passes 2024-12-17T23:50:43.8698931Z copying torch\export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\passes 2024-12-17T23:50:43.8716203Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8721582Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8748020Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8761550Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8778870Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8802888Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8830972Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8844173Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8858362Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8876102Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8903648Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8954547Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8985347Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8986303Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8987645Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.8998517Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.9107457Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.9130556Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.9139738Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.9159381Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.9171118Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.9183602Z copying torch\fx\experimental\_constant_symnode.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.9204414Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-12-17T23:50:43.9214642Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9220192Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9230756Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9240787Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9257917Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9284404Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9295508Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9314481Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9324302Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9334281Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9344812Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9365528Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9382308Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9394367Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9432332Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9448015Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9459478Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9471660Z copying torch\fx\passes\_tensorify_python_scalars.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9483561Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-12-17T23:50:43.9493038Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-12-17T23:50:43.9498667Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-12-17T23:50:43.9514980Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-12-17T23:50:43.9539286Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-12-17T23:50:43.9567302Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-12-17T23:50:43.9573938Z copying torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-12-17T23:50:43.9589676Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-12-17T23:50:43.9598373Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-12-17T23:50:43.9607864Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-12-17T23:50:43.9615475Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-12-17T23:50:43.9620574Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-12-17T23:50:43.9631859Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-12-17T23:50:43.9638016Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-12-17T23:50:43.9646640Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-12-17T23:50:43.9656605Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-12-17T23:50:43.9674861Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-12-17T23:50:43.9684856Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-12-17T23:50:43.9694806Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-12-17T23:50:43.9702723Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-12-17T23:50:43.9708077Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-12-17T23:50:43.9718802Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-12-17T23:50:43.9728243Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-12-17T23:50:43.9739107Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-12-17T23:50:43.9748069Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-12-17T23:50:43.9765280Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-12-17T23:50:43.9772164Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-12-17T23:50:43.9776810Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-12-17T23:50:43.9786408Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-12-17T23:50:43.9792483Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-12-17T23:50:43.9803786Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-12-17T23:50:43.9810538Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-12-17T23:50:43.9815210Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-12-17T23:50:43.9830030Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-12-17T23:50:43.9839769Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-12-17T23:50:43.9850985Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-12-17T23:50:43.9864958Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-12-17T23:50:43.9869766Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-12-17T23:50:43.9878932Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-12-17T23:50:43.9885825Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-12-17T23:50:43.9890715Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-12-17T23:50:43.9902425Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-12-17T23:50:43.9914310Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-12-17T23:50:43.9929061Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-12-17T23:50:43.9971180Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-12-17T23:50:43.9982430Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-12-17T23:50:43.9990563Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-12-17T23:50:43.9996827Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-12-17T23:50:44.0007986Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-12-17T23:50:44.0015284Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-12-17T23:50:44.0020690Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-12-17T23:50:44.0035055Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-12-17T23:50:44.0041317Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-12-17T23:50:44.0052946Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-12-17T23:50:44.0068304Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-12-17T23:50:44.0068994Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-12-17T23:50:44.0079043Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-12-17T23:50:44.0090413Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-12-17T23:50:44.0097153Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-12-17T23:50:44.0108976Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-12-17T23:50:44.0127016Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-12-17T23:50:44.0140861Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-12-17T23:50:44.0156576Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-12-17T23:50:44.0164610Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-12-17T23:50:44.0169968Z copying torch\nested\_internal\nested_int.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-12-17T23:50:44.0197862Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-12-17T23:50:44.0221788Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-12-17T23:50:44.0253685Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-12-17T23:50:44.0289712Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-12-17T23:50:44.0296153Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2024-12-17T23:50:44.0300955Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-12-17T23:50:44.0311756Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-12-17T23:50:44.0336106Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-12-17T23:50:44.0346340Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-12-17T23:50:44.0358744Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2024-12-17T23:50:44.0363445Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-12-17T23:50:44.0369226Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-12-17T23:50:44.0375593Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-12-17T23:50:44.0380247Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-12-17T23:50:44.0394653Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0399364Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0544421Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0554872Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0573844Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0590393Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0624043Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0655574Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0667667Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0678867Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0688050Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0699036Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0714174Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0724657Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0735256Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0785124Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0829874Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0855373Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0871914Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0888017Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0913558Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0946398Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0964049Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.0988213Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.1018197Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.1029616Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.1042183Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-12-17T23:50:44.1054773Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-12-17T23:50:44.1068092Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-12-17T23:50:44.1079023Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-12-17T23:50:44.1090365Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-12-17T23:50:44.1152411Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-12-17T23:50:44.1170738Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-12-17T23:50:44.1190036Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-12-17T23:50:44.1199440Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-12-17T23:50:44.1209984Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-12-17T23:50:44.1221017Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2024-12-17T23:50:44.1225543Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2024-12-17T23:50:44.1232886Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-12-17T23:50:44.1237389Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-12-17T23:50:44.1244358Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-12-17T23:50:44.1249174Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-12-17T23:50:44.1254875Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-12-17T23:50:44.1267952Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1272477Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1284761Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1297456Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1307840Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1319601Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1336012Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1354593Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1373609Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1396354Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1411729Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1423458Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1434650Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1446294Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1456766Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1486636Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1497966Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-12-17T23:50:44.1510177Z creating build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2024-12-17T23:50:44.1522820Z copying torch\nn\attention\experimental\_paged_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2024-12-17T23:50:44.1533534Z copying torch\nn\attention\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2024-12-17T23:50:44.1541906Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-12-17T23:50:44.1547157Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-12-17T23:50:44.1553415Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-12-17T23:50:44.1561587Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-12-17T23:50:44.1566668Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-12-17T23:50:44.1575003Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-12-17T23:50:44.1580391Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-12-17T23:50:44.1588626Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-12-17T23:50:44.1594314Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-12-17T23:50:44.1605199Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-12-17T23:50:44.1611937Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-12-17T23:50:44.1618432Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-12-17T23:50:44.1632428Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-12-17T23:50:44.1637323Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-12-17T23:50:44.1645349Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-12-17T23:50:44.1650739Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-12-17T23:50:44.1656937Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-12-17T23:50:44.1663485Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-12-17T23:50:44.1669271Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-12-17T23:50:44.1676483Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-12-17T23:50:44.1682570Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-12-17T23:50:44.1688898Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-12-17T23:50:44.1695804Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-12-17T23:50:44.1700605Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-12-17T23:50:44.1707983Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-12-17T23:50:44.1712722Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-12-17T23:50:44.1718592Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-12-17T23:50:44.1724403Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-12-17T23:50:44.1730616Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-12-17T23:50:44.1737327Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-12-17T23:50:44.1742697Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-12-17T23:50:44.1749318Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-12-17T23:50:44.1756643Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-12-17T23:50:44.1762073Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-12-17T23:50:44.1768090Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-12-17T23:50:44.1773857Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-12-17T23:50:44.1780885Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-12-17T23:50:44.1785554Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-12-17T23:50:44.1794060Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-12-17T23:50:44.1798973Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-12-17T23:50:44.1805014Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-12-17T23:50:44.1811413Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-12-17T23:50:44.1817054Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-12-17T23:50:44.1822919Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-12-17T23:50:44.1835871Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-12-17T23:50:44.1841621Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-12-17T23:50:44.1848079Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-12-17T23:50:44.1857513Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-12-17T23:50:44.1863824Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-12-17T23:50:44.1869954Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-12-17T23:50:44.1881446Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-12-17T23:50:44.1892864Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-12-17T23:50:44.1901329Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-12-17T23:50:44.1906764Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-12-17T23:50:44.1913384Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-12-17T23:50:44.1920157Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-12-17T23:50:44.1934434Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-12-17T23:50:44.1946219Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-12-17T23:50:44.1951931Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-12-17T23:50:44.1958638Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-12-17T23:50:44.1964778Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-12-17T23:50:44.1971053Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-12-17T23:50:44.1977634Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-12-17T23:50:44.1983966Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-12-17T23:50:44.1996436Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-12-17T23:50:44.2002172Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-12-17T23:50:44.2023084Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-12-17T23:50:44.2034799Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-12-17T23:50:44.2062260Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-12-17T23:50:44.2074170Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-12-17T23:50:44.2086842Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-12-17T23:50:44.2098202Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-12-17T23:50:44.2108577Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-12-17T23:50:44.2119514Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-12-17T23:50:44.2143107Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-12-17T23:50:44.2151816Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-12-17T23:50:44.2161994Z copying torch\onnx\_internal\io_adapter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-12-17T23:50:44.2186357Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-12-17T23:50:44.2209484Z copying torch\onnx\_internal\onnxruntime.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-12-17T23:50:44.2244829Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-12-17T23:50:44.2254978Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-12-17T23:50:44.2266660Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-12-17T23:50:44.2288282Z copying torch\onnx\_internal\_lazy_import.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-12-17T23:50:44.2297204Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-12-17T23:50:44.2303711Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-12-17T23:50:44.2308819Z copying torch\onnx\_internal\diagnostics\_diagnostic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-12-17T23:50:44.2321169Z copying torch\onnx\_internal\diagnostics\_rules.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-12-17T23:50:44.2339569Z copying torch\onnx\_internal\diagnostics\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-12-17T23:50:44.2349257Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2354246Z copying torch\onnx\_internal\exporter\_analysis.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2364383Z copying torch\onnx\_internal\exporter\_building.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2430238Z copying torch\onnx\_internal\exporter\_capture_strategies.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2442347Z copying torch\onnx\_internal\exporter\_compat.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2461568Z copying torch\onnx\_internal\exporter\_core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2487516Z copying torch\onnx\_internal\exporter\_decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2497504Z copying torch\onnx\_internal\exporter\_dispatching.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2508673Z copying torch\onnx\_internal\exporter\_errors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2515225Z copying torch\onnx\_internal\exporter\_fx_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2527392Z copying torch\onnx\_internal\exporter\_ir_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2538294Z copying torch\onnx\_internal\exporter\_isolated.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2568181Z copying torch\onnx\_internal\exporter\_onnx_program.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2579252Z copying torch\onnx\_internal\exporter\_registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2590273Z copying torch\onnx\_internal\exporter\_reporting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2601559Z copying torch\onnx\_internal\exporter\_schemas.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2620056Z copying torch\onnx\_internal\exporter\_tensors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2631093Z copying torch\onnx\_internal\exporter\_testing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2642607Z copying torch\onnx\_internal\exporter\_verification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2653233Z copying torch\onnx\_internal\exporter\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-12-17T23:50:44.2663047Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-12-17T23:50:44.2668856Z copying torch\onnx\_internal\fx\decomposition_skip.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-12-17T23:50:44.2681101Z copying torch\onnx\_internal\fx\decomposition_table.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-12-17T23:50:44.2691772Z copying torch\onnx\_internal\fx\diagnostics.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-12-17T23:50:44.2702806Z copying torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-12-17T23:50:44.2718482Z copying torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-12-17T23:50:44.2736201Z copying torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-12-17T23:50:44.2747595Z copying torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-12-17T23:50:44.2767920Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-12-17T23:50:44.4285692Z copying torch\onnx\_internal\fx\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-12-17T23:50:44.4297683Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-12-17T23:50:44.4308863Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-12-17T23:50:44.4318490Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-12-17T23:50:44.4329019Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-12-17T23:50:44.4337351Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-12-17T23:50:44.4342917Z copying torch\onnx\_internal\diagnostics\infra\context.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-12-17T23:50:44.4358706Z copying torch\onnx\_internal\diagnostics\infra\decorator.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-12-17T23:50:44.4369341Z copying torch\onnx\_internal\diagnostics\infra\formatter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-12-17T23:50:44.4379138Z copying torch\onnx\_internal\diagnostics\infra\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-12-17T23:50:44.4389913Z copying torch\onnx\_internal\diagnostics\infra\_infra.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-12-17T23:50:44.4408194Z copying torch\onnx\_internal\diagnostics\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-12-17T23:50:44.4426366Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4432551Z copying torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4439088Z copying torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4448969Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4459603Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4485279Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4500328Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4514537Z copying torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4528108Z copying torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4538632Z copying torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4548170Z copying torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4558509Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4568719Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4584440Z copying torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4597362Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4608165Z 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-12-17T23:50:44.4618357Z 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-12-17T23:50:44.4631673Z copying torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4642265Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4652012Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4662759Z copying torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4673542Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4688949Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4698798Z copying torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4707841Z copying torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4718417Z copying torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4727225Z copying torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4736455Z copying torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4745703Z copying torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4776056Z copying torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4782678Z copying torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4793218Z copying torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4808655Z copying torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4833356Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4842738Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4856982Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4866568Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4876980Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4887273Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4897618Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4908123Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4918456Z copying torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4933453Z copying torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4943929Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4955866Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4969252Z copying torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4980787Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.4991414Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.5003760Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.5014216Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.5026224Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.5036936Z copying torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.5075213Z copying torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.5084425Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.5093511Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.5119841Z copying torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:50:44.5131179Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2024-12-17T23:50:44.5136638Z copying torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2024-12-17T23:50:44.5148600Z copying torch\onnx\_internal\exporter\_torchlib\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2024-12-17T23:50:44.5157868Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2024-12-17T23:50:44.5164312Z copying torch\onnx\_internal\exporter\_torchlib\ops\hop.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2024-12-17T23:50:44.5175630Z copying torch\onnx\_internal\exporter\_torchlib\ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2024-12-17T23:50:44.5186909Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-12-17T23:50:44.5194780Z copying torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-12-17T23:50:44.5207310Z copying torch\onnx\_internal\fx\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-12-17T23:50:44.5216244Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-12-17T23:50:44.5222353Z copying torch\onnx\_internal\fx\passes\decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-12-17T23:50:44.5233204Z copying torch\onnx\_internal\fx\passes\functionalization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-12-17T23:50:44.5244301Z copying torch\onnx\_internal\fx\passes\modularization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-12-17T23:50:44.5264653Z copying torch\onnx\_internal\fx\passes\readability.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-12-17T23:50:44.5281188Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-12-17T23:50:44.5308641Z copying torch\onnx\_internal\fx\passes\virtualization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-12-17T23:50:44.5318663Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-12-17T23:50:44.5329084Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-12-17T23:50:44.5336347Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-12-17T23:50:44.5340970Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-12-17T23:50:44.5353034Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2024-12-17T23:50:44.5358027Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-12-17T23:50:44.5367338Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-12-17T23:50:44.5373279Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-12-17T23:50:44.5389774Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-12-17T23:50:44.5398285Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-12-17T23:50:44.5403125Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-12-17T23:50:44.5409028Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-12-17T23:50:44.5414758Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-12-17T23:50:44.5420626Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-12-17T23:50:44.5426726Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-12-17T23:50:44.5440435Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-12-17T23:50:44.5452222Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-12-17T23:50:44.5459191Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-12-17T23:50:44.5468690Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-12-17T23:50:44.5475068Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-12-17T23:50:44.5506989Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-12-17T23:50:44.5516804Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-12-17T23:50:44.5524728Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2024-12-17T23:50:44.5529749Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-12-17T23:50:44.5545890Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-12-17T23:50:44.5560975Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.5572540Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.5587560Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.5602174Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.5619601Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.5631638Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.5660488Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.5683214Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.5694059Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.5704604Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.5728119Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.5740191Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6130468Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6140609Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6209308Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6285213Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6322960Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6335813Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6376428Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6395964Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6406120Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6499854Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6515264Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6531636Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6543001Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6553095Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6564317Z copying torch\testing\_internal\fake_config_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6574430Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6586487Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6598548Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6608694Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6640092Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6672577Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6683769Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6694260Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6704665Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6714068Z copying torch\testing\_internal\subclasses.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6723119Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6733175Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6752732Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6761891Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-12-17T23:50:44.6768549Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-12-17T23:50:44.6776917Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-12-17T23:50:44.6784500Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-12-17T23:50:44.6789992Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-12-17T23:50:44.6795921Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-12-17T23:50:44.6801505Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-12-17T23:50:44.6809686Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-12-17T23:50:44.6814790Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-12-17T23:50:44.6824385Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-12-17T23:50:44.6833900Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-12-17T23:50:44.6854996Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-12-17T23:50:44.6998495Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-12-17T23:50:44.7008741Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-12-17T23:50:44.7019030Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-12-17T23:50:44.7034194Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-12-17T23:50:44.7045022Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-12-17T23:50:44.7051991Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-12-17T23:50:44.7057947Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-12-17T23:50:44.7390535Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-12-17T23:50:44.7396880Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-12-17T23:50:44.7401853Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-12-17T23:50:44.7448950Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-12-17T23:50:44.7461176Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-12-17T23:50:44.7471518Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-12-17T23:50:44.7480409Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-12-17T23:50:44.7486101Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-12-17T23:50:44.7497319Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-12-17T23:50:44.7508638Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-12-17T23:50:44.7515013Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-12-17T23:50:44.7551382Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-12-17T23:50:44.7562142Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-12-17T23:50:44.7570064Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-12-17T23:50:44.7575753Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-12-17T23:50:44.7582249Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-12-17T23:50:44.7588488Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-12-17T23:50:44.7595276Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-12-17T23:50:44.7601037Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-12-17T23:50:44.7609615Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-12-17T23:50:44.7615427Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-12-17T23:50:44.7657797Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-12-17T23:50:44.7671178Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-12-17T23:50:44.7693244Z copying torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-12-17T23:50:44.7704041Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-12-17T23:50:44.7713392Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-12-17T23:50:44.7784787Z copying torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-12-17T23:50:44.7795128Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-12-17T23:50:44.7801600Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-12-17T23:50:44.7806903Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-12-17T23:50:44.7817717Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-12-17T23:50:44.7824939Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-12-17T23:50:44.7830512Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-12-17T23:50:44.7845316Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-12-17T23:50:44.7852144Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-12-17T23:50:44.7857870Z copying torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-12-17T23:50:44.7873388Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-12-17T23:50:44.7880341Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-12-17T23:50:44.7886064Z copying torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-12-17T23:50:44.7896489Z 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-12-17T23:50:44.7907562Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-12-17T23:50:44.7914741Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-12-17T23:50:44.7920212Z copying torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-12-17T23:50:44.7930350Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-12-17T23:50:44.7951753Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-12-17T23:50:44.7963983Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-12-17T23:50:44.7971368Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-12-17T23:50:44.7977317Z 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-12-17T23:50:44.8001908Z 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-12-17T23:50:44.8012512Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-12-17T23:50:44.8023578Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-12-17T23:50:44.8028668Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-12-17T23:50:44.8044513Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-12-17T23:50:44.8093306Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-12-17T23:50:44.8116795Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-12-17T23:50:44.8126354Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-12-17T23:50:44.8145941Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-12-17T23:50:44.8165549Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-12-17T23:50:44.8187452Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-12-17T23:50:44.8194092Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-12-17T23:50:44.8198410Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-12-17T23:50:44.8205145Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-12-17T23:50:44.8209693Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-12-17T23:50:44.8216495Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-12-17T23:50:44.8220885Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-12-17T23:50:44.8225952Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-12-17T23:50:44.8248741Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2024-12-17T23:50:44.8253808Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-12-17T23:50:44.8259892Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-12-17T23:50:44.8289464Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-12-17T23:50:44.8303929Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-12-17T23:50:44.8321267Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-12-17T23:50:44.8331626Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-12-17T23:50:44.8341512Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-12-17T23:50:44.8843239Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-12-17T23:50:44.8843845Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-12-17T23:50:44.8844650Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-12-17T23:50:44.8845417Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-12-17T23:50:44.8846174Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-12-17T23:50:44.8846888Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-12-17T23:50:44.8847565Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-12-17T23:50:44.8848114Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2024-12-17T23:50:44.8848664Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-12-17T23:50:44.8858623Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-12-17T23:50:44.8859238Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-12-17T23:50:44.8859854Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-12-17T23:50:44.8860589Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-12-17T23:50:44.8861192Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-12-17T23:50:44.8861833Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-12-17T23:50:44.8862596Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-12-17T23:50:44.8863449Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-12-17T23:50:44.8864255Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-12-17T23:50:44.8865056Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-12-17T23:50:44.8865863Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-12-17T23:50:44.8866690Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-12-17T23:50:44.8867481Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-12-17T23:50:44.8869376Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-12-17T23:50:44.8876471Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2024-12-17T23:50:44.8881146Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-12-17T23:50:44.8895249Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-12-17T23:50:44.8901658Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-12-17T23:50:44.8907137Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-12-17T23:50:44.8917825Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-12-17T23:50:44.8925076Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-12-17T23:50:44.8929698Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-12-17T23:50:44.8953556Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-12-17T23:50:44.8963470Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-12-17T23:50:44.8973657Z copying torch\utils\_sympy\printers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-12-17T23:50:44.8988324Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-12-17T23:50:44.9019349Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-12-17T23:50:44.9028758Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-12-17T23:50:44.9039951Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-12-17T23:50:44.9051112Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-12-17T23:50:44.9075239Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-12-17T23:50:44.9082555Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-12-17T23:50:44.9087321Z copying torch\utils\benchmark\examples\blas_compare_setup.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-12-17T23:50:44.9100089Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-12-17T23:50:44.9113042Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-12-17T23:50:44.9124461Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-12-17T23:50:44.9136496Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-12-17T23:50:44.9149565Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-12-17T23:50:44.9165665Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-12-17T23:50:44.9176720Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-12-17T23:50:44.9182205Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-12-17T23:50:44.9193269Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-12-17T23:50:44.9204524Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-12-17T23:50:44.9215746Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-12-17T23:50:44.9231070Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-12-17T23:50:44.9242422Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-12-17T23:50:44.9249367Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-12-17T23:50:44.9254099Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-12-17T23:50:44.9265408Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-12-17T23:50:44.9275788Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-12-17T23:50:44.9303739Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-12-17T23:50:44.9316269Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-12-17T23:50:44.9329654Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-12-17T23:50:44.9345422Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-12-17T23:50:44.9359103Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-12-17T23:50:44.9369102Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-12-17T23:50:44.9375631Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-12-17T23:50:44.9380987Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-12-17T23:50:44.9399476Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-12-17T23:50:44.9406267Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-12-17T23:50:44.9411007Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-12-17T23:50:44.9425604Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-12-17T23:50:44.9437113Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-12-17T23:50:44.9447626Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-12-17T23:50:44.9464818Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-12-17T23:50:44.9478239Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-12-17T23:50:44.9485665Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-12-17T23:50:44.9490997Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-12-17T23:50:44.9501040Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-12-17T23:50:44.9512775Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-12-17T23:50:44.9522602Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-12-17T23:50:44.9532891Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-12-17T23:50:44.9550041Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-12-17T23:50:44.9562493Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-12-17T23:50:44.9567870Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-12-17T23:50:44.9600947Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-12-17T23:50:44.9614924Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-12-17T23:50:44.9630332Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-12-17T23:50:44.9640268Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-12-17T23:50:44.9648976Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-12-17T23:50:44.9654159Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-12-17T23:50:44.9668070Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-12-17T23:50:44.9680610Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-12-17T23:50:44.9701747Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-12-17T23:50:44.9720005Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-12-17T23:50:44.9730361Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-12-17T23:50:44.9745269Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-12-17T23:50:44.9772238Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-12-17T23:50:44.9783869Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-12-17T23:50:44.9793129Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-12-17T23:50:44.9803288Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-12-17T23:50:44.9813360Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-12-17T23:50:44.9824579Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-12-17T23:50:44.9829750Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-12-17T23:50:44.9839779Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-12-17T23:50:44.9849627Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-12-17T23:50:44.9859917Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-12-17T23:50:44.9869881Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-12-17T23:50:44.9885399Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-12-17T23:50:44.9892981Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-12-17T23:50:44.9898132Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-12-17T23:50:44.9909417Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-12-17T23:50:44.9919633Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-12-17T23:50:44.9930097Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-12-17T23:50:44.9937632Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-12-17T23:50:44.9942783Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-12-17T23:50:44.9953091Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-12-17T23:50:44.9964092Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-12-17T23:50:44.9974386Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-12-17T23:50:44.9999591Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-12-17T23:50:45.0005074Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-12-17T23:50:45.0035342Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-12-17T23:50:45.0043680Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-12-17T23:50:45.0049199Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-12-17T23:50:45.0058825Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-12-17T23:50:45.0070219Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-12-17T23:50:45.0077363Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-12-17T23:50:45.0089202Z copying torch\_dynamo\polyfills\builtins.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-12-17T23:50:45.0098880Z copying torch\_dynamo\polyfills\functools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-12-17T23:50:45.0108177Z copying torch\_dynamo\polyfills\itertools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-12-17T23:50:45.0121097Z copying torch\_dynamo\polyfills\loader.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-12-17T23:50:45.0135602Z copying torch\_dynamo\polyfills\operator.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-12-17T23:50:45.0144780Z copying torch\_dynamo\polyfills\os.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-12-17T23:50:45.0154990Z copying torch\_dynamo\polyfills\pytree.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-12-17T23:50:45.0166710Z copying torch\_dynamo\polyfills\sys.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-12-17T23:50:45.0174598Z copying torch\_dynamo\polyfills\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-12-17T23:50:45.0189306Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-12-17T23:50:45.0196449Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-12-17T23:50:45.0218101Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-12-17T23:50:45.0233945Z copying torch\_dynamo\repro\aoti.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-12-17T23:50:45.0248010Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-12-17T23:50:45.0258059Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0262979Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0289271Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0335045Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0368773Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0379486Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0407463Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0428476Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0440111Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0461239Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0502273Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0539960Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0550505Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0570332Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0595421Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0618584Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0631400Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0642782Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0652390Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0678778Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0721682Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0736722Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0761790Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-12-17T23:50:45.0774086Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2024-12-17T23:50:45.0778888Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-12-17T23:50:45.0788821Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-12-17T23:50:45.0794796Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-12-17T23:50:45.0818268Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-12-17T23:50:45.0827643Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.0832594Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.0844229Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.0871439Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.0897347Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.0907881Z copying torch\_export\passes\insert_custom_op_guards.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.0919204Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.0930616Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.0941021Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.0951609Z copying torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.0968398Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.0980259Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.0991029Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.1001715Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.1012840Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-12-17T23:50:45.1021440Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-12-17T23:50:45.1026625Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-12-17T23:50:45.1036865Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-12-17T23:50:45.1046220Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-12-17T23:50:45.1054105Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2024-12-17T23:50:45.1059297Z copying torch\_export\serde\aoti_schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-12-17T23:50:45.1066172Z copying torch\_export\serde\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-12-17T23:50:45.1077613Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-12-17T23:50:45.1089154Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-12-17T23:50:45.1109880Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-12-17T23:50:45.1151044Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-12-17T23:50:45.1163821Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-12-17T23:50:45.1178436Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1184445Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1191206Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1201006Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1213932Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1224235Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1233905Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1244371Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1250276Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1261333Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1271277Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1297159Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1306203Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1312805Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1319223Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1325349Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1331334Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1337564Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1344256Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1356005Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1361881Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1368026Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1386127Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1391706Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1401498Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1410751Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1417696Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1449997Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1456913Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1463457Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1470088Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1476799Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1483437Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1490197Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1496959Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1504248Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1516889Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1523592Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-12-17T23:50:45.1536109Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2024-12-17T23:50:45.1541839Z copying torch\_functorch\_activation_checkpointing\knapsack.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2024-12-17T23:50:45.1556477Z copying torch\_functorch\_activation_checkpointing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2024-12-17T23:50:45.1566949Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1572573Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1592334Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1613324Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1633598Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1663858Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1707801Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1728909Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1739176Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1779436Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1799678Z copying torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1808765Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1823350Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1841919Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1988307Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-12-17T23:50:45.1996350Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-12-17T23:50:45.2001375Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-12-17T23:50:45.2013306Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-12-17T23:50:45.2024532Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-12-17T23:50:45.2039953Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-12-17T23:50:45.2049498Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-12-17T23:50:45.2059981Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2064814Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2074663Z copying torch\_inductor\codegen\block_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2085979Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2152639Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2242535Z copying torch\_inductor\codegen\cpp_bmm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2260015Z copying torch\_inductor\codegen\cpp_flex_attention_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2281060Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2304290Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2320684Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2354642Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2370071Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2386023Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2426224Z copying torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2448625Z copying torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2464253Z copying torch\_inductor\codegen\cpu_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2474117Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.2485887Z copying torch\_inductor\codegen\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.3988325Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.4026586Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.4049967Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.4104723Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.4164820Z copying torch\_inductor\codegen\simd_kernel_features.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.4176914Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.4339358Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.4378532Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.4391951Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.4404038Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.4479192Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:45.4486416Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-12-17T23:50:45.4492250Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-12-17T23:50:45.4505889Z copying torch\_inductor\compile_worker\watchdog.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-12-17T23:50:45.4515271Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-12-17T23:50:45.4520391Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-12-17T23:50:45.4537347Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4542412Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4562867Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4579247Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4599207Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4620909Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4631817Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4644739Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4656964Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4675384Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4712120Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4732327Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4751214Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4762999Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4822968Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4832755Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4854628Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4899553Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4918262Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.4982557Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.5002023Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.5022157Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.5109779Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-12-17T23:50:45.5117244Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-12-17T23:50:45.5122010Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-12-17T23:50:45.5136597Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-12-17T23:50:45.5155596Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-12-17T23:50:45.5210051Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-12-17T23:50:45.5234186Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-12-17T23:50:45.5265812Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-12-17T23:50:45.5283880Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-12-17T23:50:45.5294954Z copying torch\_inductor\kernel\mm_scaled.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-12-17T23:50:45.5311892Z copying torch\_inductor\kernel\unpack_mixed_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-12-17T23:50:45.5325098Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-12-17T23:50:45.5333067Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-12-17T23:50:45.5338532Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-12-17T23:50:45.5344691Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-12-17T23:50:45.5357078Z copying torch\_inductor\package\pt2_archive_constants.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-12-17T23:50:45.5362914Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-12-17T23:50:45.5372556Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-12-17T23:50:45.5377214Z copying torch\_inductor\runtime\autotune_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-12-17T23:50:45.5394906Z copying torch\_inductor\runtime\benchmarking.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-12-17T23:50:45.5406983Z copying torch\_inductor\runtime\cache_dir_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-12-17T23:50:45.5418042Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-12-17T23:50:45.5442175Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-12-17T23:50:45.5453494Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-12-17T23:50:45.5463955Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-12-17T23:50:45.5474406Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-12-17T23:50:45.5486580Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-12-17T23:50:45.5504832Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-12-17T23:50:45.5547182Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-12-17T23:50:45.5554225Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-12-17T23:50:45.5559212Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-12-17T23:50:45.5594182Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-12-17T23:50:45.5605753Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-12-17T23:50:45.5651252Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-12-17T23:50:45.5668265Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-12-17T23:50:45.5695348Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-12-17T23:50:45.5703110Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-12-17T23:50:45.5708116Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-12-17T23:50:45.5720222Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-12-17T23:50:45.5730545Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-12-17T23:50:45.5750168Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-12-17T23:50:45.5772180Z copying torch\_inductor\codegen\cuda\cutlass_epilogue_gen.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-12-17T23:50:45.5785890Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-12-17T23:50:45.5797479Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-12-17T23:50:45.5810975Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-12-17T23:50:45.5847998Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-12-17T23:50:45.5855371Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-12-17T23:50:45.5860302Z copying torch\_inductor\codegen\rocm\ck_conv_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-12-17T23:50:45.5879270Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-12-17T23:50:45.5890634Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-12-17T23:50:45.5925848Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-12-17T23:50:45.5941593Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-12-17T23:50:45.5953866Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-12-17T23:50:45.5966135Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-12-17T23:50:45.5981315Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-12-17T23:50:45.5996420Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-12-17T23:50:45.6030894Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-12-17T23:50:45.6038092Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-12-17T23:50:45.6043796Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-12-17T23:50:45.6058528Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-12-17T23:50:45.6065797Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-12-17T23:50:45.6072198Z 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-12-17T23:50:45.6083430Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-12-17T23:50:45.6095458Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6101603Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6114245Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6124203Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6145739Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6155864Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6170900Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6184643Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6199288Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6232247Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6260033Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6291429Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6317378Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6334176Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6398314Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6399603Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6412174Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6423716Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6436811Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6448626Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6621003Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6632268Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6654045Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6668737Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:50:45.6676096Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-12-17T23:50:45.6682165Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-12-17T23:50:45.6740234Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-12-17T23:50:45.6748440Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-12-17T23:50:45.6753506Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-12-17T23:50:45.6766306Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-12-17T23:50:45.6770730Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-12-17T23:50:45.6777905Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2024-12-17T23:50:45.6793123Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2024-12-17T23:50:45.6807466Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-12-17T23:50:45.6812202Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-12-17T23:50:45.6848195Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-12-17T23:50:45.6853248Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-12-17T23:50:45.6874811Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-12-17T23:50:45.6885207Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-12-17T23:50:45.6892713Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2024-12-17T23:50:45.6897288Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-12-17T23:50:45.6910418Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-12-17T23:50:45.6918223Z creating build\lib.win-amd64-cpython-39\torchgen\api 2024-12-17T23:50:45.6922512Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-12-17T23:50:45.6950457Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-12-17T23:50:45.6969014Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-12-17T23:50:45.7001144Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-12-17T23:50:45.7013440Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-12-17T23:50:45.7045028Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-12-17T23:50:45.7051417Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-12-17T23:50:45.7066072Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-12-17T23:50:45.7104256Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-12-17T23:50:45.7120735Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-12-17T23:50:45.7163456Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-12-17T23:50:45.7173796Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-12-17T23:50:45.7186514Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-12-17T23:50:45.7193350Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2024-12-17T23:50:45.7198415Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-12-17T23:50:45.7225991Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-12-17T23:50:45.7240091Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-12-17T23:50:45.7251188Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-12-17T23:50:45.8811985Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-12-17T23:50:45.8834637Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-12-17T23:50:45.8850231Z creating build\lib.win-amd64-cpython-39\torchgen\executorch 2024-12-17T23:50:45.8855041Z copying torchgen\executorch\model.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-12-17T23:50:45.8869522Z copying torchgen\executorch\parse.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-12-17T23:50:45.8883934Z copying torchgen\executorch\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-12-17T23:50:45.8890540Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-12-17T23:50:45.8895284Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-12-17T23:50:45.8910216Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-12-17T23:50:45.8916482Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-12-17T23:50:45.8935890Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-12-17T23:50:45.8940504Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-12-17T23:50:45.8978292Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-12-17T23:50:45.8992330Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-12-17T23:50:45.8998953Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-12-17T23:50:45.9012930Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-12-17T23:50:45.9028108Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-12-17T23:50:45.9053328Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-12-17T23:50:45.9080559Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-12-17T23:50:45.9087177Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2024-12-17T23:50:45.9091936Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-12-17T23:50:45.9104212Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-12-17T23:50:45.9130811Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-12-17T23:50:45.9144891Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-12-17T23:50:45.9152680Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-12-17T23:50:45.9158040Z copying torchgen\executorch\api\custom_ops.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-12-17T23:50:45.9170162Z copying torchgen\executorch\api\et_cpp.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-12-17T23:50:45.9189325Z copying torchgen\executorch\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-12-17T23:50:45.9210140Z copying torchgen\executorch\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-12-17T23:50:45.9219233Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-12-17T23:50:45.9227078Z copying torchgen\executorch\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-12-17T23:50:45.9237981Z copying torchgen\executorch\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-12-17T23:50:45.9252266Z copying torchgen\executorch\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-12-17T23:50:46.5064589Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:46.5226853Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:46.6222048Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2024-12-17T23:50:46.6227502Z creating build\lib.win-amd64-cpython-39\torch\bin 2024-12-17T23:50:46.6231918Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-12-17T23:50:46.6242571Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-12-17T23:50:46.6293269Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-12-17T23:50:46.6304100Z copying torch\bin\ProcessGroupGlooAsyncTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-12-17T23:50:46.6322630Z copying torch\bin\ProcessGroupGlooTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-12-17T23:50:46.6334055Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-12-17T23:50:46.6365413Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-12-17T23:50:46.6377149Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-12-17T23:50:46.6464648Z copying torch\bin\test_edge_op_registration.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-12-17T23:50:46.6474625Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-12-17T23:50:46.6525148Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-12-17T23:50:46.6551829Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-12-17T23:50:46.6613259Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-12-17T23:50:46.6621671Z creating build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6626046Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6636875Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6647507Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6657827Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6676255Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6687929Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6699417Z copying torch\test\c10_ArrayRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6710287Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6720844Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6731726Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6742925Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6753726Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6766260Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6781332Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6795951Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6808330Z copying torch\test\c10_cuda_CUDAAssertionsTest_1_var_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6819721Z copying torch\test\c10_cuda_CUDAAssertionsTest_catches_stream.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6830704Z copying torch\test\c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6851925Z copying torch\test\c10_cuda_CUDAAssertionsTest_from_2_processes.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6862687Z copying torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6872725Z copying torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6882704Z copying torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6893032Z copying torch\test\c10_cuda_CUDATest.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6903300Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6920160Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6930246Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6940693Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6958048Z copying torch\test\c10_error_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6967370Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6977025Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6986931Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.6996069Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7013078Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7023591Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7040505Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7049575Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7067016Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7077800Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7087772Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7097869Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7108050Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7117829Z copying torch\test\c10_NetworkFlow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7157384Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7169301Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7181089Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7192650Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7204134Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7215788Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7234875Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7246161Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7256918Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7277434Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7293476Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7306417Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7317895Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7329178Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7340254Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7350531Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7361449Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7377588Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7388416Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7398305Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7408598Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7419446Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7430172Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7443257Z copying torch\test\cuda_allocatorTraceTracker_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7453725Z copying torch\test\cuda_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7464802Z copying torch\test\cuda_apply_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7482411Z copying torch\test\cuda_atomic_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7493474Z copying torch\test\cuda_caching_host_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7504399Z copying torch\test\cuda_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7515527Z copying torch\test\cuda_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7526142Z copying torch\test\cuda_cub_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7537000Z copying torch\test\cuda_cudnn_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7548017Z copying torch\test\cuda_device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7558310Z copying torch\test\cuda_distributions_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7570215Z copying torch\test\cuda_dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7581970Z copying torch\test\cuda_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7592773Z copying torch\test\cuda_half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7603443Z copying torch\test\cuda_integer_divider_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7613578Z copying torch\test\cuda_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7624309Z copying torch\test\cuda_packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7635652Z copying torch\test\cuda_reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7646672Z copying torch\test\cuda_stream_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7663479Z copying torch\test\cuda_vectorized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7674520Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7687669Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7698648Z copying torch\test\dispatch_key_set_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7710135Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7722039Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7734170Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7746570Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7759439Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7772203Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7792442Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7807887Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7824867Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7839094Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7854975Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7869447Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7880641Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7892660Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7914035Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7928519Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7941838Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7952310Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7964299Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7975093Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7985795Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.7996260Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8007695Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8018429Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8029354Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8039525Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8049319Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8073532Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8085471Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8097563Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8108763Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8120597Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8131401Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8142634Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8154001Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8165812Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8176458Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8189049Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8199922Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8207858Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8218164Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8229338Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8240481Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8248354Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8258828Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8269329Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-12-17T23:50:46.8278941Z creating build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8283371Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8299116Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8310171Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8317236Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8324546Z copying torch\_C\_cusparselt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8341233Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8353050Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8368915Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8379994Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8391058Z copying torch\_C\_export.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8397859Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8410429Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8422420Z copying torch\_C\_instruction_counter.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8430599Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8437190Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8450073Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8456814Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8468107Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8483120Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8493325Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8507973Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.8524460Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.9138064Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.9144666Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-12-17T23:50:46.9438034Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:46.9450444Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-12-17T23:50:46.9469567Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-12-17T23:50:46.9483052Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-12-17T23:50:46.9517932Z creating build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:46.9522317Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:46.9528889Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:46.9534766Z creating build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9538990Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9546357Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9552738Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9559258Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9565614Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9578912Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9585588Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9593340Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9600185Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9607326Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9614822Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9622220Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9629127Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9636117Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9643147Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9650956Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9660345Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9670624Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2024-12-17T23:50:46.9679142Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9684285Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9691523Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9698140Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9705282Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9713498Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9727862Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9734717Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9742678Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9750279Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9756881Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9764007Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9777114Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9785118Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9796517Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9805916Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9813932Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9822114Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9830536Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9837219Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9850283Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9857805Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9865034Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9871719Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9878539Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9885376Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9892477Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9899789Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9906537Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9913516Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9928204Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9934473Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9941600Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9948323Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9954465Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9961311Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9968559Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9976495Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9983120Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9989621Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:46.9996207Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0002863Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0016765Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0024229Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0191388Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0198859Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0206370Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0214271Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0223054Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0230407Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0237409Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0244715Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0259448Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0266788Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0273721Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0280610Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0290682Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0299135Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0307163Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0315179Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0322795Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0330533Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0350742Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0357428Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0365142Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0372033Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0378766Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0385253Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0391952Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0400774Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0408756Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0422798Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0429534Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0436534Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0445279Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0451949Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0458241Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0465091Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0471676Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0478129Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0484606Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0498033Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0504854Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0511469Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0518718Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0545670Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0560084Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0566703Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0573006Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0580704Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0586639Z copying torch\include\ATen\SDPBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0593157Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0600150Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0607298Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0614532Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0622927Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0630332Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0637227Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0644393Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0651485Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0659105Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0676482Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0684563Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0692687Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0700573Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0708393Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0715847Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0723457Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0731158Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0738842Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0746654Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0763597Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0771305Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0778984Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0786674Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0794222Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0805048Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0835006Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0842643Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-12-17T23:50:47.0849317Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-12-17T23:50:47.0854418Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-12-17T23:50:47.0860993Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-12-17T23:50:47.0868240Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-12-17T23:50:47.0874308Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-12-17T23:50:47.0880852Z copying torch\include\ATen\cpu\vec\vec128\vec128.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-12-17T23:50:47.0887194Z copying torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-12-17T23:50:47.0894873Z copying torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-12-17T23:50:47.0902257Z copying torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-12-17T23:50:47.0927909Z copying torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-12-17T23:50:47.0935318Z copying torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-12-17T23:50:47.0941461Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-12-17T23:50:47.0947128Z copying torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-12-17T23:50:47.0954035Z copying torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-12-17T23:50:47.0960312Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-12-17T23:50:47.0967025Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-12-17T23:50:47.0983211Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-12-17T23:50:47.0990483Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-12-17T23:50:47.0997595Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-12-17T23:50:47.1004451Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-12-17T23:50:47.1011346Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-12-17T23:50:47.1018693Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-12-17T23:50:47.1027063Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-12-17T23:50:47.1033969Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-12-17T23:50:47.1041430Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2024-12-17T23:50:47.1047078Z 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-12-17T23:50:47.1053815Z 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-12-17T23:50:47.1060774Z 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-12-17T23:50:47.1074193Z 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-12-17T23:50:47.1081555Z 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-12-17T23:50:47.1088568Z 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-12-17T23:50:47.1095770Z 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-12-17T23:50:47.1103743Z 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-12-17T23:50:47.1110860Z 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-12-17T23:50:47.1117731Z 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-12-17T23:50:47.1124680Z 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-12-17T23:50:47.1131980Z 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-12-17T23:50:47.1139341Z 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-12-17T23:50:47.1146031Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2024-12-17T23:50:47.1151550Z 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-12-17T23:50:47.1159001Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-12-17T23:50:47.1164287Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-12-17T23:50:47.1171007Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-12-17T23:50:47.1179076Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-12-17T23:50:47.1186339Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-12-17T23:50:47.1202183Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-12-17T23:50:47.1209686Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-12-17T23:50:47.1217742Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-12-17T23:50:47.1224986Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-12-17T23:50:47.1232720Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-12-17T23:50:47.1239574Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-12-17T23:50:47.1250908Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-12-17T23:50:47.1257138Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-12-17T23:50:47.1373306Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-12-17T23:50:47.1381304Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-12-17T23:50:47.1388377Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-12-17T23:50:47.1395912Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-12-17T23:50:47.1403184Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-12-17T23:50:47.1410050Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-12-17T23:50:47.1416676Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-12-17T23:50:47.1423859Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-12-17T23:50:47.1430984Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-12-17T23:50:47.1436218Z copying torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-12-17T23:50:47.1443119Z copying torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-12-17T23:50:47.1450384Z copying torch\include\ATen\cpu\vec\sve\vec_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-12-17T23:50:47.1458006Z copying torch\include\ATen\cpu\vec\sve\vec_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-12-17T23:50:47.1514685Z copying torch\include\ATen\cpu\vec\sve\vec_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-12-17T23:50:47.1527099Z copying torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-12-17T23:50:47.1530528Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1535459Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1542286Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1549020Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1555488Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1614760Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1648843Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1656833Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1663458Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1670062Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1677227Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1683906Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1693155Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1700726Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1708909Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1716363Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1723840Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1731153Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1738994Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1746684Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1753677Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1761066Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.1768947Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.3977440Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.3984629Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.3992629Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.3998898Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4005350Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4012097Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4020305Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4027395Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4034382Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4041033Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4047655Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4062464Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4069768Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4076650Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4083365Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4090915Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4099186Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4105928Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4113704Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4121165Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4127546Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4134276Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4140864Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4158578Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4166014Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4173913Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4182162Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4190839Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4199934Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4207718Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4215908Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4224187Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4233842Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4250323Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4259093Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4266159Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4273284Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4280448Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4287724Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4295006Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4301942Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4310093Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4320374Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4326974Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4348937Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4355099Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4362597Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4369000Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4375199Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4381929Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4388330Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4394965Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-12-17T23:50:47.4400903Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4405803Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4412430Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4418636Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4425531Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4432545Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4446593Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4453818Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4460555Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4467520Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4474236Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4480905Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4487552Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4494204Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4500792Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4507375Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4513928Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4520797Z copying torch\include\ATen\cuda\CUDAConfig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4527414Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4533877Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4540611Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4547227Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4560557Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4567304Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4573885Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4580608Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4587796Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4594847Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4601488Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4607885Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4614616Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4629513Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4636981Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4644387Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4651471Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4658846Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4665985Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4673208Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4680233Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-12-17T23:50:47.4687682Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-12-17T23:50:47.4693533Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-12-17T23:50:47.4700892Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-12-17T23:50:47.4708213Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-12-17T23:50:47.4725891Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-12-17T23:50:47.4733691Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-12-17T23:50:47.4741097Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-12-17T23:50:47.4748295Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-12-17T23:50:47.4756107Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-12-17T23:50:47.4763760Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-12-17T23:50:47.4771155Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-12-17T23:50:47.4777568Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-12-17T23:50:47.4783587Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-12-17T23:50:47.4791298Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-12-17T23:50:47.4799428Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-12-17T23:50:47.4806937Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-12-17T23:50:47.4821665Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-12-17T23:50:47.4831673Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-12-17T23:50:47.4839584Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-12-17T23:50:47.4846801Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-12-17T23:50:47.4852446Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-12-17T23:50:47.4859669Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-12-17T23:50:47.4866938Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-12-17T23:50:47.4873783Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-12-17T23:50:47.4880856Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-12-17T23:50:47.4894218Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-12-17T23:50:47.4900511Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-12-17T23:50:47.4905590Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-12-17T23:50:47.4912208Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-12-17T23:50:47.4922710Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-12-17T23:50:47.4936128Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-12-17T23:50:47.4942932Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-12-17T23:50:47.4962254Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-12-17T23:50:47.4969390Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-12-17T23:50:47.4976202Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-12-17T23:50:47.4983085Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-12-17T23:50:47.4989699Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-12-17T23:50:47.4996053Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-12-17T23:50:47.5002692Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-12-17T23:50:47.5009393Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-12-17T23:50:47.5019508Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5024210Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5030687Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5037654Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5044050Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5106531Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5107736Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5108710Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5109553Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5110369Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5111142Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5111900Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5118933Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5126293Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5133721Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5141113Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5148365Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5156646Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5164058Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5171768Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5179822Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5195243Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5202554Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5210136Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5217557Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5225034Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5232441Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5240208Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5252635Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5260825Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5277195Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5284637Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5296431Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5305282Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5313314Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5322123Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5334549Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5344158Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5358403Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5367003Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5375434Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5383742Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5391610Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5399230Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5410925Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5417939Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5425798Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5432718Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5443516Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5462906Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5470483Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5478132Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5484808Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5491671Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5498800Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5506397Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5513309Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5520571Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5527596Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5534744Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5550639Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5557583Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5564905Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5572015Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5579151Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5586217Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5593271Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5606683Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5614189Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5621127Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5628726Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5636920Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5657038Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5664873Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5678169Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5683083Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5703688Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5711646Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5719693Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5727238Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5735707Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5743383Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5750992Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5759488Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5767192Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5774549Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5781879Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5789773Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5797237Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5804677Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5811940Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5820541Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5830585Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5841327Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5849212Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5856950Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5873167Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5880735Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5887535Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5895224Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5907074Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5914108Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5921024Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5928721Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5935549Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5942514Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5949407Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5956359Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5963174Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5970117Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5977376Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5984406Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5991262Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.5998112Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6005041Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6011917Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6023878Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6031156Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6049018Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6055805Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6063097Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6069902Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6076769Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6083803Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6090795Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6098686Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6105282Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6112088Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6118908Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6125735Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6133204Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6140192Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6147189Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6153949Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6160653Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6167378Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6180052Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6186799Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6193426Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6201490Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6209108Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6215594Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6222576Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6230163Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6242685Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6250300Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6257912Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6268269Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6284708Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6292286Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6299889Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6307395Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6318764Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6328305Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6338715Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6349391Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6359753Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6369986Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6377302Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6385012Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6397305Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6404781Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6411483Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6418410Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6430265Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6437196Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6443998Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6451148Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6458585Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6465387Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6472199Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6479580Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6491344Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6498220Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6505721Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6512581Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6519786Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6526642Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6533746Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6541519Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6553239Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6559663Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6566769Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6573453Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6580576Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6587296Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6594504Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6601277Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6624590Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6631996Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6639964Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6647729Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6655391Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6662914Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6670352Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6678274Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6709207Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6716480Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6723972Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6732212Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6744695Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6752293Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6759781Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6767899Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6775597Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6783140Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6791655Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6799042Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6813842Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6821814Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6832227Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6841278Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6848298Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6855915Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6863566Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6870497Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6877827Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6884417Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6891830Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6898876Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6905795Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6912605Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6920303Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6927145Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6940453Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6947402Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6954160Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6960988Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6980262Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6987155Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.6993919Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7000584Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7007307Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7014187Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7021543Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7028440Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7035392Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7042396Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7049233Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7056239Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7066388Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7073391Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7080658Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7088156Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7096431Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7104126Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7111580Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7119438Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7126927Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7134506Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7142076Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7149849Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7157803Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7165377Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7172994Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7181272Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7188640Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7196080Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7203744Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7211363Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7219076Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7226927Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7234476Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7242264Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7250086Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7257401Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7265332Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7273462Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7281198Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7289330Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7297020Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7305176Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7319002Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7327377Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7337819Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7347460Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7355414Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7365131Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7375952Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7386412Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7397115Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7405325Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7413167Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7428199Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7436198Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7443211Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7449997Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7457551Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7464473Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7471201Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7478794Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7485618Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7492446Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7499583Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7506296Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7513279Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7520157Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7526767Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7534267Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7541952Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7554501Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7561727Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7569222Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7577227Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7584913Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7592296Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7599734Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7607636Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7615605Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7623457Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7632409Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7640145Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7648430Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7665565Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7686076Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7693632Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7706714Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7714601Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7722178Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7729608Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7737767Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7746290Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7753668Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7761183Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7773971Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7781707Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7789468Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7797019Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7805215Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7812823Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7820408Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7828895Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7836471Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7843998Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7852398Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7859547Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7871952Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7879440Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7886353Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7893236Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7900200Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7907447Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7915063Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7921838Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7928713Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7935359Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7942853Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7949485Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7963484Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7973147Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7981859Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7989179Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.7996970Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8004782Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8012129Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8019734Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8027560Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8035851Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8043239Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8051301Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8058894Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8066676Z copying torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8075269Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8083422Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8093535Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8104172Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8112787Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8121553Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8129167Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8137025Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8144457Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8152236Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8159279Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8166916Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8174401Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8184042Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8192438Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8198940Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8205735Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8212438Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8224522Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8231540Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8238652Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8246510Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8258658Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8265731Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8272779Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8279941Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8291363Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8305803Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8313334Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8320152Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8327243Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8334190Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8341491Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8355489Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8359317Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8368089Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8378697Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8389259Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8399882Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8410506Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8418793Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8426970Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8438854Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8446588Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8453900Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8461297Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8469115Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8476005Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8483447Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8491608Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8498744Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8506339Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8513632Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8520753Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8527836Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8535663Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8542787Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8550403Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8557480Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8564889Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8572036Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8580316Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8586668Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8593806Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8600704Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8607815Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8615077Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8622217Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8629226Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8641484Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8649450Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8656600Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8663937Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8671528Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8679084Z 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-12-17T23:50:47.8686167Z 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-12-17T23:50:47.8693205Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8706358Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8714146Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8722377Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8730104Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8738209Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8746412Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8754322Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8761882Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8771031Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8779215Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8787038Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8795563Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8807341Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8815547Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8823503Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8832610Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8846876Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8857757Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8866334Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8888547Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8901303Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8909046Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8915980Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8922955Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8933349Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8940857Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8947802Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8955147Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8962678Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8969695Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8977452Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8985077Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.8996152Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9003745Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9011033Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9018153Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9030278Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9060708Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9067809Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9075050Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9089323Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9096254Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9103227Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9110162Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9117178Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9124130Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9131037Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9138350Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9146301Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9154651Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9162078Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9169496Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9177414Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9185605Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9193548Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9201003Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9213082Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9221144Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9228769Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9236304Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9248707Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9256862Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9265115Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9272841Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9281083Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9288932Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9296878Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9304880Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9312861Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9320616Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9328559Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9337260Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9348155Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9359169Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9367054Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9374858Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9386874Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9393847Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9401564Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9408982Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9417090Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9424222Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9431311Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9438225Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9452038Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9459200Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9466121Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9473274Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9486346Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9494011Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9501675Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9508810Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9516085Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9523434Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9544150Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9551112Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9558559Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9566048Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9573318Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9580570Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9587631Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9594577Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9602249Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9610104Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9617714Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9625891Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9634178Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9641693Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9674212Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9681894Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9689850Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9697695Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9705156Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9712876Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9720644Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9728361Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9740190Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9747648Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9754734Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9763414Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9771031Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9778473Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9786684Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9794433Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9802015Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9809479Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9817633Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9825535Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9833285Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9843126Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9856330Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9866967Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9875262Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9883576Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9891439Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9899395Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9906245Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9913835Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9920845Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9928440Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9935516Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9942452Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9949355Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9956911Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9983480Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9990513Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:47.9997953Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0004727Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0011663Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0018422Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0025648Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0032315Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0038862Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0045796Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0052543Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0059595Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0070731Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0088109Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0095222Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0102179Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0112483Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0119236Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0126604Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0133614Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0140791Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0148143Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0156208Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0163467Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0175227Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0182836Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0190436Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0197868Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0205524Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0213203Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0220938Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0228680Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0236162Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0243429Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0250998Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0258717Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0270944Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0278450Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0285995Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0293550Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0301213Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0308933Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0316373Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0323338Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0331062Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0339015Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0354665Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0364401Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0372692Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0380502Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0388516Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0396997Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0408207Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0415330Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0422851Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0429395Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0440749Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0447498Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0455060Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0462917Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0469659Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0476451Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0483314Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0489960Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0497725Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0504806Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0512697Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0522025Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0532736Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0539908Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0546458Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0553913Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0564548Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0571066Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0577651Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0584309Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0594268Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0601655Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0608853Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0615509Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0626490Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0634117Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0640648Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0647491Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0654112Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0660872Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0667385Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0674143Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0680853Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0688103Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0695268Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0702511Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0714144Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0722244Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0729703Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0737222Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0745332Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0753001Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0760433Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0767909Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0775755Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0783441Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0791002Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0798605Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0810279Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0818149Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0825568Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0833324Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0840952Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0849067Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0857405Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0866925Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0877352Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0887619Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0898395Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0906245Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0919023Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0926696Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0934508Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0942178Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0948825Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0956486Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0963429Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0970368Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0977681Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0985819Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.0993132Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1000446Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1007739Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1014428Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1021369Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1028458Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1035428Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1042234Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1049044Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1055884Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1062808Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1069719Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1076574Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1083557Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1090415Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1097045Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1104358Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1111363Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1122604Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1129735Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1136441Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1144466Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1155904Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1163246Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1171244Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1178072Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1185312Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1193623Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1201642Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1209023Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1216835Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1224733Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1232159Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1239643Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1247877Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1255649Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1263132Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1270536Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1295125Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1302910Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1310089Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1317566Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1325651Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1333188Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1340791Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1349899Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1363676Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1371720Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1380167Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1388134Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1396406Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1403893Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1411506Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1418837Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1430506Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1438632Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1445661Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1453358Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1482591Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1489529Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1497047Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1505340Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1512408Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1519936Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1527712Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1534604Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1545760Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1553217Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1560662Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1567999Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1579278Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1586469Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1593326Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1600261Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1607646Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1614822Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1621620Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1629404Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1641819Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1648198Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1655495Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1663160Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1675378Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1682191Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1689528Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1696214Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1706998Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1714398Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1721512Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1729847Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1736890Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1745176Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1752202Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1759038Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1766155Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1772852Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1779591Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1786487Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1798368Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1805015Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1812021Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1819019Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1826197Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1835295Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1843008Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1851224Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1877517Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1888032Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1898642Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1907534Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1915156Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1923899Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1936007Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1944001Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1951330Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1959480Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1966191Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1973647Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1980520Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1987412Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.1994682Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2001762Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2009070Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2016056Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2023399Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2034042Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2040826Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2047679Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2054349Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2061676Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2068523Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2075577Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2082746Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2089870Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2097308Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2104241Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2111621Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2118852Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2126017Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2132854Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2139379Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2146205Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2153108Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2159899Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2167860Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2174724Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2182052Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2189261Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2196071Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2202989Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2210453Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2217249Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2224138Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2230744Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2237980Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2244755Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2252112Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2259125Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2267311Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2274013Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2281204Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2288162Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2299862Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2306812Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2315160Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2322734Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2329547Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2336528Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2343601Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2350557Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2357491Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2365060Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2372178Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2379152Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2386540Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2414612Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2428525Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2435589Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2443324Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2450705Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2458295Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2465776Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2474967Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2486068Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2494797Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2505620Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2513848Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2522059Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2530293Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2538319Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2552544Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2561124Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2568820Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2576597Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2584977Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2592982Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2601084Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2609504Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2617361Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2625279Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2633546Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2641304Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2649043Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2658908Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2667167Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2675755Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2683691Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2691530Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2699850Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2708190Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2715838Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2724031Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2731940Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2739691Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2747832Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2756464Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2764305Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2772155Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2779979Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2787374Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2795498Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2802562Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2810350Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2817757Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2825963Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2833069Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2844249Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2851237Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2857986Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2865458Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2872402Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2879941Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2889636Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2899719Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2916319Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2926910Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2936587Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2944393Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2952151Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2960270Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2967524Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2975300Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2982185Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2990367Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.2997271Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3004056Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3011802Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3025050Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3028510Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3035233Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3042218Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3049296Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3056287Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3063362Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3070579Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3077860Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3084789Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3091566Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3098624Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3105922Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3112958Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3120072Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3127148Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3134172Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3141556Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3148398Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3156066Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3162860Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3170216Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3177167Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3184148Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3191582Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3199118Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3205691Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3212574Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3219338Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3226485Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3233263Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3239976Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3246657Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3253627Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3260290Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3267057Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3273577Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3280953Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3287558Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3293555Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3300152Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3306719Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3313796Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3320666Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3327858Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3334499Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3341466Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3348083Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3355186Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3362985Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3370431Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3378361Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3386166Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3394348Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3402262Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3409831Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3417520Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3424900Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3432318Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3439473Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3447244Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3454470Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3461769Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3469110Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3477288Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3484683Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3491594Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3498630Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3505866Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3512964Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3520268Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3527844Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3535237Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3542278Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3549231Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.3556488Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7571131Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7579135Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7586780Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7594118Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7601718Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7608711Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7615543Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7622389Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7629189Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7635973Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7643003Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7649652Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7662164Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7669432Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7676435Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7683518Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7690493Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7697979Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7705169Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7712162Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7719283Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7726231Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7733108Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7740110Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7747109Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7754801Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7762143Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7769125Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7776094Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7783192Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7789952Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7796926Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7803633Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7810512Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7817307Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7824185Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7830965Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7837913Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7844575Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7851364Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7858877Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7867041Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7874303Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7881896Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7892014Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7902390Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7913505Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7924455Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7932156Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7940199Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7947937Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7955973Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7963843Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7970364Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7978325Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7986026Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.7993033Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8000873Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8009110Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8016583Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8024752Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8032173Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8039012Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8047644Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8055539Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8063390Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8070731Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8078520Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8085656Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8093257Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8100654Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8107679Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8115291Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8122503Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8129207Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8142838Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8146200Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8152965Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8159827Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8167700Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8175030Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8182134Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8189303Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8197212Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8203924Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8211575Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8219342Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8226841Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8234771Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8242011Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8249422Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8256774Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8264353Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8271908Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8278959Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8286121Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8293302Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8300537Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8307613Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8315286Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8322664Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8330144Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8338736Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8345652Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8352706Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8360166Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8367298Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8374433Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8382532Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8391486Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8402062Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8412559Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8423555Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8434080Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8442471Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8450454Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8458608Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8466170Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8474698Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8482899Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8492075Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8500129Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8509073Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8518350Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8529586Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8537199Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8544861Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8552147Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8559190Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8566660Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8574172Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8580874Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8588036Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8594938Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8602050Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8609002Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8616359Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8623217Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8630193Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8637049Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8643632Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8650421Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8657453Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8664181Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8671384Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8679206Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8700419Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8707970Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8715503Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8722756Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8730935Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8738465Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8745741Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8753622Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8761548Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8769639Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8777134Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8785524Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8793320Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8800747Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8814362Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8826007Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8833915Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8841782Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8848892Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8856660Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8864929Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8872008Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8879205Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8887223Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8895432Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8906087Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8914129Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8921598Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8929476Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8936923Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8945118Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8952963Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8960082Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8967625Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8974318Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8981659Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8988659Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.8996119Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9003776Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9010675Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9017804Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9024836Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9031432Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9038427Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9045581Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9052816Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9059816Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9066693Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9073555Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9080490Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9087541Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9094445Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9101806Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9108735Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9115628Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9122898Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9129959Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9136888Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9144563Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9151214Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9158108Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9164881Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9171319Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9178369Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9185256Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9191745Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9198955Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9206256Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9213986Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9221452Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9228769Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9236491Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9244212Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9251899Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9260900Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9269466Z 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-12-17T23:50:48.9277411Z 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-12-17T23:50:48.9285787Z 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-12-17T23:50:48.9294182Z 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-12-17T23:50:48.9302227Z 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-12-17T23:50:48.9310703Z 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-12-17T23:50:48.9318528Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9326560Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9335040Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9342909Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9350837Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9359106Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9367026Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9375464Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9384417Z 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-12-17T23:50:48.9392193Z 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-12-17T23:50:48.9403034Z 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-12-17T23:50:48.9413686Z 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-12-17T23:50:48.9422154Z 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-12-17T23:50:48.9431355Z 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-12-17T23:50:48.9439344Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9448584Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9457058Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9464538Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9472667Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9479934Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9488081Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9495555Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9503107Z 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-12-17T23:50:48.9510286Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9518340Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9525748Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9532933Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9540238Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9547762Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9555413Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9562905Z 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-12-17T23:50:48.9570326Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9577551Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9584795Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9591961Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9599178Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9607458Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9615290Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9622630Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9629846Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9637460Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9644692Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9651590Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9658762Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9666251Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9673772Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9680933Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9688384Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9696022Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9703075Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9710892Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9719185Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9727137Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9735340Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9743589Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9751405Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9758641Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9766216Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9774707Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9782025Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9789841Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9798896Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9806523Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9814225Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9822309Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9830112Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9837660Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9845413Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9853740Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9861809Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9869569Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9877444Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9885301Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9892854Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9901556Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9910105Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9918139Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9927060Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9936700Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9945284Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9953008Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9961514Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9969547Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9977724Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:48.9985042Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0001696Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0008621Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0015743Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0022911Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0030499Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0037255Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0044437Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0051381Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0059217Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0066219Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0073379Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0080320Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0087552Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0094654Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0101564Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0108871Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0119908Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0127048Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0134072Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0141112Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0148411Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0155389Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0162401Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0169475Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0176784Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0183776Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0190802Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0198015Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0205106Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0212840Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0220613Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0228111Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0236575Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0244206Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0251909Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0260450Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0268802Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0276208Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0284137Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0292266Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0300254Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0307950Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0315861Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0323362Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0331190Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0339052Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0346804Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0354307Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0362519Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0370590Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0378548Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0386209Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0394648Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0403302Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0412009Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0421478Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0430130Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0438537Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0447943Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0455468Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0463548Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0471464Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0478474Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0486284Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0493015Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0504355Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0511360Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0518153Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0524911Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0532202Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0539266Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0546015Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0553286Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0560609Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0567571Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0574423Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0581856Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0588838Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0595531Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0602395Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0609606Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0616524Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0623606Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0630285Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0637430Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0644078Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0651034Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0657721Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0664822Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0671444Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0678670Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0685437Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0692388Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0699396Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0706158Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0717278Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0724669Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0731470Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0738363Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0745339Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0752362Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0759140Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0766105Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0773300Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0780577Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0792909Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0799970Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0806968Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0814521Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0822277Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0843918Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0851554Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0859257Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0867704Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0875478Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0883146Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0890727Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0898759Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0907273Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0916074Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0926121Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0935122Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0943279Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0954125Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0964008Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0971788Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0979777Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.0999456Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1006567Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1014043Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1020759Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1027791Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1034664Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1042257Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1049432Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1062044Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1068944Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1075888Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1082605Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1089105Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1095819Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1102909Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1110577Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1117523Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1124549Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1131733Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1138904Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1157352Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1164452Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1171951Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1183981Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1191109Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1198407Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1205648Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1212691Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1226476Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1234344Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1242024Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1250285Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1258449Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1270455Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1278331Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1287067Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1294868Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1303006Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1311212Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1319157Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1326872Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1334869Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1343145Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1350734Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1358476Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1366824Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1374248Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1381946Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1389886Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1397124Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1405392Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1414872Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1423275Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1437780Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1446455Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1454482Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1462963Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1471067Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1478066Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1485921Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1492721Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1500712Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1507666Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1525695Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1532631Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1539014Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1545960Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1552479Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1559465Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1565959Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1572516Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1579233Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1585687Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1597916Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1605615Z 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-12-17T23:50:49.1612714Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1619974Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1626769Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1637783Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1645090Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1656974Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1670125Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1677382Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1684571Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1691623Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1698630Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1705818Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1712795Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1720384Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1727559Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1734404Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1741588Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1748701Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1755286Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1762605Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1769489Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1776277Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1783156Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1793900Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1800499Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1807125Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1814514Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1822842Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1835626Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1843081Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1850845Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1860153Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1868449Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1878287Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1887805Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1896193Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1931564Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1940337Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1954825Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1962045Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1969478Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1976660Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1984547Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.1995643Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2003005Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2009713Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2017447Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2024651Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2031220Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2038149Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2045322Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2052205Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2059073Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2066355Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2073198Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2079931Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2087056Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2093857Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2105935Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2114021Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2120608Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2127226Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2133693Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2140215Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2146670Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2169615Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2176984Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2184207Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2205068Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2212138Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2220014Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2227623Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2235488Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2243585Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2251307Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2259387Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2267130Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2274623Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2286862Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2294442Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2302493Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2310212Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2317591Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2325081Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2333164Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2340511Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2347947Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2355457Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2366976Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2375091Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2383024Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2390398Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2397847Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2405996Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2414225Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2425971Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2435404Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2443352Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2457971Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2466320Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2473242Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2480653Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2487826Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2506134Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2513513Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2520563Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2528881Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2535901Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2551117Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2558408Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2565661Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2572933Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2580629Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2587623Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2594677Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2602152Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2609396Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2616449Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2623740Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2630782Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2638156Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2645264Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2652609Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2659882Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2666924Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2674231Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2681862Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2688923Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2701001Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2708417Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2715224Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2722264Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2729569Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2744206Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2751156Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2758248Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2766552Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2773702Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2784917Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2791712Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2798355Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2805397Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2812106Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2819232Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2826277Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2833099Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2840371Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2847006Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2853761Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2861050Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2867848Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2874932Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2882818Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2895949Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2903538Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2912163Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2920618Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2931198Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2956740Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2967147Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2975175Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2983088Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2991394Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.2998938Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3006631Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3014234Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3022028Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3029144Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3036249Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3043713Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3051539Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3058752Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3065969Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3073387Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3080926Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3088476Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3095594Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3102744Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3114364Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3121486Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3128560Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3135989Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3142924Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3162828Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3169901Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3177285Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3184442Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3191691Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3198943Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3206028Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3213700Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3220784Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3228512Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3236480Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3244137Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3251892Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3260201Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3267991Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3279858Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3287821Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3295879Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3303370Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3311279Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3318962Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3326986Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3334975Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3343054Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3351146Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3358868Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3366489Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3374568Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3382369Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3390297Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3451307Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3459328Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3468400Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3475568Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3483292Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3490376Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3498216Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3505592Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3512818Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3519658Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3527254Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3534102Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3541064Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3547918Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3554795Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3562070Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3568712Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3575885Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3583393Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3590302Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3602972Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3610204Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3617228Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3624511Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3631324Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3638079Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3644852Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3651743Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3658304Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3665209Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3672678Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3679527Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3686514Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3693059Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3699828Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3706782Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3714061Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3720984Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3728036Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3736122Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3743877Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3751584Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3759673Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3767688Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3775226Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3783345Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3791365Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3799236Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3806391Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3814400Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3822095Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3829651Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3837506Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3845289Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3853135Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3861283Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3869150Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3876643Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3883737Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3891378Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3903692Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3911196Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3918623Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3928328Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3938344Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3947187Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3956258Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3964716Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3972993Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3980863Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3989137Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.3996678Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4003727Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4011060Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4018388Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4025459Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4032355Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4039496Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4046993Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4053831Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4065690Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4072518Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4079665Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4086425Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4093149Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4099883Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4106729Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4113402Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4120715Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4127853Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4134725Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4141881Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4153874Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4161112Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4167999Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4175019Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4182506Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4189396Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4196754Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4203945Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4217676Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4224896Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4231908Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4239865Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4247615Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4255929Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4267457Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4278402Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4286718Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4295326Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4303347Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4311299Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4319262Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4327116Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4334637Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4346807Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4354959Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4362669Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4370513Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4378405Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4389871Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4397982Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4405862Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4413590Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4421698Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4433671Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4441470Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4448571Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4456486Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4463664Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4474804Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4481880Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4489546Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4496652Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4503992Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4515992Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4523049Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4530336Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4537422Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4545180Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4556690Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4563829Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4570932Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4578085Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4585394Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4596917Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4604067Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4611112Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4618367Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4625388Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4632089Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4639785Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4647094Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4654400Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4661771Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4668693Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4675609Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4682343Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4689333Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4696234Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4703565Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4710648Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4717548Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4724529Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4731375Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4738010Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4745757Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4753962Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4761296Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4768744Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4776171Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4784061Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4791979Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4799296Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4806888Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4821337Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4828235Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4834966Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4841401Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4848601Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4856486Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4864094Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4870885Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4877832Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4885158Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4892173Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4899060Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4906150Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4913064Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4919797Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4931322Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4937907Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4944930Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4951948Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4958608Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4965343Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4972108Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4979146Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4986046Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4992653Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.4999661Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5006282Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5012858Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5019849Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5026437Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5033292Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5040132Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5047050Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5053784Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5061422Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5072890Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5079934Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5086792Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5093564Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5107566Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5114627Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5121189Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5128025Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5134707Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5141800Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5148628Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5155642Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5162435Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5169424Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5175960Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5204372Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5211343Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5218093Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5224849Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5231763Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5243320Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5250037Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5256542Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5263563Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5270603Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5277551Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5284203Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5291898Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5299250Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5306135Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5316983Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5325012Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5332452Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5339409Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5346323Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5353148Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5359689Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5366431Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5372901Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5380577Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5387178Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5394061Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5400482Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5407312Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5414235Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5421179Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5427797Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5435204Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5442261Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5449793Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5461323Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5468879Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5476408Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5483686Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5489978Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5496941Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5503585Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5510542Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5517160Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5523554Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5536210Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5543254Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5549779Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5556330Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5563322Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5573979Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5580711Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5587183Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5593883Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5600284Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5618168Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5625203Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5631974Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5639342Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5646381Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5670385Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5677330Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5684919Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5691717Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5698651Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5710305Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5717220Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5724050Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5730872Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5737506Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5744582Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5752937Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5760764Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5768763Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5776581Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5790663Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5798920Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5806300Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5813860Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5821600Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5829657Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5837418Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5844823Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5852905Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5860449Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5873610Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5881683Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5889298Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5896709Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5903976Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5911459Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5919375Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5926619Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5934117Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5944202Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5954922Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5963063Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5970992Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5978463Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5986677Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.5994512Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6001582Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6008783Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6016590Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6024174Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6030892Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6038329Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6046490Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6054403Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6061197Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6068226Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6075168Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6082389Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6088947Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6095944Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6103625Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6110638Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6117688Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6124653Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6131508Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6143065Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6149385Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6156234Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6162963Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6170737Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6181989Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6188928Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6195953Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6203425Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6211450Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6222872Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6230914Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6238320Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6245543Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6253341Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6261152Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6268515Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6276178Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6283861Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6291862Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6299586Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6306838Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6314904Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6322551Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6335462Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6343329Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6351366Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6359409Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6367375Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6375551Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6387513Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6395237Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6402822Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6410843Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6418558Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6426254Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6433464Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6440815Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6450121Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6459251Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6467432Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6475801Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6483953Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6491104Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6499042Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6506120Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6514262Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6521451Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6528231Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6535102Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6549962Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6558543Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6566970Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6575543Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6584718Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6597482Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6605561Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6613188Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6621164Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6629463Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6642354Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6650370Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6658999Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6667323Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6674654Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6687610Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6696040Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6703691Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6711269Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6719293Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6730763Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6738996Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6746885Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6754737Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6762020Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6770069Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6777466Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6785265Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6792444Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6799834Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6807013Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6814668Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6822119Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6828915Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6835907Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6843034Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6850048Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6857630Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6864968Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6873023Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6880598Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6887751Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6894846Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6902327Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6909808Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6916920Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6924344Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6931272Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6938349Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6945749Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6952940Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6959825Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6967075Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6974729Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6982366Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.6996843Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7008351Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7017028Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7028696Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7038658Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7046475Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7054596Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7062861Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7069967Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7077983Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7085080Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7093150Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7100706Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7108277Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7115259Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7134828Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7142347Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7149787Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7157195Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7163969Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7174425Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7181670Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7188698Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7195932Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7202448Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7209381Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7216248Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7223878Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7230782Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7238114Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7247673Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7255165Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7262830Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7270128Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7276685Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7289059Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7296161Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7303326Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7310321Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7317350Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7328184Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7335031Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7342856Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7349767Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7356532Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7363479Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7370493Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7377986Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7385244Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7392264Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7399287Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7405969Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7412763Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7419929Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7427028Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7434495Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7441469Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7448349Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7460467Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7467830Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7475169Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7483071Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7490292Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7497285Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7504397Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7511862Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7518921Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7527049Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7535100Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7542954Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7550048Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7557149Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7570722Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7578081Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7585291Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7596331Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7603234Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7610436Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7617596Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7624666Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7631333Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7638708Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7645675Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7652481Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7659401Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7666701Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7673637Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7680707Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7687730Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7694611Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7701848Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7709032Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7715686Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7722552Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7729696Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7736961Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7747445Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7755384Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7765019Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7776849Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7787781Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7798742Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7807540Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7815853Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7824105Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7832236Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7840083Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7847067Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7855104Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7863074Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7875457Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7883288Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7890473Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7897683Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7904913Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7920125Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7928077Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7935486Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7943354Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7950298Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7966339Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7973411Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7981318Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7988657Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.7995866Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8006467Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8013463Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8020739Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8028656Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8035891Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8043615Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8050750Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8058083Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8065375Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8072188Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8083470Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8090973Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8119555Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8151454Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8152413Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8153479Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8154584Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8160120Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8167320Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8174227Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8181353Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8188268Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8195097Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8201782Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8208907Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8228520Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8235531Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8242836Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8250071Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8256907Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8268691Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8275969Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8283059Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8290000Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8297036Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8326110Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8333242Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8340328Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8347520Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8354043Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8365943Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8372713Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8381243Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8390317Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8399180Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8408004Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8418956Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8429732Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8439898Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8447481Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8461603Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8469287Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8476990Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8485124Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8493131Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8504953Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8512066Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8518900Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8527151Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8533996Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8540937Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8547861Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8555255Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8561928Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8568795Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8576412Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8584521Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8594339Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8605217Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8614526Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8623020Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8630603Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8638916Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8647236Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8654872Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8662637Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8670873Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8678866Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8686653Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8694623Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8702721Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8710371Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8718320Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8726119Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8733835Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8745191Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8752591Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8760130Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8768149Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8775863Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8788266Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8796593Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8804953Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8812575Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8820753Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8833133Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8840836Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8848526Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8856906Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8864956Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8872715Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8881074Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8888844Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8896895Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8904908Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8913045Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8920985Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8929067Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8937041Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8945227Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8957089Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8967347Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8977668Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8986826Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.8995668Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9004161Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9012327Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9020468Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9028338Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9035363Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9043473Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9050579Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9058360Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9065641Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9072581Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9079653Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9087271Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9094263Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9102250Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9109143Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9121803Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9128846Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9135809Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9147799Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9155163Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9169836Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9176940Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9183915Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9190788Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9197949Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9205054Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9211585Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9218431Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9224773Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9231384Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9238057Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9245147Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9252185Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9258930Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9265962Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9278143Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9284872Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9291728Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9298091Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9304939Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9311782Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9318636Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9325820Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9332716Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9339824Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9350620Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9357724Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9364628Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9377696Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9384739Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9391748Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9398538Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9405357Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9412511Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9419583Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9430912Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9437733Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9444576Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9451419Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9458507Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9465690Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9472820Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9480060Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9487079Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9494172Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9501005Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9508214Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9515004Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9521878Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9528985Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9536207Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9543559Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9550299Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9558782Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9567213Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9580813Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9587468Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9595703Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9608375Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9617032Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9629593Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9637038Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9644552Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9652042Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9659722Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9667968Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9675542Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9683489Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9692818Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9701312Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9709139Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9716432Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9724264Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9732623Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9740560Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9747948Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9755933Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9764067Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9771526Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9779431Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9787503Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9795437Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9803008Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9811126Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9819316Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9831369Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9839099Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9847230Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9855864Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9864013Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9872144Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9880051Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9887952Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9897438Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9906502Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9920601Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9929374Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9937593Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9945594Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9953174Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9991280Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:49.9999057Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0006014Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0013528Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0020770Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0028723Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0035949Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0042906Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0049937Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0056918Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0068788Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0075838Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0083983Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0092900Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0101097Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0172736Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0180867Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0189089Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0196876Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0204248Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0212870Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0220648Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0228022Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0236232Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0243595Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0251377Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0258753Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0267503Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0275409Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0283279Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0302793Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0310344Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0317666Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0325537Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0333396Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0362106Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0369794Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0377559Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0385262Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0392172Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0453573Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0462220Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0471228Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0481697Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0489714Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0524857Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0532669Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0540440Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0548211Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0556147Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0563980Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0571276Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0579363Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0586980Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0593905Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0601194Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0608930Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0616829Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0624279Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0631056Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0638296Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0645679Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0652810Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0660232Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0667351Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0674908Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0682536Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0689550Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0696650Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0704122Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0717844Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0725035Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0732360Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0740273Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0747665Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0785373Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0793683Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0802286Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0810589Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0818433Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0856398Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0864673Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0872825Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0880755Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0888443Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0919256Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0928235Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0935971Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0944411Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0952431Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0960391Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0971315Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0982473Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0990571Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.0998340Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1006221Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1014000Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1021845Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1029093Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1037199Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1044514Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1051809Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1058958Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1066731Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1073797Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1080956Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1088121Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1095364Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1102680Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1109652Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1116761Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1124111Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1130970Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1138748Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1145356Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1152245Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1159193Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1166119Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1173047Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1180106Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1187113Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1194214Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1201120Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1208028Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1214967Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1221916Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1228583Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1235340Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1241935Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1249287Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1260806Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1268056Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1275393Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1283477Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1290782Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1298631Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1306610Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1314470Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1322912Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1330888Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1338407Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1346384Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1354249Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1361510Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1369064Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1382241Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1389362Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1397663Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1405461Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1413242Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1421895Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1430451Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1438525Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1446729Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1454412Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1462403Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1473041Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1483406Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1491611Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1499607Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1508026Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1515521Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1523569Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1530773Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1538584Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1545932Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1553351Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1560505Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1568627Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1575805Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1583694Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1591290Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1598165Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1606085Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1613184Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1621187Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1628907Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1636161Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1643439Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1650321Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1657426Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1665224Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1672320Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1679390Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1686401Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1693869Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1701344Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1708792Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1715851Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1722981Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1730359Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1737686Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1745154Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1752169Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1759117Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1766418Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1773858Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1781014Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1788028Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1794832Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1801592Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1808463Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1815801Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1822397Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1829892Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1838696Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1846412Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1854155Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1862675Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1870462Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1878240Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1886805Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1894517Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1902413Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1910657Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1918488Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1926585Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1934750Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1943874Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1951447Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1959916Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1967690Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1977470Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1987455Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.1998663Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2007272Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2016311Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2024411Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2032424Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2040283Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2047556Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2054880Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2063424Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2070536Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2077620Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2084990Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2092884Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2100162Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2107596Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2114763Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2122706Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2130147Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2137253Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2144798Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2152041Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2161239Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2168762Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2175769Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2182792Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2189747Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2196963Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2204157Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2211050Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2218067Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2224979Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2231974Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2239501Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2246588Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2253686Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2260926Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2268133Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2275824Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2282796Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2289837Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2296548Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2303658Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2310122Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2316777Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2323434Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2329911Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2336661Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2343356Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2349765Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2356473Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2363195Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2369825Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2376563Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2383663Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2390819Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2397335Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2404184Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2411082Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2417860Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2424850Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2431628Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2438568Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2445372Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2452414Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2466719Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2474329Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2484953Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2496231Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2505301Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2514645Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2522661Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2531101Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2538700Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2547141Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2555144Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2562169Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2569953Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2578050Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2585254Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2592596Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2599628Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2608154Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2615165Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2622360Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2629241Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2636604Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2643434Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2650313Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2657177Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2664355Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2671048Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2677671Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2684209Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2690955Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2698752Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2705762Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2712934Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2719880Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2726920Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2734168Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2741257Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2748863Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2756057Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2763159Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2770220Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2777291Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2784742Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2792559Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2799531Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2807068Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2814003Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2821135Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2828084Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2835218Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2842336Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2849081Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2856092Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2863229Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2870311Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2877375Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2884389Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2892427Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2899766Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2906789Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2914159Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2921130Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2929528Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2936305Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2943260Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2950233Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2957026Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2963554Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.2970415Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3014243Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3022267Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3032440Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3042986Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3051146Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3059414Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3067218Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3074918Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3082686Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3089803Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3096921Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3104277Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3111224Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3118478Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3125323Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3133024Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3140857Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3148083Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3155051Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3162019Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3169135Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3193727Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3200745Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3207910Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3214985Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3222013Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3228929Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3235572Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3242598Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3249590Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3256475Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3263495Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3270507Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3277612Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3284498Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3291555Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3299321Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3307571Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3315174Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3322656Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3331485Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3339052Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3346639Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3354587Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3362493Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3370061Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3377819Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3386144Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3394179Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3401979Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3410758Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3418809Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3426899Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3435337Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3443130Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3450805Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3459088Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3466911Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3474995Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3483510Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3492977Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3501962Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3511950Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3519847Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3528129Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3536756Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3544130Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3551889Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3559034Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3567095Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3574173Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3581628Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3588685Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3596576Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3603684Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3610834Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3618601Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3626110Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3633380Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3640732Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3648084Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3656116Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3663281Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3670638Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3677786Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3684902Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3692567Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3699788Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3707487Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3714912Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3722039Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3729126Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3736156Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3743637Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3750757Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3758694Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3765838Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3772832Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3779963Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3787302Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3794366Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3802027Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3809958Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3817481Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3825709Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3833195Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3840964Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3848519Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3856456Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3863953Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3872152Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3889827Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3896975Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3904722Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3912475Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3920071Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3928120Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3935735Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3944062Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3951656Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3959497Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3967070Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3974944Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3983305Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.3995077Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4003827Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4014052Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4021925Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4029695Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4037507Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4045107Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4052591Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4059691Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4067609Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4074508Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4081375Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4088257Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4095338Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4103132Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4110067Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4117016Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4124787Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4131399Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4138416Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4146234Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4153659Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4161139Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4168073Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4175625Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4182495Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4189452Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4196208Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4202880Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4209980Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4216969Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4223692Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4230376Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4237290Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4244444Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4251503Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4261000Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4270861Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4282027Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4289924Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4297839Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4305608Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4313819Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4321708Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4330527Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4343944Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4350645Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4358435Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4365493Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4372643Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4379664Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4386630Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4393640Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4400514Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4407667Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4414466Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4422133Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4429196Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4436187Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4443151Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4450383Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4457496Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4464612Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4471596Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4478573Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4485725Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4492587Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4499354Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4508683Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4515456Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4522277Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4529528Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4536610Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4544857Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4552227Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4559388Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4566227Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4573895Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4580879Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4588040Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4595897Z copying torch\include\ATen\ops\nonzero_static_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4602971Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4610046Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4617090Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4623986Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4630950Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4638028Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4645446Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4652494Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4660114Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4667073Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4674638Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4681710Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4697133Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4698257Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4703237Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4710156Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4717333Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4724420Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4731201Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4738502Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4745559Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4752498Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4759402Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4766144Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4773375Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4780298Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4791863Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4798969Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4807149Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4813796Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4821278Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4828384Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4835377Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4841949Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4848759Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4855674Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4862722Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4869385Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4876553Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4883434Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4890756Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4897943Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4905839Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4913076Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4920475Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4928371Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4935726Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4943293Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4952326Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4960666Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4968341Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4976166Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4984204Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.4991551Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5000026Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5009725Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5020730Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5031692Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5040096Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5048054Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5055902Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5063793Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5070547Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5078324Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5085241Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5092993Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5099981Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5106846Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5114482Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5122291Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5129137Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5136002Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5142829Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5150618Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5157661Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5164948Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5171579Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5178795Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5185806Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5192659Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5199560Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5206280Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5213682Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5220231Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5227016Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5233703Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5240456Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5247794Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5255142Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5262172Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5274534Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5281536Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5288368Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5295290Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5302904Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5310862Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5318461Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5326420Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5334271Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5342279Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5349765Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5357329Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5365693Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5373711Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5381406Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5389589Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5397660Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5405355Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5414078Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5422294Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5429892Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5438058Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5445686Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5453315Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5461006Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5468992Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5476883Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5484439Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5492564Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5504115Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5512662Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5521106Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5529022Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5537230Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5545270Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5553291Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5561139Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5568834Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5576640Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5584530Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5591926Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5599257Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5606901Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5614001Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5621103Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5628585Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5635920Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5642876Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5649836Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5657048Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5664122Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5670776Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5677930Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5685519Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5692175Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5699346Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5706142Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5712869Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5719771Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5726583Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5733206Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5740118Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5746897Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5753757Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5760617Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5767724Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5774643Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5781783Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5789002Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5796102Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5803231Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5810928Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5817783Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5825001Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5831671Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5838866Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5845771Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5852519Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5859740Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5866724Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5874030Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5880651Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5887440Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5894286Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5901512Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5907826Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5915433Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5923155Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5930852Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5938070Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5945249Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5952675Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5961064Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5968670Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5976245Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5984329Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5992037Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.5999998Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6010990Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6021969Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6032777Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6042065Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6050296Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6058040Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6065834Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6073992Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6081234Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6089130Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6096407Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6104059Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6111100Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6118098Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6125879Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6133318Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6141309Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6148389Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6155498Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6163400Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6170378Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6177446Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6185222Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6192849Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6199487Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6206494Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6213543Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6221029Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6228238Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6235213Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6242370Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6250255Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6257324Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6264664Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6271828Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6278982Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6285965Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6293162Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6300657Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6308047Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6315795Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6323817Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6332026Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6340523Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6348254Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6357071Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6364886Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6372686Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6381002Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6388575Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6395809Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6403481Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6412578Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6419845Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6427371Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6435662Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6443922Z copying torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6451495Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6460084Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6467716Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6474931Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6482183Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6490304Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6497973Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6507694Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6515894Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6524314Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6534025Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6541780Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6549287Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6557688Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6565316Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6573546Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6580749Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6588592Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6595723Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6605468Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6612017Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6619299Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6626803Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6634136Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6641052Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6648073Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6655381Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6662791Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6669920Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6677000Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6684060Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6691241Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6698028Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6704987Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6712274Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6719395Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6726297Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6733195Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6740626Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6747754Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6754535Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6761549Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6768558Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6775564Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6782869Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6789943Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6796796Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6804457Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6811695Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6819688Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6827499Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6835138Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6842246Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6850278Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6857987Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6865778Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6873632Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6881407Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6889111Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6896840Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6904721Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6912217Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6919959Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6927529Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6935214Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6942849Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6950039Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6957161Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6965739Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6973322Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6981417Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6989604Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.6997317Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7004982Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7015850Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7025238Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7033221Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7041679Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7049629Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7057382Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7065712Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7073851Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7080761Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7089054Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7096009Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7104578Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7112073Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7119283Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7126547Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7134516Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7142023Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7149758Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7157278Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7164566Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7171838Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7179024Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7186351Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7193405Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7200594Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7207661Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7214786Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7222099Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7229366Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7238026Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7245134Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7252265Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7259479Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7266498Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7273709Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7281740Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7288918Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7296441Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7303649Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7311376Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7318565Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7327089Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7335578Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7343659Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7352474Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7360251Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7368100Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7376756Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7384722Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7392403Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7400616Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7408730Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7415955Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7423695Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7431914Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7439215Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7481940Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7488732Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7495575Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7502757Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7509529Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7516776Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7524217Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7531701Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7538648Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7545870Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7552888Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7559559Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7566702Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7573486Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7580814Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7587576Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7593793Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7600264Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7607268Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7614229Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7621166Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7652554Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7659568Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7666560Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7674537Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7681659Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7688609Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7695434Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7702818Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7709678Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7717394Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7724689Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7732221Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7739417Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7746562Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7753626Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7760669Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7767544Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7775336Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7783615Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7791863Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7800567Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7808634Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7816364Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7824457Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7832680Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7840734Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7848981Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7857000Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7865214Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7873299Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7881461Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7889441Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7897620Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7905791Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7913985Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7922314Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7930439Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7938231Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7946669Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7954972Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7962677Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7971026Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7979018Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7987231Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.7996005Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8003895Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8011554Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8020634Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8029552Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8039633Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8047759Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8056048Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8064524Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8071708Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8079753Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8086806Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8094982Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8102245Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8109390Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8116565Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8124466Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8131440Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8138363Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8145554Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8152080Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8159611Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8166983Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8175005Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8182671Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8190062Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8197530Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8204454Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8211463Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8218467Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8226005Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8233104Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8240044Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8247049Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8254390Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8261977Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8269104Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8276897Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8284963Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8293126Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8301226Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8308916Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8316625Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8325109Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8333423Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8341905Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8350724Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8359956Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8370584Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8381607Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8391245Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8399976Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8408548Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8416210Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8425070Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8432661Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8440166Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8447864Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8455165Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8462951Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8469616Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8477274Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8484238Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8491747Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8499726Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8506932Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8513973Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8520806Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8528036Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8534812Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8544933Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8553537Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8562567Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8572927Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8583976Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8594736Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8605673Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8613950Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8621835Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8629948Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8637482Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8645468Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8652803Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8660005Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8667612Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8674636Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8682119Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8689423Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8696471Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8703510Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8710408Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8717306Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8724635Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8731704Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8738482Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8746123Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8753200Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8766398Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8772880Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8780074Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8786750Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8793497Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8800280Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8807246Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8813889Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8820526Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8827645Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8834746Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8841453Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8848378Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8855176Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8861799Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8868878Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8876252Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8882851Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8889242Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8895854Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8902466Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8909057Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8915626Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8922303Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8929366Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8936508Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8943752Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8950711Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8957909Z copying torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8970821Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8978009Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8985060Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8991982Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.8999479Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9006333Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9013107Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9019911Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9026780Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9034487Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9042007Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9049617Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9056959Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9063946Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9070600Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9077836Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9084420Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9091097Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9097770Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9104695Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9111721Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9118163Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9124820Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9131743Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9138714Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9145341Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9151634Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9158529Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9165121Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9171774Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9178594Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9185978Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9193383Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9200255Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9213676Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9221187Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9229564Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9237820Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9245412Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9253310Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9261560Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9269255Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9277080Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9285848Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9293709Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9301626Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9309578Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9317413Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9325001Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9333182Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9341256Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9348959Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9357257Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9365602Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9373472Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9381714Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9389505Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9397503Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9405700Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9412710Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9420015Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9427352Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9434468Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9441318Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9448639Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9455978Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9463274Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9469961Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9477202Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9484528Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9491578Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9498311Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9505284Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9512797Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9519951Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9526757Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9533607Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9541328Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9548686Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9555518Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9562658Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9569825Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9576494Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9583671Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9590652Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9597448Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9604359Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9611629Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9618605Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9625373Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9632191Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9639115Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9645903Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9652553Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9659195Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9667036Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9674408Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9681476Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9689135Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9695924Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9702870Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9709616Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9717037Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9723680Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9730662Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9737639Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9744845Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9751431Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9758607Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9765383Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9772520Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9779308Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9785600Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9792569Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9799602Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9806539Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9813008Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9820736Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9827634Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9834628Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9841633Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9849731Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9858286Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9866110Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9874657Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9883042Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9890192Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9897979Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9906049Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9914070Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9921689Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9929932Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9937281Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9945174Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9952845Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9960957Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9968997Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9976651Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9984766Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:50.9992318Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0000759Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0008406Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0015880Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0023554Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0031349Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0041119Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0050672Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0059263Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0067434Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0075813Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0084023Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0092108Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0099792Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0107200Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0114451Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0122262Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0129335Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0136672Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0143934Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0151540Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0158566Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0165286Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0172382Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0179379Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0185861Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0192979Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0200250Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0207413Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0214665Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0221832Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0229085Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0235857Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0242827Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0249578Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0256819Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0263930Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0270841Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0277881Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0284583Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0291469Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0298326Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0305388Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0312511Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0319448Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0326246Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0332673Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0340195Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0347906Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0354775Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0362029Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0369022Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0375411Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0382063Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0388903Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0396172Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0403031Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0409831Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0417265Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0424548Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0432019Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0439088Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0446056Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0453742Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0460949Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0484524Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0491429Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0498649Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0505634Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0512595Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0519597Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0527169Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0534520Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0541798Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0549609Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0557332Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0564230Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0571069Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0578015Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0585931Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0593307Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0600462Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0607872Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0614859Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0622008Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0628989Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0636370Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0643425Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0651529Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0658821Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0666164Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0673760Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0680976Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0688232Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0696378Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0703457Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0710579Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0717976Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0725113Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0732887Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0740723Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0763049Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0764112Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0765028Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0770541Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0777642Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0785494Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0792430Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0799775Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0806709Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0813585Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0821035Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0828442Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0835471Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0842467Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0849328Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0856742Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0864448Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0873174Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0881273Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0889353Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0897593Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0905546Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0913798Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0922062Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0929949Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0937836Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0946216Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0953963Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0961644Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0969689Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0977647Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0985421Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.0994124Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1001852Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1009506Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1016855Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1028245Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1035623Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1044185Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1054187Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1063575Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1071735Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1080132Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1089530Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1097852Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1105982Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1113710Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1121598Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1128663Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1135742Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1143675Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1150790Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1158257Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1165343Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1173266Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1180475Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1187527Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1195723Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1202903Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1210324Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1217282Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1225368Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1232446Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1239765Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1246880Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1254323Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1268364Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1275392Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1282808Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1289944Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1297255Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1304760Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1311822Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1319206Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1326877Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1335097Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1343094Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1350854Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1359215Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1366867Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1374747Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1382739Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1390763Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1398223Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1405644Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1414145Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1421917Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1429577Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1437814Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1446010Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1454001Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1462227Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1470052Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1478641Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1486501Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1494379Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1502405Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1511320Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1519527Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1527159Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1535857Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1544344Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1554142Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1563764Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1572467Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1580723Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1589343Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1597241Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1605240Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1612716Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1620965Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1628258Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1635509Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1642515Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1650122Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1657517Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1664842Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1672397Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1679256Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1686630Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1693734Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1701765Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1709822Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1717148Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1724066Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1731546Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1738615Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1745705Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1752965Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1760615Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1767700Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1775019Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1782254Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1789199Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1796537Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1803616Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1811414Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1818664Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1825741Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1833209Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1840147Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1847190Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1884629Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1891801Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1898964Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1906057Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1914424Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1922657Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1930594Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1938848Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1946685Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1954426Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1962304Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1970741Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1978591Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1987386Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.1995595Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2003311Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2011446Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2019606Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2027340Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2035442Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2043559Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2052233Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2062625Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2071135Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2082247Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2090839Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2106899Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2114688Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2122867Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2130541Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2138802Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2146337Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2153521Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2160640Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2168782Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2176143Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2183977Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2191138Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2198688Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2206510Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2213922Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2221612Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2228813Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2236157Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2243402Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2250672Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2258366Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2266795Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2274109Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2281236Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2288537Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2295970Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2303409Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2310682Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2317885Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2325216Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2332984Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2340784Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2348045Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2355659Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2363838Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2372203Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2380517Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2388440Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2396175Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2404734Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2412561Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2420959Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2429041Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2437136Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2445058Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2453244Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2461036Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2468774Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2477064Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2484878Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2492576Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2500842Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2509069Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2517360Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2525619Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2533611Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2541413Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2550582Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2561039Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2571021Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2579792Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2587838Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2595744Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2603362Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2611534Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2618616Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2626152Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2633729Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2652990Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2661186Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2668322Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2675701Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2682694Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2689612Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2696748Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2704255Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2712021Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2718862Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2725958Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2733642Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2740810Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2747675Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2754845Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2762128Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2769695Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2776984Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2784290Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2791800Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2798876Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2805974Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2814015Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2822459Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2830506Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2838098Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2846160Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2854305Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2862680Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2871273Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2879418Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2887392Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2895837Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2904175Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2922107Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2929815Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2938762Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2946780Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2955056Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2963286Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2971064Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2979662Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2987904Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.2995816Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3004173Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3011886Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3020149Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3027964Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3036079Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3043706Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3051459Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3061054Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3069731Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3078810Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3086694Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3094353Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3102756Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3110496Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3119100Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3126278Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3134261Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3141530Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3148698Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3155742Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3163492Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3171608Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3178708Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3186051Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3193543Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3200733Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3207869Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3215673Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3223418Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3230943Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3241774Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3248725Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3255708Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3263355Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3270994Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3278280Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3285450Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3292706Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3300598Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3308378Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3315670Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3322881Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3330265Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3338515Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3345435Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3352708Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3359866Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3367471Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3375291Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3382622Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3389783Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3397279Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3404500Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3411963Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3419182Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3426668Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3433942Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3441145Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3453742Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3461576Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3468706Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3476576Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3485067Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3493162Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3501103Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3509362Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3517351Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3525668Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3533782Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3542003Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3549862Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3558719Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3568333Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3579347Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3590779Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3601731Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3609679Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3617811Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3626447Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3634385Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3642638Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3649899Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3657989Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3665408Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3672678Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3679946Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3688273Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3696059Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3703990Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3712118Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3721221Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3729321Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3737347Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3744330Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3751380Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3760589Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3769535Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3777585Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3785242Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3792610Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3800507Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3807928Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3815436Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3823581Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3832017Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3839604Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3846829Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3854573Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3862445Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3871012Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3880020Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3888332Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3897715Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3906072Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3914368Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3924073Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3932698Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3941328Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3949276Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3957581Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3966602Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3974566Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3983375Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3992223Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.3999875Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4007794Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4020990Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4029887Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4038467Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4047176Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4055634Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4066914Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4078795Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4088748Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4097486Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4106176Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4113972Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4121988Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4129977Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4139174Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4147787Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4155783Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4163205Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4171816Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4179626Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4187907Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4195803Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4204528Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4212974Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4222181Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4230857Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4239824Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4248193Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4257072Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4264748Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4271955Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4279617Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4288156Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4296152Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4304041Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4313009Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4320904Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4329359Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4338902Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4346498Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4354434Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4363104Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4370583Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4378600Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4387098Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4394180Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4402399Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4409826Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4417477Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4426798Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4435215Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4443341Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4452474Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4461506Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4471187Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4479610Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4488628Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4497119Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4506423Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4514983Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4523699Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4532254Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4541535Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4550422Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4558521Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4567890Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4578522Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4587242Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4596435Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4609723Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4619774Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4628355Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4637128Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4645421Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4655389Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4663758Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4671743Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4678952Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4687178Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4695681Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4704190Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4712217Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4719261Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4727564Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4734949Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4743625Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4751244Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4759943Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4768196Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4775521Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4783219Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4790814Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4799661Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4807684Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4814973Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4822743Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4829568Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4838243Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4845962Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4854514Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4863493Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4871213Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4879262Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4893473Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4902400Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4910734Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4918851Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4927457Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4936507Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4945223Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4955400Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4963926Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4972239Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4979487Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4986558Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.4993647Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5000613Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5007821Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5015298Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5024820Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5032637Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5041098Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5048828Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5056599Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5065144Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5086032Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5087346Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5096841Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5106519Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5118532Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5128493Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5139828Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5146882Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5153831Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5160965Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5168329Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5176054Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5183585Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5190547Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5198022Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5205786Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5212839Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5219978Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5227869Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5234805Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5241793Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5248471Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5256239Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5276813Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5283882Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5290978Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5298927Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5306035Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5313538Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5320424Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5327947Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5335784Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5348478Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5356291Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5364251Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5371671Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5379642Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5387165Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5395018Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5402314Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5409919Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5418362Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5426028Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5433518Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5441024Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5448853Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5456734Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5465215Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5479281Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5483536Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5490374Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5497407Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5504479Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5511031Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5517855Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5524743Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5531456Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5540424Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5548843Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5556771Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5564395Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5572328Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5580720Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5590875Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5598965Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5606518Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5614110Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5623219Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5630369Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5638398Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5645385Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5653113Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5660282Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5667318Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5673926Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5681259Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5688243Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5695279Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5702527Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5710070Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5717474Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5724322Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5731821Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5739983Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5747010Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5754575Z copying torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5762052Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5769210Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5777162Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5784402Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5791405Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5798645Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5805643Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5812809Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5819961Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5827915Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5834792Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5842159Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5849183Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5856642Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5864063Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5871722Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.5924759Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6239974Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6253667Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6260942Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6267801Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6274239Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6281239Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6288613Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6301000Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6307994Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6315089Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6322716Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6330785Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6337628Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6344459Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6351768Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6359202Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6369295Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6376838Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6384520Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6392193Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6400196Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6407568Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6414623Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6421976Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6428921Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6435872Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6442667Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6449623Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6456518Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6463431Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6470414Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6477069Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6483972Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6490695Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6497132Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6505814Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6535813Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6543620Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6615002Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6623162Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6630057Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6637969Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6645682Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6653670Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6660972Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6668241Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6675165Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6683152Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6689992Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6696967Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6703989Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6741663Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6749083Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6755978Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6763036Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6770033Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6777217Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6784558Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6791484Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6799020Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6805945Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6813054Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6820102Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6827072Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6834334Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6841956Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6849865Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6857581Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6865043Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6872289Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6879689Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6886909Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6895084Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6902680Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6910492Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6918497Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6925937Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6933390Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6941412Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6949689Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6957045Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6964200Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6972817Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6980678Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6988170Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.6996582Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7004124Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7011894Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7019862Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7027668Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7036029Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7043956Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7051591Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7059763Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7067738Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7075673Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7083312Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7095435Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7102273Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7108954Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7116167Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7123323Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7129959Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7136761Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7143420Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7150408Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7157131Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7163644Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7170633Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7177531Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7184361Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7190714Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7197745Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7205287Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7212161Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7219197Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7225868Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7232748Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7239631Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7246520Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7253034Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7259964Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7266880Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7273509Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7279981Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7286979Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7293712Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7300221Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7307623Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7314748Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7321976Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7329270Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7336300Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7343439Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7350685Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7357921Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7365081Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7372713Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7379960Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7386914Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7394002Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7401767Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7408654Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7415800Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7423142Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7430035Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7436980Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7444247Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7451319Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7458120Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7466097Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7472981Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7480378Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7487212Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7494280Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7502089Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7509971Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7518375Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7526410Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7533848Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7541932Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7549646Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7557266Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7564731Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7573370Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7589572Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7590564Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7599828Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7608668Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7618152Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7626621Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7634439Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7641431Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7648016Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7655956Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7662805Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7669671Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7676410Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7683190Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7689997Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7696650Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7703688Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7710680Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7717327Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7723994Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7730706Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7737777Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7749695Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7755700Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7762162Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7768754Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7775420Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7782416Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7788997Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7795942Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7802736Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7809571Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7816434Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7823855Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7831090Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7838112Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7845692Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7852602Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7859388Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7865865Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7872476Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7879168Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7886265Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7892934Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7900242Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7907181Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7914188Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7920379Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7927226Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7933471Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7940361Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7947345Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7954456Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7961162Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7969172Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7976271Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7983181Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7990013Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.7997046Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8004776Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8011962Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8020628Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8028898Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8036875Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8044519Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8052685Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8060618Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8070272Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8080318Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8088351Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8096845Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8104804Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8112868Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8120507Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8128343Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8135289Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8143859Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8151036Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8158224Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8165198Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8172283Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8180182Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8187268Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8194319Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8210435Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8217369Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8225093Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8232504Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8239448Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8246395Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8253812Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8260909Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8267975Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8275182Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8282373Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8289473Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8296639Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8304139Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8311049Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8318418Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8326319Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8333704Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8340966Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8348007Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8355278Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8362300Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8369610Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8376622Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8383756Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8390816Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8397982Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8405124Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8414898Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8422831Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8431252Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8441076Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8451807Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8462793Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8479257Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8487378Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8495852Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8503903Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8510905Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8518615Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8525506Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8533493Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8540990Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8548016Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8555018Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8562789Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8569851Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8577013Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8584359Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8592037Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8599495Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8606599Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8613747Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8621865Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8629195Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8636460Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8644126Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8651337Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8658376Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8665804Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8673119Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8681446Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8688567Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8695683Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8702973Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8710457Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8719008Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8726098Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8733817Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8741088Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8748314Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8756489Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8763275Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8770736Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8777986Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8785612Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8792841Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8800041Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8807065Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8814253Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8821428Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8828553Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8835666Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8843279Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8850674Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8858173Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8866138Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8872882Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8880345Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8887505Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8894819Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8902442Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8909926Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8918509Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8926056Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8933984Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8942354Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8950116Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8957690Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8965987Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8974150Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8982479Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.8995563Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9003850Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9011572Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9019884Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9028050Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9036494Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9045218Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9053183Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9061484Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9069905Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9077685Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9085525Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9093968Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9103450Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9114467Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9123474Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9132626Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9140744Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9149523Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9157409Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9164692Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9172511Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9180157Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9187698Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9194956Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9202446Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9210470Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9217602Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9224873Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9232134Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9239242Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9246427Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9253780Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9261742Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9278022Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9285233Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9292509Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9299765Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9307367Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9314800Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9321896Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9329531Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9336778Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9344252Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9351407Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9358532Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9365783Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9372861Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9380193Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9387580Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9395447Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9403164Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9410487Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9419311Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9427945Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9435908Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9444215Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9452034Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9460561Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9468905Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9476970Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9485371Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9493457Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9501365Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9509573Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9517924Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9525450Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9532779Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9541194Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9549241Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9556977Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9565136Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9572946Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9580809Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9589092Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9597064Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9607280Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9618005Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9626286Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9634130Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9641777Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9649219Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9656736Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9664062Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9671545Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9678887Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9685640Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9692450Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9699514Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9707380Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9714582Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9721610Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9728691Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9735847Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9742887Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9749735Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9756942Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9764720Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9772420Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9780105Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9787544Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9795725Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9803133Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9810403Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9817440Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9825966Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9834248Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9842064Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9850079Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9857975Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9865624Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9873214Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9881505Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9889386Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9896827Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9905562Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9913257Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9920602Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9928360Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9936462Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9944730Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9952592Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9960964Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9971394Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9979011Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9986711Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:51.9994409Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0002773Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0010876Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0018745Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0026876Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0034846Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0042522Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0050421Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0058360Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0066410Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0078910Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0087123Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0094831Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0102453Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0110565Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0118438Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0126523Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0134554Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0141603Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0149230Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0156079Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0163460Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0174785Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0181791Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0188619Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0196555Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0203441Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0210368Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0217356Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0224598Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0231599Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0238426Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0262901Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0270173Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0277233Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0284204Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0291148Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0302650Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0309586Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0316828Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0324308Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0330877Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0344532Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0351586Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0358730Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0365958Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0373234Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0380407Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0387464Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0394447Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0401510Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0408667Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0420296Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0428130Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0435709Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0443305Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0451225Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0458786Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0466493Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0474483Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0482637Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0491202Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0502740Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0510448Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0518999Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0526822Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0534716Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0547591Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0555788Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0563517Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0571340Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0580072Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0587837Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0596131Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0604446Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0613969Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0625861Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0638699Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0646164Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0653614Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0660838Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0667781Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0679582Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0687280Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0694350Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0701851Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0709039Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0742666Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0749793Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0757357Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0764650Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0772494Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0779483Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0787009Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0793806Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0800668Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0807799Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0819819Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0827114Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0834146Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0841104Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0848118Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0855092Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0862198Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0869713Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0877263Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0885410Z 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-12-17T23:50:52.0892624Z 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-12-17T23:50:52.0900058Z 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-12-17T23:50:52.0907451Z 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-12-17T23:50:52.0914862Z 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-12-17T23:50:52.0921829Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0929853Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0936867Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0944082Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0951156Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0958529Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0965660Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0973419Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0981229Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0989156Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.0996962Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1009527Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1017176Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1026460Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1034153Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1041560Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1049564Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1057874Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1065740Z copying torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1074033Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1082092Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1089878Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1097649Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1105704Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1113280Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1122226Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1132571Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1143566Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1152501Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1160650Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1168768Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1176392Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1184135Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1191987Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1199280Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1215328Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1228146Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1235577Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1265894Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1272984Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1280413Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1287882Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1295578Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1302749Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1309910Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1317020Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1324620Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1331835Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1339444Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1346470Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1353592Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1364397Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1371559Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1378356Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1385279Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1392488Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1399812Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1406698Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1413619Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1420626Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1427834Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1435572Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1443500Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1451213Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1459094Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1467601Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1475206Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1482875Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1490743Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1499758Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1507140Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1514718Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1523134Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1530675Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1538159Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1546695Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1558862Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1566830Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1574670Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1583031Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1591022Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1598586Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1606531Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1614212Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1624264Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1632492Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1644103Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1652016Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1659984Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1667946Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1675901Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1683877Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1690917Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1698805Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1705832Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1712886Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1720215Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1727974Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1735081Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1742347Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1749707Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1756780Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1763915Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1788498Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1795616Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1802524Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1809815Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1816817Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1824150Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1831258Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1838218Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1845221Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1852937Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1859960Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1866931Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1874013Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1881394Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1888599Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1895602Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1903104Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1910359Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1917475Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1924481Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1931693Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1939309Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1946544Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1954511Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1962614Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1970396Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1978673Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1986275Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.1993784Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2001591Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2009725Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2017690Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2025348Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2033526Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2042338Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2050495Z 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-12-17T23:50:52.2058519Z 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-12-17T23:50:52.2066499Z 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-12-17T23:50:52.2074170Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2082780Z 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-12-17T23:50:52.2090635Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2098434Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2106760Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2115216Z 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-12-17T23:50:52.2123730Z 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-12-17T23:50:52.2133147Z 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-12-17T23:50:52.2141884Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2151891Z 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-12-17T23:50:52.2160209Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2168505Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2177035Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2185263Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2193264Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2201319Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2216324Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2225385Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2232521Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2239545Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2246709Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2255335Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2262816Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2270111Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2277448Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2285461Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2292546Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2300070Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2307433Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2314635Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2322183Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2329302Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2336316Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2343641Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2350898Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2358095Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2365451Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2372431Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2379546Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2386844Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2393830Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2401133Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2408310Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2415796Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2422631Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2429656Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2437892Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2446277Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2455491Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2464193Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2474138Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2482635Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2492317Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2502038Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2510699Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2520633Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2528862Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2536286Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2544494Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2552638Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2560171Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2568459Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2576370Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2584383Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2593609Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2601207Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2609091Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2617348Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2625379Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2635191Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2646205Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2654273Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2662661Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2670800Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2678150Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2686479Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2693648Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2701934Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2709053Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2716353Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2727595Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2735386Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2743832Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2751209Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2758303Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2770290Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2777689Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2785250Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2792336Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2800182Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2807379Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2814654Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2823187Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2830350Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2837409Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2844898Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2852486Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2859503Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2866801Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2874237Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2881586Z 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-12-17T23:50:52.2889035Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2895954Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2903215Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2910586Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2917719Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2924854Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2932107Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2940367Z 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-12-17T23:50:52.2948107Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2955977Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2964045Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2972112Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2980142Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.2988075Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3000725Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3008511Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3016413Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3024423Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3032328Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3045984Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3054230Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3062548Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3070224Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3078105Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3085835Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3092854Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3100803Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3108722Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3115738Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3122933Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3132881Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3144596Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3152836Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3160565Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3168389Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3176300Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3184088Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3191154Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3198465Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3206191Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3213347Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3221272Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3228211Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3235964Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3247170Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3254252Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3261755Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3268911Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3276280Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3283593Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3291567Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3299924Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3308111Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3315836Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3324176Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3331961Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3339707Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3347937Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3356156Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3368823Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3380304Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3388309Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3396571Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3404507Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3416547Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3425244Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3433665Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3441482Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3449564Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3479303Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3487513Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3495543Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3504416Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3512191Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3519978Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3528531Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3536463Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3544293Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3552846Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3561269Z 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-12-17T23:50:52.3569299Z 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-12-17T23:50:52.3577983Z 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-12-17T23:50:52.3586066Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3594185Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3602376Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3610535Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3619286Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3627242Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3637034Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3651036Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3661044Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3670639Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3680467Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3688566Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3696966Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3705222Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3713243Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3721268Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3728349Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3736884Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3743962Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3751091Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3758680Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3766857Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3774189Z 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-12-17T23:50:52.3781619Z 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-12-17T23:50:52.3789039Z 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-12-17T23:50:52.3797089Z 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-12-17T23:50:52.3804763Z 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-12-17T23:50:52.3812080Z 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-12-17T23:50:52.3819694Z 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-12-17T23:50:52.3827267Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3834584Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3841920Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3849414Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3856952Z 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-12-17T23:50:52.3864703Z 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-12-17T23:50:52.3872915Z 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-12-17T23:50:52.3880290Z 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-12-17T23:50:52.3891783Z 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-12-17T23:50:52.3899418Z 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-12-17T23:50:52.3907014Z 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-12-17T23:50:52.3914514Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3922055Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3929396Z 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-12-17T23:50:52.3937348Z 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-12-17T23:50:52.3944793Z 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-12-17T23:50:52.3952908Z 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-12-17T23:50:52.3961469Z 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-12-17T23:50:52.3969741Z 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-12-17T23:50:52.3977391Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3985480Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.3993204Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4001127Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4009465Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4016989Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4024484Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4032295Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4040409Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4048067Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4055673Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4063615Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4071365Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4079084Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4115288Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4123418Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4131178Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4138871Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4147161Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4157605Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4168100Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4176013Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4183992Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4192516Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4199706Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4207730Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4215032Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4223053Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4230088Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4237123Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4244027Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4251827Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4259068Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4266837Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4274060Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4280999Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4288001Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4301305Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4308342Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4316257Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4323091Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4330189Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4337246Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4344424Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4351588Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4359195Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4366286Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4373553Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4380767Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4387917Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4395366Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4402334Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4409360Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4416421Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4424211Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4431272Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4438398Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4451890Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4455639Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4478226Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4479335Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4480209Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4484576Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4491476Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4499192Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4506321Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4513433Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4520428Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4527709Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4535393Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4542294Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4555701Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4563016Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4570020Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4577689Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4585428Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4592358Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4599467Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4607171Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4614784Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4621774Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4629112Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4636180Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4643247Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4650881Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4659667Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4668395Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4677303Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4685553Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4693524Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4701815Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4710624Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4719700Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4728357Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4738303Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4748939Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4757717Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4765719Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4773627Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4781865Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4789805Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4797221Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4804776Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4812016Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4819656Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4827735Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4834692Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4841744Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4848949Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4856759Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4863846Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4870875Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4878079Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4885237Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4908681Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4916003Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4923457Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4930605Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4937775Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4949852Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4957671Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4966816Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4975416Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4983356Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.4991954Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5000141Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5007910Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5015652Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5024098Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5032462Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5040207Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5048617Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5056552Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5064441Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5073115Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5080865Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5088860Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5097210Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5105369Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5118161Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5125951Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5134096Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5141814Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5152158Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5163263Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5172824Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5181511Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5189799Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5200139Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5208249Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5216611Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5225175Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5232283Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5240049Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5247059Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5255266Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5262466Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5269751Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5276767Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5285000Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5292183Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5299462Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5306922Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5314202Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5321410Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5328662Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5335695Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5342988Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5350006Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5358055Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5365381Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5372491Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5379816Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5387527Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5394991Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5402049Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5409257Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5416601Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5424048Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5436480Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5443622Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5450843Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5457838Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5465681Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5474733Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5482434Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5489973Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5497859Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5506081Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5514201Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5521918Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5530257Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5538070Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5546028Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5559057Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5566832Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5574654Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5582667Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5590850Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5598964Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5607062Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5615113Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5623105Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5630889Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5639362Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5647320Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5657535Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5677597Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5685622Z copying torch\include\ATen\ops\_foreach_rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5693719Z copying torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5701613Z copying torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5709749Z copying torch\include\ATen\ops\_foreach_rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5717096Z copying torch\include\ATen\ops\_foreach_rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5724926Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5733078Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5740764Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5748015Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5755601Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5763200Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5770795Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5777963Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5785315Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5814842Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5822249Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5829301Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5837063Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5844165Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5851240Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5858595Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5866293Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5873485Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5880574Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5887992Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5895013Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5902660Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5909763Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5917037Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5923975Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5931102Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5938740Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5945879Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5957967Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5965879Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5973624Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5981887Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5990558Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.5998148Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6006345Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6014315Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6022942Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6031070Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6039027Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6046837Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6054854Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6063162Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6070924Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6079222Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6086977Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6094603Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6130094Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6139120Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6147140Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6155072Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6166188Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6177129Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6185750Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6193643Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6201889Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6214448Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6221907Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6229125Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6237016Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6244575Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6252170Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6259912Z 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-12-17T23:50:52.6273234Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6280759Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6288310Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6295522Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6302732Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6310143Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6318342Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6326366Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6334137Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6347024Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6355814Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6364105Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6372184Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6380514Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6388269Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6395878Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6405040Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6412672Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6420505Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6433056Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6441157Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6449299Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6457379Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6465749Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6473485Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6481345Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6489679Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6498052Z 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-12-17T23:50:52.6506033Z 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-12-17T23:50:52.6514727Z 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-12-17T23:50:52.6522507Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6531263Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6539164Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6546989Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6559959Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6568255Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6575991Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6583834Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6592268Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6600330Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6608009Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6616729Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6624478Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6632142Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6640247Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6648417Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6656318Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6665107Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6673737Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6681662Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6690283Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6698317Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6705787Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6717476Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6724495Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6733271Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6740397Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6748381Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6755475Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6763189Z 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-12-17T23:50:52.6770974Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6779596Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6787098Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6794217Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6802371Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6809827Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6817898Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6825239Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6832667Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6839926Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6848387Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6855867Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6862899Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6870058Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6877538Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6884665Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6892779Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6900695Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6907943Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6915632Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6922564Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6930500Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6938184Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6945581Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6954275Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6961348Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6968443Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6976006Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6983255Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6990840Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.6998708Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7005791Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7013550Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7022437Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7034463Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7042168Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7049211Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7057690Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7066669Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7074052Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7082534Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7090420Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7102250Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7109923Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7117874Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7333483Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7341636Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7349192Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7357726Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7366333Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7374190Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7382233Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7390545Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7398908Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7407210Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7414667Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7422714Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7431137Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7439195Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7447161Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7455346Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7465978Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7498429Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7505909Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7513069Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7519915Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7527050Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7533837Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7540677Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7547683Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7554801Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7562365Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7569345Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7576829Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7584076Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7592063Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7600120Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7608494Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7616921Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7625203Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7634102Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7642431Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7652295Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7660642Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7669325Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7678584Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7691180Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7700635Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7712409Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7724379Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7733586Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7742850Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7751651Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7759795Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7768257Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7776957Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7785457Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7793112Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7801245Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7809167Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7816380Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7824081Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7831953Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7841151Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7847923Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7854939Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7862001Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7869410Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7876007Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7883169Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7890350Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7897506Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7915827Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7923513Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7931907Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7939161Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7946407Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7953326Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7960104Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7968008Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7977099Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7986838Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.7995779Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8004375Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8013266Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8020540Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8027257Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8034610Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8041297Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8054637Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8063837Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8073172Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8081083Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8089054Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8097393Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8104931Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8112366Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8119790Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8127289Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8134860Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8141801Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8150439Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8159179Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8166874Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8174790Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8183451Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8191128Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8198745Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8206279Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8214506Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8222819Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8230850Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8238296Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8246748Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8254159Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8261428Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8268575Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8275983Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8282941Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8290481Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8298268Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8305587Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8312721Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8320726Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8335159Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8343142Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8350950Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8358511Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8366388Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8374692Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8383005Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8390312Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8399037Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8406691Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8414945Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8422771Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8430672Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8438289Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8447172Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8455445Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8462629Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8470215Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8479389Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8488257Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8496424Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8504431Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8512744Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8520492Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8528884Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8537180Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8544883Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8552619Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8561175Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8569054Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8576980Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8585764Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8593366Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8600340Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8609183Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8624779Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8631403Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8638251Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8645263Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8652899Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8659742Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8667070Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8674272Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8681858Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8689707Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8702092Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8710107Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8717505Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8725687Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8734674Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8743862Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8752569Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8760475Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8769302Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8777060Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8809570Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8817944Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8828120Z 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-12-17T23:50:52.8836776Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8845582Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8854074Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8862843Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8870226Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8877287Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8884767Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8895850Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8903127Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8910178Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8917418Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8924830Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8932427Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8940036Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8947037Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8953827Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8960857Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8967659Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8982023Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8986905Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.8993966Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9001191Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9008561Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9015984Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9024074Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9031550Z 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-12-17T23:50:52.9038778Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9046170Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9053648Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9061109Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9068329Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9075505Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9083436Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9090586Z copying torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9097734Z copying torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9104958Z copying torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9112054Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9119281Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9126429Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9133529Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9140486Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9147210Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9154658Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9161935Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9168782Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9175880Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9184185Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9192276Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9200549Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9210017Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9219234Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9230040Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9241125Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9251040Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9258911Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9266767Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9276156Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9288767Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9296388Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9304771Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9311972Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9319039Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9326709Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9334603Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9341828Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9348954Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9356107Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9368586Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9375871Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9383516Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9391323Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9398585Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9405786Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9413052Z 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-12-17T23:50:52.9420705Z 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-12-17T23:50:52.9427919Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9435133Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9442505Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9449873Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9457280Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9464928Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9472064Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9479440Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9487121Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9495180Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9503359Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9511330Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9519298Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9527217Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9535531Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9543649Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9552088Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9560748Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9568788Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9577400Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9586673Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9594554Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9602844Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9610638Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9618411Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9627275Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9635467Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9643237Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9651526Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9659546Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9667446Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9676284Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9685333Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9696213Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9704850Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9713294Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9721321Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9729397Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9737398Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9744756Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9752526Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9759861Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9767321Z 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-12-17T23:50:52.9774942Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9782161Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9789616Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9796868Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9803728Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9810797Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9817946Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9825765Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9833342Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9840837Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9848208Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9854742Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9861665Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9868846Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9876010Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9883401Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9890521Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9897759Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9905639Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9912642Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9919711Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9926925Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9934385Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9941707Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9949026Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9956252Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9963451Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9970734Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9977595Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9984509Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:52.9992720Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0000656Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0008160Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0015772Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0023989Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0031897Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0039633Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0047943Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0061298Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0069183Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0077103Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0084994Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0093063Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0101693Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0109834Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0117831Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0125943Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0133772Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0141520Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0150154Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0157900Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0165914Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0173704Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0182082Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0191119Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0202009Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0212768Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0221062Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0229049Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0236923Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0244789Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0252733Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0260033Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0267950Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0275083Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0282107Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0289095Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0296483Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0304553Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0311838Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0318813Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0325655Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0332993Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0340828Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0347969Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0355240Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0362636Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0369549Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0376882Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0384425Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0391443Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0398689Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0406046Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0436932Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0444343Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0451524Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0458845Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0465961Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0473354Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0480558Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0487437Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0494802Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0503687Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0511475Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0519018Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0527440Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0535452Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0543235Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0551546Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0559442Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0567041Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0575206Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0583182Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0590940Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0598833Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0607266Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0614755Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0622312Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0630461Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0642743Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0651015Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0658991Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0667393Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0675499Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0683273Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0694703Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0703116Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0713487Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0721435Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0729610Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0737817Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0745892Z 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-12-17T23:50:53.0753661Z 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-12-17T23:50:53.0761106Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0769076Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0776309Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0783821Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0791165Z 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-12-17T23:50:53.0799353Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0806654Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0814000Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0821312Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0828523Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0835975Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0843801Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0851370Z 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-12-17T23:50:53.0858774Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0866337Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0874032Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0881221Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0888559Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0895839Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0903206Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0910806Z 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-12-17T23:50:53.0918556Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0925906Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0933262Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0940698Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.0948416Z 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-12-17T23:50:53.0956002Z 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-12-17T23:50:53.0963568Z 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-12-17T23:50:53.0970872Z 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-12-17T23:50:53.0978497Z 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-12-17T23:50:53.0985872Z 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-12-17T23:50:53.0993158Z 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-12-17T23:50:53.1001087Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1009056Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1016714Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1024890Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1032674Z 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-12-17T23:50:53.1039917Z 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-12-17T23:50:53.1047357Z 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-12-17T23:50:53.1055203Z 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-12-17T23:50:53.1062604Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1069916Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1077078Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1084561Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1091905Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1099012Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1112137Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1120477Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1128145Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1136070Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1144622Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1152438Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1160012Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1168366Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1176155Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1198258Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1210337Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1219143Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1229400Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1238307Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1246511Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1255746Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1264596Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1272078Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1280412Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1287806Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1296021Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1303037Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1311427Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1318706Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1325715Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1332844Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1341012Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1348646Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1355751Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1363136Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1370586Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1377643Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1384775Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1391859Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1399288Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1407254Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1414161Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1421264Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1428132Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1435595Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1442733Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1450111Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1457265Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1465052Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1472156Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1479344Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1486858Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1494251Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1501556Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1509819Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1517716Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1525507Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1533604Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1541465Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1549427Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1557152Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1565092Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1572740Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1581020Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1590041Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1597835Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1606435Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1614402Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1622261Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1629990Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1637991Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1646204Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1654170Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1662466Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1670540Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1678259Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1686612Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1696057Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1707212Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1716604Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1724779Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1732740Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1741294Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1749501Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1757347Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1765304Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1773183Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1781256Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1795893Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1796811Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1803640Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1810966Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1818838Z 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-12-17T23:50:53.1826273Z 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-12-17T23:50:53.1833558Z 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-12-17T23:50:53.1840796Z 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-12-17T23:50:53.1848780Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1855991Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1863645Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1871217Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1878445Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1885999Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1893414Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1900397Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1907762Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1915307Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1922303Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1929309Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1936386Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1944087Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1951346Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1958434Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1965598Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1973156Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1980380Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1987526Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.1995392Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2002642Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2011421Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2019454Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2027272Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2035812Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2044029Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2051669Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2060420Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2068224Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2076369Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2084831Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2092593Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2100442Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2109691Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2117413Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2125402Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2133435Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2141476Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2150130Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2158114Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2166598Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2174917Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2182850Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2190935Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2200245Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2210718Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2221865Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2230126Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2238275Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2246548Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2254258Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2262305Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2269633Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2282391Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2289585Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2297233Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2304899Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2312849Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2320167Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2327536Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2335003Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2342710Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2349816Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2357551Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2364821Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2372006Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2379195Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2386621Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2394318Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2401457Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2408647Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2416071Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2423925Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2431051Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2438750Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2445850Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2453432Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2460554Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2479543Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2487244Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2494436Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2502106Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2509471Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2517617Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2525674Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2534104Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2542240Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2550460Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2558946Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2566714Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2574132Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2581917Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2590060Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2597721Z copying torch\include\ATen\ops\_spsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2604787Z copying torch\include\ATen\ops\_spsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2612060Z copying torch\include\ATen\ops\_spsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2620221Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2627796Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2635268Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2642946Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2651265Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2658807Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2666743Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2674815Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2682581Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2690231Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2699156Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2710477Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2720030Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2728242Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2736684Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2744812Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2751782Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2759674Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2766902Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2774615Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2781860Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2789031Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2796747Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2804999Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2812085Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2819713Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2826919Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2835049Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2842521Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2851241Z 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-12-17T23:50:53.2859463Z 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-12-17T23:50:53.2866697Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2874291Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2881530Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2888610Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2895654Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2903290Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2910604Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2917563Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2924739Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2932467Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2939587Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2946764Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2954160Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2961982Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2970173Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2978410Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2986318Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.2994594Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3003182Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3011424Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3019906Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3027872Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3035701Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3044107Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3052394Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3060182Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3072507Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3080857Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3088982Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3097376Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3105654Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3113224Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3121009Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3129660Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3137963Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3145760Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3153882Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3162000Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3169593Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3177545Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3185446Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3193730Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3201977Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3211937Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3221062Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3230080Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3238971Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3246906Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3255290Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3263797Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3271097Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3279356Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3286698Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3294356Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3301811Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3309667Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3317556Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3324885Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3332266Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3339499Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3346715Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3353813Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3361951Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3369239Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3376958Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3384235Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3391924Z 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-12-17T23:50:53.3399493Z 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-12-17T23:50:53.3406934Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3414229Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3421610Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3428934Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3443814Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3451053Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3457929Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3465940Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3472995Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3480077Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3487063Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3494351Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3501714Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3508501Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3515347Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3522639Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3529572Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3536795Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3544039Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3551069Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3558504Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3565884Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3573300Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3580361Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3587309Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3594355Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3601655Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3608655Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3616245Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3628857Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3636397Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3644479Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3652363Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3661160Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3669323Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3681561Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3689271Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3696841Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3705128Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3714984Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3725433Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3736393Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3745600Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3753899Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3761879Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3769745Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3777656Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3785785Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3792803Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3800764Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3807986Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3815201Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3822393Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3829489Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3837454Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3844815Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3851864Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3859273Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3867517Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3874840Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3881847Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3889156Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3897019Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3904215Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3911498Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3918765Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3926389Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3933741Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3940973Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3948234Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3955342Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3962467Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3969827Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3976993Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3984163Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3991442Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.3999274Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4006778Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4013984Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4021944Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4029791Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4037965Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4045262Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4052942Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4060520Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4068637Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4076431Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4084021Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4091974Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4100510Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4108376Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4115954Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4123912Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4132000Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4139948Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4152294Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4184340Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4192152Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4200893Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4207924Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4215304Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4226307Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4234370Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4241581Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4248602Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4255675Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4264080Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4279402Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4290378Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4299456Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4308211Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4317266Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4327704Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4335962Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4344172Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4352390Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4360643Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4368519Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4376177Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4388478Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4395771Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4403276Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4410436Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4417677Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4425548Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4433117Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4440884Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4448229Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4455609Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4462952Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4470403Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4496580Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4523921Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4531030Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4538093Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4545442Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4553010Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4560541Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4567800Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4575051Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4583601Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4591607Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4599764Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4608399Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4616465Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4624700Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4632721Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4640720Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4648807Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4660922Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4668961Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4676835Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4684983Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4693886Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4701794Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4713597Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4724758Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4736903Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4748078Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4756835Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4765137Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4773275Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4782163Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4790771Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4798950Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4806492Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4813751Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4821966Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4829170Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4836466Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4844243Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4852166Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4859483Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4867103Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4874833Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4882114Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4889402Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4897272Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4904956Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4912138Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4919412Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4926857Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4934019Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4941579Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4948706Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4956059Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4963613Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4971416Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4978681Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4986424Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.4993722Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5005601Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5013350Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5020306Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5028744Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5037212Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5045162Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5053134Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5062722Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5070646Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5078657Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5087202Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5094958Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5105108Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5113124Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5121344Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5129503Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5137674Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5145762Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5153806Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5161693Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5170042Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5178212Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5186160Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5193997Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5202376Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5210775Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5219575Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5230987Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5242059Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5250885Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5259692Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5267743Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5275663Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5284058Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5291404Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5299814Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5311938Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5319452Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5326573Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5334566Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5341878Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5350026Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5361886Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5369180Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5377166Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5385476Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5393025Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5400213Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5407289Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5413733Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5421389Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5428586Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5435776Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5442651Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5449834Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5456709Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5464098Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5471141Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5478025Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5485434Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5493325Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5501336Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5509375Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5517331Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5524962Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5533301Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5545239Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5553004Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5560637Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5568979Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5576904Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5584431Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5596552Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5605377Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5613204Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5621402Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5630281Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5645547Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5660478Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5669375Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5677431Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5685858Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5693828Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5701927Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5732923Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5741565Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5749516Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5757665Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5765296Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5773195Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5786421Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5793473Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5800688Z copying torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5808093Z copying torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5815218Z copying torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5823134Z copying torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5830728Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5838346Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5845643Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5852766Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-12-17T23:50:53.5859491Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-12-17T23:50:53.5866420Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-12-17T23:50:53.5873753Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-12-17T23:50:53.5880975Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-12-17T23:50:53.5895695Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-12-17T23:50:53.5902396Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-12-17T23:50:53.5907652Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-12-17T23:50:53.5914748Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-12-17T23:50:53.5922254Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-12-17T23:50:53.5930232Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-12-17T23:50:53.5960587Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-12-17T23:50:53.5967708Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-12-17T23:50:53.5975159Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-12-17T23:50:53.5982728Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-12-17T23:50:53.5990010Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-12-17T23:50:53.5997615Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-12-17T23:50:53.6005541Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-12-17T23:50:53.6012364Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-12-17T23:50:53.6017569Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-12-17T23:50:53.6025075Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-12-17T23:50:53.6032805Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-12-17T23:50:53.6039715Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-12-17T23:50:53.6051983Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-12-17T23:50:53.6058743Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-12-17T23:50:53.6065025Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-12-17T23:50:53.6070421Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-12-17T23:50:53.6077664Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-12-17T23:50:53.6085236Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-12-17T23:50:53.6103481Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-12-17T23:50:53.6111015Z copying torch\include\ATen\detail\HPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-12-17T23:50:53.6118226Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-12-17T23:50:53.6125557Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-12-17T23:50:53.6133211Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-12-17T23:50:53.6140693Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-12-17T23:50:53.6148044Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-12-17T23:50:53.6155067Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-12-17T23:50:53.6161565Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6166785Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6174379Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6181988Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6189074Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6202811Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6210066Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6217314Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6224983Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6231425Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6239093Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6246064Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6252668Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6259194Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6266526Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6273469Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6280051Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6287193Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6293646Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6300633Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6311225Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6318194Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6333439Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6340552Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6353993Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6363603Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6373930Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6382159Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6389402Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6396572Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6404006Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6411003Z copying torch\include\ATen\native\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6418278Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6431831Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6439163Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6446777Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6454077Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6461647Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6473415Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6480740Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6488105Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6495848Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6503147Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6510154Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6527642Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6534813Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6543624Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6550365Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6557027Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6563723Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6591253Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6597935Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6604423Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6610917Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6623754Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6635222Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6641607Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6648030Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6654384Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6660924Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6667898Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6675047Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6681987Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6688810Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6695552Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6705564Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6727307Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6733920Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6740723Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6747710Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6754350Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6761120Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6767430Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6774312Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6821113Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6828797Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6842621Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6851267Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6859305Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6866916Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6874499Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6882514Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6889878Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6897224Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6904455Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6918872Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6926227Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6933448Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6940735Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6948583Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6955925Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6963129Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6970217Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6977479Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6985299Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.6993103Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.7000112Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-12-17T23:50:53.7006684Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7012421Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7019973Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7028098Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7035648Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7048995Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7056011Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7063379Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7071243Z copying torch\include\ATen\native\cpu\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7078463Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7085721Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7093250Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7100975Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7111990Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7119375Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7126567Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7134042Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7141175Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7148822Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7156861Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7163612Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7178293Z copying torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7186000Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7192793Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7199788Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7206555Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.7213919Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.8471453Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.8478913Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.8487131Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.8494520Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.8511596Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-12-17T23:50:53.8518125Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8524027Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8531066Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8538707Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8546136Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8558782Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8566357Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8573584Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8581539Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8593600Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8600865Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8617475Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8625271Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8632248Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8639770Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8647119Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8654473Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8666549Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8673755Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8680646Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8687570Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8694783Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8729101Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8739204Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8749341Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8759476Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8769804Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8777751Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8786104Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8793258Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8801239Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8808743Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8815628Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8829066Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8835765Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8846105Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8852971Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8860464Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8867207Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8873880Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8880539Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8887502Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8895703Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8902581Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8909357Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8917552Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8924533Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8937902Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8944868Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8952893Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8960107Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8972080Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8976110Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8983020Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8989770Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.8996560Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.9003253Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.9009784Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-12-17T23:50:53.9039654Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2024-12-17T23:50:53.9044933Z copying torch\include\ATen\native\hip\ck_bgemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2024-12-17T23:50:53.9069250Z copying torch\include\ATen\native\hip\ck_gemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2024-12-17T23:50:53.9075591Z copying torch\include\ATen\native\hip\ck_gemm_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2024-12-17T23:50:53.9082147Z copying torch\include\ATen\native\hip\ck_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2024-12-17T23:50:53.9087990Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-12-17T23:50:53.9093010Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-12-17T23:50:53.9099480Z copying torch\include\ATen\native\mps\MetalShaderLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-12-17T23:50:53.9106010Z copying torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-12-17T23:50:53.9112790Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-12-17T23:50:53.9125844Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-12-17T23:50:53.9132608Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-12-17T23:50:53.9140186Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-12-17T23:50:53.9147492Z copying torch\include\ATen\native\mps\UnaryConstants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-12-17T23:50:53.9154301Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-12-17T23:50:53.9162822Z copying torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-12-17T23:50:53.9170847Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-12-17T23:50:53.9178199Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-12-17T23:50:53.9185760Z copying torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-12-17T23:50:53.9192370Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-12-17T23:50:53.9198123Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-12-17T23:50:53.9205034Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-12-17T23:50:53.9212568Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-12-17T23:50:53.9226429Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-12-17T23:50:53.9234969Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-12-17T23:50:53.9242752Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-12-17T23:50:53.9249756Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-12-17T23:50:53.9260235Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-12-17T23:50:53.9273050Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-12-17T23:50:53.9286599Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-12-17T23:50:53.9293933Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-12-17T23:50:53.9301183Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-12-17T23:50:53.9308637Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-12-17T23:50:53.9314320Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9319600Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9327183Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9334089Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9340980Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9355716Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9362547Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9369292Z copying torch\include\ATen\native\quantized\cpu\qconv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9375881Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9382804Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9389915Z copying torch\include\ATen\native\quantized\cpu\qlinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9396491Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9408947Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9415772Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9422587Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9429020Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-12-17T23:50:53.9434790Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-12-17T23:50:53.9440127Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-12-17T23:50:53.9446685Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-12-17T23:50:53.9452964Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-12-17T23:50:53.9458041Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-12-17T23:50:53.9464476Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-12-17T23:50:53.9475299Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-12-17T23:50:53.9481346Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-12-17T23:50:53.9486233Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-12-17T23:50:53.9492862Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-12-17T23:50:53.9498807Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-12-17T23:50:53.9503662Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-12-17T23:50:53.9510096Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-12-17T23:50:53.9516339Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-12-17T23:50:53.9522655Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-12-17T23:50:53.9536319Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-12-17T23:50:53.9543618Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-12-17T23:50:53.9550281Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-12-17T23:50:53.9556022Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-12-17T23:50:53.9562452Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-12-17T23:50:53.9569768Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-12-17T23:50:53.9578415Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-12-17T23:50:53.9586279Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-12-17T23:50:53.9593549Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-12-17T23:50:53.9619689Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-12-17T23:50:53.9627121Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-12-17T23:50:53.9634184Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-12-17T23:50:53.9640817Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-12-17T23:50:53.9647319Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-12-17T23:50:53.9654218Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-12-17T23:50:53.9661688Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-12-17T23:50:53.9669248Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9674450Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9681555Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9688834Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9695933Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9711423Z copying torch\include\c10\core\CachingDeviceAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9719011Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9726283Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9733577Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9743005Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9751833Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9759231Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9766916Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9776509Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9784348Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9792138Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9799519Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9806825Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9814895Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9822940Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9829679Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9842521Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9849218Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9855691Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9862713Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9870078Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9876941Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9883325Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9890428Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9896837Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9903657Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9910296Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9916878Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9923660Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9953430Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9960279Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9966881Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9973487Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9984612Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9991360Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:53.9998179Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:54.0004624Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:54.0014984Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:54.0021746Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:54.0028319Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:54.0034995Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:54.0049300Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:54.0057154Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:54.0065008Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:54.0081189Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-12-17T23:50:54.0083533Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-12-17T23:50:54.0089193Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-12-17T23:50:54.0096955Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-12-17T23:50:54.0104232Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-12-17T23:50:54.0114869Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-12-17T23:50:54.0133136Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-12-17T23:50:54.0139648Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-12-17T23:50:54.0145432Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-12-17T23:50:54.0156062Z 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-12-17T23:50:54.0163723Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-12-17T23:50:54.0171157Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-12-17T23:50:54.0186388Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-12-17T23:50:54.0192872Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-12-17T23:50:54.0198571Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-12-17T23:50:54.0205846Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-12-17T23:50:54.0213944Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-12-17T23:50:54.0221641Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-12-17T23:50:54.0237129Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-12-17T23:50:54.0247411Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-12-17T23:50:54.0256927Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-12-17T23:50:54.0264962Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-12-17T23:50:54.0270876Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-12-17T23:50:54.0278167Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-12-17T23:50:54.0285736Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-12-17T23:50:54.0299369Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-12-17T23:50:54.0311519Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0316714Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0323618Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0330708Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0341997Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0355275Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0362094Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0369079Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0376169Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0383178Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0390194Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0397530Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0404465Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0411667Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0418656Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0425857Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0432667Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0439621Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-12-17T23:50:54.0445587Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0456127Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0462798Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0469516Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0476606Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0492501Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0498957Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0505477Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0512395Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0522110Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0528863Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0535585Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0542188Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0549149Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0557161Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0564596Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0571832Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0579938Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0587477Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0595282Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0602517Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0633014Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0640878Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0648760Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0656133Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0669602Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0677231Z copying torch\include\c10\util\error.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0684221Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0691836Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0699521Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0707316Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0714610Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0722558Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0732349Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0741363Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0751805Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0765787Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0773453Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0781840Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0788696Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0796440Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0803614Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0811424Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0818392Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0825203Z copying torch\include\c10\util\Gauge.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0832026Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0846622Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0853966Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0861283Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0868121Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0875321Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0881952Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0889373Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0896421Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0903740Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0911340Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0919457Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0927191Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0934759Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0948727Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0956696Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0964474Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0971852Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0979607Z copying torch\include\c10\util\NetworkFlow.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0987319Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.0994506Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1001966Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1009479Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1018780Z copying torch\include\c10\util\overflows.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1026653Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1046890Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1054019Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1061483Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1068252Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1075270Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1082566Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1089963Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1097532Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1104801Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1112561Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1120418Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1128033Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1141662Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1150681Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1158480Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1166011Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1174179Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1181870Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1189075Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1196457Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1204178Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1212011Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1220378Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1252676Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1260008Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1267275Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1274701Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1281169Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1288306Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1294825Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1301875Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1309211Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1317938Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1325219Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1332200Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1339910Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1346748Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1353537Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1361222Z copying torch\include\c10\util\WaitCounterDynamicBackend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1367994Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-12-17T23:50:54.1375429Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1381066Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1388176Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1395422Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1403564Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1592500Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1598809Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1620252Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1627493Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1633900Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1640845Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1647601Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1655095Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1662413Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1669900Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-12-17T23:50:54.1677285Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-12-17T23:50:54.1683089Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-12-17T23:50:54.1690915Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-12-17T23:50:54.1698225Z copying torch\include\c10\cuda\impl\cuda_cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-12-17T23:50:54.1704699Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-12-17T23:50:54.1710382Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-12-17T23:50:54.1721432Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-12-17T23:50:54.1728963Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-12-17T23:50:54.1736138Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-12-17T23:50:54.1815981Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-12-17T23:50:54.1822454Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-12-17T23:50:54.1844953Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-12-17T23:50:54.1850329Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-12-17T23:50:54.1856751Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2024-12-17T23:50:54.1861689Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-12-17T23:50:54.1868859Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-12-17T23:50:54.1875538Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-12-17T23:50:54.1881978Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-12-17T23:50:54.1923514Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-12-17T23:50:54.1929043Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.1934224Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.1940980Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.1947402Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.1953641Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.1966813Z copying torch\include\torch\csrc\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.1973165Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.1979677Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.1986318Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.1992671Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.1999200Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2005395Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2012072Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2018416Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2024774Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2031321Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2037512Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2043899Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2050482Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2057095Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2063951Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2071162Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2078277Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2090322Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2097306Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2110758Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2117446Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2124457Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2131435Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2143250Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2150245Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-12-17T23:50:54.2157077Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2166484Z copying torch\include\torch\csrc\api\include\torch\all.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2173312Z copying torch\include\torch\csrc\api\include\torch\arg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2180886Z copying torch\include\torch\csrc\api\include\torch\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2187896Z copying torch\include\torch\csrc\api\include\torch\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2200665Z copying torch\include\torch\csrc\api\include\torch\data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2207067Z copying torch\include\torch\csrc\api\include\torch\enum.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2214593Z 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-12-17T23:50:54.2227821Z copying torch\include\torch\csrc\api\include\torch\fft.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2235334Z copying torch\include\torch\csrc\api\include\torch\imethod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2246165Z copying torch\include\torch\csrc\api\include\torch\jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2253775Z copying torch\include\torch\csrc\api\include\torch\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2264105Z copying torch\include\torch\csrc\api\include\torch\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2274045Z copying torch\include\torch\csrc\api\include\torch\nn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2283755Z copying torch\include\torch\csrc\api\include\torch\optim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2293437Z 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-12-17T23:50:54.2302103Z copying torch\include\torch\csrc\api\include\torch\python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2309945Z copying torch\include\torch\csrc\api\include\torch\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2317360Z copying torch\include\torch\csrc\api\include\torch\sparse.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2324370Z copying torch\include\torch\csrc\api\include\torch\special.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2332061Z copying torch\include\torch\csrc\api\include\torch\torch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2338684Z copying torch\include\torch\csrc\api\include\torch\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2349692Z copying torch\include\torch\csrc\api\include\torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2356350Z copying torch\include\torch\csrc\api\include\torch\version.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2362673Z copying torch\include\torch\csrc\api\include\torch\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-12-17T23:50:54.2368372Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2024-12-17T23:50:54.2374092Z 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-12-17T23:50:54.2381459Z 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-12-17T23:50:54.2388368Z 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-12-17T23:50:54.2398738Z 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-12-17T23:50:54.2405356Z 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-12-17T23:50:54.2443472Z 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-12-17T23:50:54.2454160Z 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-12-17T23:50:54.2460749Z 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-12-17T23:50:54.2466793Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-12-17T23:50:54.2472920Z 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-12-17T23:50:54.2479757Z 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-12-17T23:50:54.2486321Z 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-12-17T23:50:54.2492404Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2024-12-17T23:50:54.2498600Z 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-12-17T23:50:54.2505344Z 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-12-17T23:50:54.2512818Z 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-12-17T23:50:54.2519386Z 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-12-17T23:50:54.2526167Z 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-12-17T23:50:54.2532702Z 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-12-17T23:50:54.2539281Z 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-12-17T23:50:54.2553005Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2024-12-17T23:50:54.2558908Z 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-12-17T23:50:54.2571194Z 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-12-17T23:50:54.2578627Z 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-12-17T23:50:54.2585208Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2024-12-17T23:50:54.2592077Z 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-12-17T23:50:54.2600173Z 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-12-17T23:50:54.2607234Z 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-12-17T23:50:54.2614518Z 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-12-17T23:50:54.2621932Z 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-12-17T23:50:54.2636888Z 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-12-17T23:50:54.2644260Z 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-12-17T23:50:54.2650689Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2024-12-17T23:50:54.2657624Z 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-12-17T23:50:54.2665159Z 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-12-17T23:50:54.2672708Z 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-12-17T23:50:54.2680010Z 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-12-17T23:50:54.2687218Z 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-12-17T23:50:54.2693673Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2024-12-17T23:50:54.2700296Z 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-12-17T23:50:54.2707501Z 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-12-17T23:50:54.2714361Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2024-12-17T23:50:54.2720809Z 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-12-17T23:50:54.2728402Z 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-12-17T23:50:54.2735544Z 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-12-17T23:50:54.2742989Z 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-12-17T23:50:54.2751450Z 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-12-17T23:50:54.2768768Z 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-12-17T23:50:54.2778468Z 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-12-17T23:50:54.2786293Z 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-12-17T23:50:54.2794112Z 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-12-17T23:50:54.2800553Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2024-12-17T23:50:54.2807558Z 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-12-17T23:50:54.2814827Z 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-12-17T23:50:54.2822266Z 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-12-17T23:50:54.2828827Z 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-12-17T23:50:54.2858654Z 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-12-17T23:50:54.2866052Z 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-12-17T23:50:54.2872911Z 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-12-17T23:50:54.2879486Z 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-12-17T23:50:54.2886356Z 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-12-17T23:50:54.2892835Z 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-12-17T23:50:54.2900436Z 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-12-17T23:50:54.2907110Z 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-12-17T23:50:54.2914201Z 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-12-17T23:50:54.2921075Z 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-12-17T23:50:54.2928489Z 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-12-17T23:50:54.2935272Z 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-12-17T23:50:54.2941638Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2024-12-17T23:50:54.2947821Z 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-12-17T23:50:54.2955074Z 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-12-17T23:50:54.2962028Z 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-12-17T23:50:54.2968593Z 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-12-17T23:50:54.2975775Z 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-12-17T23:50:54.2989072Z 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-12-17T23:50:54.2995675Z 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-12-17T23:50:54.3002640Z 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-12-17T23:50:54.3009223Z 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-12-17T23:50:54.3016116Z 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-12-17T23:50:54.3022785Z 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-12-17T23:50:54.3029806Z 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-12-17T23:50:54.3036650Z 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-12-17T23:50:54.3043365Z 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-12-17T23:50:54.3049988Z 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-12-17T23:50:54.3057131Z 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-12-17T23:50:54.3063911Z 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-12-17T23:50:54.3071551Z 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-12-17T23:50:54.3079240Z 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-12-17T23:50:54.3086856Z 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-12-17T23:50:54.3094176Z 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-12-17T23:50:54.3101026Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2024-12-17T23:50:54.3107746Z 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-12-17T23:50:54.3115812Z 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-12-17T23:50:54.3123353Z 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-12-17T23:50:54.3130627Z 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-12-17T23:50:54.3137836Z 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-12-17T23:50:54.3152473Z 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-12-17T23:50:54.3159843Z 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-12-17T23:50:54.3167222Z 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-12-17T23:50:54.3174654Z 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-12-17T23:50:54.3182137Z 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-12-17T23:50:54.3189746Z 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-12-17T23:50:54.3197072Z 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-12-17T23:50:54.3204817Z 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-12-17T23:50:54.3212351Z 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-12-17T23:50:54.3220209Z 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-12-17T23:50:54.3227802Z 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-12-17T23:50:54.3235384Z 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-12-17T23:50:54.3242909Z 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-12-17T23:50:54.3250727Z 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-12-17T23:50:54.3259687Z 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-12-17T23:50:54.3270099Z 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-12-17T23:50:54.3279736Z 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-12-17T23:50:54.3287073Z 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-12-17T23:50:54.3294078Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-12-17T23:50:54.3301315Z 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-12-17T23:50:54.3309014Z 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-12-17T23:50:54.3316887Z 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-12-17T23:50:54.3323647Z 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-12-17T23:50:54.3336643Z 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-12-17T23:50:54.3348370Z 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-12-17T23:50:54.3355191Z 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-12-17T23:50:54.3362426Z 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-12-17T23:50:54.3369679Z 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-12-17T23:50:54.3376455Z 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-12-17T23:50:54.3382716Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-12-17T23:50:54.3389001Z 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-12-17T23:50:54.3399157Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2024-12-17T23:50:54.3405294Z 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-12-17T23:50:54.3412075Z 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-12-17T23:50:54.3419237Z 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-12-17T23:50:54.3425167Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2024-12-17T23:50:54.3431070Z 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-12-17T23:50:54.3437595Z 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-12-17T23:50:54.3444081Z 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-12-17T23:50:54.3451054Z 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-12-17T23:50:54.3457374Z 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-12-17T23:50:54.3464223Z 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-12-17T23:50:54.3490403Z 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-12-17T23:50:54.3497068Z 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-12-17T23:50:54.3503119Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-12-17T23:50:54.3509383Z 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-12-17T23:50:54.3516338Z 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-12-17T23:50:54.3522973Z 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-12-17T23:50:54.3536241Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2024-12-17T23:50:54.3542316Z 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-12-17T23:50:54.3548748Z 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-12-17T23:50:54.3555610Z 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-12-17T23:50:54.3564608Z 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-12-17T23:50:54.3576979Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3582159Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3588689Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3595348Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3605647Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3618795Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3625845Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3632286Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3639153Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3645847Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3652930Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3660331Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3666878Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3673940Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3682890Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3694532Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3702279Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3710179Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3717342Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3723418Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3730543Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3737232Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3743826Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3757689Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3766218Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3774132Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3781645Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3793683Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3799849Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3807262Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3814159Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3821600Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3833807Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3840626Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3847184Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3854684Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3861370Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3868168Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3874819Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3881708Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3888518Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3895441Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3902310Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3914755Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3921328Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3928654Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3935408Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-12-17T23:50:54.3941553Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-12-17T23:50:54.3947333Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-12-17T23:50:54.3954121Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-12-17T23:50:54.3960931Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-12-17T23:50:54.3967339Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-12-17T23:50:54.3979973Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-12-17T23:50:54.3986455Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-12-17T23:50:54.3992202Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-12-17T23:50:54.3998000Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-12-17T23:50:54.4010003Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-12-17T23:50:54.4016635Z copying torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-12-17T23:50:54.4053093Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-12-17T23:50:54.4060420Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-12-17T23:50:54.4068446Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-12-17T23:50:54.4075433Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-12-17T23:50:54.4081463Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-12-17T23:50:54.4088452Z copying torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-12-17T23:50:54.4095792Z copying torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-12-17T23:50:54.4103211Z copying torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-12-17T23:50:54.4117602Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-12-17T23:50:54.4124538Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-12-17T23:50:54.4130882Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-12-17T23:50:54.4136558Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-12-17T23:50:54.4144151Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-12-17T23:50:54.4153909Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-12-17T23:50:54.4163549Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-12-17T23:50:54.4173179Z copying torch\include\torch\csrc\cuda\GdsFile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-12-17T23:50:54.4187381Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-12-17T23:50:54.4195291Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-12-17T23:50:54.4202299Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-12-17T23:50:54.4209627Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-12-17T23:50:54.4216109Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-12-17T23:50:54.4223781Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-12-17T23:50:54.4229899Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-12-17T23:50:54.4236618Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4243349Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4249858Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4256517Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4262904Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4270311Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4305746Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4312135Z copying torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4319058Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4326084Z copying torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4333022Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4339794Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4346400Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4352911Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4359624Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4366349Z copying torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4373064Z copying torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4380115Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4386946Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4393716Z copying torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4400554Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4407052Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4413758Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4420865Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4441044Z copying torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4447876Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4454470Z copying torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4460909Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4468314Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4475688Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4482447Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4489926Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4496812Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4509502Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4517368Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4524224Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4535068Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4541888Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4548541Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4555714Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4562496Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4569098Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4576886Z copying torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4589811Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4596368Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4603022Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4609780Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4616404Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4623212Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4629672Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4636731Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4643358Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:50:54.4649253Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4654649Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4661297Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4667950Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4674830Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4699212Z copying torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4706973Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4714446Z copying torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4721818Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4729186Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4736946Z copying torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4744679Z 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-12-17T23:50:54.4751914Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4758854Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4766409Z copying torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4774326Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4782630Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4792501Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4801801Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4811009Z copying torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4820506Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4835676Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4843668Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4851160Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4858610Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4866058Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4873273Z 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-12-17T23:50:54.4880146Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:50:54.4886772Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-12-17T23:50:54.4893676Z copying torch\include\torch\csrc\distributed\autograd\context\container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-12-17T23:50:54.4902833Z copying torch\include\torch\csrc\distributed\autograd\context\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-12-17T23:50:54.4908655Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2024-12-17T23:50:54.4914985Z 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-12-17T23:50:54.4921724Z 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-12-17T23:50:54.4927947Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-12-17T23:50:54.4933667Z 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-12-17T23:50:54.4940837Z 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-12-17T23:50:54.4947643Z 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-12-17T23:50:54.4961915Z 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-12-17T23:50:54.4968619Z 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-12-17T23:50:54.4975362Z 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-12-17T23:50:54.4982294Z 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-12-17T23:50:54.4989102Z 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-12-17T23:50:54.4996004Z 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-12-17T23:50:54.5002719Z 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-12-17T23:50:54.5008278Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-12-17T23:50:54.5013396Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-12-17T23:50:54.5020181Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-12-17T23:50:54.5027229Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-12-17T23:50:54.5033426Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-12-17T23:50:54.5049058Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-12-17T23:50:54.5055782Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-12-17T23:50:54.5062706Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-12-17T23:50:54.5069108Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-12-17T23:50:54.5075935Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-12-17T23:50:54.5082790Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-12-17T23:50:54.5089827Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-12-17T23:50:54.5096814Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-12-17T23:50:54.5106069Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-12-17T23:50:54.5112523Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-12-17T23:50:54.5117982Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-12-17T23:50:54.5124535Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2024-12-17T23:50:54.5131301Z copying torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2024-12-17T23:50:54.5138807Z copying torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2024-12-17T23:50:54.5145046Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-12-17T23:50:54.5151151Z 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-12-17T23:50:54.5158626Z 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-12-17T23:50:54.5166329Z 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-12-17T23:50:54.5188888Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-12-17T23:50:54.5196245Z copying torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-12-17T23:50:54.5202396Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-12-17T23:50:54.5214000Z 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-12-17T23:50:54.5221635Z 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-12-17T23:50:54.5228736Z copying torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-12-17T23:50:54.5242927Z copying torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-12-17T23:50:54.5250845Z 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-12-17T23:50:54.5259020Z 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-12-17T23:50:54.5266861Z copying torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-12-17T23:50:54.5275040Z 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-12-17T23:50:54.5290967Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-12-17T23:50:54.5298609Z 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-12-17T23:50:54.5306089Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-12-17T23:50:54.5312747Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-12-17T23:50:54.5318722Z 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-12-17T23:50:54.5325877Z 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-12-17T23:50:54.5332671Z 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-12-17T23:50:54.5344758Z 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-12-17T23:50:54.5351351Z copying torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-12-17T23:50:54.5357232Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2024-12-17T23:50:54.5362907Z 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-12-17T23:50:54.5370213Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2024-12-17T23:50:54.5377763Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2024-12-17T23:50:54.5383695Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-12-17T23:50:54.5389409Z 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-12-17T23:50:54.5396669Z 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-12-17T23:50:54.5403856Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-12-17T23:50:54.5416490Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-12-17T23:50:54.5421914Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-12-17T23:50:54.5428998Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-12-17T23:50:54.5435582Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-12-17T23:50:54.5441209Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-12-17T23:50:54.5446576Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-12-17T23:50:54.5453374Z copying torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-12-17T23:50:54.5460032Z copying torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-12-17T23:50:54.5466622Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-12-17T23:50:54.5478921Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-12-17T23:50:54.5485575Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-12-17T23:50:54.5492189Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-12-17T23:50:54.5498924Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-12-17T23:50:54.5505521Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-12-17T23:50:54.5511479Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5522860Z 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-12-17T23:50:54.5529219Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5535533Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5541864Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5554870Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5561287Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5567858Z 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-12-17T23:50:54.5574258Z copying torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5581345Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5588630Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5596168Z copying torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5603179Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5610246Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5617514Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5626220Z copying torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5633498Z copying torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5640756Z copying torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5648500Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5655766Z copying torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5682429Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5689817Z copying torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5697211Z copying torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5704780Z 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-12-17T23:50:54.5712091Z copying torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5719998Z copying torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5727501Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5742228Z copying torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5748634Z 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-12-17T23:50:54.5764267Z copying torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5771425Z copying torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5781120Z copying torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5791334Z copying torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5798717Z 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-12-17T23:50:54.5806047Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5813539Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5820900Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5828459Z copying torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5841503Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5848607Z 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-12-17T23:50:54.5855328Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5862069Z copying torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5868532Z copying torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5875586Z copying torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5882342Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5888708Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5895345Z copying torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5907369Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5914020Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5920502Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5927678Z copying torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5934109Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5941250Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5948081Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5954279Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5961067Z copying torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5967596Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5986011Z copying torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5992595Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.5999139Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6005926Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6012336Z copying torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6018980Z copying torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6025775Z copying torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6032698Z copying torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6039473Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6046090Z copying torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6052514Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6065210Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6071874Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6078905Z copying torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6086130Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6093683Z copying torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6101759Z 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-12-17T23:50:54.6109162Z copying torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6116349Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6123839Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6138593Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6146149Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6153588Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6161064Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6169285Z 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-12-17T23:50:54.6176785Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6184527Z 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-12-17T23:50:54.6192264Z copying torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6200233Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6207572Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6214851Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-12-17T23:50:54.6222214Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-12-17T23:50:54.6228751Z 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-12-17T23:50:54.6236311Z copying torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-12-17T23:50:54.6243591Z 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-12-17T23:50:54.6250559Z copying torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-12-17T23:50:54.6263103Z 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-12-17T23:50:54.6270739Z 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-12-17T23:50:54.6279199Z 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-12-17T23:50:54.6290709Z 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-12-17T23:50:54.6300829Z 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-12-17T23:50:54.6307439Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-12-17T23:50:54.6313909Z 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-12-17T23:50:54.6321357Z 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-12-17T23:50:54.6329804Z 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-12-17T23:50:54.6363229Z 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-12-17T23:50:54.6369733Z 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-12-17T23:50:54.6375950Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6381437Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6389168Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6396078Z copying torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6402810Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6414727Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6421674Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6428013Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6435423Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6442393Z copying torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6449103Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6456108Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6462999Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6469740Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6476340Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6482785Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6489362Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6496013Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6502544Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6509126Z 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-12-17T23:50:54.6516036Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6530933Z copying torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6538354Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6545270Z 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-12-17T23:50:54.6551765Z copying torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6558224Z 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-12-17T23:50:54.6565049Z copying torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6571895Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6578491Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6585392Z 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-12-17T23:50:54.6598909Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6606212Z copying torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-12-17T23:50:54.6612575Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-12-17T23:50:54.6618593Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-12-17T23:50:54.6625963Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-12-17T23:50:54.6633150Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-12-17T23:50:54.6640640Z copying torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-12-17T23:50:54.6656612Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-12-17T23:50:54.6663633Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-12-17T23:50:54.6672513Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-12-17T23:50:54.6685455Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-12-17T23:50:54.6692762Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-12-17T23:50:54.6700180Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-12-17T23:50:54.6707178Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-12-17T23:50:54.6714656Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-12-17T23:50:54.6722374Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-12-17T23:50:54.6728732Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6734813Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6742142Z copying torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6766341Z copying torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6767467Z copying torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6773293Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6783042Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6791652Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6800913Z copying torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6810591Z copying torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6818116Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6825323Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6833128Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6840531Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6847949Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6854404Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6861349Z copying torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6868968Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6875535Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6882441Z copying torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6889176Z copying torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6904619Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6911460Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6918132Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6924495Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6931694Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6938859Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6945489Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6953000Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-12-17T23:50:54.6958904Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-12-17T23:50:54.6964240Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-12-17T23:50:54.6970969Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-12-17T23:50:54.6978067Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-12-17T23:50:54.6984245Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-12-17T23:50:54.6991232Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-12-17T23:50:54.7002328Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7008312Z 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-12-17T23:50:54.7014904Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7021761Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7043003Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7049786Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7056113Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7063119Z copying torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7069737Z copying torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7076559Z copying torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7083161Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7090012Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7097542Z copying torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7106513Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7113410Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7120658Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7127888Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7135792Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7148579Z 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-12-17T23:50:54.7155945Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7163440Z copying torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7192941Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-12-17T23:50:54.7199514Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7205276Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7212672Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7220049Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7227319Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7235621Z copying torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7251727Z copying torch\include\torch\csrc\jit\python\python_custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7258947Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7266476Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7274143Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7281555Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7291086Z copying torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7301393Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7309635Z copying torch\include\torch\csrc\jit\python\python_tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7316948Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7324289Z 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-12-17T23:50:54.7331642Z copying torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-12-17T23:50:54.7337429Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7343528Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7350071Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7357465Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7364188Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7378188Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7384798Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7391829Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7398575Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7405178Z copying torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7411607Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7418114Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7424793Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7431224Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7437871Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7445046Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7451761Z copying torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7458441Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7465241Z copying torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7471925Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7478750Z 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-12-17T23:50:54.7485357Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7492050Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-12-17T23:50:54.7503794Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-12-17T23:50:54.7509119Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-12-17T23:50:54.7515830Z copying torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-12-17T23:50:54.7521366Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7526730Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7533423Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7540219Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7546926Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7563585Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7570266Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7577168Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7583978Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7590522Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7597957Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7605157Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7612263Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7620079Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7627685Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7634903Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7642494Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7650306Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7657915Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7665515Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7673108Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7680409Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7693956Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7701318Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7708695Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7716427Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7724177Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7731862Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7738873Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7745845Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7761690Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7768932Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7777002Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7792888Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7803746Z copying torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7813326Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7822479Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7830798Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7838783Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7846640Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7853938Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7860901Z copying torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7868190Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:50:54.7874772Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-12-17T23:50:54.7881216Z copying torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-12-17T23:50:54.7887836Z copying torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-12-17T23:50:54.7894187Z copying torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-12-17T23:50:54.7900748Z copying torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-12-17T23:50:54.7907195Z copying torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-12-17T23:50:54.7936018Z copying torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-12-17T23:50:54.7943367Z copying torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-12-17T23:50:54.7950066Z copying torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-12-17T23:50:54.7956981Z copying torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-12-17T23:50:54.7962624Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2024-12-17T23:50:54.7975176Z copying torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2024-12-17T23:50:54.7978028Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-12-17T23:50:54.7983092Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-12-17T23:50:54.7989668Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-12-17T23:50:54.7996093Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-12-17T23:50:54.8001702Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-12-17T23:50:54.8006793Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-12-17T23:50:54.8013433Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-12-17T23:50:54.8021254Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-12-17T23:50:54.8027687Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-12-17T23:50:54.8039849Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-12-17T23:50:54.8047027Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-12-17T23:50:54.8054002Z copying torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-12-17T23:50:54.8060680Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-12-17T23:50:54.8067246Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-12-17T23:50:54.8075142Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-12-17T23:50:54.8081701Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-12-17T23:50:54.8087981Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-12-17T23:50:54.8093524Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-12-17T23:50:54.8100288Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-12-17T23:50:54.8107091Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-12-17T23:50:54.8113335Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-12-17T23:50:54.8119026Z copying torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-12-17T23:50:54.8126195Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-12-17T23:50:54.8132703Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-12-17T23:50:54.8153032Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-12-17T23:50:54.8158744Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-12-17T23:50:54.8164351Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-12-17T23:50:54.8170178Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8176423Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8184257Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8191693Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8200097Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8222580Z copying torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8229836Z copying torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8237734Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8245151Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8252556Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8260080Z copying torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8267592Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8275378Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8282933Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8290620Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8300038Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8309067Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:50:54.8315852Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-12-17T23:50:54.8322250Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-12-17T23:50:54.8329741Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-12-17T23:50:54.8336474Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-12-17T23:50:54.8343015Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8348189Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8355995Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8362691Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8369317Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8381951Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8389407Z copying torch\include\torch\csrc\utils\generated_serialization_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8397502Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8403947Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8410258Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8416448Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8423263Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8430243Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8436541Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8444727Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8452864Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8460937Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8470783Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8480225Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8487467Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8494855Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8509219Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8516658Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8524458Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8532412Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8539847Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8547587Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8555271Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8563300Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8570949Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8578225Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8592683Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8600217Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8607608Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8614945Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8623136Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8630428Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8637672Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8655823Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8663764Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8676682Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8684576Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8692031Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8700499Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8708183Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8715520Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-12-17T23:50:54.8721939Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-12-17T23:50:54.8727922Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-12-17T23:50:54.8734352Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-12-17T23:50:54.8741002Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-12-17T23:50:54.8747822Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-12-17T23:50:54.8754301Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-12-17T23:50:54.8760708Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-12-17T23:50:54.8772964Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8778982Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8785766Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8792295Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8799189Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8805726Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8818568Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8825076Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8832037Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8839479Z copying torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8846038Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8852865Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8859800Z copying torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8866943Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8873545Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8880643Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8887772Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8894384Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8901529Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8908346Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8915419Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8922145Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8929239Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8936760Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8943559Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-12-17T23:50:54.8949941Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2024-12-17T23:50:54.8964270Z 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-12-17T23:50:54.8970098Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2024-12-17T23:50:54.8975875Z 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-12-17T23:50:54.8982505Z copying torch\include\torch\csrc\lazy\core\ops\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2024-12-17T23:50:54.8988382Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-12-17T23:50:54.8993657Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-12-17T23:50:54.8999592Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-12-17T23:50:54.9004898Z copying torch\include\torch\csrc\lazy\ts_backend\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-12-17T23:50:54.9011363Z 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-12-17T23:50:54.9018301Z 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-12-17T23:50:54.9025107Z 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-12-17T23:50:54.9037528Z 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-12-17T23:50:54.9044404Z 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-12-17T23:50:54.9051242Z 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-12-17T23:50:54.9058593Z 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-12-17T23:50:54.9065622Z 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-12-17T23:50:54.9072596Z 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-12-17T23:50:54.9078943Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-12-17T23:50:54.9083933Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-12-17T23:50:54.9090290Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-12-17T23:50:54.9096578Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-12-17T23:50:54.9102831Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9107410Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9114898Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9121472Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9129215Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9136019Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9142251Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9154969Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9161501Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9167952Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9174356Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9181028Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9187566Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9194295Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9201076Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9210007Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9217364Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9224810Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9234147Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9242715Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9250125Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9258756Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9266049Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-12-17T23:50:54.9272757Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-12-17T23:50:54.9278451Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-12-17T23:50:54.9286272Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-12-17T23:50:54.9295151Z copying torch\include\pybind11\detail\cpp_conduit.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-12-17T23:50:54.9303704Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-12-17T23:50:54.9312205Z copying torch\include\pybind11\detail\exception_translation.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-12-17T23:50:54.9327738Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-12-17T23:50:54.9338453Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-12-17T23:50:54.9347159Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-12-17T23:50:54.9355101Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-12-17T23:50:54.9363428Z copying torch\include\pybind11\detail\value_and_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-12-17T23:50:54.9370158Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-12-17T23:50:54.9375141Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-12-17T23:50:54.9382130Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-12-17T23:50:54.9389742Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-12-17T23:50:54.9396838Z creating build\lib.win-amd64-cpython-39\torch\include\THC 2024-12-17T23:50:54.9401387Z copying torch\include\THC\THCAtomics.cuh -> build\lib.win-amd64-cpython-39\torch\include\THC 2024-12-17T23:50:54.9407932Z copying torch\include\THC\THCDeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\THC 2024-12-17T23:50:54.9414930Z copying torch\_inductor\codegen\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-12-17T23:50:54.9431617Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-12-17T23:50:54.9437381Z copying torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-12-17T23:50:54.9449045Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-12-17T23:50:54.9461002Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-12-17T23:50:54.9472826Z copying torch\_export\serde\schema.thrift -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-12-17T23:50:54.9483811Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-12-17T23:50:54.9491239Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-12-17T23:50:54.9497497Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-12-17T23:50:54.9502490Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-12-17T23:50:54.9509242Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-12-17T23:50:54.9515950Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-12-17T23:50:54.9528440Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-12-17T23:50:54.9535584Z copying torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-12-17T23:50:54.9542614Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-12-17T23:50:54.9549222Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-12-17T23:50:54.9555754Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-12-17T23:50:54.9560799Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-12-17T23:50:54.9567691Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-12-17T23:50:54.9574197Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-12-17T23:50:54.9580827Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-12-17T23:50:54.9593469Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-12-17T23:50:54.9600035Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-12-17T23:50:54.9607038Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-12-17T23:50:54.9613880Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-12-17T23:50:54.9621069Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-12-17T23:50:54.9627426Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-12-17T23:50:54.9632619Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-12-17T23:50:54.9639346Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-12-17T23:50:54.9645164Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-12-17T23:50:54.9677216Z 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-12-17T23:50:54.9684268Z 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-12-17T23:50:54.9692664Z 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-12-17T23:50:54.9706222Z 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-12-17T23:50:54.9712977Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-12-17T23:50:54.9719210Z 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-12-17T23:50:54.9727037Z 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-12-17T23:50:54.9734490Z 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-12-17T23:50:54.9749619Z 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-12-17T23:50:54.9756027Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-12-17T23:50:54.9761506Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-12-17T23:50:54.9768919Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-12-17T23:50:54.9776305Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-12-17T23:50:54.9788914Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-12-17T23:50:54.9809192Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-12-17T23:50:54.9839700Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-12-17T23:50:54.9847551Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-12-17T23:50:54.9859520Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-12-17T23:50:54.9866601Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-12-17T23:50:54.9882864Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-12-17T23:50:54.9899444Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-12-17T23:50:54.9910733Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:54.9920487Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:54.9930821Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:54.9952206Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:54.9967096Z copying torch\lib\c10_cuda.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:54.9977252Z copying torch\lib\caffe2_nvrtc.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:54.9984034Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.0033257Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.0041698Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.0048418Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.0060626Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.1406200Z copying torch\lib\torch_cuda.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.3265333Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.3273423Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.3430685Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.3437833Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.3446696Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.3453364Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.3467172Z copying torch\lib\c10_cuda.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.3483708Z copying torch\lib\caffe2_nvrtc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.3490936Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.3499697Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.9521907Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.9541214Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.9560837Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.9568195Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.9759238Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:55.9814123Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:56.0164494Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:56.0537893Z copying torch\lib\microkernels-prod.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:56.0570039Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:56.0579149Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:56.0662326Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:56.0669504Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:56.0684918Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:56.0962782Z copying torch\lib\torch_cuda.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:56.0984242Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:56.0993931Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-12-17T23:50:56.1022727Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1027596Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1034955Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1041504Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1054686Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1061543Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1067809Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1074371Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1080866Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1087609Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1094185Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1100834Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1107823Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1114693Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1121043Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1127555Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1133904Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-12-17T23:50:56.1140249Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-12-17T23:50:56.1148302Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-12-17T23:50:56.1360763Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-12-17T23:50:56.1371730Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1378066Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1391580Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1403225Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1421853Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1434452Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1445570Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1456054Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1464068Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1470647Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1477098Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1483723Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1495375Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1510243Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1521471Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1528785Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1535080Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1669796Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1676687Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1690444Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1704979Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1713455Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1720399Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1728030Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1739528Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1746968Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1759261Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1772474Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1787555Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1794969Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1812506Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1824212Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1831646Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1839509Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1857386Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1874672Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1890160Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1898797Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1907861Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1930065Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-12-17T23:50:56.1954050Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.1959481Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.1966992Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.1974149Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.1986389Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.1997677Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.2067726Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.2078715Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.2090440Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.2109947Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.2125672Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.2146615Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.2161432Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.2172218Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.2228230Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.2240483Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.2262804Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.2270408Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-12-17T23:50:56.2276063Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2282198Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2293166Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2300479Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2318674Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2330982Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2338573Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2350598Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2389795Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2398521Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2413138Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2426198Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2438104Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2450107Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2458005Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2469288Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2479966Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2492598Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2544985Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2555652Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2566525Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2577033Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2588180Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2594766Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-12-17T23:50:56.2601732Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-12-17T23:50:56.2610331Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-12-17T23:50:56.2619075Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-12-17T23:50:56.2627073Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2024-12-17T23:50:56.2639134Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-12-17T23:50:56.2650621Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-12-17T23:50:56.2657772Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-12-17T23:50:56.3624298Z running build_ext 2024-12-17T23:50:59.1828605Z -- Building with NumPy bindings 2024-12-17T23:50:59.1829157Z -- Detected cuDNN at C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64, 2024-12-17T23:50:59.1829784Z -- Detected CUDA at C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2024-12-17T23:50:59.1830193Z -- Not using XPU 2024-12-17T23:50:59.1830405Z -- Using MKLDNN 2024-12-17T23:50:59.1830739Z -- Not using Compute Library for the Arm architecture with MKLDNN 2024-12-17T23:50:59.1831149Z -- Not using CBLAS in MKLDNN 2024-12-17T23:50:59.1831413Z -- Not using NCCL 2024-12-17T23:50:59.1831652Z -- Building without distributed package 2024-12-17T23:50:59.1831952Z -- Building Executorch 2024-12-17T23:50:59.1832184Z -- Using ITT 2024-12-17T23:50:59.1832876Z 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-12-17T23:50:59.1834121Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2024-12-17T23:50:59.1850344Z building 'torch._C' extension 2024-12-17T23:50:59.1873093Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2024-12-17T23:50:59.1888442Z "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-12-17T23:50:59.1991244Z stub.c 2024-12-17T23:50:59.3492772Z "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-12-17T23:50:59.3839007Z 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-12-17T23:50:59.4067850Z Generating code 2024-12-17T23:50:59.4521076Z Finished generating code 2024-12-17T23:50:59.5030412Z 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-12-17T23:50:59.5076889Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-12-17T23:50:59.5077583Z !! 2024-12-17T23:50:59.5077687Z 2024-12-17T23:50:59.5077810Z ******************************************************************************** 2024-12-17T23:50:59.5078169Z Please avoid running ``setup.py`` directly. 2024-12-17T23:50:59.5078543Z Instead, use pypa/build, pypa/installer or other 2024-12-17T23:50:59.5078889Z standards-based tools. 2024-12-17T23:50:59.5079062Z 2024-12-17T23:50:59.5079367Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-12-17T23:50:59.5079879Z ******************************************************************************** 2024-12-17T23:50:59.5080114Z 2024-12-17T23:50:59.5080180Z !! 2024-12-17T23:50:59.5080369Z self.initialize_options() 2024-12-17T23:50:59.5207451Z installing to build\bdist.win-amd64\wheel 2024-12-17T23:50:59.5207814Z running install 2024-12-17T23:50:59.5230469Z running install_lib 2024-12-17T23:50:59.5340442Z creating build\bdist.win-amd64\wheel 2024-12-17T23:50:59.5346631Z creating build\bdist.win-amd64\wheel\functorch 2024-12-17T23:50:59.5351631Z creating build\bdist.win-amd64\wheel\functorch\compile 2024-12-17T23:50:59.5356494Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2024-12-17T23:50:59.5362612Z creating build\bdist.win-amd64\wheel\functorch\dim 2024-12-17T23:50:59.5367375Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-12-17T23:50:59.5373234Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-12-17T23:50:59.5378810Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-12-17T23:50:59.5384309Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-12-17T23:50:59.5397247Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-12-17T23:50:59.5403850Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-12-17T23:50:59.5409682Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-12-17T23:50:59.5414807Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-12-17T23:50:59.5420489Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-12-17T23:50:59.5426346Z creating build\bdist.win-amd64\wheel\functorch\einops 2024-12-17T23:50:59.5431142Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-12-17T23:50:59.5436752Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-12-17T23:50:59.5442248Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-12-17T23:50:59.5447874Z creating build\bdist.win-amd64\wheel\functorch\experimental 2024-12-17T23:50:59.5452746Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-12-17T23:50:59.5458843Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-12-17T23:50:59.5464613Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-12-17T23:50:59.5470397Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2024-12-17T23:50:59.5486221Z creating build\bdist.win-amd64\wheel\functorch\_src 2024-12-17T23:50:59.5492324Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2024-12-17T23:50:59.5497924Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2024-12-17T23:50:59.5504321Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2024-12-17T23:50:59.5509907Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2024-12-17T23:50:59.5516256Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2024-12-17T23:50:59.5521885Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2024-12-17T23:50:59.5528054Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2024-12-17T23:50:59.5539261Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2024-12-17T23:50:59.5545316Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2024-12-17T23:50:59.5550353Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2024-12-17T23:50:59.5557781Z creating build\bdist.win-amd64\wheel\torch 2024-12-17T23:50:59.5563290Z creating build\bdist.win-amd64\wheel\torch\accelerator 2024-12-17T23:50:59.5568352Z copying build\lib.win-amd64-cpython-39\torch\accelerator\_utils.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2024-12-17T23:50:59.5574464Z copying build\lib.win-amd64-cpython-39\torch\accelerator\__init__.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2024-12-17T23:50:59.5581328Z creating build\bdist.win-amd64\wheel\torch\amp 2024-12-17T23:50:59.5586300Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-12-17T23:50:59.5593489Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-12-17T23:50:59.5600134Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-12-17T23:50:59.5606293Z creating build\bdist.win-amd64\wheel\torch\ao 2024-12-17T23:50:59.5611862Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2024-12-17T23:50:59.5617823Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2024-12-17T23:50:59.5624286Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2024-12-17T23:50:59.5630298Z 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-12-17T23:50:59.5636642Z 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-12-17T23:50:59.5642844Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2024-12-17T23:50:59.5650204Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2024-12-17T23:50:59.5656783Z 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-12-17T23:50:59.5666358Z 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-12-17T23:50:59.5674100Z 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-12-17T23:50:59.5680680Z 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-12-17T23:50:59.5697447Z 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-12-17T23:50:59.5703320Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2024-12-17T23:50:59.5709956Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2024-12-17T23:50:59.5716366Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-12-17T23:50:59.5722466Z 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-12-17T23:50:59.5728814Z 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-12-17T23:50:59.5734123Z 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-12-17T23:50:59.5739890Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2024-12-17T23:50:59.5745636Z 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-12-17T23:50:59.5751273Z 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-12-17T23:50:59.5757833Z 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-12-17T23:50:59.5763808Z 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-12-17T23:50:59.5769321Z 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-12-17T23:50:59.5783044Z 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-12-17T23:50:59.5788198Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2024-12-17T23:50:59.5793928Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2024-12-17T23:50:59.5799370Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2024-12-17T23:50:59.5805863Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2024-12-17T23:50:59.5811522Z 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-12-17T23:50:59.5817085Z 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-12-17T23:50:59.5822265Z 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-12-17T23:50:59.5828120Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2024-12-17T23:50:59.5833561Z 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-12-17T23:50:59.5839328Z 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-12-17T23:50:59.5844715Z 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-12-17T23:50:59.5850261Z 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-12-17T23:50:59.5855371Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2024-12-17T23:50:59.5861020Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2024-12-17T23:50:59.5866484Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2024-12-17T23:50:59.5872124Z 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-12-17T23:50:59.5878107Z 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-12-17T23:50:59.5883994Z 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-12-17T23:50:59.5889132Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2024-12-17T23:50:59.5894666Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2024-12-17T23:50:59.5909331Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2024-12-17T23:50:59.5915213Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2024-12-17T23:50:59.5920857Z 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-12-17T23:50:59.5926925Z 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-12-17T23:50:59.5932393Z 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-12-17T23:50:59.5938715Z 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-12-17T23:50:59.5943893Z 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-12-17T23:50:59.5949063Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2024-12-17T23:50:59.5955719Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2024-12-17T23:50:59.5961994Z 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-12-17T23:50:59.5968464Z 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-12-17T23:50:59.5981404Z 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-12-17T23:50:59.5987570Z 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-12-17T23:50:59.5993014Z 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-12-17T23:50:59.6007449Z 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-12-17T23:50:59.6013770Z 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-12-17T23:50:59.6020077Z 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-12-17T23:50:59.6026227Z 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-12-17T23:50:59.6032703Z 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-12-17T23:50:59.6038390Z 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-12-17T23:50:59.6044776Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2024-12-17T23:50:59.6058353Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2024-12-17T23:50:59.6064611Z 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-12-17T23:50:59.6071888Z 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-12-17T23:50:59.6077778Z 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-12-17T23:50:59.6084360Z 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-12-17T23:50:59.6090560Z 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-12-17T23:50:59.6096784Z 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-12-17T23:50:59.6102738Z 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-12-17T23:50:59.6108489Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2024-12-17T23:50:59.6114810Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2024-12-17T23:50:59.6121080Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2024-12-17T23:50:59.6127630Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2024-12-17T23:50:59.6134078Z 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-12-17T23:50:59.6140395Z 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-12-17T23:50:59.6146386Z 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-12-17T23:50:59.6153419Z 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-12-17T23:50:59.6160281Z 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-12-17T23:50:59.6167453Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2024-12-17T23:50:59.6175237Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2024-12-17T23:50:59.6182289Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2024-12-17T23:50:59.6188506Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2024-12-17T23:50:59.6194619Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_matcher.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-12-17T23:50:59.6201495Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_passes.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-12-17T23:50:59.6208319Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-12-17T23:50:59.6214539Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\ns_types.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-12-17T23:50:59.6219902Z 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-12-17T23:50:59.6234275Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-12-17T23:50:59.6239958Z 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-12-17T23:50:59.6245486Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-12-17T23:50:59.6251489Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\weight_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-12-17T23:50:59.6257240Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-12-17T23:50:59.6262551Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-12-17T23:50:59.6268559Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-12-17T23:50:59.6275132Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-12-17T23:50:59.6280085Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2024-12-17T23:50:59.6285546Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2024-12-17T23:50:59.6290897Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\base_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-12-17T23:50:59.6296684Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\cubic_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-12-17T23:50:59.6302331Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\lambda_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-12-17T23:50:59.6317028Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-12-17T23:50:59.6322158Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2024-12-17T23:50:59.6327805Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\base_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-12-17T23:50:59.6333590Z 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-12-17T23:50:59.6339071Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-12-17T23:50:59.6353409Z 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-12-17T23:50:59.6359205Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-12-17T23:50:59.6364148Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2024-12-17T23:50:59.6370092Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2024-12-17T23:50:59.6375951Z 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-12-17T23:50:59.6386134Z 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-12-17T23:50:59.6391499Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2024-12-17T23:50:59.6397317Z 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-12-17T23:50:59.6402926Z 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-12-17T23:50:59.6408484Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2024-12-17T23:50:59.6421071Z 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-12-17T23:50:59.6427040Z 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-12-17T23:50:59.6432914Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-12-17T23:50:59.6445766Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-12-17T23:50:59.6452317Z 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-12-17T23:50:59.6458480Z 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-12-17T23:50:59.6464798Z 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-12-17T23:50:59.6477909Z 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-12-17T23:50:59.6482508Z 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-12-17T23:50:59.6488058Z 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-12-17T23:50:59.6493742Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2024-12-17T23:50:59.6499698Z 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-12-17T23:50:59.6505561Z 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-12-17T23:50:59.6511122Z 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-12-17T23:50:59.6525760Z 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-12-17T23:50:59.6531232Z 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-12-17T23:50:59.6536550Z 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-12-17T23:50:59.6542470Z 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-12-17T23:50:59.6547944Z 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-12-17T23:50:59.6553028Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2024-12-17T23:50:59.6557497Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-12-17T23:50:59.6571320Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-12-17T23:50:59.6577021Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2024-12-17T23:50:59.6582700Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2024-12-17T23:50:59.6587916Z 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-12-17T23:50:59.6593928Z 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-12-17T23:50:59.6600575Z 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-12-17T23:50:59.6617553Z 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-12-17T23:50:59.6622263Z 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-12-17T23:50:59.6627176Z 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-12-17T23:50:59.6633887Z 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-12-17T23:50:59.6640360Z 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-12-17T23:50:59.6647134Z 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-12-17T23:50:59.6653816Z 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-12-17T23:50:59.6662571Z 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-12-17T23:50:59.6671897Z 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-12-17T23:50:59.6680372Z 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-12-17T23:50:59.6688101Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.6694927Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.6709145Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.6716040Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2024-12-17T23:50:59.6721440Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6728674Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\custom_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6734647Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6740962Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6746532Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6759023Z 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-12-17T23:50:59.6764493Z 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-12-17T23:50:59.6769824Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lstm_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6776206Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6781829Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6791882Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6798593Z 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-12-17T23:50:59.6804274Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\quantize_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6810412Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6815860Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6822074Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6828555Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6835114Z 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-12-17T23:50:59.6842313Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2024-12-17T23:50:59.6848026Z 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-12-17T23:50:59.6854688Z 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-12-17T23:50:59.6860921Z 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-12-17T23:50:59.6873710Z 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-12-17T23:50:59.6879977Z 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-12-17T23:50:59.6884493Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-12-17T23:50:59.6889834Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.6896994Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2024-12-17T23:50:59.6902541Z 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-12-17T23:50:59.6908127Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\export_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-12-17T23:50:59.6913712Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-12-17T23:50:59.6919357Z 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-12-17T23:50:59.6932605Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-12-17T23:50:59.6938649Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\qat_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-12-17T23:50:59.6945497Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2024-12-17T23:50:59.6951240Z 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-12-17T23:50:59.6957916Z 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-12-17T23:50:59.6963455Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-12-17T23:50:59.6970298Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_numeric_debugger.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-12-17T23:50:59.6976912Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-12-17T23:50:59.6981967Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.6988880Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.6995394Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.7001789Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.7009016Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2024-12-17T23:50:59.7015241Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\composable_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-12-17T23:50:59.7021746Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\embedding_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-12-17T23:50:59.7027879Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-12-17T23:50:59.7047236Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-12-17T23:50:59.7053305Z 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-12-17T23:50:59.7061112Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-12-17T23:50:59.7067534Z 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-12-17T23:50:59.7074462Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xpu_inductor_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-12-17T23:50:59.7080616Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-12-17T23:50:59.7086784Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.7093614Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.7100077Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.7106313Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.7112447Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.7118480Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.7125079Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.7131199Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.7137635Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.7144151Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-12-17T23:50:59.7150294Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2024-12-17T23:50:59.7159328Z creating build\bdist.win-amd64\wheel\torch\autograd 2024-12-17T23:50:59.7164563Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-12-17T23:50:59.7171510Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-12-17T23:50:59.7177804Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-12-17T23:50:59.7185687Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-12-17T23:50:59.7202382Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-12-17T23:50:59.7209840Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-12-17T23:50:59.7216167Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-12-17T23:50:59.7222523Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-12-17T23:50:59.7229602Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-12-17T23:50:59.7235272Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-12-17T23:50:59.7242229Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-12-17T23:50:59.7248767Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2024-12-17T23:50:59.7253811Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-12-17T23:50:59.7259428Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-12-17T23:50:59.7264799Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-12-17T23:50:59.7269982Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-12-17T23:50:59.7276957Z creating build\bdist.win-amd64\wheel\torch\backends 2024-12-17T23:50:59.7282484Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2024-12-17T23:50:59.7287589Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2024-12-17T23:50:59.7293371Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2024-12-17T23:50:59.7298426Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2024-12-17T23:50:59.7304998Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2024-12-17T23:50:59.7309936Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-12-17T23:50:59.7315812Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-12-17T23:50:59.7321785Z creating build\bdist.win-amd64\wheel\torch\backends\cusparselt 2024-12-17T23:50:59.7326906Z copying build\lib.win-amd64-cpython-39\torch\backends\cusparselt\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cusparselt 2024-12-17T23:50:59.7333054Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2024-12-17T23:50:59.7338105Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2024-12-17T23:50:59.7344117Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2024-12-17T23:50:59.7349141Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2024-12-17T23:50:59.7355826Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2024-12-17T23:50:59.7376571Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2024-12-17T23:50:59.7382645Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2024-12-17T23:50:59.7387672Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2024-12-17T23:50:59.7393654Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2024-12-17T23:50:59.7398706Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2024-12-17T23:50:59.7404737Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2024-12-17T23:50:59.7409817Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2024-12-17T23:50:59.7415545Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2024-12-17T23:50:59.7420721Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2024-12-17T23:50:59.7426671Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2024-12-17T23:50:59.7431807Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2024-12-17T23:50:59.7437654Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2024-12-17T23:50:59.7442618Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-12-17T23:50:59.7448933Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-12-17T23:50:59.7454476Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2024-12-17T23:50:59.7459668Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2024-12-17T23:50:59.7465503Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2024-12-17T23:50:59.7471077Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-12-17T23:50:59.7476917Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-12-17T23:50:59.7481937Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2024-12-17T23:50:59.7486977Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-12-17T23:50:59.7492610Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-12-17T23:50:59.7499536Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-12-17T23:50:59.7504109Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2024-12-17T23:50:59.7510129Z creating build\bdist.win-amd64\wheel\torch\bin 2024-12-17T23:50:59.7514913Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-12-17T23:50:59.7524069Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-12-17T23:50:59.7571117Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-12-17T23:50:59.7580675Z copying build\lib.win-amd64-cpython-39\torch\bin\ProcessGroupGlooAsyncTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-12-17T23:50:59.7597644Z copying build\lib.win-amd64-cpython-39\torch\bin\ProcessGroupGlooTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-12-17T23:50:59.7607315Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-12-17T23:50:59.7636163Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-12-17T23:50:59.7644948Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-12-17T23:50:59.7742559Z copying build\lib.win-amd64-cpython-39\torch\bin\test_edge_op_registration.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-12-17T23:50:59.7752182Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-12-17T23:50:59.7801463Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-12-17T23:50:59.7828350Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-12-17T23:50:59.7888363Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-12-17T23:50:59.7896366Z creating build\bdist.win-amd64\wheel\torch\compiler 2024-12-17T23:50:59.7909815Z copying build\lib.win-amd64-cpython-39\torch\compiler\config.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2024-12-17T23:50:59.7915312Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2024-12-17T23:50:59.7921435Z creating build\bdist.win-amd64\wheel\torch\contrib 2024-12-17T23:50:59.7926320Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-12-17T23:50:59.7932101Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-12-17T23:50:59.7936851Z creating build\bdist.win-amd64\wheel\torch\cpu 2024-12-17T23:50:59.7942350Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2024-12-17T23:50:59.7947541Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-12-17T23:50:59.7953110Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-12-17T23:50:59.7958478Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-12-17T23:50:59.7965411Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2024-12-17T23:50:59.7972696Z creating build\bdist.win-amd64\wheel\torch\cuda 2024-12-17T23:50:59.7980271Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2024-12-17T23:50:59.7987782Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-12-17T23:50:59.7996169Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-12-17T23:50:59.8004087Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-12-17T23:50:59.8012340Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-12-17T23:50:59.8017840Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8024021Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8028995Z copying build\lib.win-amd64-cpython-39\torch\cuda\gds.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8034921Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8041364Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8057126Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8063863Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8070068Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8075482Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8082361Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8087925Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8093280Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8099571Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8105489Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8111096Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8117146Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8123092Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8129624Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-12-17T23:50:59.8136652Z creating build\bdist.win-amd64\wheel\torch\distributed 2024-12-17T23:50:59.8142385Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2024-12-17T23:50:59.8148043Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2024-12-17T23:50:59.8153445Z 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-12-17T23:50:59.8161328Z 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-12-17T23:50:59.8166937Z 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-12-17T23:50:59.8181975Z 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-12-17T23:50:59.8189071Z 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-12-17T23:50:59.8195742Z 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-12-17T23:50:59.8202061Z 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-12-17T23:50:59.8209911Z 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-12-17T23:50:59.8216436Z 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-12-17T23:50:59.8223919Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-12-17T23:50:59.8231423Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2024-12-17T23:50:59.8239383Z 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-12-17T23:50:59.8246894Z 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-12-17T23:50:59.8254235Z 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-12-17T23:50:59.8271775Z 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-12-17T23:50:59.8278336Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2024-12-17T23:50:59.8293696Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2024-12-17T23:50:59.8300567Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2024-12-17T23:50:59.8306006Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2024-12-17T23:50:59.8311683Z 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-12-17T23:50:59.8318474Z 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-12-17T23:50:59.8329027Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2024-12-17T23:50:59.8335909Z 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-12-17T23:50:59.8341723Z 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-12-17T23:50:59.8346858Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2024-12-17T23:50:59.8352109Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2024-12-17T23:50:59.8357981Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2024-12-17T23:50:59.8362150Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-12-17T23:50:59.8367131Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:50:59.8372915Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2024-12-17T23:50:59.8377686Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2024-12-17T23:50:59.8383316Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:50:59.8399016Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2024-12-17T23:50:59.8404190Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8409799Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8416031Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8422671Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8438055Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8443561Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8448886Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8454313Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8460677Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8466858Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8472521Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8478609Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8484687Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8490112Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8496611Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8502523Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8508263Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8513989Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8519535Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8525162Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8530820Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8536513Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8542224Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8557698Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8563403Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8569167Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8574856Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_version.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8580109Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-12-17T23:50:59.8585420Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:50:59.8590998Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:50:59.8596650Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:50:59.8602750Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:50:59.8611024Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2024-12-17T23:50:59.8616416Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2024-12-17T23:50:59.8622210Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2024-12-17T23:50:59.8627745Z 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-12-17T23:50:59.8634166Z 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-12-17T23:50:59.8639789Z 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-12-17T23:50:59.8646525Z 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-12-17T23:50:59.8652754Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2024-12-17T23:50:59.8657724Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-12-17T23:50:59.8664240Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2024-12-17T23:50:59.8672257Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-12-17T23:50:59.8678427Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-12-17T23:50:59.8686425Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-12-17T23:50:59.8695677Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2024-12-17T23:50:59.8702971Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2024-12-17T23:50:59.8709946Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2024-12-17T23:50:59.8717116Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2024-12-17T23:50:59.8745029Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-12-17T23:50:59.8751999Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2024-12-17T23:50:59.8758465Z 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-12-17T23:50:59.8764335Z 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-12-17T23:50:59.8769906Z 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-12-17T23:50:59.8776329Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-12-17T23:50:59.8782513Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-12-17T23:50:59.8798549Z 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-12-17T23:50:59.8804804Z 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-12-17T23:50:59.8810726Z 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-12-17T23:50:59.8815785Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\tail_log.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-12-17T23:50:59.8821768Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-12-17T23:50:59.8827780Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2024-12-17T23:50:59.8833142Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-12-17T23:50:59.8838911Z 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-12-17T23:50:59.8844601Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-12-17T23:50:59.8861455Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-12-17T23:50:59.8868338Z 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-12-17T23:50:59.8874190Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-12-17T23:50:59.8879902Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-12-17T23:50:59.8885433Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-12-17T23:50:59.8891021Z 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-12-17T23:50:59.8896499Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-12-17T23:50:59.8902214Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-12-17T23:50:59.8908260Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2024-12-17T23:50:59.8913485Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-12-17T23:50:59.8919243Z 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-12-17T23:50:59.8924795Z 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-12-17T23:50:59.8930668Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-12-17T23:50:59.8945926Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-12-17T23:50:59.8951760Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2024-12-17T23:50:59.8957097Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-12-17T23:50:59.8963139Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2024-12-17T23:50:59.8968910Z 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-12-17T23:50:59.8974637Z 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-12-17T23:50:59.8980755Z 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-12-17T23:50:59.8986050Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-12-17T23:50:59.8991632Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-12-17T23:50:59.8997298Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\log_level.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-12-17T23:50:59.9011767Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-12-17T23:50:59.9017276Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-12-17T23:50:59.9022534Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-12-17T23:50:59.9028555Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2024-12-17T23:50:59.9033641Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9039695Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9046534Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9052344Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9058374Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9074223Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9080635Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9085974Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9092387Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9100140Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9106739Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:59.9112187Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:59.9117823Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:59.9123868Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:59.9315234Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_init.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:59.9322774Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:59.9329403Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:59.9336289Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:59.9343161Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:59.9349930Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2024-12-17T23:50:59.9355666Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9362781Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9369295Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9376941Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9384304Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9390549Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9397390Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9403805Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:50:59.9410271Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:51:00.3830911Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:51:00.3837127Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-12-17T23:51:00.3842855Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:51:00.3849580Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2024-12-17T23:51:00.3855519Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-12-17T23:51:00.3861304Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-12-17T23:51:00.3866580Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:51:00.3872551Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2024-12-17T23:51:00.3878077Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2024-12-17T23:51:00.3883414Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\remote_module.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2024-12-17T23:51:00.3889661Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2024-12-17T23:51:00.3894284Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-12-17T23:51:00.3900464Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2024-12-17T23:51:00.3905689Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2024-12-17T23:51:00.3911965Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2024-12-17T23:51:00.3917784Z 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-12-17T23:51:00.3923506Z 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-12-17T23:51:00.3928422Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2024-12-17T23:51:00.3932848Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-12-17T23:51:00.3938841Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2024-12-17T23:51:00.3944079Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\apply_optimizer_in_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.3949775Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.3955331Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4017395Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4023363Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4029046Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4034714Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4040624Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4046667Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4052326Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4057987Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4063982Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4072763Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4078754Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4088995Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4097663Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\_deprecation_warning.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4105138Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-12-17T23:51:00.4113359Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2024-12-17T23:51:00.4121240Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-12-17T23:51:00.4129087Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-12-17T23:51:00.4136730Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-12-17T23:51:00.4144161Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-12-17T23:51:00.4180608Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-12-17T23:51:00.4185873Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-12-17T23:51:00.4192265Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-12-17T23:51:00.4197805Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-12-17T23:51:00.4203245Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-12-17T23:51:00.4209203Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:51:00.4215017Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:51:00.4221213Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2024-12-17T23:51:00.4226531Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-12-17T23:51:00.4232829Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-12-17T23:51:00.4238743Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-12-17T23:51:00.4244294Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-12-17T23:51:00.4257291Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-12-17T23:51:00.4262988Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-12-17T23:51:00.4269119Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-12-17T23:51:00.4274990Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\server_process_global_profiler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-12-17T23:51:00.4281130Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2024-12-17T23:51:00.4287018Z 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-12-17T23:51:00.4292856Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2024-12-17T23:51:00.4298135Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-12-17T23:51:00.4303610Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-12-17T23:51:00.4309245Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:51:00.4315715Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2024-12-17T23:51:00.4321259Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\debug 2024-12-17T23:51:00.4326541Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_comm_mode.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-12-17T23:51:00.4332781Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_op_coverage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-12-17T23:51:00.4338514Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_visualize_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-12-17T23:51:00.4344182Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-12-17T23:51:00.4357577Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-12-17T23:51:00.4364300Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\experimental 2024-12-17T23:51:00.4369678Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-12-17T23:51:00.4375882Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_func_map.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-12-17T23:51:00.4381691Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_register_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-12-17T23:51:00.4394893Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_tp_transform.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-12-17T23:51:00.4400996Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-12-17T23:51:00.4407845Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2024-12-17T23:51:00.4412907Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-12-17T23:51:00.4418394Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-12-17T23:51:00.4423661Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-12-17T23:51:00.4429257Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\input_reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-12-17T23:51:00.4434504Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-12-17T23:51:00.4440128Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-12-17T23:51:00.4455545Z 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-12-17T23:51:00.4461128Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-12-17T23:51:00.4466618Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-12-17T23:51:00.4471986Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-12-17T23:51:00.4494742Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-12-17T23:51:00.4501266Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-12-17T23:51:00.4507580Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-12-17T23:51:00.4514171Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dtensor_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-12-17T23:51:00.4520990Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\_ops 2024-12-17T23:51:00.4527164Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-12-17T23:51:00.4533403Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_common_rules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-12-17T23:51:00.4539754Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_conv_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-12-17T23:51:00.4545982Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_einsum_strategy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-12-17T23:51:00.4558857Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-12-17T23:51:00.4565128Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_experimental_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-12-17T23:51:00.4571504Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_math_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-12-17T23:51:00.4578327Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_matrix_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-12-17T23:51:00.4585784Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_pointwise_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-12-17T23:51:00.4592564Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_random_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-12-17T23:51:00.4598785Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-12-17T23:51:00.4605419Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_view_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-12-17T23:51:00.4612154Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-12-17T23:51:00.4618021Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-12-17T23:51:00.4624779Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-12-17T23:51:00.4631086Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-12-17T23:51:00.4637405Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-12-17T23:51:00.4644092Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-12-17T23:51:00.4650440Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-12-17T23:51:00.4656462Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-12-17T23:51:00.4662847Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-12-17T23:51:00.4668884Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:51:00.4675196Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:51:00.4682430Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2024-12-17T23:51:00.4693629Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-12-17T23:51:00.4700676Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-12-17T23:51:00.4708909Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2024-12-17T23:51:00.4715186Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-12-17T23:51:00.4721582Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-12-17T23:51:00.4727281Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-12-17T23:51:00.4741719Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-12-17T23:51:00.4747791Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:51:00.4754249Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:51:00.4761242Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:51:00.4767567Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2024-12-17T23:51:00.4773574Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-12-17T23:51:00.4779926Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2024-12-17T23:51:00.4785306Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2024-12-17T23:51:00.4791338Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-12-17T23:51:00.4796902Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-12-17T23:51:00.4802367Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-12-17T23:51:00.4817528Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2024-12-17T23:51:00.4823495Z 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-12-17T23:51:00.4829155Z 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-12-17T23:51:00.4835297Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2024-12-17T23:51:00.4840638Z 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-12-17T23:51:00.4847083Z 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-12-17T23:51:00.4852583Z 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-12-17T23:51:00.4858469Z 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-12-17T23:51:00.4864191Z 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-12-17T23:51:00.4875444Z 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-12-17T23:51:00.4881272Z 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-12-17T23:51:00.4887372Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2024-12-17T23:51:00.4893074Z 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-12-17T23:51:00.4898894Z 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-12-17T23:51:00.4904649Z 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-12-17T23:51:00.4909868Z 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-12-17T23:51:00.4915413Z 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-12-17T23:51:00.4927427Z 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-12-17T23:51:00.4932577Z 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-12-17T23:51:00.4938423Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-12-17T23:51:00.4944567Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2024-12-17T23:51:00.4949997Z 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-12-17T23:51:00.4955566Z 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-12-17T23:51:00.4961117Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2024-12-17T23:51:00.4966501Z 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-12-17T23:51:00.4972434Z 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-12-17T23:51:00.4978758Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-12-17T23:51:00.4991621Z 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-12-17T23:51:00.4997475Z 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-12-17T23:51:00.5003594Z 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-12-17T23:51:00.5015413Z 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-12-17T23:51:00.5020548Z 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-12-17T23:51:00.5026761Z 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-12-17T23:51:00.5032486Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-12-17T23:51:00.5038599Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-12-17T23:51:00.5045239Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2024-12-17T23:51:00.5051150Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2024-12-17T23:51:00.5057579Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2024-12-17T23:51:00.5063433Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2024-12-17T23:51:00.5069332Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:51:00.5076810Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2024-12-17T23:51:00.5082348Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2024-12-17T23:51:00.5090148Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2024-12-17T23:51:00.5095742Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-12-17T23:51:00.5101893Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-12-17T23:51:00.5107681Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-12-17T23:51:00.5114494Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2024-12-17T23:51:00.5120624Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-12-17T23:51:00.5127307Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\ilp_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-12-17T23:51:00.5133603Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-12-17T23:51:00.5140057Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-12-17T23:51:00.5155310Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-12-17T23:51:00.5161653Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\runtime_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-12-17T23:51:00.5168580Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-12-17T23:51:00.5175430Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_ilp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-12-17T23:51:00.5181742Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-12-17T23:51:00.5188116Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-12-17T23:51:00.5209167Z creating build\bdist.win-amd64\wheel\torch\distributions 2024-12-17T23:51:00.5214401Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5222611Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5230984Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5238329Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5251236Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5257706Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5266092Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5272539Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5283001Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5289526Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5295057Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5300730Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5306595Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5311586Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5316961Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5322438Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5327903Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5333447Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5338926Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5344505Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5349806Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5355131Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5361278Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5375986Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5381905Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5387556Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5393345Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5399180Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5404771Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5410352Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5416073Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5422358Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5438617Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5444403Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5450359Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5455834Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5461471Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5467171Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5473200Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5479473Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5485755Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5492760Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5498876Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5505314Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5511656Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5528041Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5534261Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-12-17T23:51:00.5541325Z creating build\bdist.win-amd64\wheel\torch\export 2024-12-17T23:51:00.5546922Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5553560Z copying build\lib.win-amd64-cpython-39\torch\export\decomp_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5559706Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5567272Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2024-12-17T23:51:00.5579747Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2024-12-17T23:51:00.5585886Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5593442Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5600676Z creating build\bdist.win-amd64\wheel\torch\export\passes 2024-12-17T23:51:00.5606294Z copying build\lib.win-amd64-cpython-39\torch\export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\passes 2024-12-17T23:51:00.5612359Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5619683Z copying build\lib.win-amd64-cpython-39\torch\export\_draft_export.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5626072Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5632246Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5638300Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5644519Z copying build\lib.win-amd64-cpython-39\torch\export\_swap.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5651077Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5658364Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5664568Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5670943Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-12-17T23:51:00.5678142Z creating build\bdist.win-amd64\wheel\torch\fft 2024-12-17T23:51:00.5683472Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2024-12-17T23:51:00.5691015Z creating build\bdist.win-amd64\wheel\torch\func 2024-12-17T23:51:00.5696354Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2024-12-17T23:51:00.5702491Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:00.5711495Z creating build\bdist.win-amd64\wheel\torch\futures 2024-12-17T23:51:00.5716907Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2024-12-17T23:51:00.5725110Z creating build\bdist.win-amd64\wheel\torch\fx 2024-12-17T23:51:00.5730857Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.5737208Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.5743814Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2024-12-17T23:51:00.5749684Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5756639Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5762361Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5774653Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5781009Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5787521Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5794095Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2024-12-17T23:51:00.5799605Z 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-12-17T23:51:00.5805792Z 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-12-17T23:51:00.5812313Z 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-12-17T23:51:00.5838351Z 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-12-17T23:51:00.5843700Z 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-12-17T23:51:00.5849744Z 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-12-17T23:51:00.5855311Z 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-12-17T23:51:00.5860954Z 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-12-17T23:51:00.5866131Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5872364Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5878612Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5884248Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5890989Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5897074Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5902532Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5908150Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5914046Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5922604Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.5929430Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2024-12-17T23:51:00.5934849Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-12-17T23:51:00.5941095Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-12-17T23:51:00.5946254Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-12-17T23:51:00.5951654Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-12-17T23:51:00.5957865Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2024-12-17T23:51:00.5970878Z 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-12-17T23:51:00.5977030Z 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-12-17T23:51:00.5982728Z 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-12-17T23:51:00.5988559Z 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-12-17T23:51:00.5993894Z 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-12-17T23:51:00.6006863Z 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-12-17T23:51:00.6012094Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\unification_tools.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-12-17T23:51:00.6017678Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-12-17T23:51:00.6023288Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-12-17T23:51:00.6028656Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-12-17T23:51:00.6034037Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.6039732Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.6052478Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.6058490Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.6064251Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_constant_symnode.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.6069805Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-12-17T23:51:00.6074929Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6082148Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6096381Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6102529Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6109166Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6116349Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6123708Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2024-12-17T23:51:00.6129486Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6136214Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2024-12-17T23:51:00.6142237Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2024-12-17T23:51:00.6148568Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2024-12-17T23:51:00.6154013Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2024-12-17T23:51:00.6160309Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2024-12-17T23:51:00.6166429Z 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-12-17T23:51:00.6172763Z 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-12-17T23:51:00.6178024Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2024-12-17T23:51:00.6183267Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6189722Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6204114Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6210347Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6219076Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2024-12-17T23:51:00.6225434Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-12-17T23:51:00.6232053Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-12-17T23:51:00.6240160Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-12-17T23:51:00.6248415Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-12-17T23:51:00.6261803Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6269353Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6275782Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6282139Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6287802Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6294795Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6301069Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6307444Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6314402Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6320655Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6327174Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2024-12-17T23:51:00.6332481Z 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-12-17T23:51:00.6338372Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2024-12-17T23:51:00.6343755Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6350085Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2024-12-17T23:51:00.6361567Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-12-17T23:51:00.6367635Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\fuser_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-12-17T23:51:00.6373320Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-12-17T23:51:00.6379553Z 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-12-17T23:51:00.6392503Z 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-12-17T23:51:00.6398233Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-12-17T23:51:00.6404220Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\_tensorify_python_scalars.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6409924Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-12-17T23:51:00.6415054Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6421143Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6426799Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6432348Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6437924Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6443781Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6449408Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6455055Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6461704Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6467153Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-12-17T23:51:00.6473574Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:00.6480593Z creating build\bdist.win-amd64\wheel\torch\include 2024-12-17T23:51:00.6486987Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2024-12-17T23:51:00.6492023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6497721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6502867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6509306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6515218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6528730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6534541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6540782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6546884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6552549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6558708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6565272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6571888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6579248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6585818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6592551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6624016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6631826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6638493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6650291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6657262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.6665056Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2024-12-17T23:51:00.6671004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\alias_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6677207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6683350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6689463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6710289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6716959Z 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-12-17T23:51:00.6725046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_pch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6731724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6737864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6745070Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2024-12-17T23:51:00.6751647Z 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-12-17T23:51:00.6758893Z 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-12-17T23:51:00.6767159Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2024-12-17T23:51:00.6773756Z 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-12-17T23:51:00.6780663Z 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-12-17T23:51:00.6787471Z 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-12-17T23:51:00.6793743Z 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-12-17T23:51:00.6823846Z 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-12-17T23:51:00.6829424Z 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-12-17T23:51:00.6841855Z 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-12-17T23:51:00.6847842Z 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-12-17T23:51:00.6853832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\builtin_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6859777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6865955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6872036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\class_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6877751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6883472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6889267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6894806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6900469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6906162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6911643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6917670Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2024-12-17T23:51:00.6923303Z 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-12-17T23:51:00.6928840Z 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-12-17T23:51:00.6935187Z 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-12-17T23:51:00.6941014Z 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-12-17T23:51:00.6953658Z 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-12-17T23:51:00.6959413Z 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-12-17T23:51:00.6965308Z 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-12-17T23:51:00.6971336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6983049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dynamic_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6988603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6993820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.6999402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7004897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7022638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7023954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7025064Z 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-12-17T23:51:00.7029638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7035923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7042181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7054293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7061144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7067557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7074282Z 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-12-17T23:51:00.7080712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7088152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7096130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7102481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7109774Z 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-12-17T23:51:00.7116921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7130549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7137041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7143420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7149771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7156265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7162508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\operator_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7169400Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2024-12-17T23:51:00.7175733Z 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-12-17T23:51:00.7181916Z 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-12-17T23:51:00.7188223Z 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-12-17T23:51:00.7194625Z 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-12-17T23:51:00.7210248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7216690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7225051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7233932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\qualified_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7248155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7254276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7260480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7266565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\rref_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7272726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7278008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7284154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7289987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7295468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7301949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7307572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7313885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7338275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7343850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7349607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7354943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7360681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7367030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7372500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7378808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7384475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7389918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-12-17T23:51:00.7395679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpp_custom_type_hack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.7401784Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2024-12-17T23:51:00.7407162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-12-17T23:51:00.7412796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-12-17T23:51:00.7418958Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2024-12-17T23:51:00.7424535Z 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-12-17T23:51:00.7429988Z 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-12-17T23:51:00.7435895Z 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-12-17T23:51:00.7442407Z 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-12-17T23:51:00.7455924Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\sve 2024-12-17T23:51:00.7461893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2024-12-17T23:51:00.7467603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2024-12-17T23:51:00.7473313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2024-12-17T23:51:00.7479470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2024-12-17T23:51:00.7492042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2024-12-17T23:51:00.7498145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2024-12-17T23:51:00.7504318Z 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-12-17T23:51:00.7510492Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec128 2024-12-17T23:51:00.7516288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2024-12-17T23:51:00.7521712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2024-12-17T23:51:00.7527847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2024-12-17T23:51:00.7534531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2024-12-17T23:51:00.7548237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2024-12-17T23:51:00.7555031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2024-12-17T23:51:00.7561195Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2024-12-17T23:51:00.7567144Z 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-12-17T23:51:00.7572907Z 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-12-17T23:51:00.7578230Z 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-12-17T23:51:00.7583940Z 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-12-17T23:51:00.7596971Z 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-12-17T23:51:00.7603257Z 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-12-17T23:51:00.7609422Z 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-12-17T23:51:00.7615627Z 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-12-17T23:51:00.7621546Z 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-12-17T23:51:00.7627950Z 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-12-17T23:51:00.7635898Z 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-12-17T23:51:00.7648165Z 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-12-17T23:51:00.7651647Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2024-12-17T23:51:00.7657654Z 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-12-17T23:51:00.7663470Z 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-12-17T23:51:00.7669379Z 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-12-17T23:51:00.7683103Z 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-12-17T23:51:00.7689389Z 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-12-17T23:51:00.7695336Z 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-12-17T23:51:00.7701708Z 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-12-17T23:51:00.7707616Z 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-12-17T23:51:00.7713270Z 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-12-17T23:51:00.7719412Z 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-12-17T23:51:00.7725230Z 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-12-17T23:51:00.7731567Z 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-12-17T23:51:00.7738620Z 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-12-17T23:51:00.7745517Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2024-12-17T23:51:00.7751700Z 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-12-17T23:51:00.7759538Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2024-12-17T23:51:00.7765305Z 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-12-17T23:51:00.7770986Z 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-12-17T23:51:00.7777670Z 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-12-17T23:51:00.7784548Z 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-12-17T23:51:00.7799796Z 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-12-17T23:51:00.7805697Z 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-12-17T23:51:00.7812286Z 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-12-17T23:51:00.7818554Z 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-12-17T23:51:00.7825143Z 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-12-17T23:51:00.7830912Z 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-12-17T23:51:00.7838103Z 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-12-17T23:51:00.7844239Z 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-12-17T23:51:00.7849804Z 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-12-17T23:51:00.7855177Z 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-12-17T23:51:00.7861063Z 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-12-17T23:51:00.7866628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-12-17T23:51:00.7872386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.7878589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.7884269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.7889925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.7896279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.7903111Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2024-12-17T23:51:00.7908550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.7914166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.7919897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.7925234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.7931328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.7964460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.7970443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.7976621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub_definitions.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.7982441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.7988585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.7994213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8000053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8005472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8011085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8016628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8022049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8027699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8034007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8039707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8045281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8051050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8065069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8070761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8076107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8082577Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2024-12-17T23:51:00.8088176Z 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-12-17T23:51:00.8093963Z 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-12-17T23:51:00.8099597Z 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-12-17T23:51:00.8105198Z 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-12-17T23:51:00.8119615Z 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-12-17T23:51:00.8125069Z 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-12-17T23:51:00.8130440Z 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-12-17T23:51:00.8137990Z 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-12-17T23:51:00.8144475Z 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-12-17T23:51:00.8152840Z 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-12-17T23:51:00.8161812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8170451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8179304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8191440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8197839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8204266Z 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-12-17T23:51:00.8217388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8223737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8229824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8235327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8240772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8246922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8252502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8257900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-12-17T23:51:00.8263983Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2024-12-17T23:51:00.8269625Z 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-12-17T23:51:00.8276114Z 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-12-17T23:51:00.8282256Z 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-12-17T23:51:00.8287784Z 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-12-17T23:51:00.8302025Z 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-12-17T23:51:00.8307426Z 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-12-17T23:51:00.8313634Z 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-12-17T23:51:00.8319229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8333452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8342015Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2024-12-17T23:51:00.8350724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\cudnn-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-12-17T23:51:00.8358491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-12-17T23:51:00.8366814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-12-17T23:51:00.8374769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-12-17T23:51:00.8380769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-12-17T23:51:00.8395155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-12-17T23:51:00.8402122Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2024-12-17T23:51:00.8408384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-12-17T23:51:00.8414753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-12-17T23:51:00.8421093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-12-17T23:51:00.8446619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-12-17T23:51:00.8452374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-12-17T23:51:00.8457992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-12-17T23:51:00.8463741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-12-17T23:51:00.8469484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-12-17T23:51:00.8475513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-12-17T23:51:00.8481873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-12-17T23:51:00.8487860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-12-17T23:51:00.8493493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8499563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8505652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8511272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8516618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8522034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8528345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8535527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8540976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8546510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8560901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8567100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8572790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8578401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8584932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8590289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8595914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8601985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8609523Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2024-12-17T23:51:00.8614939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-12-17T23:51:00.8620670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-12-17T23:51:00.8626928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-12-17T23:51:00.8642257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-12-17T23:51:00.8648107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-12-17T23:51:00.8654233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-12-17T23:51:00.8660024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-12-17T23:51:00.8666017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-12-17T23:51:00.8672177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-12-17T23:51:00.8677714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-12-17T23:51:00.8683057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-12-17T23:51:00.8688706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-12-17T23:51:00.8694541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-12-17T23:51:00.8700239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8724176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8729878Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2024-12-17T23:51:00.8736548Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2024-12-17T23:51:00.8742204Z 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-12-17T23:51:00.8747952Z 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-12-17T23:51:00.8753372Z 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-12-17T23:51:00.8765343Z 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-12-17T23:51:00.8771029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8776793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8782326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8787877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8793227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8798762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8804339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8809939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8841668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8847252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8852894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8858398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8864143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8869691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8875522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8881969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.8888519Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2024-12-17T23:51:00.8894004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-12-17T23:51:00.8899840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-12-17T23:51:00.8905290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-12-17T23:51:00.8910453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\miopen-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-12-17T23:51:00.8922341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-12-17T23:51:00.8927484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-12-17T23:51:00.8933268Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2024-12-17T23:51:00.8939314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-12-17T23:51:00.8945050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-12-17T23:51:00.8950514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-12-17T23:51:00.8956851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-12-17T23:51:00.8969223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-12-17T23:51:00.8974722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-12-17T23:51:00.8980384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-12-17T23:51:00.8985887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-12-17T23:51:00.8991412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-12-17T23:51:00.8996829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-12-17T23:51:00.9008778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-12-17T23:51:00.9014453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.9031571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:00.9039438Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2024-12-17T23:51:00.9045543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9051844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9057906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9064197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9076548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9082425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9088035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9093734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9099277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9104995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9110605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9116092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9121654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9127584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9133669Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2024-12-17T23:51:00.9139311Z 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-12-17T23:51:00.9145211Z 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-12-17T23:51:00.9151202Z 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-12-17T23:51:00.9156598Z 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-12-17T23:51:00.9168874Z 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-12-17T23:51:00.9174918Z 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-12-17T23:51:00.9181048Z 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-12-17T23:51:00.9187660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-12-17T23:51:00.9193869Z 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-12-17T23:51:00.9200085Z 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-12-17T23:51:00.9206676Z 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-12-17T23:51:00.9213098Z 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-12-17T23:51:00.9219221Z 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-12-17T23:51:00.9225505Z 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-12-17T23:51:00.9234068Z 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-12-17T23:51:00.9242623Z 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-12-17T23:51:00.9249161Z 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-12-17T23:51:00.9255670Z 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-12-17T23:51:00.9262548Z 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-12-17T23:51:00.9268890Z 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-12-17T23:51:00.9283686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-12-17T23:51:00.9289420Z 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-12-17T23:51:00.9295230Z 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-12-17T23:51:00.9301368Z 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-12-17T23:51:00.9307032Z 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-12-17T23:51:00.9312840Z 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-12-17T23:51:00.9318504Z 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-12-17T23:51:00.9324295Z 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-12-17T23:51:00.9331462Z 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-12-17T23:51:00.9337219Z 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-12-17T23:51:00.9350720Z 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-12-17T23:51:00.9356276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9361963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9367603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9374006Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2024-12-17T23:51:00.9379850Z 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-12-17T23:51:00.9385893Z 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-12-17T23:51:00.9391731Z 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-12-17T23:51:00.9397434Z 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-12-17T23:51:00.9411941Z 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-12-17T23:51:00.9417210Z 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-12-17T23:51:00.9423045Z 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-12-17T23:51:00.9428808Z 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-12-17T23:51:00.9434857Z 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-12-17T23:51:00.9440924Z 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-12-17T23:51:00.9446985Z 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-12-17T23:51:00.9452471Z 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-12-17T23:51:00.9458551Z 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-12-17T23:51:00.9463786Z 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-12-17T23:51:00.9470030Z 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-12-17T23:51:00.9475222Z 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-12-17T23:51:00.9480663Z 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-12-17T23:51:00.9486588Z 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-12-17T23:51:00.9502597Z 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-12-17T23:51:00.9509539Z 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-12-17T23:51:00.9516968Z 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-12-17T23:51:00.9523575Z 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-12-17T23:51:00.9530493Z 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-12-17T23:51:00.9537592Z 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-12-17T23:51:00.9544771Z 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-12-17T23:51:00.9553101Z 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-12-17T23:51:00.9561299Z 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-12-17T23:51:00.9567725Z 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-12-17T23:51:00.9585252Z 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-12-17T23:51:00.9591439Z 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-12-17T23:51:00.9598921Z 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-12-17T23:51:00.9605051Z 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-12-17T23:51:00.9610804Z 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-12-17T23:51:00.9617014Z 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-12-17T23:51:00.9624169Z 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-12-17T23:51:00.9630562Z 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-12-17T23:51:00.9636128Z 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-12-17T23:51:00.9641601Z 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-12-17T23:51:00.9648622Z 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-12-17T23:51:00.9654205Z 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-12-17T23:51:00.9667151Z 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-12-17T23:51:00.9672744Z 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-12-17T23:51:00.9678106Z 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-12-17T23:51:00.9683725Z 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-12-17T23:51:00.9689980Z 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-12-17T23:51:00.9695263Z 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-12-17T23:51:00.9700789Z 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-12-17T23:51:00.9707053Z 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-12-17T23:51:00.9713187Z 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-12-17T23:51:00.9718602Z 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-12-17T23:51:00.9724402Z 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-12-17T23:51:00.9738458Z 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-12-17T23:51:00.9743894Z 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-12-17T23:51:00.9749510Z 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-12-17T23:51:00.9755135Z 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-12-17T23:51:00.9760741Z 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-12-17T23:51:00.9766205Z 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-12-17T23:51:00.9771922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9777627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9791292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9796828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9803528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9812938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9819559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9827999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9836510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9845157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9851581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9859976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9868559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9874518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9887898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9894255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9900528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9907108Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\hip 2024-12-17T23:51:00.9912840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_bgemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2024-12-17T23:51:00.9918833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_gemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2024-12-17T23:51:00.9924144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_gemm_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2024-12-17T23:51:00.9929749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2024-12-17T23:51:00.9935425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9941054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9947354Z 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-12-17T23:51:00.9953268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9958951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9964543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9970171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9983381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9989314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:00.9995476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0001108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0010126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0016471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0022837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0029652Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn 2024-12-17T23:51:01.0036336Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu 2024-12-17T23:51:01.0046146Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu\detail 2024-12-17T23:51:01.0052779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2024-12-17T23:51:01.0059515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2024-12-17T23:51:01.0065753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2024-12-17T23:51:01.0071908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2024-12-17T23:51:01.0078607Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2024-12-17T23:51:01.0084785Z 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-12-17T23:51:01.0090996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MetalShaderLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-12-17T23:51:01.0097594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-12-17T23:51:01.0103838Z 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-12-17T23:51:01.0119068Z 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-12-17T23:51:01.0125394Z 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-12-17T23:51:01.0132090Z 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-12-17T23:51:01.0138384Z 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-12-17T23:51:01.0145206Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2024-12-17T23:51:01.0151608Z 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-12-17T23:51:01.0157749Z 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-12-17T23:51:01.0164022Z 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-12-17T23:51:01.0177257Z 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-12-17T23:51:01.0183710Z 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-12-17T23:51:01.0190286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0196892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0210696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0216797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0223125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0229299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0235440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0243066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0251737Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2024-12-17T23:51:01.0258281Z 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-12-17T23:51:01.0264689Z 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-12-17T23:51:01.0270994Z 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-12-17T23:51:01.0283293Z 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-12-17T23:51:01.0289821Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2024-12-17T23:51:01.0295779Z 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-12-17T23:51:01.0301893Z 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-12-17T23:51:01.0308256Z 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-12-17T23:51:01.0313745Z 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-12-17T23:51:01.0327090Z 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-12-17T23:51:01.0332496Z 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-12-17T23:51:01.0338850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qconv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2024-12-17T23:51:01.0344406Z 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-12-17T23:51:01.0350041Z 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-12-17T23:51:01.0355591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qlinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2024-12-17T23:51:01.0361090Z 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-12-17T23:51:01.0367249Z 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-12-17T23:51:01.0372819Z 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-12-17T23:51:01.0378569Z 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-12-17T23:51:01.0383928Z 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-12-17T23:51:01.0390115Z 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-12-17T23:51:01.0396270Z 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-12-17T23:51:01.0402201Z 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-12-17T23:51:01.0408033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0413474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0418985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0424685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0447508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0453113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0458569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0464201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0470449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0476041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0481964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0487743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0494795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0500280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0505902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0540677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0546329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0552131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0557984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0563869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0569455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0575124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0580937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0586795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0601742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0607973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0615059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0620911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0627687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0633690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0640591Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2024-12-17T23:51:01.0646997Z 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-12-17T23:51:01.0653178Z 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-12-17T23:51:01.0659961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0666152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0673019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0679990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0686159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0692286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0698884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0705182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0712572Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2024-12-17T23:51:01.0719027Z 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-12-17T23:51:01.0724953Z 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-12-17T23:51:01.0731145Z 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-12-17T23:51:01.0737831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\verbose_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0745366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-12-17T23:51:01.0753069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:01.0761175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:01.0771513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:01.0778636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:01.0785279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:01.0791635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:01.0799037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:01.0971103Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2024-12-17T23:51:01.0976517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.0982267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.0988002Z 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-12-17T23:51:01.0993450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1006082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1012192Z 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-12-17T23:51:01.1018220Z 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-12-17T23:51:01.1024149Z 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-12-17T23:51:01.1029768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1035334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1040695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1046649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1052157Z 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-12-17T23:51:01.1057538Z 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-12-17T23:51:01.1063289Z 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-12-17T23:51:01.1069105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1074663Z 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-12-17T23:51:01.1080356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1086009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1092081Z 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-12-17T23:51:01.1103329Z 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-12-17T23:51:01.1109071Z 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-12-17T23:51:01.1115191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1120947Z 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-12-17T23:51:01.1126596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1132741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1138371Z 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-12-17T23:51:01.1144425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1150304Z 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-12-17T23:51:01.1163372Z 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-12-17T23:51:01.1169316Z 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-12-17T23:51:01.1175047Z 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-12-17T23:51:01.1181234Z 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-12-17T23:51:01.1186959Z 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-12-17T23:51:01.1192768Z 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-12-17T23:51:01.1199090Z 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-12-17T23:51:01.1205126Z 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-12-17T23:51:01.1219214Z 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-12-17T23:51:01.1225597Z 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-12-17T23:51:01.1232095Z 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-12-17T23:51:01.1238794Z 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-12-17T23:51:01.1245573Z 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-12-17T23:51:01.1253258Z 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-12-17T23:51:01.1261467Z 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-12-17T23:51:01.1269206Z 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-12-17T23:51:01.1278208Z 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-12-17T23:51:01.1287330Z 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-12-17T23:51:01.1296362Z 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-12-17T23:51:01.1319799Z 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-12-17T23:51:01.1326603Z 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-12-17T23:51:01.1332360Z 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-12-17T23:51:01.1338714Z 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-12-17T23:51:01.1344591Z 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-12-17T23:51:01.1350881Z 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-12-17T23:51:01.1361301Z 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-12-17T23:51:01.1367410Z 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-12-17T23:51:01.1373375Z 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-12-17T23:51:01.1379927Z 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-12-17T23:51:01.1386487Z 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-12-17T23:51:01.1399897Z 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-12-17T23:51:01.1406067Z 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-12-17T23:51:01.1412298Z 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-12-17T23:51:01.1421219Z 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-12-17T23:51:01.1427037Z 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-12-17T23:51:01.1432887Z 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-12-17T23:51:01.1439056Z 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-12-17T23:51:01.1450270Z 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-12-17T23:51:01.1456084Z 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-12-17T23:51:01.1462067Z 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-12-17T23:51:01.1467924Z 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-12-17T23:51:01.1474230Z 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-12-17T23:51:01.1487058Z 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-12-17T23:51:01.1497535Z 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-12-17T23:51:01.1503486Z 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-12-17T23:51:01.1509463Z 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-12-17T23:51:01.1515314Z 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-12-17T23:51:01.1521202Z 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-12-17T23:51:01.1527682Z 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-12-17T23:51:01.1533522Z 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-12-17T23:51:01.1539465Z 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-12-17T23:51:01.1545351Z 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-12-17T23:51:01.1551322Z 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-12-17T23:51:01.1557920Z 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-12-17T23:51:01.1564509Z 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-12-17T23:51:01.1571535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1577605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1583919Z 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-12-17T23:51:01.1590263Z 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-12-17T23:51:01.1597027Z 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-12-17T23:51:01.1603375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1613699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1620401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1627109Z 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-12-17T23:51:01.1634024Z 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-12-17T23:51:01.1640442Z 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-12-17T23:51:01.1659461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1666012Z 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-12-17T23:51:01.1672381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1678934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1685273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1691772Z 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-12-17T23:51:01.1697939Z 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-12-17T23:51:01.1704522Z 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-12-17T23:51:01.1710835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1717527Z 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-12-17T23:51:01.1724123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1730900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1737226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1743941Z 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-12-17T23:51:01.1751244Z 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-12-17T23:51:01.1760086Z 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-12-17T23:51:01.1767380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1774033Z 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-12-17T23:51:01.1780632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1791359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1797254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1812753Z 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-12-17T23:51:01.1826032Z 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-12-17T23:51:01.1832043Z 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-12-17T23:51:01.1837803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1843794Z 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-12-17T23:51:01.1850292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1856340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1862767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1868608Z 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-12-17T23:51:01.1874313Z 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-12-17T23:51:01.1880077Z 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-12-17T23:51:01.1885915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1891665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1897579Z 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-12-17T23:51:01.1904534Z 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-12-17T23:51:01.1910154Z 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-12-17T23:51:01.1916032Z 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-12-17T23:51:01.1921673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1926924Z 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-12-17T23:51:01.1932544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1938441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1944206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1949870Z 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-12-17T23:51:01.1955623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1961066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.1966891Z 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-12-17T23:51:01.1972708Z 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-12-17T23:51:01.1978887Z 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-12-17T23:51:01.1985051Z 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-12-17T23:51:01.1990911Z 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-12-17T23:51:01.1997038Z 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-12-17T23:51:01.2009992Z 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-12-17T23:51:01.2015908Z 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-12-17T23:51:01.2021785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2027668Z 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-12-17T23:51:01.2033279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2039422Z 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-12-17T23:51:01.2045315Z 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-12-17T23:51:01.2051070Z 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-12-17T23:51:01.2057226Z 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-12-17T23:51:01.2064185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2070357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2076763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2083027Z 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-12-17T23:51:01.2089269Z 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-12-17T23:51:01.2095415Z 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-12-17T23:51:01.2101908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2108616Z 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-12-17T23:51:01.2115258Z 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-12-17T23:51:01.2121597Z 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-12-17T23:51:01.2127827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2134054Z 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-12-17T23:51:01.2141089Z 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-12-17T23:51:01.2147748Z 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-12-17T23:51:01.2154130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2160369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2167156Z 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-12-17T23:51:01.2173901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2180262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2186889Z 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-12-17T23:51:01.2193727Z 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-12-17T23:51:01.2200282Z 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-12-17T23:51:01.2206712Z 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-12-17T23:51:01.2213021Z 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-12-17T23:51:01.2219545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2225765Z 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-12-17T23:51:01.2232332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2245219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2247409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2255055Z 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-12-17T23:51:01.2261430Z 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-12-17T23:51:01.2277702Z 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-12-17T23:51:01.2283176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2289528Z 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-12-17T23:51:01.2294976Z 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-12-17T23:51:01.2300910Z 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-12-17T23:51:01.2306618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2312429Z 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-12-17T23:51:01.2318300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2324033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2329437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2335466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2342004Z 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-12-17T23:51:01.2347573Z 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-12-17T23:51:01.2353325Z 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-12-17T23:51:01.2359001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2364935Z 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-12-17T23:51:01.2370555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2376445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2382528Z 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-12-17T23:51:01.2388280Z 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-12-17T23:51:01.2394239Z 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-12-17T23:51:01.2399712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2405305Z 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-12-17T23:51:01.2411029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2416482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2421897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2427476Z 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-12-17T23:51:01.2432893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2438313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2443716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2449120Z 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-12-17T23:51:01.2454920Z 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-12-17T23:51:01.2460454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2467156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2473023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2479934Z 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-12-17T23:51:01.2485421Z 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-12-17T23:51:01.2491142Z 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-12-17T23:51:01.2496837Z 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-12-17T23:51:01.2502487Z 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-12-17T23:51:01.2528230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2529355Z 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-12-17T23:51:01.2530365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2533470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2539011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2545014Z 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-12-17T23:51:01.2550653Z 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-12-17T23:51:01.2556884Z 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-12-17T23:51:01.2563303Z 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-12-17T23:51:01.2569780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2576191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2582880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2589002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2595655Z 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-12-17T23:51:01.2602112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2608879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2615597Z 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-12-17T23:51:01.2622155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2629025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2635557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2641669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2648197Z 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-12-17T23:51:01.2655157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2661552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2668214Z 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-12-17T23:51:01.2674927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2681564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2688005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2694165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2700834Z 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-12-17T23:51:01.2707272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2713674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2720253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2726762Z 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-12-17T23:51:01.2733150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2739638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2746320Z 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-12-17T23:51:01.2753075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2761166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2768888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2775709Z 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-12-17T23:51:01.2784923Z 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-12-17T23:51:01.2791634Z 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-12-17T23:51:01.2798296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2805184Z 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-12-17T23:51:01.2812077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2818752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2824707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2831334Z 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-12-17T23:51:01.2837140Z 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-12-17T23:51:01.2842979Z 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-12-17T23:51:01.2849416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2855336Z 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-12-17T23:51:01.2861636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2867395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2873251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2880613Z 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-12-17T23:51:01.2887603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2894421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2901350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2908476Z 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-12-17T23:51:01.2914540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2920215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2926045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2931636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2937632Z 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-12-17T23:51:01.2943463Z 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-12-17T23:51:01.2949501Z 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-12-17T23:51:01.2955395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2961165Z 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-12-17T23:51:01.2966960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2972883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.2979242Z 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-12-17T23:51:01.2985122Z 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-12-17T23:51:01.2990919Z 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-12-17T23:51:01.2996738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.3002459Z 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-12-17T23:51:01.3008490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.3014110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.3019984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.3026243Z 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-12-17T23:51:01.3032032Z 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-12-17T23:51:01.3038354Z 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-12-17T23:51:01.3044500Z 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-12-17T23:51:01.3050658Z 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-12-17T23:51:01.7771546Z 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-12-17T23:51:01.7777604Z 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-12-17T23:51:01.7783888Z 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-12-17T23:51:01.7790371Z 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-12-17T23:51:01.7796339Z 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-12-17T23:51:01.7802396Z 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-12-17T23:51:01.7808412Z 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-12-17T23:51:01.7814692Z 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-12-17T23:51:01.7822017Z 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-12-17T23:51:01.7827901Z 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-12-17T23:51:01.7833773Z 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-12-17T23:51:01.7839808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.7845431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.7851461Z 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-12-17T23:51:01.7857079Z 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-12-17T23:51:01.7863280Z 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-12-17T23:51:01.7869032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.7875690Z 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-12-17T23:51:01.7881729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.7887706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.7893860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.7899968Z 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-12-17T23:51:01.7905547Z 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-12-17T23:51:01.7911703Z 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-12-17T23:51:01.7917598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.7923196Z 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-12-17T23:51:01.7929333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.7935291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.7941694Z 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-12-17T23:51:01.7947388Z 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-12-17T23:51:01.7953542Z 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-12-17T23:51:01.7959256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.7964880Z 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-12-17T23:51:01.7970689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.7976318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.7982195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.7988238Z 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-12-17T23:51:01.7994227Z 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-12-17T23:51:01.7999682Z 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-12-17T23:51:01.8005452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8011498Z 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-12-17T23:51:01.8017231Z 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-12-17T23:51:01.8023322Z 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-12-17T23:51:01.8029047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8035246Z 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-12-17T23:51:01.8040947Z 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-12-17T23:51:01.8046548Z 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-12-17T23:51:01.8052289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8062700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8068829Z 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-12-17T23:51:01.8074602Z 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-12-17T23:51:01.8080332Z 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-12-17T23:51:01.8086226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8092632Z 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-12-17T23:51:01.8098868Z 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-12-17T23:51:01.8104707Z 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-12-17T23:51:01.8111959Z 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-12-17T23:51:01.8118393Z 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-12-17T23:51:01.8127337Z 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-12-17T23:51:01.8134390Z 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-12-17T23:51:01.8143700Z 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-12-17T23:51:01.8153422Z 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-12-17T23:51:01.8162656Z 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-12-17T23:51:01.8170004Z 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-12-17T23:51:01.8176695Z 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-12-17T23:51:01.8183347Z 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-12-17T23:51:01.8189912Z 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-12-17T23:51:01.8196870Z 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-12-17T23:51:01.8203091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8209660Z 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-12-17T23:51:01.8216014Z 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-12-17T23:51:01.8222610Z 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-12-17T23:51:01.8228792Z 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-12-17T23:51:01.8234705Z 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-12-17T23:51:01.8240692Z 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-12-17T23:51:01.8246834Z 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-12-17T23:51:01.8262220Z 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-12-17T23:51:01.8268115Z 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-12-17T23:51:01.8273844Z 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-12-17T23:51:01.8279736Z 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-12-17T23:51:01.8285634Z 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-12-17T23:51:01.8291718Z 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-12-17T23:51:01.8297857Z 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-12-17T23:51:01.8303884Z 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-12-17T23:51:01.8310402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8316458Z 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-12-17T23:51:01.8322089Z 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-12-17T23:51:01.8327920Z 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-12-17T23:51:01.8333761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8340194Z 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-12-17T23:51:01.8346006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8351754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8358104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8364154Z 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-12-17T23:51:01.8369991Z 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-12-17T23:51:01.8375944Z 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-12-17T23:51:01.8381904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8387925Z 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-12-17T23:51:01.8394124Z 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-12-17T23:51:01.8400289Z 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-12-17T23:51:01.8406248Z 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-12-17T23:51:01.8414627Z 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-12-17T23:51:01.8422358Z 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-12-17T23:51:01.8429355Z 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-12-17T23:51:01.8438742Z 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-12-17T23:51:01.8447908Z 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-12-17T23:51:01.8454894Z 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-12-17T23:51:01.8463966Z 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-12-17T23:51:01.8472854Z 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-12-17T23:51:01.8480147Z 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-12-17T23:51:01.8486699Z 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-12-17T23:51:01.8493215Z 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-12-17T23:51:01.8500530Z 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-12-17T23:51:01.8507249Z 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-12-17T23:51:01.8513591Z 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-12-17T23:51:01.8519684Z 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-12-17T23:51:01.8526222Z 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-12-17T23:51:01.8532255Z 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-12-17T23:51:01.8538615Z 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-12-17T23:51:01.8544810Z 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-12-17T23:51:01.8550878Z 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-12-17T23:51:01.8557641Z 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-12-17T23:51:01.8564006Z 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-12-17T23:51:01.8570383Z 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-12-17T23:51:01.8576362Z 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-12-17T23:51:01.8582874Z 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-12-17T23:51:01.8588930Z 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-12-17T23:51:01.8595128Z 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-12-17T23:51:01.8601059Z 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-12-17T23:51:01.8606937Z 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-12-17T23:51:01.8613796Z 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-12-17T23:51:01.8620392Z 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-12-17T23:51:01.8626944Z 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-12-17T23:51:01.8633845Z 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-12-17T23:51:01.8640723Z 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-12-17T23:51:01.8648034Z 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-12-17T23:51:01.8654689Z 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-12-17T23:51:01.8661348Z 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-12-17T23:51:01.8667903Z 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-12-17T23:51:01.8674642Z 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-12-17T23:51:01.8681181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8688007Z 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-12-17T23:51:01.8695522Z 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-12-17T23:51:01.8702341Z 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-12-17T23:51:01.8709169Z 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-12-17T23:51:01.8725738Z 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-12-17T23:51:01.8732615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8739149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8745547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8752205Z 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-12-17T23:51:01.8762820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8769306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8776272Z 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-12-17T23:51:01.8783121Z 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-12-17T23:51:01.8790003Z 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-12-17T23:51:01.8796539Z 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-12-17T23:51:01.8805658Z 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-12-17T23:51:01.8814068Z 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-12-17T23:51:01.8821453Z 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-12-17T23:51:01.8829349Z 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-12-17T23:51:01.8836079Z 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-12-17T23:51:01.8842811Z 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-12-17T23:51:01.8849614Z 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-12-17T23:51:01.8855925Z 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-12-17T23:51:01.8862701Z 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-12-17T23:51:01.8868827Z 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-12-17T23:51:01.8875308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8881290Z 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-12-17T23:51:01.8887077Z 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-12-17T23:51:01.8892924Z 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-12-17T23:51:01.8898810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8905152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8911576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8917564Z 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-12-17T23:51:01.8923593Z 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-12-17T23:51:01.8929370Z 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-12-17T23:51:01.8935185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8941006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8946746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.8953279Z 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-12-17T23:51:01.8959607Z 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-12-17T23:51:01.8965433Z 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-12-17T23:51:01.8971564Z 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-12-17T23:51:01.8977337Z 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-12-17T23:51:01.8983397Z 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-12-17T23:51:01.8989183Z 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-12-17T23:51:01.8995352Z 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-12-17T23:51:01.9001253Z 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-12-17T23:51:01.9007547Z 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-12-17T23:51:01.9013551Z 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-12-17T23:51:01.9019632Z 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-12-17T23:51:01.9025611Z 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-12-17T23:51:01.9032235Z 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-12-17T23:51:01.9038263Z 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-12-17T23:51:01.9044238Z 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-12-17T23:51:01.9050369Z 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-12-17T23:51:01.9056496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9062824Z 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-12-17T23:51:01.9069122Z 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-12-17T23:51:01.9075044Z 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-12-17T23:51:01.9081216Z 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-12-17T23:51:01.9090702Z 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-12-17T23:51:01.9096181Z 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-12-17T23:51:01.9101744Z 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-12-17T23:51:01.9107434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9114502Z 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-12-17T23:51:01.9120474Z 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-12-17T23:51:01.9126101Z 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-12-17T23:51:01.9131912Z 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-12-17T23:51:01.9137572Z 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-12-17T23:51:01.9143550Z 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-12-17T23:51:01.9149138Z 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-12-17T23:51:01.9154935Z 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-12-17T23:51:01.9160632Z 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-12-17T23:51:01.9166618Z 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-12-17T23:51:01.9172292Z 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-12-17T23:51:01.9177942Z 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-12-17T23:51:01.9183667Z 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-12-17T23:51:01.9195335Z 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-12-17T23:51:01.9201411Z 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-12-17T23:51:01.9207386Z 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-12-17T23:51:01.9214033Z 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-12-17T23:51:01.9220940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9228134Z 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-12-17T23:51:01.9235268Z 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-12-17T23:51:01.9241741Z 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-12-17T23:51:01.9248322Z 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-12-17T23:51:01.9254803Z 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-12-17T23:51:01.9261641Z 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-12-17T23:51:01.9268577Z 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-12-17T23:51:01.9275728Z 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-12-17T23:51:01.9282750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9289568Z 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-12-17T23:51:01.9296058Z 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-12-17T23:51:01.9304194Z 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-12-17T23:51:01.9313387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9322997Z 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-12-17T23:51:01.9331593Z 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-12-17T23:51:01.9340438Z 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-12-17T23:51:01.9347619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9354453Z 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-12-17T23:51:01.9360881Z 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-12-17T23:51:01.9367452Z 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-12-17T23:51:01.9373405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9379631Z 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-12-17T23:51:01.9386235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9391711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9397995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9404160Z 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-12-17T23:51:01.9409837Z 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-12-17T23:51:01.9415404Z 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-12-17T23:51:01.9422277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9429222Z 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-12-17T23:51:01.9435255Z 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-12-17T23:51:01.9441193Z 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-12-17T23:51:01.9446995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9453442Z 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-12-17T23:51:01.9459720Z 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-12-17T23:51:01.9465585Z 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-12-17T23:51:01.9471490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9477970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9483803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9489703Z 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-12-17T23:51:01.9495539Z 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-12-17T23:51:01.9501398Z 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-12-17T23:51:01.9507219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9513242Z 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-12-17T23:51:01.9519102Z 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-12-17T23:51:01.9524903Z 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-12-17T23:51:01.9530723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9536736Z 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-12-17T23:51:01.9542720Z 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-12-17T23:51:01.9548608Z 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-12-17T23:51:01.9554364Z 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-12-17T23:51:01.9559991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9565803Z 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-12-17T23:51:01.9571607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9577268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9582873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9588691Z 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-12-17T23:51:01.9594399Z 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-12-17T23:51:01.9600200Z 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-12-17T23:51:01.9606063Z 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-12-17T23:51:01.9626108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9632596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9639109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9645682Z 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-12-17T23:51:01.9652226Z 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-12-17T23:51:01.9659348Z 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-12-17T23:51:01.9666074Z 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-12-17T23:51:01.9672791Z 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-12-17T23:51:01.9679340Z 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-12-17T23:51:01.9686752Z 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-12-17T23:51:01.9693695Z 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-12-17T23:51:01.9700437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9706929Z 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-12-17T23:51:01.9713316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9720079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9726459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9732993Z 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-12-17T23:51:01.9740054Z 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-12-17T23:51:01.9746438Z 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-12-17T23:51:01.9753039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9759323Z 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-12-17T23:51:01.9765735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9772445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9778684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9785361Z 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-12-17T23:51:01.9791678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9797960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9804567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9813885Z 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-12-17T23:51:01.9822990Z 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-12-17T23:51:01.9830386Z 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-12-17T23:51:01.9836875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9843147Z 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-12-17T23:51:01.9849538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9855807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9861881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9868619Z 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-12-17T23:51:01.9874671Z 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-12-17T23:51:01.9882895Z 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-12-17T23:51:01.9888704Z 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-12-17T23:51:01.9895149Z 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-12-17T23:51:01.9901361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9907733Z 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-12-17T23:51:01.9914142Z 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-12-17T23:51:01.9944145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9950121Z 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-12-17T23:51:01.9955984Z 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-12-17T23:51:01.9962447Z 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-12-17T23:51:01.9968374Z 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-12-17T23:51:01.9974534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9980861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9986670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:01.9992953Z 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-12-17T23:51:01.9998793Z 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-12-17T23:51:02.0004668Z 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-12-17T23:51:02.0010943Z 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-12-17T23:51:02.0017088Z 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-12-17T23:51:02.0023061Z 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-12-17T23:51:02.0029476Z 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-12-17T23:51:02.0035385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0041068Z 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-12-17T23:51:02.0046859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0052563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0058385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0064341Z 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-12-17T23:51:02.0074558Z 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-12-17T23:51:02.0080691Z 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-12-17T23:51:02.0086410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0092725Z 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-12-17T23:51:02.0098695Z 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-12-17T23:51:02.0104912Z 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-12-17T23:51:02.0110907Z 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-12-17T23:51:02.0117679Z 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-12-17T23:51:02.0124167Z 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-12-17T23:51:02.0130605Z 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-12-17T23:51:02.0137084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0143679Z 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-12-17T23:51:02.0150122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0157030Z 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-12-17T23:51:02.0163708Z 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-12-17T23:51:02.0170832Z 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-12-17T23:51:02.0177388Z 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-12-17T23:51:02.0184136Z 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-12-17T23:51:02.0190651Z 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-12-17T23:51:02.0197077Z 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-12-17T23:51:02.0203700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0210293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0216689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0223795Z 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-12-17T23:51:02.0230352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0237000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0243605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0250202Z 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-12-17T23:51:02.0256540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0262943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0269359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0275890Z 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-12-17T23:51:02.0282151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0288373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0294670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0301125Z 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-12-17T23:51:02.0309931Z 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-12-17T23:51:02.0318689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0325583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0332334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0339557Z 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-12-17T23:51:02.0347482Z 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-12-17T23:51:02.0353595Z 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-12-17T23:51:02.0360264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0366236Z 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-12-17T23:51:02.0372150Z 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-12-17T23:51:02.0379208Z 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-12-17T23:51:02.0385399Z 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-12-17T23:51:02.0391737Z 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-12-17T23:51:02.0397652Z 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-12-17T23:51:02.0403463Z 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-12-17T23:51:02.0410179Z 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-12-17T23:51:02.0416076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0422508Z 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-12-17T23:51:02.0428406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0434064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0439796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0445642Z 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-12-17T23:51:02.0451238Z 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-12-17T23:51:02.0457038Z 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-12-17T23:51:02.0463913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0469742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0475590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0481431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0487625Z 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-12-17T23:51:02.0493446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0499402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0505381Z 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-12-17T23:51:02.0511463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0517283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0522988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0528635Z 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-12-17T23:51:02.0534927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0540756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0546382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0552465Z 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-12-17T23:51:02.0558767Z 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-12-17T23:51:02.0565081Z 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-12-17T23:51:02.0571735Z 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-12-17T23:51:02.0578227Z 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-12-17T23:51:02.0584804Z 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-12-17T23:51:02.0591491Z 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-12-17T23:51:02.0598161Z 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-12-17T23:51:02.0604713Z 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-12-17T23:51:02.0611539Z 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-12-17T23:51:02.0618592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0635860Z 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-12-17T23:51:02.0643059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0649248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0655913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0662753Z 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-12-17T23:51:02.0669078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0675494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0682147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0688632Z 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-12-17T23:51:02.0694917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0701659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0708483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0715294Z 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-12-17T23:51:02.0721763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0728189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0734650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0741867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0748307Z 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-12-17T23:51:02.0754916Z 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-12-17T23:51:02.0762483Z 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-12-17T23:51:02.0769269Z 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-12-17T23:51:02.0776112Z 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-12-17T23:51:02.0787371Z 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-12-17T23:51:02.0794273Z 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-12-17T23:51:02.0801204Z 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-12-17T23:51:02.0807925Z 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-12-17T23:51:02.0816276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0825743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0834663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0841792Z 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-12-17T23:51:02.0848847Z 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-12-17T23:51:02.0855652Z 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-12-17T23:51:02.0862678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0869071Z 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-12-17T23:51:02.0875783Z 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-12-17T23:51:02.0881798Z 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-12-17T23:51:02.0888512Z 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-12-17T23:51:02.0894689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0900595Z 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-12-17T23:51:02.0906702Z 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-12-17T23:51:02.0912635Z 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-12-17T23:51:02.0919373Z 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-12-17T23:51:02.0925649Z 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-12-17T23:51:02.0931687Z 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-12-17T23:51:02.0938234Z 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-12-17T23:51:02.0944249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0950512Z 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-12-17T23:51:02.0956989Z 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-12-17T23:51:02.0963011Z 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-12-17T23:51:02.0969386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.0975723Z 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-12-17T23:51:02.0982167Z 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-12-17T23:51:02.0988067Z 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-12-17T23:51:02.0994008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1000392Z 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-12-17T23:51:02.1006303Z 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-12-17T23:51:02.1012532Z 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-12-17T23:51:02.1018650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1024310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1030518Z 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-12-17T23:51:02.1036479Z 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-12-17T23:51:02.1042321Z 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-12-17T23:51:02.1048166Z 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-12-17T23:51:02.1054037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1060348Z 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-12-17T23:51:02.1066376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1072509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1078955Z 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-12-17T23:51:02.1084753Z 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-12-17T23:51:02.1090583Z 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-12-17T23:51:02.1096484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1102448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1108562Z 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-12-17T23:51:02.1114754Z 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-12-17T23:51:02.1120995Z 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-12-17T23:51:02.1127888Z 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-12-17T23:51:02.1134944Z 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-12-17T23:51:02.1141470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1147997Z 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-12-17T23:51:02.1154562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1160786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1167281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1173450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1180144Z 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-12-17T23:51:02.1186436Z 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-12-17T23:51:02.1192895Z 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-12-17T23:51:02.1199858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1206275Z 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-12-17T23:51:02.1212995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1219474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1225871Z 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-12-17T23:51:02.1232712Z 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-12-17T23:51:02.1239267Z 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-12-17T23:51:02.1246374Z 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-12-17T23:51:02.1269584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1276729Z 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-12-17T23:51:02.1283519Z 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-12-17T23:51:02.1289986Z 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-12-17T23:51:02.1296959Z 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-12-17T23:51:02.1321273Z 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-12-17T23:51:02.1328872Z 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-12-17T23:51:02.1337531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1344302Z 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-12-17T23:51:02.1350930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1357430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1363815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1370981Z 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-12-17T23:51:02.1377350Z 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-12-17T23:51:02.1384243Z 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-12-17T23:51:02.1390108Z 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-12-17T23:51:02.1396715Z 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-12-17T23:51:02.1402576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1408468Z 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-12-17T23:51:02.1414138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1420072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1426560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1432611Z 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-12-17T23:51:02.1438760Z 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-12-17T23:51:02.1445804Z 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-12-17T23:51:02.1451375Z 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-12-17T23:51:02.1457040Z 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-12-17T23:51:02.1462901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1469064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1474735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1480547Z 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-12-17T23:51:02.1487115Z 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-12-17T23:51:02.1493679Z 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-12-17T23:51:02.1499924Z 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-12-17T23:51:02.1506125Z 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-12-17T23:51:02.1512611Z 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-12-17T23:51:02.1518562Z 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-12-17T23:51:02.1524263Z 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-12-17T23:51:02.1530270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1536169Z 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-12-17T23:51:02.1542431Z 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-12-17T23:51:02.1548301Z 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-12-17T23:51:02.1560992Z 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-12-17T23:51:02.1585848Z 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-12-17T23:51:02.1592138Z 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-12-17T23:51:02.1598851Z 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-12-17T23:51:02.1605102Z 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-12-17T23:51:02.1611308Z 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-12-17T23:51:02.1617808Z 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-12-17T23:51:02.1623997Z 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-12-17T23:51:02.1630237Z 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-12-17T23:51:02.1636439Z 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-12-17T23:51:02.1642578Z 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-12-17T23:51:02.1648959Z 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-12-17T23:51:02.1655483Z 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-12-17T23:51:02.1661616Z 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-12-17T23:51:02.1667748Z 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-12-17T23:51:02.1673988Z 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-12-17T23:51:02.1680838Z 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-12-17T23:51:02.1687792Z 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-12-17T23:51:02.1694678Z 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-12-17T23:51:02.1701479Z 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-12-17T23:51:02.1708458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1715604Z 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-12-17T23:51:02.1722954Z 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-12-17T23:51:02.1729873Z 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-12-17T23:51:02.1736628Z 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-12-17T23:51:02.1743584Z 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-12-17T23:51:02.1750339Z 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-12-17T23:51:02.1756934Z 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-12-17T23:51:02.1763960Z 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-12-17T23:51:02.1771269Z 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-12-17T23:51:02.1778814Z 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-12-17T23:51:02.1785983Z 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-12-17T23:51:02.1792628Z 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-12-17T23:51:02.1799314Z 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-12-17T23:51:02.1806645Z 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-12-17T23:51:02.1814538Z 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-12-17T23:51:02.1826901Z 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-12-17T23:51:02.1835429Z 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-12-17T23:51:02.1842800Z 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-12-17T23:51:02.1849764Z 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-12-17T23:51:02.1858593Z 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-12-17T23:51:02.1866032Z 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-12-17T23:51:02.1873074Z 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-12-17T23:51:02.1880116Z 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-12-17T23:51:02.1886904Z 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-12-17T23:51:02.1893303Z 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-12-17T23:51:02.1900592Z 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-12-17T23:51:02.1906587Z 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-12-17T23:51:02.1913295Z 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-12-17T23:51:02.1920135Z 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-12-17T23:51:02.1926202Z 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-12-17T23:51:02.1932081Z 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-12-17T23:51:02.1939353Z 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-12-17T23:51:02.1945986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1951672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.1973663Z 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-12-17T23:51:02.1980031Z 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-12-17T23:51:02.1985960Z 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-12-17T23:51:02.1992048Z 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-12-17T23:51:02.1999005Z 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-12-17T23:51:02.2004943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2010879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2016798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2022840Z 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-12-17T23:51:02.2028728Z 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-12-17T23:51:02.2034461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2040975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2046830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2052666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2059127Z 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-12-17T23:51:02.2065362Z 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-12-17T23:51:02.2071090Z 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-12-17T23:51:02.2083390Z 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-12-17T23:51:02.2090153Z 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-12-17T23:51:02.2096343Z 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-12-17T23:51:02.2103280Z 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-12-17T23:51:02.2109923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2116779Z 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-12-17T23:51:02.2123383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2129913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2136721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2143766Z 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-12-17T23:51:02.2150237Z 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-12-17T23:51:02.2156696Z 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-12-17T23:51:02.2163455Z 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-12-17T23:51:02.2170228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2177145Z 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-12-17T23:51:02.2184243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2190809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2197502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2204412Z 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-12-17T23:51:02.2211587Z 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-12-17T23:51:02.2218686Z 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-12-17T23:51:02.2225335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2232042Z 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-12-17T23:51:02.2238691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2244830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2250986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2257542Z 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-12-17T23:51:02.2264108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2270495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2276939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2283806Z 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-12-17T23:51:02.2290549Z 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-12-17T23:51:02.2297120Z 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-12-17T23:51:02.2304457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2311215Z 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-12-17T23:51:02.2318896Z 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-12-17T23:51:02.2329866Z 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-12-17T23:51:02.2341505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2348880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2355798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2361640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2369314Z 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-12-17T23:51:02.2375326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2382409Z 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-12-17T23:51:02.2389025Z 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-12-17T23:51:02.2395084Z 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-12-17T23:51:02.2401601Z 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-12-17T23:51:02.2408139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2413735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2420110Z 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-12-17T23:51:02.2426073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2432586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2439469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2447465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2456855Z 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-12-17T23:51:02.2472715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2473764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2479284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2485805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2492967Z 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-12-17T23:51:02.2500675Z 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-12-17T23:51:02.2507605Z 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-12-17T23:51:02.2514545Z 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-12-17T23:51:02.2521514Z 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-12-17T23:51:02.2528019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2534960Z 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-12-17T23:51:02.2542205Z 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-12-17T23:51:02.2549047Z 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-12-17T23:51:02.2556346Z 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-12-17T23:51:02.2563123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2570149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2576914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2583898Z 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-12-17T23:51:02.2591908Z 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-12-17T23:51:02.2598504Z 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-12-17T23:51:02.2604594Z 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-12-17T23:51:02.2611684Z 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-12-17T23:51:02.2617164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2623708Z 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-12-17T23:51:02.2630481Z 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-12-17T23:51:02.2636635Z 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-12-17T23:51:02.2642450Z 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-12-17T23:51:02.2648336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2659228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2670235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2676008Z 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-12-17T23:51:02.2682161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2688145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2693693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2700163Z 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-12-17T23:51:02.2705734Z 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-12-17T23:51:02.2712237Z 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-12-17T23:51:02.2718193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2724184Z 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-12-17T23:51:02.2730116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2735840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2742005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2747999Z 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-12-17T23:51:02.2753724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2759435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2764950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2770596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2776453Z 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-12-17T23:51:02.2782631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2788316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2794789Z 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-12-17T23:51:02.2800655Z 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-12-17T23:51:02.2806833Z 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-12-17T23:51:02.2813226Z 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-12-17T23:51:02.2819412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2825667Z 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-12-17T23:51:02.2831542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2837657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2843438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2849324Z 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-12-17T23:51:02.2855046Z 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-12-17T23:51:02.2861004Z 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-12-17T23:51:02.2866712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2872674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2878211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2884184Z 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-12-17T23:51:02.2889830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2895445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2901313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2907344Z 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-12-17T23:51:02.2913006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2923725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2929756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2935621Z 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-12-17T23:51:02.2941423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2946955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2952748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2958877Z 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-12-17T23:51:02.2964881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2970730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2976825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2982671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.2988829Z 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-12-17T23:51:02.2994571Z 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-12-17T23:51:02.3000463Z 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-12-17T23:51:02.3006307Z 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-12-17T23:51:02.3012521Z 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-12-17T23:51:02.3018585Z 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-12-17T23:51:02.3024577Z 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-12-17T23:51:02.3031043Z 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-12-17T23:51:02.3036763Z 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-12-17T23:51:02.3042601Z 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-12-17T23:51:02.3048597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3054787Z 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-12-17T23:51:02.3060856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3066643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3072219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3078168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3084343Z 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-12-17T23:51:02.3090297Z 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-12-17T23:51:02.3096102Z 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-12-17T23:51:02.3102384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3108631Z 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-12-17T23:51:02.3114419Z 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-12-17T23:51:02.3120281Z 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-12-17T23:51:02.3126729Z 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-12-17T23:51:02.3133671Z 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-12-17T23:51:02.3140421Z 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-12-17T23:51:02.3146712Z 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-12-17T23:51:02.3153061Z 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-12-17T23:51:02.3159109Z 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-12-17T23:51:02.3165026Z 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-12-17T23:51:02.3170972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3176881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3183105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3189360Z 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-12-17T23:51:02.3195365Z 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-12-17T23:51:02.3201364Z 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-12-17T23:51:02.3207453Z 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-12-17T23:51:02.3213416Z 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-12-17T23:51:02.3219443Z 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-12-17T23:51:02.3225688Z 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-12-17T23:51:02.3231975Z 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-12-17T23:51:02.3238534Z 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-12-17T23:51:02.3245302Z 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-12-17T23:51:02.3250651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3256592Z 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-12-17T23:51:02.3262901Z 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-12-17T23:51:02.3269219Z 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-12-17T23:51:02.3275287Z 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-12-17T23:51:02.3281191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3287423Z 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-12-17T23:51:02.3293344Z 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-12-17T23:51:02.3299408Z 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-12-17T23:51:02.3305839Z 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-12-17T23:51:02.3311846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3317713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3323824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3329945Z 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-12-17T23:51:02.3356809Z 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-12-17T23:51:02.3366000Z 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-12-17T23:51:02.3373755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3382882Z 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-12-17T23:51:02.3390348Z 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-12-17T23:51:02.3398149Z 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-12-17T23:51:02.3405993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3412944Z 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-12-17T23:51:02.3419818Z 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-12-17T23:51:02.3426891Z 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-12-17T23:51:02.3433594Z 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-12-17T23:51:02.3440396Z 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-12-17T23:51:02.3446872Z 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-12-17T23:51:02.3452807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3459154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3465243Z 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-12-17T23:51:02.3471212Z 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-12-17T23:51:02.3477425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3483805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3490026Z 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-12-17T23:51:02.3496127Z 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-12-17T23:51:02.3502057Z 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-12-17T23:51:02.3507840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3513271Z 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-12-17T23:51:02.3519108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3525038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3530616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3536358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3542368Z 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-12-17T23:51:02.3572733Z 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-12-17T23:51:02.3585044Z 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-12-17T23:51:02.3590790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3596456Z 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-12-17T23:51:02.3602578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3608474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3614022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3620123Z 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-12-17T23:51:02.3625864Z 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-12-17T23:51:02.3632196Z 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-12-17T23:51:02.3638605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3648347Z 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-12-17T23:51:02.3654599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3660591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3666921Z 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-12-17T23:51:02.3672661Z 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-12-17T23:51:02.3678580Z 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-12-17T23:51:02.3684428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3689825Z 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-12-17T23:51:02.3696209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3703125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3708660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3714167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3720217Z 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-12-17T23:51:02.3726097Z 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-12-17T23:51:02.3731923Z 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-12-17T23:51:02.3737682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3743499Z 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-12-17T23:51:02.3749959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3755662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3761243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3766805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3772820Z 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-12-17T23:51:02.3778653Z 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-12-17T23:51:02.3784688Z 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-12-17T23:51:02.3790926Z 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-12-17T23:51:02.3797590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3805765Z 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-12-17T23:51:02.3813656Z 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-12-17T23:51:02.3821059Z 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-12-17T23:51:02.3850454Z 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-12-17T23:51:02.3860626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3869021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3878802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3886821Z 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-12-17T23:51:02.3893173Z 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-12-17T23:51:02.3899944Z 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-12-17T23:51:02.3906589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3913423Z 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-12-17T23:51:02.3919072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3925972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3932049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3939079Z 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-12-17T23:51:02.3945627Z 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-12-17T23:51:02.3952610Z 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-12-17T23:51:02.3958241Z 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-12-17T23:51:02.3963986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3969993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.3976229Z 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-12-17T23:51:02.3981910Z 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-12-17T23:51:02.3988104Z 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-12-17T23:51:02.3998463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4003682Z 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-12-17T23:51:02.4009643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4014979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4020467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4026570Z 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-12-17T23:51:02.4032316Z 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-12-17T23:51:02.4038090Z 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-12-17T23:51:02.4043666Z 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-12-17T23:51:02.4049366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4054851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4060498Z 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-12-17T23:51:02.4066213Z 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-12-17T23:51:02.4072461Z 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-12-17T23:51:02.4078686Z 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-12-17T23:51:02.4085116Z 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-12-17T23:51:02.4091021Z 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-12-17T23:51:02.4097393Z 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-12-17T23:51:02.4103455Z 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-12-17T23:51:02.4109540Z 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-12-17T23:51:02.4115448Z 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-12-17T23:51:02.4121744Z 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-12-17T23:51:02.4128127Z 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-12-17T23:51:02.4134067Z 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-12-17T23:51:02.4140132Z 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-12-17T23:51:02.4145995Z 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-12-17T23:51:02.4152028Z 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-12-17T23:51:02.4158301Z 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-12-17T23:51:02.4164694Z 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-12-17T23:51:02.4170738Z 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-12-17T23:51:02.4176816Z 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-12-17T23:51:02.4183850Z 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-12-17T23:51:02.4189993Z 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-12-17T23:51:02.4195775Z 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-12-17T23:51:02.4202122Z 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-12-17T23:51:02.4208099Z 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-12-17T23:51:02.4214195Z 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-12-17T23:51:02.4220187Z 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-12-17T23:51:02.4226256Z 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-12-17T23:51:02.4232144Z 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-12-17T23:51:02.4238321Z 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-12-17T23:51:02.4244436Z 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-12-17T23:51:02.4250669Z 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-12-17T23:51:02.4256591Z 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-12-17T23:51:02.4262642Z 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-12-17T23:51:02.4269024Z 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-12-17T23:51:02.4275097Z 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-12-17T23:51:02.4281018Z 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-12-17T23:51:02.4287192Z 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-12-17T23:51:02.4293420Z 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-12-17T23:51:02.4299983Z 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-12-17T23:51:02.4305955Z 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-12-17T23:51:02.4311970Z 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-12-17T23:51:02.4317817Z 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-12-17T23:51:02.4323781Z 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-12-17T23:51:02.4329651Z 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-12-17T23:51:02.4336124Z 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-12-17T23:51:02.4342073Z 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-12-17T23:51:02.4348163Z 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-12-17T23:51:02.4354079Z 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-12-17T23:51:02.4360374Z 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-12-17T23:51:02.4366772Z 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-12-17T23:51:02.4372911Z 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-12-17T23:51:02.4379347Z 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-12-17T23:51:02.4386260Z 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-12-17T23:51:02.4391841Z 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-12-17T23:51:02.4398242Z 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-12-17T23:51:02.4404872Z 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-12-17T23:51:02.4411179Z 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-12-17T23:51:02.4417574Z 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-12-17T23:51:02.4424482Z 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-12-17T23:51:02.4431100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4437975Z 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-12-17T23:51:02.4444601Z 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-12-17T23:51:02.4451476Z 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-12-17T23:51:02.4457532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4468526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4475231Z 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-12-17T23:51:02.4482063Z 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-12-17T23:51:02.4488047Z 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-12-17T23:51:02.4494723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4501435Z 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-12-17T23:51:02.4508065Z 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-12-17T23:51:02.4514051Z 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-12-17T23:51:02.4519897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4526125Z 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-12-17T23:51:02.4532171Z 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-12-17T23:51:02.4538822Z 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-12-17T23:51:02.4545343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4551931Z 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-12-17T23:51:02.4558112Z 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-12-17T23:51:02.4563826Z 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-12-17T23:51:02.4569826Z 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-12-17T23:51:02.4575574Z 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-12-17T23:51:02.4581550Z 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-12-17T23:51:02.4587569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4593912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4600095Z 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-12-17T23:51:02.4605942Z 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-12-17T23:51:02.4611768Z 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-12-17T23:51:02.4617632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4623974Z 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-12-17T23:51:02.4630006Z 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-12-17T23:51:02.4636143Z 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-12-17T23:51:02.4642309Z 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-12-17T23:51:02.4648110Z 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-12-17T23:51:02.4654012Z 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-12-17T23:51:02.4659973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4665543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4671647Z 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-12-17T23:51:02.4677434Z 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-12-17T23:51:02.4683528Z 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-12-17T23:51:02.4689377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4696296Z 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-12-17T23:51:02.4702355Z 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-12-17T23:51:02.4708495Z 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-12-17T23:51:02.4714481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4720606Z 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-12-17T23:51:02.4726806Z 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-12-17T23:51:02.4732458Z 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-12-17T23:51:02.4738846Z 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-12-17T23:51:02.4744681Z 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-12-17T23:51:02.4750582Z 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-12-17T23:51:02.4756610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4762600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4768893Z 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-12-17T23:51:02.4774960Z 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-12-17T23:51:02.4781392Z 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-12-17T23:51:02.4787473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4793817Z 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-12-17T23:51:02.4800338Z 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-12-17T23:51:02.4806323Z 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-12-17T23:51:02.4812427Z 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-12-17T23:51:02.4818568Z 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-12-17T23:51:02.4824562Z 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-12-17T23:51:02.4830727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4836514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4842681Z 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-12-17T23:51:02.4848593Z 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-12-17T23:51:02.4854929Z 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-12-17T23:51:02.4861008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4867529Z 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-12-17T23:51:02.4873529Z 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-12-17T23:51:02.4879646Z 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-12-17T23:51:02.4885815Z 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-12-17T23:51:02.4891681Z 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-12-17T23:51:02.4899456Z 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-12-17T23:51:02.4908513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4915363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4922784Z 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-12-17T23:51:02.4930398Z 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-12-17T23:51:02.4937197Z 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-12-17T23:51:02.4945404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4952647Z 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-12-17T23:51:02.4959915Z 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-12-17T23:51:02.4966934Z 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-12-17T23:51:02.4974597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.4981982Z 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-12-17T23:51:02.4989101Z 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-12-17T23:51:02.4995681Z 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-12-17T23:51:02.5002915Z 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-12-17T23:51:02.5010067Z 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-12-17T23:51:02.5040123Z 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-12-17T23:51:02.5046790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5053532Z 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-12-17T23:51:02.5060030Z 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-12-17T23:51:02.5066567Z 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-12-17T23:51:02.5073419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5080215Z 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-12-17T23:51:02.5086820Z 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-12-17T23:51:02.5093531Z 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-12-17T23:51:02.5100400Z 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-12-17T23:51:02.5106829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5113213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5119412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5125420Z 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-12-17T23:51:02.5131748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5137567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5144031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5150222Z 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-12-17T23:51:02.5155994Z 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-12-17T23:51:02.5162148Z 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-12-17T23:51:02.5168433Z 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-12-17T23:51:02.5174263Z 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-12-17T23:51:02.5181174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5187314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5193605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5199189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5204864Z 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-12-17T23:51:02.5210853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5217262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5223204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5228825Z 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-12-17T23:51:02.5235406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5241625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5248419Z 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-12-17T23:51:02.5254970Z 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-12-17T23:51:02.5262752Z 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-12-17T23:51:02.5269417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5275824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5282075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5288991Z 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-12-17T23:51:02.5295403Z 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-12-17T23:51:02.5301919Z 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-12-17T23:51:02.5308453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5314981Z 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-12-17T23:51:02.5321360Z 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-12-17T23:51:02.5329003Z 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-12-17T23:51:02.5335982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5343971Z 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-12-17T23:51:02.5350891Z 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-12-17T23:51:02.5357770Z 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-12-17T23:51:02.5366931Z 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-12-17T23:51:02.5373742Z 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-12-17T23:51:02.5381009Z 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-12-17T23:51:02.5389471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5397356Z 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-12-17T23:51:02.5405891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5413085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5420031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5427155Z 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-12-17T23:51:02.5433862Z 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-12-17T23:51:02.5439762Z 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-12-17T23:51:02.5446528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5452339Z 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-12-17T23:51:02.5458891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5464813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5470491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5476470Z 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-12-17T23:51:02.5482156Z 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-12-17T23:51:02.5488149Z 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-12-17T23:51:02.5495376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5517556Z 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-12-17T23:51:02.5523326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5529090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5534643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5541410Z 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-12-17T23:51:02.5548152Z 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-12-17T23:51:02.5554731Z 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-12-17T23:51:02.5561629Z 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-12-17T23:51:02.5568537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5575037Z 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-12-17T23:51:02.5581777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5588155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5623599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5629309Z 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-12-17T23:51:02.5635768Z 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-12-17T23:51:02.5642285Z 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-12-17T23:51:02.5648034Z 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-12-17T23:51:02.5654029Z 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-12-17T23:51:02.5662018Z 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-12-17T23:51:02.5668876Z 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-12-17T23:51:02.5675786Z 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-12-17T23:51:02.5682600Z 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-12-17T23:51:02.5689708Z 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-12-17T23:51:02.5696104Z 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-12-17T23:51:02.5703343Z 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-12-17T23:51:02.5709609Z 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-12-17T23:51:02.5715873Z 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-12-17T23:51:02.5721784Z 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-12-17T23:51:02.5727728Z 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-12-17T23:51:02.5733603Z 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-12-17T23:51:02.5739702Z 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-12-17T23:51:02.5745822Z 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-12-17T23:51:02.5752182Z 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-12-17T23:51:02.5758867Z 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-12-17T23:51:02.5764906Z 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-12-17T23:51:02.5771777Z 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-12-17T23:51:02.5777424Z 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-12-17T23:51:02.5783816Z 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-12-17T23:51:02.5789741Z 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-12-17T23:51:02.5795867Z 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-12-17T23:51:02.5801861Z 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-12-17T23:51:02.5807804Z 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-12-17T23:51:02.5814149Z 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-12-17T23:51:02.5820197Z 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-12-17T23:51:02.5828392Z 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-12-17T23:51:02.5834978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5841847Z 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-12-17T23:51:02.5848912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5856832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5863681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5870107Z 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-12-17T23:51:02.5879530Z 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-12-17T23:51:02.5886138Z 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-12-17T23:51:02.5892710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5898871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5905524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5911669Z 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-12-17T23:51:02.5918002Z 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-12-17T23:51:02.5924461Z 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-12-17T23:51:02.5930465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5936297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5942571Z 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-12-17T23:51:02.5948669Z 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-12-17T23:51:02.5955247Z 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-12-17T23:51:02.5961139Z 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-12-17T23:51:02.5967072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5973078Z 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-12-17T23:51:02.5979248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.5985452Z 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-12-17T23:51:02.5991259Z 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-12-17T23:51:02.5997092Z 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-12-17T23:51:02.6003607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6009537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6015290Z 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-12-17T23:51:02.6021885Z 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-12-17T23:51:02.6027802Z 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-12-17T23:51:02.6034016Z 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-12-17T23:51:02.6039801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6045485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6051597Z 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-12-17T23:51:02.6057733Z 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-12-17T23:51:02.6064148Z 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-12-17T23:51:02.6070505Z 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-12-17T23:51:02.6076452Z 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-12-17T23:51:02.6082619Z 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-12-17T23:51:02.6088578Z 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-12-17T23:51:02.6094706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6100769Z 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-12-17T23:51:02.6107439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6113380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6119344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6125382Z 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-12-17T23:51:02.6131011Z 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-12-17T23:51:02.6137015Z 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-12-17T23:51:02.6143087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6148503Z 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-12-17T23:51:02.6154291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6160036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6165659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6171181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6176821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6183136Z 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-12-17T23:51:02.6189207Z 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-12-17T23:51:02.6195244Z 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-12-17T23:51:02.6201161Z 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-12-17T23:51:02.6207874Z 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-12-17T23:51:02.6214514Z 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-12-17T23:51:02.6221965Z 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-12-17T23:51:02.6229083Z 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-12-17T23:51:02.6235707Z 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-12-17T23:51:02.6242285Z 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-12-17T23:51:02.6248935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6255398Z 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-12-17T23:51:02.6262029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6268772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6275384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6282240Z 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-12-17T23:51:02.6289117Z 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-12-17T23:51:02.6295941Z 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-12-17T23:51:02.6303105Z 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-12-17T23:51:02.6309730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6316312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6323265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6329557Z 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-12-17T23:51:02.6336358Z 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-12-17T23:51:02.6343745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6350567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6357340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6364184Z 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-12-17T23:51:02.6373372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6382388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6388961Z 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-12-17T23:51:02.6396642Z 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-12-17T23:51:02.6403986Z 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-12-17T23:51:02.6412426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6419382Z 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-12-17T23:51:02.6425985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6431875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6437996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6443667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6455392Z 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-12-17T23:51:02.6461444Z 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-12-17T23:51:02.6468299Z 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-12-17T23:51:02.6474639Z 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-12-17T23:51:02.6480773Z 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-12-17T23:51:02.6486779Z 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-12-17T23:51:02.6492679Z 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-12-17T23:51:02.6498648Z 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-12-17T23:51:02.6505701Z 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-12-17T23:51:02.6511679Z 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-12-17T23:51:02.6518009Z 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-12-17T23:51:02.6524360Z 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-12-17T23:51:02.6530243Z 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-12-17T23:51:02.6536235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6542332Z 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-12-17T23:51:02.6548555Z 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-12-17T23:51:02.6554897Z 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-12-17T23:51:02.6560739Z 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-12-17T23:51:02.6566670Z 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-12-17T23:51:02.6572563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6578029Z 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-12-17T23:51:02.6583927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6589747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6595295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6601445Z 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-12-17T23:51:02.6607241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6613043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6619008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6625492Z 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-12-17T23:51:02.6631810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6639051Z 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-12-17T23:51:02.6645938Z 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-12-17T23:51:02.6652513Z 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-12-17T23:51:02.6659295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6666295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6672840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6679161Z 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-12-17T23:51:02.6685636Z 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-12-17T23:51:02.6692498Z 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-12-17T23:51:02.6699519Z 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-12-17T23:51:02.6706534Z 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-12-17T23:51:02.6713229Z 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-12-17T23:51:02.6719946Z 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-12-17T23:51:02.6727146Z 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-12-17T23:51:02.6734789Z 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-12-17T23:51:02.6743316Z 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-12-17T23:51:02.6750059Z 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-12-17T23:51:02.6756742Z 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-12-17T23:51:02.6764408Z 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-12-17T23:51:02.6770893Z 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-12-17T23:51:02.6778278Z 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-12-17T23:51:02.6785851Z 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-12-17T23:51:02.6792546Z 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-12-17T23:51:02.6799350Z 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-12-17T23:51:02.6806741Z 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-12-17T23:51:02.6814113Z 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-12-17T23:51:02.6821171Z 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-12-17T23:51:02.6828269Z 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-12-17T23:51:02.6835154Z 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-12-17T23:51:02.6841680Z 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-12-17T23:51:02.6848557Z 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-12-17T23:51:02.6857348Z 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-12-17T23:51:02.6866634Z 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-12-17T23:51:02.6873514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6881083Z 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-12-17T23:51:02.6887504Z 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-12-17T23:51:02.6894284Z 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-12-17T23:51:02.6900756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6907091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6913440Z 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-12-17T23:51:02.6920708Z 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-12-17T23:51:02.6926618Z 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-12-17T23:51:02.6932823Z 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-12-17T23:51:02.6938703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6944745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6951263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6957508Z 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-12-17T23:51:02.6963213Z 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-12-17T23:51:02.6969122Z 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-12-17T23:51:02.6975142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6981177Z 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-12-17T23:51:02.6987156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6993021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.6998890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7005232Z 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-12-17T23:51:02.7012605Z 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-12-17T23:51:02.7018808Z 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-12-17T23:51:02.7025075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7031598Z 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-12-17T23:51:02.7037210Z 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-12-17T23:51:02.7043299Z 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-12-17T23:51:02.7049406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7055712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7062366Z 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-12-17T23:51:02.7068589Z 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-12-17T23:51:02.7075077Z 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-12-17T23:51:02.7081514Z 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-12-17T23:51:02.7087829Z 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-12-17T23:51:02.7093967Z 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-12-17T23:51:02.7100268Z 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-12-17T23:51:02.7106979Z 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-12-17T23:51:02.7113580Z 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-12-17T23:51:02.7119641Z 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-12-17T23:51:02.7125783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7131907Z 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-12-17T23:51:02.7138693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7144718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7151281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7157275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7163886Z 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-12-17T23:51:02.7170099Z 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-12-17T23:51:02.7176104Z 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-12-17T23:51:02.7182198Z 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-12-17T23:51:02.7188608Z 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-12-17T23:51:02.7195288Z 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-12-17T23:51:02.7201478Z 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-12-17T23:51:02.7208158Z 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-12-17T23:51:02.7215217Z 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-12-17T23:51:02.7221582Z 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-12-17T23:51:02.7283227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7289536Z 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-12-17T23:51:02.7295652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7302143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7308298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7315252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7321994Z 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-12-17T23:51:02.7365308Z 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-12-17T23:51:02.7371622Z 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-12-17T23:51:02.7377774Z 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-12-17T23:51:02.7383964Z 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-12-17T23:51:02.7390125Z 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-12-17T23:51:02.7396197Z 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-12-17T23:51:02.7402186Z 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-12-17T23:51:02.7408401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7415350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7422213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7428008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7434357Z 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-12-17T23:51:02.7440288Z 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-12-17T23:51:02.7446313Z 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-12-17T23:51:02.7452481Z 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-12-17T23:51:02.7458638Z 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-12-17T23:51:02.7465118Z 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-12-17T23:51:02.7471086Z 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-12-17T23:51:02.7477129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7482977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7488948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:02.7508173Z 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-12-17T23:51:03.1382449Z 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-12-17T23:51:03.1389815Z 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-12-17T23:51:03.1397285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1404952Z 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-12-17T23:51:03.1411666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1418348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1425781Z 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-12-17T23:51:03.1432745Z 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-12-17T23:51:03.1439504Z 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-12-17T23:51:03.1445621Z 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-12-17T23:51:03.1452402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1458214Z 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-12-17T23:51:03.1464096Z 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-12-17T23:51:03.1485048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1491667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1506494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1507801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1512538Z 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-12-17T23:51:03.1518640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1524293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1536390Z 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-12-17T23:51:03.1544488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1550348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1556210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1561843Z 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-12-17T23:51:03.1567300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1572913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1582832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1589286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1595073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1601507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1607575Z 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-12-17T23:51:03.1613668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1619261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1651546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1679308Z 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-12-17T23:51:03.1685788Z 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-12-17T23:51:03.1691742Z 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-12-17T23:51:03.1697744Z 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-12-17T23:51:03.1704578Z 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-12-17T23:51:03.1710754Z 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-12-17T23:51:03.1722702Z 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-12-17T23:51:03.1728757Z 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-12-17T23:51:03.1734799Z 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-12-17T23:51:03.1741346Z 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-12-17T23:51:03.1747845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1754846Z 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-12-17T23:51:03.1761208Z 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-12-17T23:51:03.1768110Z 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-12-17T23:51:03.1775333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1782322Z 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-12-17T23:51:03.1788982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1796014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1802531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1809400Z 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-12-17T23:51:03.1815713Z 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-12-17T23:51:03.1822229Z 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-12-17T23:51:03.1828624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1834759Z 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-12-17T23:51:03.1841191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1847199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1853340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1859998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1866981Z 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-12-17T23:51:03.1873827Z 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-12-17T23:51:03.1883214Z 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-12-17T23:51:03.1889770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1899093Z 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-12-17T23:51:03.1905887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1912905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1920603Z 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-12-17T23:51:03.1927237Z 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-12-17T23:51:03.1933996Z 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-12-17T23:51:03.1940167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1946126Z 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-12-17T23:51:03.1952009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1958637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1964932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1971537Z 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-12-17T23:51:03.1977312Z 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-12-17T23:51:03.1983248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1988992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.1994785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2001191Z 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-12-17T23:51:03.2007391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2012893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2019535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2025101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2032108Z 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-12-17T23:51:03.2038871Z 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-12-17T23:51:03.2044763Z 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-12-17T23:51:03.2050684Z 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-12-17T23:51:03.2056592Z 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-12-17T23:51:03.2062922Z 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-12-17T23:51:03.2068885Z 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-12-17T23:51:03.2074796Z 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-12-17T23:51:03.2081020Z 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-12-17T23:51:03.2086941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2093233Z 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-12-17T23:51:03.2099581Z 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-12-17T23:51:03.2105485Z 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-12-17T23:51:03.2111409Z 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-12-17T23:51:03.2117705Z 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-12-17T23:51:03.2123614Z 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-12-17T23:51:03.2129590Z 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-12-17T23:51:03.2135567Z 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-12-17T23:51:03.2141998Z 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-12-17T23:51:03.2147915Z 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-12-17T23:51:03.2153960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2160209Z 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-12-17T23:51:03.2166444Z 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-12-17T23:51:03.2172425Z 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-12-17T23:51:03.2178384Z 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-12-17T23:51:03.2184846Z 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-12-17T23:51:03.2191603Z 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-12-17T23:51:03.2198375Z 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-12-17T23:51:03.2205041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2212599Z 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-12-17T23:51:03.2218975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2225628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2232100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2239090Z 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-12-17T23:51:03.2245972Z 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-12-17T23:51:03.2253241Z 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-12-17T23:51:03.2265601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2272641Z 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-12-17T23:51:03.2279916Z 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-12-17T23:51:03.2286070Z 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-12-17T23:51:03.2293004Z 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-12-17T23:51:03.2299801Z 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-12-17T23:51:03.2306725Z 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-12-17T23:51:03.2313410Z 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-12-17T23:51:03.2320333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2327024Z 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-12-17T23:51:03.2334001Z 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-12-17T23:51:03.2341429Z 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-12-17T23:51:03.2348143Z 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-12-17T23:51:03.2355407Z 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-12-17T23:51:03.2362232Z 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-12-17T23:51:03.2368972Z 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-12-17T23:51:03.2376869Z 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-12-17T23:51:03.2386029Z 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-12-17T23:51:03.2395516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2404228Z 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-12-17T23:51:03.2413102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2420393Z 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-12-17T23:51:03.2427376Z 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-12-17T23:51:03.2434090Z 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-12-17T23:51:03.2441678Z 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-12-17T23:51:03.2448380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2455304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2462174Z 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-12-17T23:51:03.2469976Z 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-12-17T23:51:03.2476539Z 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-12-17T23:51:03.2483098Z 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-12-17T23:51:03.2488932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2494877Z 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-12-17T23:51:03.2501420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2507525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2513798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2520351Z 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-12-17T23:51:03.2526320Z 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-12-17T23:51:03.2532274Z 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-12-17T23:51:03.2539063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2544811Z 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-12-17T23:51:03.2551239Z 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-12-17T23:51:03.2557028Z 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-12-17T23:51:03.2562999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2568963Z 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-12-17T23:51:03.2574890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2580573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2586399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2592340Z 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-12-17T23:51:03.2597917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2608798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2614547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2620276Z 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-12-17T23:51:03.2626330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2631886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2638207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2643693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2649600Z 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-12-17T23:51:03.2656155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2661924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2668104Z 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-12-17T23:51:03.2674014Z 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-12-17T23:51:03.2679978Z 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-12-17T23:51:03.2685801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2691813Z 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-12-17T23:51:03.2697549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2703936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2709552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2715426Z 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-12-17T23:51:03.2721407Z 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-12-17T23:51:03.2727361Z 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-12-17T23:51:03.2733174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2739124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2744970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2750976Z 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-12-17T23:51:03.2757709Z 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-12-17T23:51:03.2763806Z 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-12-17T23:51:03.2769660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2775360Z 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-12-17T23:51:03.2781317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2787179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2793296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2799309Z 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-12-17T23:51:03.2805160Z 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-12-17T23:51:03.2810976Z 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-12-17T23:51:03.2816950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2823447Z 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-12-17T23:51:03.2829978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2836448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2843054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2849337Z 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-12-17T23:51:03.2856341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2862642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2869289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2875320Z 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-12-17T23:51:03.2880985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2887456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2895419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2904566Z 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-12-17T23:51:03.2913792Z 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-12-17T23:51:03.2922598Z 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-12-17T23:51:03.2931525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2939081Z 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-12-17T23:51:03.2946314Z 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-12-17T23:51:03.2952701Z 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-12-17T23:51:03.2959466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2970075Z 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-12-17T23:51:03.2976528Z 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-12-17T23:51:03.2982198Z 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-12-17T23:51:03.2988668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.2995033Z 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-12-17T23:51:03.3000848Z 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-12-17T23:51:03.3006537Z 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-12-17T23:51:03.3013026Z 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-12-17T23:51:03.3019791Z 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-12-17T23:51:03.3026119Z 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-12-17T23:51:03.3031728Z 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-12-17T23:51:03.3037984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3044143Z 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-12-17T23:51:03.3049985Z 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-12-17T23:51:03.3055946Z 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-12-17T23:51:03.3061934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3067559Z 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-12-17T23:51:03.3073544Z 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-12-17T23:51:03.3079052Z 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-12-17T23:51:03.3085163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3090821Z 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-12-17T23:51:03.3101853Z 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-12-17T23:51:03.3107421Z 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-12-17T23:51:03.3113256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3119474Z 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-12-17T23:51:03.3125184Z 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-12-17T23:51:03.3131049Z 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-12-17T23:51:03.3137001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3143122Z 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-12-17T23:51:03.3149092Z 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-12-17T23:51:03.3155096Z 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-12-17T23:51:03.3160963Z 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-12-17T23:51:03.3167523Z 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-12-17T23:51:03.3173274Z 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-12-17T23:51:03.3179238Z 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-12-17T23:51:03.3185333Z 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-12-17T23:51:03.3191164Z 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-12-17T23:51:03.3197730Z 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-12-17T23:51:03.3204356Z 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-12-17T23:51:03.3210521Z 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-12-17T23:51:03.3217821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3224750Z 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-12-17T23:51:03.3231196Z 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-12-17T23:51:03.3237564Z 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-12-17T23:51:03.3244609Z 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-12-17T23:51:03.3251872Z 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-12-17T23:51:03.3258273Z 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-12-17T23:51:03.3264746Z 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-12-17T23:51:03.3271143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3282327Z 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-12-17T23:51:03.3289185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3295652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3302164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3309629Z 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-12-17T23:51:03.3316020Z 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-12-17T23:51:03.3322437Z 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-12-17T23:51:03.3329320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3335804Z 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-12-17T23:51:03.3342257Z 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-12-17T23:51:03.3348624Z 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-12-17T23:51:03.3355024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3361459Z 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-12-17T23:51:03.3368159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3374712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3381521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3388299Z 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-12-17T23:51:03.3395632Z 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-12-17T23:51:03.3402489Z 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-12-17T23:51:03.3409344Z 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-12-17T23:51:03.3418301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3425104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3432354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3438446Z 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-12-17T23:51:03.3445462Z 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-12-17T23:51:03.3451920Z 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-12-17T23:51:03.3458747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3469059Z 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-12-17T23:51:03.3474255Z 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-12-17T23:51:03.3479829Z 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-12-17T23:51:03.3485387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3491323Z 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-12-17T23:51:03.3497019Z 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-12-17T23:51:03.3502772Z 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-12-17T23:51:03.3508966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3514426Z 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-12-17T23:51:03.3519872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3525279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3530553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3537347Z 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-12-17T23:51:03.3543739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3549844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3555670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3561314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3567254Z 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-12-17T23:51:03.3573623Z 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-12-17T23:51:03.3579719Z 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-12-17T23:51:03.3586012Z 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-12-17T23:51:03.3592230Z 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-12-17T23:51:03.3598285Z 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-12-17T23:51:03.3604578Z 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-12-17T23:51:03.3610595Z 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-12-17T23:51:03.3617236Z 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-12-17T23:51:03.3623238Z 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-12-17T23:51:03.3629526Z 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-12-17T23:51:03.3635343Z 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-12-17T23:51:03.3641489Z 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-12-17T23:51:03.3647359Z 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-12-17T23:51:03.3653227Z 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-12-17T23:51:03.3659243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3665547Z 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-12-17T23:51:03.3671560Z 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-12-17T23:51:03.3677757Z 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-12-17T23:51:03.3683704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3689550Z 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-12-17T23:51:03.3695371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3701944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3708172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3714577Z 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-12-17T23:51:03.3720822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3728134Z 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-12-17T23:51:03.3734649Z 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-12-17T23:51:03.3741751Z 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-12-17T23:51:03.3748263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3754660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3761335Z 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-12-17T23:51:03.3767736Z 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-12-17T23:51:03.3779689Z 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-12-17T23:51:03.3786351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3792307Z 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-12-17T23:51:03.3800340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3807591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3814165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3820988Z 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-12-17T23:51:03.3827455Z 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-12-17T23:51:03.3834399Z 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-12-17T23:51:03.3840961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3847295Z 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-12-17T23:51:03.3853927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3860703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3867191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3873697Z 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-12-17T23:51:03.3880319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3887201Z 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-12-17T23:51:03.3894314Z 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-12-17T23:51:03.3902329Z 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-12-17T23:51:03.3911054Z 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-12-17T23:51:03.3919793Z 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-12-17T23:51:03.3926906Z 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-12-17T23:51:03.3933955Z 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-12-17T23:51:03.3940478Z 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-12-17T23:51:03.3947160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3952798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3959142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.3965426Z 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-12-17T23:51:03.3971442Z 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-12-17T23:51:03.3978409Z 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-12-17T23:51:03.3984712Z 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-12-17T23:51:03.3990812Z 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-12-17T23:51:03.3996745Z 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-12-17T23:51:03.4003750Z 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-12-17T23:51:03.4009978Z 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-12-17T23:51:03.4016020Z 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-12-17T23:51:03.4022479Z 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-12-17T23:51:03.4028446Z 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-12-17T23:51:03.4034482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.4040862Z 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-12-17T23:51:03.4047617Z 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-12-17T23:51:03.4053458Z 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-12-17T23:51:03.4059734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.4066950Z 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-12-17T23:51:03.4072873Z 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-12-17T23:51:03.4078855Z 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-12-17T23:51:03.4084789Z 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-12-17T23:51:03.4090848Z 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-12-17T23:51:03.4096757Z 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-12-17T23:51:03.4102875Z 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-12-17T23:51:03.4109177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.4115686Z 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-12-17T23:51:03.4121579Z 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-12-17T23:51:03.4127261Z 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-12-17T23:51:03.4133360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.4139896Z 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-12-17T23:51:03.4146280Z 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-12-17T23:51:03.4152196Z 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-12-17T23:51:03.4158174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.4164114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.4170347Z 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-12-17T23:51:03.4176189Z 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-12-17T23:51:03.4183492Z 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-12-17T23:51:03.4189319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.4195264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.4201911Z 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-12-17T23:51:03.4207768Z 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-12-17T23:51:03.4213545Z 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-12-17T23:51:03.4219693Z 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-12-17T23:51:03.4225634Z 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-12-17T23:51:03.4236177Z 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-12-17T23:51:03.4242367Z 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-12-17T23:51:03.4248730Z 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-12-17T23:51:03.4254720Z 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-12-17T23:51:03.4260907Z 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-12-17T23:51:03.4266918Z 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-12-17T23:51:03.4272801Z 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-12-17T23:51:03.4278978Z 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-12-17T23:51:03.4285662Z 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-12-17T23:51:03.4292496Z 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-12-17T23:51:03.4298824Z 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-12-17T23:51:03.4305018Z 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-12-17T23:51:03.4311294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.4317729Z 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-12-17T23:51:03.4323721Z 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-12-17T23:51:03.4330026Z 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-12-17T23:51:03.4335889Z 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-12-17T23:51:03.4350297Z 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-12-17T23:51:03.4356302Z 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-12-17T23:51:03.4362382Z 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-12-17T23:51:03.4368453Z 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-12-17T23:51:03.4374691Z 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-12-17T23:51:03.4380779Z 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-12-17T23:51:03.4386462Z 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-12-17T23:51:03.4392648Z 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-12-17T23:51:03.4399232Z 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-12-17T23:51:03.4405702Z 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-12-17T23:51:03.4412103Z 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-12-17T23:51:03.4418878Z 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-12-17T23:51:03.4424993Z 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-12-17T23:51:03.4431066Z 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-12-17T23:51:03.4437055Z 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-12-17T23:51:03.4443212Z 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-12-17T23:51:03.4449438Z 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-12-17T23:51:03.4456143Z 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-12-17T23:51:03.4462996Z 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-12-17T23:51:03.4469495Z 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-12-17T23:51:03.4475947Z 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-12-17T23:51:03.4481956Z 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-12-17T23:51:03.4488366Z 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-12-17T23:51:03.4495417Z 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-12-17T23:51:03.4502803Z 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-12-17T23:51:03.4512264Z 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-12-17T23:51:03.4520210Z 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-12-17T23:51:03.4526777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.4534434Z 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-12-17T23:51:03.4541669Z 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-12-17T23:51:03.4548414Z 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-12-17T23:51:03.4554991Z 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-12-17T23:51:03.4561839Z 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-12-17T23:51:03.4568643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.4575887Z 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-12-17T23:51:03.4582947Z 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-12-17T23:51:03.4590136Z 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-12-17T23:51:03.4596665Z 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-12-17T23:51:03.4603474Z 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-12-17T23:51:03.4610783Z 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-12-17T23:51:03.4618232Z 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-12-17T23:51:03.4624896Z 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-12-17T23:51:03.4632087Z 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-12-17T23:51:03.4638873Z 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-12-17T23:51:03.4645587Z 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-12-17T23:51:03.4652341Z 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-12-17T23:51:03.4659431Z 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-12-17T23:51:03.4666434Z 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-12-17T23:51:03.4673194Z 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-12-17T23:51:03.4680390Z 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-12-17T23:51:03.4687178Z 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-12-17T23:51:03.4693799Z 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-12-17T23:51:03.4700438Z 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-12-17T23:51:03.4734911Z 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-12-17T23:51:03.4742166Z 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-12-17T23:51:03.4749661Z 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-12-17T23:51:03.4756511Z 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-12-17T23:51:03.4763230Z 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-12-17T23:51:03.4769954Z 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-12-17T23:51:03.4777138Z 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-12-17T23:51:03.4783658Z 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-12-17T23:51:03.4790559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.4797970Z 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-12-17T23:51:03.4804969Z 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-12-17T23:51:03.4811602Z 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-12-17T23:51:03.4818286Z 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-12-17T23:51:03.4825230Z 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-12-17T23:51:03.4831528Z 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-12-17T23:51:03.4838220Z 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-12-17T23:51:03.4844412Z 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-12-17T23:51:03.4851085Z 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-12-17T23:51:03.4857182Z 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-12-17T23:51:03.4863642Z 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-12-17T23:51:03.4869505Z 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-12-17T23:51:03.4875894Z 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-12-17T23:51:03.4882620Z 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-12-17T23:51:03.4889243Z 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-12-17T23:51:03.4895408Z 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-12-17T23:51:03.4901681Z 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-12-17T23:51:03.4907806Z 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-12-17T23:51:03.4914166Z 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-12-17T23:51:03.4920696Z 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-12-17T23:51:03.4926985Z 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-12-17T23:51:03.4933032Z 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-12-17T23:51:03.4940048Z 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-12-17T23:51:03.4946091Z 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-12-17T23:51:03.4952102Z 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-12-17T23:51:03.4957993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.4964288Z 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-12-17T23:51:03.4970415Z 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-12-17T23:51:03.4976423Z 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-12-17T23:51:03.4982594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.4989458Z 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-12-17T23:51:03.4995502Z 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-12-17T23:51:03.5001567Z 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-12-17T23:51:03.5007836Z 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-12-17T23:51:03.5013968Z 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-12-17T23:51:03.5020138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5026516Z 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-12-17T23:51:03.5032408Z 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-12-17T23:51:03.5039784Z 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-12-17T23:51:03.5045832Z 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-12-17T23:51:03.5052918Z 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-12-17T23:51:03.5059729Z 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-12-17T23:51:03.5066465Z 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-12-17T23:51:03.5073144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5080285Z 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-12-17T23:51:03.5087273Z 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-12-17T23:51:03.5093892Z 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-12-17T23:51:03.5100750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5107724Z 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-12-17T23:51:03.5115022Z 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-12-17T23:51:03.5121936Z 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-12-17T23:51:03.5128729Z 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-12-17T23:51:03.5135878Z 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-12-17T23:51:03.5142616Z 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-12-17T23:51:03.5149428Z 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-12-17T23:51:03.5156117Z 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-12-17T23:51:03.5162807Z 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-12-17T23:51:03.5169505Z 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-12-17T23:51:03.5176252Z 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-12-17T23:51:03.5183443Z 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-12-17T23:51:03.5190449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5197446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5204414Z 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-12-17T23:51:03.5211066Z 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-12-17T23:51:03.5217700Z 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-12-17T23:51:03.5224646Z 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-12-17T23:51:03.5232363Z 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-12-17T23:51:03.5239347Z 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-12-17T23:51:03.5246361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5253456Z 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-12-17T23:51:03.5260193Z 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-12-17T23:51:03.5266735Z 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-12-17T23:51:03.5273548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5281911Z 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-12-17T23:51:03.5288741Z 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-12-17T23:51:03.5295566Z 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-12-17T23:51:03.5302262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5309296Z 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-12-17T23:51:03.5316094Z 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-12-17T23:51:03.5322596Z 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-12-17T23:51:03.5329498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5336600Z 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-12-17T23:51:03.5366673Z 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-12-17T23:51:03.5373378Z 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-12-17T23:51:03.5379579Z 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-12-17T23:51:03.5386676Z 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-12-17T23:51:03.5392965Z 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-12-17T23:51:03.5400052Z 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-12-17T23:51:03.5406065Z 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-12-17T23:51:03.5416445Z 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-12-17T23:51:03.5423064Z 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-12-17T23:51:03.5429950Z 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-12-17T23:51:03.5438112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5444431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5450949Z 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-12-17T23:51:03.5456762Z 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-12-17T23:51:03.5462860Z 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-12-17T23:51:03.5469118Z 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-12-17T23:51:03.5475275Z 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-12-17T23:51:03.5481107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5487846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5494271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5500352Z 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-12-17T23:51:03.5506692Z 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-12-17T23:51:03.5512727Z 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-12-17T23:51:03.5518773Z 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-12-17T23:51:03.5524612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5530917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5537041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5542853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5548860Z 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-12-17T23:51:03.5554540Z 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-12-17T23:51:03.5561052Z 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-12-17T23:51:03.5567033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5572697Z 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-12-17T23:51:03.5578815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5584950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5591459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5598162Z 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-12-17T23:51:03.5604732Z 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-12-17T23:51:03.5612133Z 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-12-17T23:51:03.5618798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5625541Z 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-12-17T23:51:03.5632032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5638887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5645479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5652068Z 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-12-17T23:51:03.5658537Z 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-12-17T23:51:03.5665050Z 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-12-17T23:51:03.5671685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5678081Z 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-12-17T23:51:03.5684713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5691472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5697834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5704384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5711764Z 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-12-17T23:51:03.5718257Z 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-12-17T23:51:03.5724879Z 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-12-17T23:51:03.5731447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5738426Z 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-12-17T23:51:03.5745520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5752608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5759594Z 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-12-17T23:51:03.5766134Z 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-12-17T23:51:03.5772663Z 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-12-17T23:51:03.5779497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5786308Z 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-12-17T23:51:03.5793367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5800350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5807304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5814042Z 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-12-17T23:51:03.5820866Z 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-12-17T23:51:03.5827355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5834029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5840847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5847753Z 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-12-17T23:51:03.5854488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5860937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5867646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5874340Z 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-12-17T23:51:03.5881134Z 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-12-17T23:51:03.5887872Z 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-12-17T23:51:03.5894349Z 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-12-17T23:51:03.5901336Z 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-12-17T23:51:03.5908908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5915954Z 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-12-17T23:51:03.5922825Z 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-12-17T23:51:03.5930602Z 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-12-17T23:51:03.5936909Z 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-12-17T23:51:03.5943969Z 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-12-17T23:51:03.5950588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5956504Z 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-12-17T23:51:03.5963110Z 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-12-17T23:51:03.5969234Z 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-12-17T23:51:03.5981115Z 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-12-17T23:51:03.5983509Z 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-12-17T23:51:03.5990597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.5996700Z 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-12-17T23:51:03.6003007Z 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-12-17T23:51:03.6009323Z 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-12-17T23:51:03.6015368Z 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-12-17T23:51:03.6021505Z 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-12-17T23:51:03.6027558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6033486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6039889Z 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-12-17T23:51:03.6046414Z 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-12-17T23:51:03.6052862Z 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-12-17T23:51:03.6058964Z 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-12-17T23:51:03.6065502Z 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-12-17T23:51:03.6072794Z 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-12-17T23:51:03.6079029Z 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-12-17T23:51:03.6085064Z 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-12-17T23:51:03.6091220Z 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-12-17T23:51:03.6097290Z 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-12-17T23:51:03.6103998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6110045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6116517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6122556Z 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-12-17T23:51:03.6133537Z 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-12-17T23:51:03.6139652Z 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-12-17T23:51:03.6145455Z 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-12-17T23:51:03.6151279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6165483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6171706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6178003Z 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-12-17T23:51:03.6184359Z 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-12-17T23:51:03.6190483Z 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-12-17T23:51:03.6196571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6202573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6208913Z 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-12-17T23:51:03.6214702Z 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-12-17T23:51:03.6221514Z 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-12-17T23:51:03.6227341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6232916Z 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-12-17T23:51:03.6238719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6244584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6251459Z 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-12-17T23:51:03.6257880Z 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-12-17T23:51:03.6263821Z 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-12-17T23:51:03.6269934Z 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-12-17T23:51:03.6275794Z 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-12-17T23:51:03.6282162Z 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-12-17T23:51:03.6288146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6293795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6299950Z 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-12-17T23:51:03.6306008Z 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-12-17T23:51:03.6312027Z 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-12-17T23:51:03.6318825Z 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-12-17T23:51:03.6325365Z 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-12-17T23:51:03.6331705Z 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-12-17T23:51:03.6337607Z 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-12-17T23:51:03.6344638Z 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-12-17T23:51:03.6350648Z 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-12-17T23:51:03.6357452Z 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-12-17T23:51:03.6363475Z 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-12-17T23:51:03.6369446Z 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-12-17T23:51:03.6375072Z 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-12-17T23:51:03.6391854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6397952Z 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-12-17T23:51:03.6404121Z 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-12-17T23:51:03.6410340Z 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-12-17T23:51:03.6416273Z 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-12-17T23:51:03.6423136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6430747Z 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-12-17T23:51:03.6438907Z 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-12-17T23:51:03.6446427Z 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-12-17T23:51:03.6453539Z 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-12-17T23:51:03.6463373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6470712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6478675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6485741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6494092Z 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-12-17T23:51:03.6502130Z 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-12-17T23:51:03.6511716Z 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-12-17T23:51:03.6518780Z 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-12-17T23:51:03.6525834Z 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-12-17T23:51:03.6532658Z 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-12-17T23:51:03.6539516Z 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-12-17T23:51:03.6545728Z 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-12-17T23:51:03.6552430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6558307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6564178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6570689Z 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-12-17T23:51:03.6576363Z 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-12-17T23:51:03.6582509Z 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-12-17T23:51:03.6588259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6593921Z 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-12-17T23:51:03.6600348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6606610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6612365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6618464Z 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-12-17T23:51:03.6624492Z 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-12-17T23:51:03.6630962Z 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-12-17T23:51:03.6636819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6643065Z 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-12-17T23:51:03.6648846Z 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-12-17T23:51:03.6656077Z 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-12-17T23:51:03.6662997Z 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-12-17T23:51:03.6669892Z 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-12-17T23:51:03.6677450Z 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-12-17T23:51:03.6683953Z 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-12-17T23:51:03.6690629Z 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-12-17T23:51:03.6697381Z 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-12-17T23:51:03.6704003Z 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-12-17T23:51:03.6710670Z 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-12-17T23:51:03.6717267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6724165Z 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-12-17T23:51:03.6731154Z 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-12-17T23:51:03.6737879Z 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-12-17T23:51:03.6744911Z 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-12-17T23:51:03.6751625Z 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-12-17T23:51:03.6758220Z 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-12-17T23:51:03.6779967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6781220Z 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-12-17T23:51:03.6782495Z 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-12-17T23:51:03.6785971Z 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-12-17T23:51:03.6793107Z 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-12-17T23:51:03.6800473Z 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-12-17T23:51:03.6807499Z 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-12-17T23:51:03.6814258Z 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-12-17T23:51:03.6821271Z 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-12-17T23:51:03.6828083Z 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-12-17T23:51:03.6834882Z 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-12-17T23:51:03.6841453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6848152Z 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-12-17T23:51:03.6855317Z 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-12-17T23:51:03.6862056Z 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-12-17T23:51:03.6868601Z 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-12-17T23:51:03.6875346Z 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-12-17T23:51:03.6882508Z 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-12-17T23:51:03.6889657Z 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-12-17T23:51:03.6896641Z 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-12-17T23:51:03.6903173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6909536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6916809Z 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-12-17T23:51:03.6924802Z 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-12-17T23:51:03.6932928Z 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-12-17T23:51:03.6940033Z 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-12-17T23:51:03.6947082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6953770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6960958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.6967460Z 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-12-17T23:51:03.6974050Z 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-12-17T23:51:03.6980106Z 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-12-17T23:51:03.6986590Z 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-12-17T23:51:03.6993129Z 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-12-17T23:51:03.6999626Z 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-12-17T23:51:03.7005472Z 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-12-17T23:51:03.7011576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7018017Z 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-12-17T23:51:03.7024050Z 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-12-17T23:51:03.7029844Z 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-12-17T23:51:03.7036073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7042342Z 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-12-17T23:51:03.7048542Z 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-12-17T23:51:03.7054480Z 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-12-17T23:51:03.7060440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7066757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7072838Z 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-12-17T23:51:03.7078729Z 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-12-17T23:51:03.7084822Z 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-12-17T23:51:03.7090785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7097574Z 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-12-17T23:51:03.7103711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7110160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7116557Z 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-12-17T23:51:03.7123024Z 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-12-17T23:51:03.7129027Z 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-12-17T23:51:03.7134929Z 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-12-17T23:51:03.7140876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7146618Z 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-12-17T23:51:03.7152476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7158301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7163904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7170773Z 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-12-17T23:51:03.7176763Z 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-12-17T23:51:03.7183165Z 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-12-17T23:51:03.7189148Z 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-12-17T23:51:03.7195495Z 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-12-17T23:51:03.7201325Z 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-12-17T23:51:03.7207307Z 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-12-17T23:51:03.7213327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7219518Z 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-12-17T23:51:03.7227309Z 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-12-17T23:51:03.7233692Z 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-12-17T23:51:03.7240374Z 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-12-17T23:51:03.7248195Z 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-12-17T23:51:03.7255152Z 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-12-17T23:51:03.7261799Z 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-12-17T23:51:03.7268663Z 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-12-17T23:51:03.7275540Z 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-12-17T23:51:03.7283000Z 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-12-17T23:51:03.7290560Z 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-12-17T23:51:03.7297408Z 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-12-17T23:51:03.7304261Z 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-12-17T23:51:03.7311128Z 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-12-17T23:51:03.7317873Z 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-12-17T23:51:03.7324592Z 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-12-17T23:51:03.7332098Z 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-12-17T23:51:03.7339192Z 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-12-17T23:51:03.7346287Z 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-12-17T23:51:03.7352956Z 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-12-17T23:51:03.7359915Z 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-12-17T23:51:03.7366790Z 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-12-17T23:51:03.7373503Z 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-12-17T23:51:03.7380417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7387783Z 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-12-17T23:51:03.7394373Z 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-12-17T23:51:03.7401477Z 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-12-17T23:51:03.7407255Z 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-12-17T23:51:03.7413607Z 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-12-17T23:51:03.7420610Z 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-12-17T23:51:03.7428354Z 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-12-17T23:51:03.7435300Z 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-12-17T23:51:03.7441628Z 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-12-17T23:51:03.7447715Z 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-12-17T23:51:03.7455846Z 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-12-17T23:51:03.7462836Z 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-12-17T23:51:03.7469401Z 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-12-17T23:51:03.7476164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7482233Z 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-12-17T23:51:03.7488353Z 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-12-17T23:51:03.7495131Z 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-12-17T23:51:03.7501494Z 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-12-17T23:51:03.7507561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7513658Z 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-12-17T23:51:03.7520336Z 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-12-17T23:51:03.7526606Z 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-12-17T23:51:03.7532728Z 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-12-17T23:51:03.7538633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7544963Z 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-12-17T23:51:03.7550883Z 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-12-17T23:51:03.7561562Z 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-12-17T23:51:03.7567464Z 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-12-17T23:51:03.7574329Z 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-12-17T23:51:03.7580800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7586812Z 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-12-17T23:51:03.7593204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7598836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7604549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7610497Z 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-12-17T23:51:03.7616647Z 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-12-17T23:51:03.7622637Z 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-12-17T23:51:03.7628501Z 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-12-17T23:51:03.7634698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7640768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7646820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7652821Z 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-12-17T23:51:03.7658816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7664712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7670485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7676677Z 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-12-17T23:51:03.7683258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7689605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7695646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7701940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7708685Z 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-12-17T23:51:03.7715907Z 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-12-17T23:51:03.7722530Z 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-12-17T23:51:03.7729578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7736655Z 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-12-17T23:51:03.7743529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7749887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7756770Z 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-12-17T23:51:03.7798121Z 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-12-17T23:51:03.7804644Z 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-12-17T23:51:03.7811225Z 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-12-17T23:51:03.7818247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7824572Z 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-12-17T23:51:03.7831198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7838013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7844450Z 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-12-17T23:51:03.7851045Z 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-12-17T23:51:03.7858117Z 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-12-17T23:51:03.7864763Z 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-12-17T23:51:03.7871657Z 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-12-17T23:51:03.7878400Z 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-12-17T23:51:03.7885540Z 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-12-17T23:51:03.7892381Z 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-12-17T23:51:03.7899315Z 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-12-17T23:51:03.7906138Z 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-12-17T23:51:03.7913032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.7921502Z 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-12-17T23:51:03.7929699Z 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-12-17T23:51:03.7938472Z 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-12-17T23:51:03.7945514Z 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-12-17T23:51:03.7952940Z 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-12-17T23:51:03.7960831Z 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-12-17T23:51:03.7967653Z 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-12-17T23:51:03.8026795Z 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-12-17T23:51:03.8032966Z 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-12-17T23:51:03.8040049Z 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-12-17T23:51:03.8046235Z 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-12-17T23:51:03.8052667Z 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-12-17T23:51:03.8059345Z 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-12-17T23:51:03.8065788Z 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-12-17T23:51:03.8072051Z 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-12-17T23:51:03.8078847Z 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-12-17T23:51:03.8084944Z 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-12-17T23:51:03.8093314Z 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-12-17T23:51:03.8100104Z 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-12-17T23:51:03.8106409Z 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-12-17T23:51:03.8112567Z 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-12-17T23:51:03.8118802Z 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-12-17T23:51:03.8125030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8131054Z 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-12-17T23:51:03.8137402Z 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-12-17T23:51:03.8143485Z 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-12-17T23:51:03.8149649Z 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-12-17T23:51:03.8155686Z 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-12-17T23:51:03.8162054Z 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-12-17T23:51:03.8168196Z 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-12-17T23:51:03.8174926Z 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-12-17T23:51:03.8181050Z 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-12-17T23:51:03.8187329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8193714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8200288Z 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-12-17T23:51:03.8207105Z 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-12-17T23:51:03.8213378Z 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-12-17T23:51:03.8219835Z 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-12-17T23:51:03.8225831Z 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-12-17T23:51:03.8236592Z 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-12-17T23:51:03.8242314Z 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-12-17T23:51:03.8248245Z 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-12-17T23:51:03.8254082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8260048Z 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-12-17T23:51:03.8265926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8271827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8277606Z 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-12-17T23:51:03.8283520Z 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-12-17T23:51:03.8290231Z 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-12-17T23:51:03.8296059Z 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-12-17T23:51:03.8302351Z 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-12-17T23:51:03.8308392Z 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-12-17T23:51:03.8314522Z 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-12-17T23:51:03.8320636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8327042Z 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-12-17T23:51:03.8333004Z 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-12-17T23:51:03.8339821Z 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-12-17T23:51:03.8345894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8359009Z 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-12-17T23:51:03.8361443Z 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-12-17T23:51:03.8366479Z 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-12-17T23:51:03.8373076Z 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-12-17T23:51:03.8380014Z 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-12-17T23:51:03.8386063Z 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-12-17T23:51:03.8392222Z 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-12-17T23:51:03.8398006Z 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-12-17T23:51:03.8404104Z 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-12-17T23:51:03.8410487Z 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-12-17T23:51:03.8416790Z 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-12-17T23:51:03.8422991Z 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-12-17T23:51:03.8429784Z 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-12-17T23:51:03.8435736Z 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-12-17T23:51:03.8441738Z 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-12-17T23:51:03.8447914Z 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-12-17T23:51:03.8454088Z 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-12-17T23:51:03.8461209Z 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-12-17T23:51:03.8467273Z 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-12-17T23:51:03.8473334Z 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-12-17T23:51:03.8479725Z 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-12-17T23:51:03.8489273Z 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-12-17T23:51:03.8498217Z 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-12-17T23:51:03.8507663Z 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-12-17T23:51:03.8517172Z 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-12-17T23:51:03.8526786Z 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-12-17T23:51:03.8533965Z 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-12-17T23:51:03.8541594Z 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-12-17T23:51:03.8548919Z 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-12-17T23:51:03.8555748Z 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-12-17T23:51:03.8561908Z 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-12-17T23:51:03.8568666Z 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-12-17T23:51:03.8575095Z 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-12-17T23:51:03.8582034Z 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-12-17T23:51:03.8588221Z 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-12-17T23:51:03.8594413Z 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-12-17T23:51:03.8600835Z 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-12-17T23:51:03.8612258Z 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-12-17T23:51:03.8618704Z 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-12-17T23:51:03.8624847Z 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-12-17T23:51:03.8631025Z 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-12-17T23:51:03.8637496Z 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-12-17T23:51:03.8643784Z 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-12-17T23:51:03.8649854Z 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-12-17T23:51:03.8656116Z 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-12-17T23:51:03.8662621Z 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-12-17T23:51:03.8669340Z 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-12-17T23:51:03.8675534Z 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-12-17T23:51:03.8681669Z 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-12-17T23:51:03.8687596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8693590Z 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-12-17T23:51:03.8699775Z 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-12-17T23:51:03.8705771Z 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-12-17T23:51:03.8711701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8717135Z 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-12-17T23:51:03.8723125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8728906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8734960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8741352Z 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-12-17T23:51:03.8747535Z 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-12-17T23:51:03.8753427Z 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-12-17T23:51:03.8759348Z 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-12-17T23:51:03.8765981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8772381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8778737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8785589Z 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-12-17T23:51:03.8792535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8799237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8805740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8812530Z 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-12-17T23:51:03.8818962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8825406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8832043Z 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-12-17T23:51:03.8839179Z 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-12-17T23:51:03.8845958Z 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-12-17T23:51:03.8853012Z 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-12-17T23:51:03.8860240Z 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-12-17T23:51:03.8867627Z 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-12-17T23:51:03.8873627Z 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-12-17T23:51:03.8879947Z 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-12-17T23:51:03.8886029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8891609Z 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-12-17T23:51:03.8897556Z 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-12-17T23:51:03.8903721Z 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-12-17T23:51:03.8911027Z 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-12-17T23:51:03.8917671Z 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-12-17T23:51:03.8929960Z 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-12-17T23:51:03.8939504Z 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-12-17T23:51:03.8946815Z 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-12-17T23:51:03.8953494Z 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-12-17T23:51:03.8963283Z 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-12-17T23:51:03.8970267Z 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-12-17T23:51:03.8977304Z 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-12-17T23:51:03.8984602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.8991489Z 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-12-17T23:51:03.8997446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9004330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9010125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9015733Z 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-12-17T23:51:03.9022153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9028398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9034208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9039971Z 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-12-17T23:51:03.9046477Z 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-12-17T23:51:03.9053369Z 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-12-17T23:51:03.9059458Z 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-12-17T23:51:03.9065769Z 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-12-17T23:51:03.9072001Z 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-12-17T23:51:03.9078622Z 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-12-17T23:51:03.9084990Z 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-12-17T23:51:03.9091285Z 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-12-17T23:51:03.9097405Z 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-12-17T23:51:03.9103663Z 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-12-17T23:51:03.9109803Z 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-12-17T23:51:03.9115917Z 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-12-17T23:51:03.9122538Z 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-12-17T23:51:03.9128384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9134166Z 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-12-17T23:51:03.9140011Z 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-12-17T23:51:03.9145736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9152355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9162310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9168741Z 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-12-17T23:51:03.9174454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9180451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9186414Z 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-12-17T23:51:03.9192340Z 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-12-17T23:51:03.9198447Z 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-12-17T23:51:03.9204555Z 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-12-17T23:51:03.9210609Z 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-12-17T23:51:03.9216658Z 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-12-17T23:51:03.9222958Z 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-12-17T23:51:03.9228989Z 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-12-17T23:51:03.9235134Z 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-12-17T23:51:03.9241931Z 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-12-17T23:51:03.9253107Z 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-12-17T23:51:03.9259441Z 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-12-17T23:51:03.9265375Z 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-12-17T23:51:03.9271581Z 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-12-17T23:51:03.9277330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9282815Z 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-12-17T23:51:03.9290462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9321984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9328394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9335201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9341897Z 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-12-17T23:51:03.9348412Z 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-12-17T23:51:03.9355111Z 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-12-17T23:51:03.9362093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9368532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9375595Z 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-12-17T23:51:03.9382284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9388921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9395180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9401687Z 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-12-17T23:51:03.9408028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9414582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9421835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9428678Z 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-12-17T23:51:03.9437775Z 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-12-17T23:51:03.9447010Z 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-12-17T23:51:03.9453984Z 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-12-17T23:51:03.9461146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9471787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9478709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9485629Z 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-12-17T23:51:03.9491579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9498018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9504996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9510711Z 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-12-17T23:51:03.9516879Z 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-12-17T23:51:03.9523616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9529904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9536145Z 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-12-17T23:51:03.9542956Z 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-12-17T23:51:03.9548780Z 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-12-17T23:51:03.9555071Z 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-12-17T23:51:03.9561219Z 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-12-17T23:51:03.9567827Z 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-12-17T23:51:03.9574640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9581354Z 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-12-17T23:51:03.9588006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9595168Z 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-12-17T23:51:03.9601550Z 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-12-17T23:51:03.9608169Z 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-12-17T23:51:03.9614604Z 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-12-17T23:51:03.9621763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9628650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9636199Z 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-12-17T23:51:03.9643105Z 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-12-17T23:51:03.9650362Z 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-12-17T23:51:03.9657428Z 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-12-17T23:51:03.9663734Z 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-12-17T23:51:03.9670166Z 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-12-17T23:51:03.9676691Z 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-12-17T23:51:03.9682765Z 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-12-17T23:51:03.9688848Z 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-12-17T23:51:03.9696322Z 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-12-17T23:51:03.9703368Z 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-12-17T23:51:03.9710523Z 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-12-17T23:51:03.9717678Z 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-12-17T23:51:03.9724356Z 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-12-17T23:51:03.9731032Z 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-12-17T23:51:03.9737806Z 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-12-17T23:51:03.9744861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:03.9752090Z 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-12-17T23:51:03.9759304Z 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-12-17T23:51:03.9766082Z 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-12-17T23:51:03.9772770Z 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-12-17T23:51:03.9779389Z 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-12-17T23:51:03.9786316Z 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-12-17T23:51:03.9793712Z 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-12-17T23:51:03.9800588Z 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-12-17T23:51:03.9807384Z 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-12-17T23:51:03.9814162Z 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-12-17T23:51:03.9821067Z 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-12-17T23:51:03.9827736Z 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-12-17T23:51:03.9834635Z 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-12-17T23:51:03.9842424Z 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-12-17T23:51:03.9849245Z 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-12-17T23:51:03.9856846Z 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-12-17T23:51:03.9863592Z 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-12-17T23:51:03.9870734Z 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-12-17T23:51:03.9878161Z 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-12-17T23:51:03.9884973Z 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-12-17T23:51:03.9891733Z 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-12-17T23:51:03.9902599Z 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-12-17T23:51:03.9909473Z 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-12-17T23:51:03.9916365Z 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-12-17T23:51:03.9923382Z 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-12-17T23:51:03.9930566Z 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-12-17T23:51:03.9939624Z 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-12-17T23:51:03.9947737Z 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-12-17T23:51:03.9954631Z 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-12-17T23:51:03.9961408Z 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-12-17T23:51:03.9968649Z 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-12-17T23:51:03.9975315Z 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-12-17T23:51:03.9982195Z 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-12-17T23:51:03.9988549Z 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-12-17T23:51:03.9994588Z 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-12-17T23:51:04.0001361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0007734Z 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-12-17T23:51:04.0013974Z 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-12-17T23:51:04.0020042Z 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-12-17T23:51:04.0025992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0032369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0038583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0049375Z 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-12-17T23:51:04.0055261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0061269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0068174Z 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-12-17T23:51:04.0073914Z 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-12-17T23:51:04.0079881Z 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-12-17T23:51:04.0086491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0092391Z 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-12-17T23:51:04.0099215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0105781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0112111Z 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-12-17T23:51:04.0119327Z 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-12-17T23:51:04.0125743Z 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-12-17T23:51:04.0132245Z 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-12-17T23:51:04.0138814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0145751Z 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-12-17T23:51:04.0152247Z 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-12-17T23:51:04.0159295Z 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-12-17T23:51:04.0166316Z 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-12-17T23:51:04.0173399Z 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-12-17T23:51:04.0180103Z 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-12-17T23:51:04.0186674Z 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-12-17T23:51:04.0193394Z 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-12-17T23:51:04.0200186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0206767Z 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-12-17T23:51:04.0213359Z 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-12-17T23:51:04.0220309Z 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-12-17T23:51:04.0227100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0233785Z 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-12-17T23:51:04.0240327Z 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-12-17T23:51:04.0246968Z 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-12-17T23:51:04.0253628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0260454Z 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-12-17T23:51:04.0266902Z 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-12-17T23:51:04.0273460Z 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-12-17T23:51:04.0280225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0287529Z 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-12-17T23:51:04.0294074Z 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-12-17T23:51:04.0301078Z 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-12-17T23:51:04.0307567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0314235Z 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-12-17T23:51:04.0320592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0327240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0334258Z 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-12-17T23:51:04.0340957Z 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-12-17T23:51:04.0347830Z 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-12-17T23:51:04.0354342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0360636Z 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-12-17T23:51:04.0367066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0373896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0380373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0386550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0393222Z 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-12-17T23:51:04.0399862Z 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-12-17T23:51:04.0406764Z 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-12-17T23:51:04.0413639Z 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-12-17T23:51:04.0420591Z 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-12-17T23:51:04.0427589Z 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-12-17T23:51:04.0434325Z 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-12-17T23:51:04.0440623Z 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-12-17T23:51:04.0447440Z 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-12-17T23:51:04.0453642Z 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-12-17T23:51:04.0460457Z 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-12-17T23:51:04.0473650Z 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-12-17T23:51:04.0479618Z 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-12-17T23:51:04.0485622Z 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-12-17T23:51:04.0492825Z 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-12-17T23:51:04.0499132Z 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-12-17T23:51:04.0505132Z 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-12-17T23:51:04.0511043Z 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-12-17T23:51:04.0517870Z 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-12-17T23:51:04.0523948Z 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-12-17T23:51:04.0529966Z 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-12-17T23:51:04.0536678Z 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-12-17T23:51:04.0543367Z 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-12-17T23:51:04.0550574Z 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-12-17T23:51:04.0556739Z 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-12-17T23:51:04.0563024Z 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-12-17T23:51:04.0569076Z 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-12-17T23:51:04.0575230Z 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-12-17T23:51:04.0581658Z 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-12-17T23:51:04.0588472Z 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-12-17T23:51:04.0594667Z 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-12-17T23:51:04.0600632Z 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-12-17T23:51:04.0606965Z 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-12-17T23:51:04.0612874Z 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-12-17T23:51:04.0618922Z 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-12-17T23:51:04.0625312Z 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-12-17T23:51:04.0631293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0637011Z 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-12-17T23:51:04.0642829Z 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-12-17T23:51:04.0648761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0655156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0661559Z 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-12-17T23:51:04.0667585Z 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-12-17T23:51:04.0673513Z 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-12-17T23:51:04.0679773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0685728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0691912Z 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-12-17T23:51:04.0698090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0704451Z 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-12-17T23:51:04.0710463Z 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-12-17T23:51:04.0716742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0722407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0728358Z 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-12-17T23:51:04.0734163Z 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-12-17T23:51:04.0740103Z 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-12-17T23:51:04.0747012Z 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-12-17T23:51:04.0753679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0760669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0768456Z 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-12-17T23:51:04.0775278Z 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-12-17T23:51:04.0782239Z 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-12-17T23:51:04.0789315Z 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-12-17T23:51:04.0795105Z 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-12-17T23:51:04.0801163Z 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-12-17T23:51:04.0807150Z 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-12-17T23:51:04.0813514Z 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-12-17T23:51:04.0819050Z 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-12-17T23:51:04.0824884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0830582Z 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-12-17T23:51:04.0836288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0842235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0849056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0856075Z 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-12-17T23:51:04.0865292Z 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-12-17T23:51:04.0871947Z 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-12-17T23:51:04.0878566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0885410Z 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-12-17T23:51:04.0891632Z 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-12-17T23:51:04.0898316Z 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-12-17T23:51:04.0905110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0911681Z 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-12-17T23:51:04.0918208Z 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-12-17T23:51:04.0924492Z 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-12-17T23:51:04.0931271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0938703Z 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-12-17T23:51:04.0945758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0955187Z 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-12-17T23:51:04.0962166Z 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-12-17T23:51:04.0971317Z 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-12-17T23:51:04.0980600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0987345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.0993716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1000178Z 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-12-17T23:51:04.1006014Z 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-12-17T23:51:04.1012746Z 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-12-17T23:51:04.1018932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1024595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1031182Z 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-12-17T23:51:04.1037113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1043072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1049462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1055199Z 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-12-17T23:51:04.1062084Z 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-12-17T23:51:04.1067916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1073912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1080056Z 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-12-17T23:51:04.1085998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1091784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1097748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1103894Z 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-12-17T23:51:04.1110063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1116047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1122208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1128216Z 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-12-17T23:51:04.1133855Z 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-12-17T23:51:04.1139538Z 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-12-17T23:51:04.1145542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1152148Z 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-12-17T23:51:04.1157852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1163413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1169218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1175541Z 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-12-17T23:51:04.1181427Z 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-12-17T23:51:04.1187532Z 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-12-17T23:51:04.1193432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1199684Z 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-12-17T23:51:04.1205668Z 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-12-17T23:51:04.1211687Z 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-12-17T23:51:04.1217719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1224082Z 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-12-17T23:51:04.1230026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1235588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1241405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1247346Z 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-12-17T23:51:04.1253600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1260980Z 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-12-17T23:51:04.1267595Z 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-12-17T23:51:04.1274763Z 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-12-17T23:51:04.1281723Z 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-12-17T23:51:04.1297383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1303971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1311039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1317678Z 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-12-17T23:51:04.1324080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1330402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1337127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1348263Z 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-12-17T23:51:04.1354777Z 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-12-17T23:51:04.1361352Z 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-12-17T23:51:04.1368368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1375312Z 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-12-17T23:51:04.1382111Z 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-12-17T23:51:04.1388597Z 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-12-17T23:51:04.1395955Z 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-12-17T23:51:04.1402724Z 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-12-17T23:51:04.1409586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1416998Z 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-12-17T23:51:04.1423875Z 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-12-17T23:51:04.1430487Z 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-12-17T23:51:04.1437168Z 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-12-17T23:51:04.1446802Z 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-12-17T23:51:04.1455769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1463408Z 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-12-17T23:51:04.1470097Z 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-12-17T23:51:04.1476911Z 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-12-17T23:51:04.1483837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1489922Z 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-12-17T23:51:04.1497022Z 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-12-17T23:51:04.1503455Z 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-12-17T23:51:04.1511113Z 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-12-17T23:51:04.1517066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1522963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1529052Z 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-12-17T23:51:04.1535068Z 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-12-17T23:51:04.1541762Z 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-12-17T23:51:04.1547740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1553732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1560146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1566435Z 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-12-17T23:51:04.1572624Z 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-12-17T23:51:04.1578571Z 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-12-17T23:51:04.1584724Z 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-12-17T23:51:04.1590651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1597495Z 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-12-17T23:51:04.1603830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1609766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1615764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1621650Z 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-12-17T23:51:04.1627536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1633467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1639212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1645410Z 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-12-17T23:51:04.1651865Z 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-12-17T23:51:04.1658184Z 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-12-17T23:51:04.1664201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1670335Z 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-12-17T23:51:04.1676481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1682350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1688005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1693690Z 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-12-17T23:51:04.1700791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1706423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1712398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1718433Z 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-12-17T23:51:04.1724646Z 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-12-17T23:51:04.1730757Z 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-12-17T23:51:04.1736679Z 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-12-17T23:51:04.1742987Z 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-12-17T23:51:04.1748952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1755370Z 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-12-17T23:51:04.1761378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1767148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1772715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1779043Z 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-12-17T23:51:04.1785205Z 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-12-17T23:51:04.1791003Z 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-12-17T23:51:04.1796839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1803525Z 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-12-17T23:51:04.1810132Z 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-12-17T23:51:04.1816922Z 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-12-17T23:51:04.1823934Z 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-12-17T23:51:04.1830571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1837097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1843270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1849899Z 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-12-17T23:51:04.1856380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1863057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1869400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1875546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1881692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1888407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1895553Z 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-12-17T23:51:04.1902297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1908955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.1915544Z 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-12-17T23:51:04.1922665Z 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-12-17T23:51:04.1929236Z 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-12-17T23:51:04.1935966Z 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-12-17T23:51:04.1942799Z 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-12-17T23:51:04.1950827Z 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-12-17T23:51:04.1958266Z 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-12-17T23:51:04.1965334Z 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-12-17T23:51:04.1973018Z 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-12-17T23:51:04.1981826Z 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-12-17T23:51:04.2000830Z 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-12-17T23:51:04.2002067Z 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-12-17T23:51:04.2006940Z 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-12-17T23:51:04.2014223Z 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-12-17T23:51:04.2021177Z 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-12-17T23:51:04.2027455Z 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-12-17T23:51:04.2034362Z 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-12-17T23:51:04.2041014Z 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-12-17T23:51:04.2047748Z 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-12-17T23:51:04.2054047Z 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-12-17T23:51:04.2060077Z 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-12-17T23:51:04.2108435Z 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-12-17T23:51:04.2114606Z 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-12-17T23:51:04.2121021Z 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-12-17T23:51:04.2127688Z 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-12-17T23:51:04.2134070Z 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-12-17T23:51:04.2140158Z 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-12-17T23:51:04.2146070Z 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-12-17T23:51:04.2152127Z 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-12-17T23:51:04.2158735Z 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-12-17T23:51:04.2164915Z 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-12-17T23:51:04.2170988Z 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-12-17T23:51:04.2177344Z 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-12-17T23:51:04.2183794Z 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-12-17T23:51:04.2190255Z 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-12-17T23:51:04.2196851Z 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-12-17T23:51:04.2203005Z 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-12-17T23:51:04.2208912Z 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-12-17T23:51:04.2214842Z 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-12-17T23:51:04.2221304Z 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-12-17T23:51:04.2227499Z 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-12-17T23:51:04.2233707Z 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-12-17T23:51:04.2239909Z 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-12-17T23:51:04.2246398Z 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-12-17T23:51:04.2252724Z 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-12-17T23:51:04.2259964Z 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-12-17T23:51:04.2266252Z 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-12-17T23:51:04.2272987Z 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-12-17T23:51:04.2278824Z 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-12-17T23:51:04.2284662Z 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-12-17T23:51:04.2291394Z 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-12-17T23:51:04.2297754Z 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-12-17T23:51:04.2303495Z 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-12-17T23:51:04.2309565Z 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-12-17T23:51:04.2315696Z 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-12-17T23:51:04.2322069Z 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-12-17T23:51:04.2328516Z 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-12-17T23:51:04.2334533Z 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-12-17T23:51:04.2341271Z 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-12-17T23:51:04.2347424Z 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-12-17T23:51:04.2353414Z 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-12-17T23:51:04.2360118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2367406Z 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-12-17T23:51:04.2372674Z 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-12-17T23:51:04.2379448Z 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-12-17T23:51:04.2387483Z 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-12-17T23:51:04.2394162Z 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-12-17T23:51:04.2400711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2407376Z 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-12-17T23:51:04.2413929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2420446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2427129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2434609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2442189Z 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-12-17T23:51:04.2449758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2459333Z 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-12-17T23:51:04.2468577Z 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-12-17T23:51:04.2476715Z 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-12-17T23:51:04.2484533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2491428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2498145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2505384Z 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-12-17T23:51:04.2512459Z 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-12-17T23:51:04.2518529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2525545Z 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-12-17T23:51:04.2532018Z 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-12-17T23:51:04.2538534Z 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-12-17T23:51:04.2544541Z 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-12-17T23:51:04.2550784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2556910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2563052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2569659Z 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-12-17T23:51:04.2575530Z 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-12-17T23:51:04.2581544Z 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-12-17T23:51:04.2587814Z 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-12-17T23:51:04.2593953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2600724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2606579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2612333Z 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-12-17T23:51:04.2617959Z 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-12-17T23:51:04.2624126Z 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-12-17T23:51:04.2630053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2635846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2642032Z 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-12-17T23:51:04.2648433Z 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-12-17T23:51:04.2654380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2660645Z 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-12-17T23:51:04.2666478Z 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-12-17T23:51:04.2672447Z 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-12-17T23:51:04.2678827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2684480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2690827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2696587Z 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-12-17T23:51:04.2702676Z 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-12-17T23:51:04.2708501Z 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-12-17T23:51:04.2714791Z 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-12-17T23:51:04.2720866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2726714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2732745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2739527Z 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-12-17T23:51:04.2745517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2751358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2757992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2764306Z 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-12-17T23:51:04.2770829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2776987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2783406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2790702Z 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-12-17T23:51:04.2797144Z 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-12-17T23:51:04.2804097Z 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-12-17T23:51:04.2811123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2818133Z 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-12-17T23:51:04.2824942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2831421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2838308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2845000Z 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-12-17T23:51:04.2851495Z 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-12-17T23:51:04.2858402Z 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-12-17T23:51:04.2864771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2871825Z 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-12-17T23:51:04.2878570Z 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-12-17T23:51:04.2884912Z 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-12-17T23:51:04.2891833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.2898853Z 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-12-17T23:51:04.2905885Z 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-12-17T23:51:04.2912919Z 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-12-17T23:51:04.2919608Z 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-12-17T23:51:04.2926671Z 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-12-17T23:51:04.2933727Z 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-12-17T23:51:04.2940753Z 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-12-17T23:51:04.2948715Z 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-12-17T23:51:04.2956738Z 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-12-17T23:51:04.2963952Z 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-12-17T23:51:04.2973761Z 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-12-17T23:51:04.2982176Z 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-12-17T23:51:04.2989093Z 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-12-17T23:51:04.2996775Z 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-12-17T23:51:04.3003587Z 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-12-17T23:51:04.3010379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.4787478Z 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-12-17T23:51:04.4794458Z 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-12-17T23:51:04.4801393Z 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-12-17T23:51:04.4808943Z 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-12-17T23:51:04.4816639Z 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-12-17T23:51:04.4823642Z 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-12-17T23:51:04.4830472Z 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-12-17T23:51:04.4837194Z 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-12-17T23:51:04.4844759Z 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-12-17T23:51:04.4851512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.4858633Z 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-12-17T23:51:04.4866557Z 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-12-17T23:51:04.4874041Z 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-12-17T23:51:04.4881066Z 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-12-17T23:51:04.4888140Z 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-12-17T23:51:04.4895177Z 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-12-17T23:51:04.4902688Z 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-12-17T23:51:04.4909374Z 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-12-17T23:51:04.4916752Z 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-12-17T23:51:04.4924936Z 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-12-17T23:51:04.4931843Z 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-12-17T23:51:04.4938505Z 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-12-17T23:51:04.4945421Z 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-12-17T23:51:04.4952180Z 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-12-17T23:51:04.4959178Z 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-12-17T23:51:04.4968890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.4976718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.4983844Z 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-12-17T23:51:04.4990715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.4997349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.5811501Z 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-12-17T23:51:04.5817991Z 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-12-17T23:51:04.5825147Z 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-12-17T23:51:04.5831881Z 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-12-17T23:51:04.5838651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.5845532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.5851810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.5858748Z 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-12-17T23:51:04.5865484Z 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-12-17T23:51:04.5872251Z 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-12-17T23:51:04.5879137Z 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-12-17T23:51:04.5886304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.5893119Z 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-12-17T23:51:04.5899978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.5906466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.5913062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.5919294Z 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-12-17T23:51:04.5925779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.5932240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.5939201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.5946071Z 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-12-17T23:51:04.5952821Z 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-12-17T23:51:04.5959550Z 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-12-17T23:51:04.5966152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.5973896Z 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-12-17T23:51:04.5980847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.5990513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.5999275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6005871Z 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-12-17T23:51:04.6012541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6020257Z 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-12-17T23:51:04.6066626Z 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-12-17T23:51:04.6072571Z 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-12-17T23:51:04.6078936Z 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-12-17T23:51:04.6085791Z 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-12-17T23:51:04.6091794Z 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-12-17T23:51:04.6097842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6104307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6110643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6116638Z 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-12-17T23:51:04.6128418Z 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-12-17T23:51:04.6134544Z 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-12-17T23:51:04.6141125Z 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-12-17T23:51:04.6147529Z 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-12-17T23:51:04.6153750Z 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-12-17T23:51:04.6160031Z 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-12-17T23:51:04.6166779Z 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-12-17T23:51:04.6172757Z 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-12-17T23:51:04.6178984Z 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-12-17T23:51:04.6185068Z 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-12-17T23:51:04.6191257Z 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-12-17T23:51:04.6197766Z 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-12-17T23:51:04.6204393Z 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-12-17T23:51:04.6210550Z 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-12-17T23:51:04.6216671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6223074Z 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-12-17T23:51:04.6229256Z 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-12-17T23:51:04.6235434Z 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-12-17T23:51:04.6241809Z 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-12-17T23:51:04.6247993Z 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-12-17T23:51:04.6254376Z 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-12-17T23:51:04.6260426Z 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-12-17T23:51:04.6266657Z 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-12-17T23:51:04.6272884Z 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-12-17T23:51:04.6279227Z 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-12-17T23:51:04.6291648Z 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-12-17T23:51:04.6298847Z 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-12-17T23:51:04.6306053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6312774Z 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-12-17T23:51:04.6319385Z 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-12-17T23:51:04.6326355Z 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-12-17T23:51:04.6340948Z 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-12-17T23:51:04.6347677Z 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-12-17T23:51:04.6354670Z 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-12-17T23:51:04.6361598Z 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-12-17T23:51:04.6368609Z 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-12-17T23:51:04.6375574Z 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-12-17T23:51:04.6382765Z 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-12-17T23:51:04.6389756Z 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-12-17T23:51:04.6396519Z 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-12-17T23:51:04.6403199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6409815Z 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-12-17T23:51:04.6416684Z 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-12-17T23:51:04.6423128Z 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-12-17T23:51:04.6429659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6436008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6442774Z 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-12-17T23:51:04.6450108Z 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-12-17T23:51:04.6456464Z 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-12-17T23:51:04.6463427Z 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-12-17T23:51:04.6471297Z 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-12-17T23:51:04.6479930Z 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-12-17T23:51:04.6486802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6494243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6502256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6509309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6516563Z 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-12-17T23:51:04.6523297Z 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-12-17T23:51:04.6529973Z 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-12-17T23:51:04.6537043Z 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-12-17T23:51:04.6543575Z 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-12-17T23:51:04.6550309Z 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-12-17T23:51:04.6556474Z 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-12-17T23:51:04.6564228Z 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-12-17T23:51:04.6570455Z 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-12-17T23:51:04.6576450Z 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-12-17T23:51:04.6582808Z 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-12-17T23:51:04.6588716Z 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-12-17T23:51:04.6595404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6601387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6607736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6614117Z 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-12-17T23:51:04.6620021Z 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-12-17T23:51:04.6626378Z 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-12-17T23:51:04.6632882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6639761Z 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-12-17T23:51:04.6646217Z 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-12-17T23:51:04.6652168Z 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-12-17T23:51:04.6658848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6665230Z 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-12-17T23:51:04.6671158Z 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-12-17T23:51:04.6677064Z 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-12-17T23:51:04.6683005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6688891Z 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-12-17T23:51:04.6694708Z 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-12-17T23:51:04.6700717Z 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-12-17T23:51:04.6706714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6712855Z 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-12-17T23:51:04.6718736Z 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-12-17T23:51:04.6724503Z 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-12-17T23:51:04.6730434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6736429Z 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-12-17T23:51:04.6742546Z 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-12-17T23:51:04.6748911Z 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-12-17T23:51:04.6754921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6760724Z 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-12-17T23:51:04.6766839Z 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-12-17T23:51:04.6772824Z 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-12-17T23:51:04.6778936Z 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-12-17T23:51:04.6785405Z 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-12-17T23:51:04.6791349Z 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-12-17T23:51:04.6797328Z 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-12-17T23:51:04.6803378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6809139Z 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-12-17T23:51:04.6815155Z 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-12-17T23:51:04.6820992Z 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-12-17T23:51:04.6827219Z 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-12-17T23:51:04.6833363Z 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-12-17T23:51:04.6839340Z 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-12-17T23:51:04.6845257Z 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-12-17T23:51:04.6852391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6858312Z 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-12-17T23:51:04.6864349Z 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-12-17T23:51:04.6870199Z 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-12-17T23:51:04.6876292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6882255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6887960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6893891Z 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-12-17T23:51:04.6900481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6906302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6912166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6918104Z 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-12-17T23:51:04.6924364Z 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-12-17T23:51:04.6930424Z 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-12-17T23:51:04.6936255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6942478Z 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-12-17T23:51:04.6948882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6955323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6961215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.6967196Z 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-12-17T23:51:04.6972989Z 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-12-17T23:51:04.6979770Z 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-12-17T23:51:04.6985877Z 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-12-17T23:51:04.6991841Z 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-12-17T23:51:04.6998333Z 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-12-17T23:51:04.7004318Z 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-12-17T23:51:04.7013636Z 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-12-17T23:51:04.7016992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7023194Z 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-12-17T23:51:04.7029195Z 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-12-17T23:51:04.7035016Z 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-12-17T23:51:04.7040916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7046776Z 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-12-17T23:51:04.7053093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7059602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7065650Z 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-12-17T23:51:04.7071700Z 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-12-17T23:51:04.7078116Z 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-12-17T23:51:04.7085211Z 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-12-17T23:51:04.7091282Z 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-12-17T23:51:04.7097596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7103974Z 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-12-17T23:51:04.7110624Z 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-12-17T23:51:04.7116771Z 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-12-17T23:51:04.7122845Z 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-12-17T23:51:04.7129394Z 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-12-17T23:51:04.7135405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7141771Z 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-12-17T23:51:04.7148542Z 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-12-17T23:51:04.7154712Z 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-12-17T23:51:04.7161220Z 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-12-17T23:51:04.7166815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7172702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7178932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7185883Z 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-12-17T23:51:04.7191793Z 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-12-17T23:51:04.7197768Z 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-12-17T23:51:04.7203236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7208721Z 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-12-17T23:51:04.7215254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7221337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7227200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7233314Z 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-12-17T23:51:04.7239145Z 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-12-17T23:51:04.7245064Z 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-12-17T23:51:04.7250906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7256732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7262596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7268708Z 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-12-17T23:51:04.7275143Z 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-12-17T23:51:04.7281000Z 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-12-17T23:51:04.7287179Z 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-12-17T23:51:04.7293049Z 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-12-17T23:51:04.7298819Z 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-12-17T23:51:04.7305499Z 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-12-17T23:51:04.7311097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7316733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7322707Z 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-12-17T23:51:04.7328476Z 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-12-17T23:51:04.7335475Z 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-12-17T23:51:04.7341654Z 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-12-17T23:51:04.7347792Z 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-12-17T23:51:04.7354084Z 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-12-17T23:51:04.7360271Z 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-12-17T23:51:04.7366419Z 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-12-17T23:51:04.7372736Z 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-12-17T23:51:04.7378967Z 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-12-17T23:51:04.7385483Z 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-12-17T23:51:04.7391575Z 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-12-17T23:51:04.7397754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7403912Z 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-12-17T23:51:04.7409881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7415792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7422008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7428496Z 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-12-17T23:51:04.7434558Z 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-12-17T23:51:04.7441061Z 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-12-17T23:51:04.7447315Z 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-12-17T23:51:04.7453330Z 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-12-17T23:51:04.7459463Z 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-12-17T23:51:04.7475804Z 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-12-17T23:51:04.7481841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7488433Z 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-12-17T23:51:04.7494558Z 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-12-17T23:51:04.7501039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7507407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7513370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7519557Z 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-12-17T23:51:04.7525343Z 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-12-17T23:51:04.7531497Z 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-12-17T23:51:04.7537308Z 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-12-17T23:51:04.7552164Z 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-12-17T23:51:04.7557829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7563459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7570327Z 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-12-17T23:51:04.7576252Z 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-12-17T23:51:04.7582256Z 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-12-17T23:51:04.7589696Z 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-12-17T23:51:04.7597490Z 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-12-17T23:51:04.7604773Z 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-12-17T23:51:04.7612075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7621440Z 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-12-17T23:51:04.7628365Z 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-12-17T23:51:04.7635309Z 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-12-17T23:51:04.7642076Z 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-12-17T23:51:04.7648476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7655111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7661651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7668596Z 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-12-17T23:51:04.7675351Z 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-12-17T23:51:04.7682834Z 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-12-17T23:51:04.7689567Z 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-12-17T23:51:04.7696079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7702607Z 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-12-17T23:51:04.7709224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7715507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7721789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7728318Z 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-12-17T23:51:04.7735119Z 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-12-17T23:51:04.7741623Z 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-12-17T23:51:04.7748241Z 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-12-17T23:51:04.7754964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7761348Z 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-12-17T23:51:04.7768324Z 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-12-17T23:51:04.7774469Z 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-12-17T23:51:04.7781444Z 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-12-17T23:51:04.7787909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7804280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7810512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7817534Z 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-12-17T23:51:04.7824214Z 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-12-17T23:51:04.7830178Z 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-12-17T23:51:04.7836487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7842154Z 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-12-17T23:51:04.7848588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7854619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7860343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7865968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7880931Z 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-12-17T23:51:04.7886472Z 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-12-17T23:51:04.7892299Z 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-12-17T23:51:04.7898475Z 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-12-17T23:51:04.7904448Z 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-12-17T23:51:04.7910330Z 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-12-17T23:51:04.7916076Z 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-12-17T23:51:04.7922348Z 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-12-17T23:51:04.7928258Z 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-12-17T23:51:04.7934453Z 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-12-17T23:51:04.7940244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7945841Z 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-12-17T23:51:04.7951618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7957347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7963123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7968923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7974914Z 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-12-17T23:51:04.7980902Z 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-12-17T23:51:04.7986825Z 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-12-17T23:51:04.7992539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.7997995Z 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-12-17T23:51:04.8004812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8010889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8017301Z 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-12-17T23:51:04.8024006Z 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-12-17T23:51:04.8030032Z 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-12-17T23:51:04.8035910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8042956Z 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-12-17T23:51:04.8049595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8056684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8063606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8071779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8081355Z 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-12-17T23:51:04.8091130Z 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-12-17T23:51:04.8100228Z 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-12-17T23:51:04.8108059Z 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-12-17T23:51:04.8114731Z 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-12-17T23:51:04.8121570Z 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-12-17T23:51:04.8128285Z 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-12-17T23:51:04.8135158Z 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-12-17T23:51:04.8142424Z 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-12-17T23:51:04.8148305Z 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-12-17T23:51:04.8154245Z 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-12-17T23:51:04.8160861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8166652Z 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-12-17T23:51:04.8172552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8178690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8184348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8190473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8196631Z 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-12-17T23:51:04.8202515Z 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-12-17T23:51:04.8209419Z 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-12-17T23:51:04.8215116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8220899Z 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-12-17T23:51:04.8226550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8232608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8237984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8243978Z 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-12-17T23:51:04.8249372Z 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-12-17T23:51:04.8256195Z 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-12-17T23:51:04.8262323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8267988Z 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-12-17T23:51:04.8273707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8279769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8285694Z 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-12-17T23:51:04.8291545Z 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-12-17T23:51:04.8297366Z 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-12-17T23:51:04.8303672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8309547Z 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-12-17T23:51:04.8315392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8321357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8327229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8333066Z 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-12-17T23:51:04.8338953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8344532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8350047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8355553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8361779Z 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-12-17T23:51:04.8367652Z 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-12-17T23:51:04.8373789Z 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-12-17T23:51:04.8380618Z 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-12-17T23:51:04.8387180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8393376Z 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-12-17T23:51:04.8399400Z 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-12-17T23:51:04.8405658Z 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-12-17T23:51:04.8413439Z 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-12-17T23:51:04.8419579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8425945Z 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-12-17T23:51:04.8431869Z 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-12-17T23:51:04.8437970Z 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-12-17T23:51:04.8443807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8449700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8456012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8463046Z 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-12-17T23:51:04.8469433Z 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-12-17T23:51:04.8475406Z 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-12-17T23:51:04.8483470Z 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-12-17T23:51:04.8490679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8497421Z 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-12-17T23:51:04.8504742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8511458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8518780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8528012Z 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-12-17T23:51:04.8535494Z 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-12-17T23:51:04.8544070Z 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-12-17T23:51:04.8553682Z 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-12-17T23:51:04.8566886Z 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-12-17T23:51:04.8573632Z 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-12-17T23:51:04.8580529Z 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-12-17T23:51:04.8587519Z 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-12-17T23:51:04.8593952Z 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-12-17T23:51:04.8600629Z 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-12-17T23:51:04.8606854Z 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-12-17T23:51:04.8614257Z 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-12-17T23:51:04.8620482Z 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-12-17T23:51:04.8626438Z 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-12-17T23:51:04.8633237Z 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-12-17T23:51:04.8639572Z 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-12-17T23:51:04.8645591Z 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-12-17T23:51:04.8651845Z 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-12-17T23:51:04.8657991Z 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-12-17T23:51:04.8664134Z 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-12-17T23:51:04.8671172Z 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-12-17T23:51:04.8677177Z 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-12-17T23:51:04.8683290Z 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-12-17T23:51:04.8689628Z 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-12-17T23:51:04.8695827Z 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-12-17T23:51:04.8702205Z 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-12-17T23:51:04.8708162Z 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-12-17T23:51:04.8714301Z 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-12-17T23:51:04.8720459Z 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-12-17T23:51:04.8726751Z 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-12-17T23:51:04.8732815Z 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-12-17T23:51:04.8739099Z 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-12-17T23:51:04.8744976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8750925Z 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-12-17T23:51:04.8757303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8762996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8768625Z 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-12-17T23:51:04.8774785Z 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-12-17T23:51:04.8781362Z 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-12-17T23:51:04.8787330Z 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-12-17T23:51:04.8794593Z 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-12-17T23:51:04.8801351Z 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-12-17T23:51:04.8808296Z 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-12-17T23:51:04.8815831Z 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-12-17T23:51:04.8822482Z 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-12-17T23:51:04.8829258Z 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-12-17T23:51:04.8836013Z 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-12-17T23:51:04.8842846Z 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-12-17T23:51:04.8849837Z 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-12-17T23:51:04.8857025Z 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-12-17T23:51:04.8863778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8870351Z 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-12-17T23:51:04.8877258Z 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-12-17T23:51:04.8883652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8890141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8896829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8903415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8910458Z 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-12-17T23:51:04.8917197Z 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-12-17T23:51:04.8924363Z 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-12-17T23:51:04.8931024Z 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-12-17T23:51:04.8937687Z 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-12-17T23:51:04.8944791Z 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-12-17T23:51:04.8951418Z 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-12-17T23:51:04.8958472Z 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-12-17T23:51:04.8964980Z 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-12-17T23:51:04.8972181Z 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-12-17T23:51:04.8979328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.8988557Z 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-12-17T23:51:04.8998513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.9007430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.9016839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.9023775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.9031213Z 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-12-17T23:51:04.9038035Z 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-12-17T23:51:04.9045022Z 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-12-17T23:51:04.9051422Z 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-12-17T23:51:04.9058809Z 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-12-17T23:51:04.9065365Z 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-12-17T23:51:04.9072059Z 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-12-17T23:51:04.9078826Z 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-12-17T23:51:04.9084766Z 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-12-17T23:51:04.9091140Z 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-12-17T23:51:04.9097162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.9104159Z 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-12-17T23:51:04.9110544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.9116212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.9122295Z 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-12-17T23:51:04.9128286Z 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-12-17T23:51:04.9134705Z 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-12-17T23:51:04.9141479Z 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-12-17T23:51:04.9147539Z 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-12-17T23:51:04.9153803Z 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-12-17T23:51:04.9159825Z 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-12-17T23:51:04.9166087Z 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-12-17T23:51:04.9171921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.9178359Z 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-12-17T23:51:04.9184916Z 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-12-17T23:51:04.9190936Z 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-12-17T23:51:04.9196865Z 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-12-17T23:51:04.9202872Z 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-12-17T23:51:04.9208953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.9214876Z 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-12-17T23:51:04.9221323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.9227149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.9232827Z 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-12-17T23:51:04.9238973Z 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-12-17T23:51:04.9245153Z 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-12-17T23:51:04.9251115Z 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-12-17T23:51:04.9257113Z 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-12-17T23:51:04.9263869Z 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-12-17T23:51:04.9269957Z 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-12-17T23:51:04.9275976Z 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-12-17T23:51:04.9282440Z 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-12-17T23:51:04.9288791Z 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-12-17T23:51:04.9295276Z 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-12-17T23:51:04.9302599Z 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-12-17T23:51:04.9309425Z 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-12-17T23:51:04.9316329Z 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-12-17T23:51:04.9323254Z 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-12-17T23:51:04.9330355Z 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-12-17T23:51:04.9336571Z 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-12-17T23:51:04.9343534Z 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-12-17T23:51:04.9351288Z 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-12-17T23:51:04.9357743Z 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-12-17T23:51:04.9364382Z 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-12-17T23:51:04.9371256Z 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-12-17T23:51:04.9378265Z 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-12-17T23:51:04.9384865Z 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-12-17T23:51:04.9392349Z 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-12-17T23:51:04.9399241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.9405980Z 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-12-17T23:51:04.9412506Z 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-12-17T23:51:04.9419185Z 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-12-17T23:51:04.9425775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.9432590Z 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-12-17T23:51:04.9439258Z 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-12-17T23:51:04.9446147Z 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-12-17T23:51:04.9452774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:04.9459870Z 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-12-17T23:51:04.9467380Z 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-12-17T23:51:04.9473936Z 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-12-17T23:51:04.9480799Z 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-12-17T23:51:04.9488533Z 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-12-17T23:51:04.9496720Z 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-12-17T23:51:04.9506850Z 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-12-17T23:51:04.9514024Z 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-12-17T23:51:04.9520749Z 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-12-17T23:51:04.9527511Z 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-12-17T23:51:04.9535693Z 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-12-17T23:51:04.9542106Z 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-12-17T23:51:04.9548876Z 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-12-17T23:51:04.9555308Z 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-12-17T23:51:04.9561151Z 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-12-17T23:51:04.9567693Z 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-12-17T23:51:04.9573932Z 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-12-17T23:51:04.9580070Z 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-12-17T23:51:04.9586081Z 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-12-17T23:51:04.9592247Z 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-12-17T23:51:04.9598801Z 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-12-17T23:51:04.9605270Z 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-12-17T23:51:04.9611314Z 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-12-17T23:51:04.9617654Z 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-12-17T23:51:04.9653873Z 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-12-17T23:51:04.9660028Z 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-12-17T23:51:04.9666085Z 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-12-17T23:51:04.9672085Z 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-12-17T23:51:04.9678216Z 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-12-17T23:51:04.9684734Z 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-12-17T23:51:04.9690903Z 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-12-17T23:51:04.9696882Z 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-12-17T23:51:04.9703713Z 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-12-17T23:51:04.9709831Z 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-12-17T23:51:04.9715955Z 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-12-17T23:51:04.9722443Z 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-12-17T23:51:04.9728628Z 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-12-17T23:51:04.9734991Z 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-12-17T23:51:04.9740969Z 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-12-17T23:51:04.9747012Z 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-12-17T23:51:04.9752982Z 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-12-17T23:51:04.9759052Z 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-12-17T23:51:04.9765456Z 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-12-17T23:51:04.9771498Z 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-12-17T23:51:04.9777534Z 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-12-17T23:51:04.9784113Z 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-12-17T23:51:04.9790603Z 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-12-17T23:51:04.9796837Z 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-12-17T23:51:04.9804233Z 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-12-17T23:51:04.9811018Z 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-12-17T23:51:04.9817653Z 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-12-17T23:51:04.9824791Z 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-12-17T23:51:04.9831324Z 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-12-17T23:51:04.9838488Z 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-12-17T23:51:04.9846065Z 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-12-17T23:51:04.9853033Z 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-12-17T23:51:04.9860074Z 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-12-17T23:51:04.9867155Z 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-12-17T23:51:04.9889629Z 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-12-17T23:51:04.9890985Z 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-12-17T23:51:04.9892193Z 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-12-17T23:51:04.9895152Z 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-12-17T23:51:04.9902413Z 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-12-17T23:51:04.9909422Z 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-12-17T23:51:04.9916721Z 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-12-17T23:51:04.9923601Z 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-12-17T23:51:04.9930738Z 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-12-17T23:51:04.9938565Z 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-12-17T23:51:04.9945008Z 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-12-17T23:51:04.9952108Z 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-12-17T23:51:04.9959183Z 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-12-17T23:51:04.9966619Z 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-12-17T23:51:04.9973612Z 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-12-17T23:51:04.9980767Z 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-12-17T23:51:04.9989676Z 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-12-17T23:51:05.0000006Z 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-12-17T23:51:05.0009094Z 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-12-17T23:51:05.0016626Z 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-12-17T23:51:05.0024236Z 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-12-17T23:51:05.0031357Z 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-12-17T23:51:05.0039052Z 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-12-17T23:51:05.0045918Z 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-12-17T23:51:05.0053569Z 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-12-17T23:51:05.0060557Z 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-12-17T23:51:05.0068216Z 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-12-17T23:51:05.0075123Z 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-12-17T23:51:05.0082877Z 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-12-17T23:51:05.0089790Z 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-12-17T23:51:05.0097932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0105228Z 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-12-17T23:51:05.0111930Z 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-12-17T23:51:05.0118032Z 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-12-17T23:51:05.0124184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0130674Z 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-12-17T23:51:05.0136767Z 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-12-17T23:51:05.0143536Z 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-12-17T23:51:05.0149852Z 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-12-17T23:51:05.0155925Z 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-12-17T23:51:05.0162062Z 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-12-17T23:51:05.0168027Z 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-12-17T23:51:05.0174032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0180093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0186194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0192696Z 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-12-17T23:51:05.0198946Z 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-12-17T23:51:05.0205222Z 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-12-17T23:51:05.0211278Z 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-12-17T23:51:05.0217607Z 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-12-17T23:51:05.0223837Z 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-12-17T23:51:05.0230552Z 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-12-17T23:51:05.0236767Z 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-12-17T23:51:05.0243022Z 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-12-17T23:51:05.0248806Z 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-12-17T23:51:05.0255030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0261495Z 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-12-17T23:51:05.0267372Z 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-12-17T23:51:05.0273641Z 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-12-17T23:51:05.0280181Z 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-12-17T23:51:05.0286364Z 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-12-17T23:51:05.0292114Z 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-12-17T23:51:05.0298480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0306488Z 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-12-17T23:51:05.0313587Z 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-12-17T23:51:05.0326207Z 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-12-17T23:51:05.0332841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0339231Z 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-12-17T23:51:05.0344934Z 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-12-17T23:51:05.0350652Z 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-12-17T23:51:05.0356562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0364389Z 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-12-17T23:51:05.0370609Z 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-12-17T23:51:05.0377640Z 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-12-17T23:51:05.0384404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0391657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0398695Z 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-12-17T23:51:05.0405496Z 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-12-17T23:51:05.0412039Z 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-12-17T23:51:05.0419226Z 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-12-17T23:51:05.0426131Z 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-12-17T23:51:05.0432955Z 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-12-17T23:51:05.0439910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0447035Z 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-12-17T23:51:05.0454061Z 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-12-17T23:51:05.0460519Z 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-12-17T23:51:05.0467448Z 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-12-17T23:51:05.0474203Z 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-12-17T23:51:05.0481582Z 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-12-17T23:51:05.0489127Z 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-12-17T23:51:05.0498781Z 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-12-17T23:51:05.0508831Z 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-12-17T23:51:05.0515923Z 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-12-17T23:51:05.0522970Z 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-12-17T23:51:05.0530598Z 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-12-17T23:51:05.0537478Z 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-12-17T23:51:05.0544304Z 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-12-17T23:51:05.0551823Z 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-12-17T23:51:05.0558069Z 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-12-17T23:51:05.0564998Z 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-12-17T23:51:05.0571169Z 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-12-17T23:51:05.0577450Z 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-12-17T23:51:05.0583964Z 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-12-17T23:51:05.0590235Z 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-12-17T23:51:05.0597521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0603548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0610457Z 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-12-17T23:51:05.0616893Z 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-12-17T23:51:05.0623357Z 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-12-17T23:51:05.0629355Z 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-12-17T23:51:05.0636005Z 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-12-17T23:51:05.0642167Z 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-12-17T23:51:05.0648849Z 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-12-17T23:51:05.0655188Z 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-12-17T23:51:05.0661331Z 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-12-17T23:51:05.0667375Z 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-12-17T23:51:05.0673372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0679553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0686046Z 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-12-17T23:51:05.0692161Z 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-12-17T23:51:05.0699031Z 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-12-17T23:51:05.0705253Z 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-12-17T23:51:05.0711649Z 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-12-17T23:51:05.0717622Z 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-12-17T23:51:05.0723705Z 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-12-17T23:51:05.0730088Z 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-12-17T23:51:05.0736029Z 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-12-17T23:51:05.0742407Z 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-12-17T23:51:05.0749052Z 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-12-17T23:51:05.0756054Z 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-12-17T23:51:05.0762749Z 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-12-17T23:51:05.0770847Z 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-12-17T23:51:05.0777785Z 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-12-17T23:51:05.0785129Z 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-12-17T23:51:05.0792255Z 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-12-17T23:51:05.0799579Z 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-12-17T23:51:05.0806869Z 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-12-17T23:51:05.0813872Z 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-12-17T23:51:05.0820885Z 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-12-17T23:51:05.0827882Z 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-12-17T23:51:05.0834848Z 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-12-17T23:51:05.0841870Z 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-12-17T23:51:05.0849679Z 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-12-17T23:51:05.0856938Z 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-12-17T23:51:05.0863914Z 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-12-17T23:51:05.0870890Z 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-12-17T23:51:05.0877649Z 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-12-17T23:51:05.0884680Z 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-12-17T23:51:05.0891857Z 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-12-17T23:51:05.0899017Z 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-12-17T23:51:05.0905795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0913057Z 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-12-17T23:51:05.0919650Z 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-12-17T23:51:05.0926121Z 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-12-17T23:51:05.0932919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0940424Z 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-12-17T23:51:05.0947313Z 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-12-17T23:51:05.0954271Z 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-12-17T23:51:05.0961272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.0982600Z 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-12-17T23:51:05.0989564Z 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-12-17T23:51:05.0996472Z 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-12-17T23:51:05.1004840Z 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-12-17T23:51:05.1013641Z 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-12-17T23:51:05.1020730Z 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-12-17T23:51:05.1027690Z 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-12-17T23:51:05.1034804Z 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-12-17T23:51:05.1042103Z 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-12-17T23:51:05.1049049Z 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-12-17T23:51:05.1055283Z 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-12-17T23:51:05.1061727Z 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-12-17T23:51:05.1069183Z 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-12-17T23:51:05.1075288Z 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-12-17T23:51:05.1081545Z 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-12-17T23:51:05.1087782Z 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-12-17T23:51:05.1094420Z 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-12-17T23:51:05.1101527Z 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-12-17T23:51:05.1107868Z 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-12-17T23:51:05.1114262Z 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-12-17T23:51:05.1120564Z 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-12-17T23:51:05.1126862Z 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-12-17T23:51:05.1133139Z 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-12-17T23:51:05.1139671Z 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-12-17T23:51:05.1146414Z 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-12-17T23:51:05.1153056Z 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-12-17T23:51:05.1159267Z 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-12-17T23:51:05.1165489Z 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-12-17T23:51:05.1171713Z 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-12-17T23:51:05.1178396Z 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-12-17T23:51:05.1184717Z 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-12-17T23:51:05.1190826Z 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-12-17T23:51:05.1197476Z 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-12-17T23:51:05.1203609Z 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-12-17T23:51:05.1210234Z 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-12-17T23:51:05.1216470Z 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-12-17T23:51:05.1223024Z 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-12-17T23:51:05.1229365Z 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-12-17T23:51:05.1235445Z 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-12-17T23:51:05.1241700Z 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-12-17T23:51:05.1248962Z 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-12-17T23:51:05.1255486Z 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-12-17T23:51:05.1262218Z 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-12-17T23:51:05.1269112Z 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-12-17T23:51:05.1275446Z 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-12-17T23:51:05.1281948Z 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-12-17T23:51:05.1288251Z 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-12-17T23:51:05.1295402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.1302106Z 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-12-17T23:51:05.1309057Z 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-12-17T23:51:05.1315147Z 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-12-17T23:51:05.1321173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.1327481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.1333966Z 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-12-17T23:51:05.1340047Z 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-12-17T23:51:05.1346137Z 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-12-17T23:51:05.1352166Z 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-12-17T23:51:05.1358559Z 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-12-17T23:51:05.1364840Z 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-12-17T23:51:05.1370805Z 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-12-17T23:51:05.1377136Z 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-12-17T23:51:05.1383459Z 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-12-17T23:51:05.1389306Z 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-12-17T23:51:05.1395418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.1401676Z 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-12-17T23:51:05.1407841Z 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-12-17T23:51:05.1413741Z 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-12-17T23:51:05.1419940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.1426184Z 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-12-17T23:51:05.1432240Z 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-12-17T23:51:05.1437937Z 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-12-17T23:51:05.1445513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.1453087Z 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-12-17T23:51:05.1459826Z 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-12-17T23:51:05.1466694Z 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-12-17T23:51:05.1473594Z 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-12-17T23:51:05.1480798Z 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-12-17T23:51:05.1487529Z 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-12-17T23:51:05.1496225Z 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-12-17T23:51:05.1504356Z 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-12-17T23:51:05.1513186Z 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-12-17T23:51:05.1521234Z 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-12-17T23:51:05.1529856Z 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-12-17T23:51:05.1537628Z 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-12-17T23:51:05.1545159Z 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-12-17T23:51:05.1552085Z 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-12-17T23:51:05.1559312Z 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-12-17T23:51:05.1565704Z 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-12-17T23:51:05.1573003Z 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-12-17T23:51:05.1579493Z 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-12-17T23:51:05.1585936Z 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-12-17T23:51:05.1592822Z 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-12-17T23:51:05.1599483Z 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-12-17T23:51:05.1606109Z 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-12-17T23:51:05.1612344Z 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-12-17T23:51:05.1619401Z 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-12-17T23:51:05.1626112Z 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-12-17T23:51:05.1632446Z 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-12-17T23:51:05.1639003Z 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-12-17T23:51:05.1645298Z 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-12-17T23:51:05.1652000Z 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-12-17T23:51:05.1658935Z 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-12-17T23:51:05.1665569Z 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-12-17T23:51:05.1671836Z 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-12-17T23:51:05.1678421Z 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-12-17T23:51:05.1684733Z 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-12-17T23:51:05.1691020Z 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-12-17T23:51:05.1697535Z 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-12-17T23:51:05.1703900Z 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-12-17T23:51:05.1710286Z 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-12-17T23:51:05.1717071Z 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-12-17T23:51:05.1724202Z 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-12-17T23:51:05.1731117Z 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-12-17T23:51:05.1737415Z 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-12-17T23:51:05.1743760Z 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-12-17T23:51:05.1750131Z 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-12-17T23:51:05.1756657Z 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-12-17T23:51:05.1762906Z 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-12-17T23:51:05.1769171Z 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-12-17T23:51:05.1775956Z 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-12-17T23:51:05.1782582Z 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-12-17T23:51:05.1789121Z 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-12-17T23:51:05.1795547Z 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-12-17T23:51:05.1801935Z 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-12-17T23:51:05.1808873Z 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-12-17T23:51:05.1815985Z 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-12-17T23:51:05.1823014Z 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-12-17T23:51:05.1830155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.1837410Z 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-12-17T23:51:05.1844142Z 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-12-17T23:51:05.1850738Z 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-12-17T23:51:05.1857605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.1864862Z 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-12-17T23:51:05.1871671Z 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-12-17T23:51:05.1878535Z 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-12-17T23:51:05.1885770Z 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-12-17T23:51:05.1893099Z 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-12-17T23:51:05.1899937Z 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-12-17T23:51:05.1907071Z 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-12-17T23:51:05.1913925Z 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-12-17T23:51:05.1921159Z 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-12-17T23:51:05.1928244Z 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-12-17T23:51:05.1935043Z 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-12-17T23:51:05.1941946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.1949273Z 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-12-17T23:51:05.1956043Z 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-12-17T23:51:05.1962930Z 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-12-17T23:51:05.1970195Z 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-12-17T23:51:05.1977237Z 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-12-17T23:51:05.1984783Z 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-12-17T23:51:05.1991762Z 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-12-17T23:51:05.1998921Z 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-12-17T23:51:05.2006268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2016377Z 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-12-17T23:51:05.2024139Z 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-12-17T23:51:05.2031999Z 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-12-17T23:51:05.2040516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2048202Z 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-12-17T23:51:05.2057413Z 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-12-17T23:51:05.2063961Z 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-12-17T23:51:05.2070879Z 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-12-17T23:51:05.2078144Z 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-12-17T23:51:05.2085314Z 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-12-17T23:51:05.2092498Z 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-12-17T23:51:05.2099178Z 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-12-17T23:51:05.2105356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2112201Z 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-12-17T23:51:05.2118461Z 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-12-17T23:51:05.2135475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2142516Z 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-12-17T23:51:05.2148951Z 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-12-17T23:51:05.2155266Z 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-12-17T23:51:05.2161288Z 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-12-17T23:51:05.2167262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2173861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2180095Z 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-12-17T23:51:05.2186535Z 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-12-17T23:51:05.2193935Z 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-12-17T23:51:05.2200417Z 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-12-17T23:51:05.2206798Z 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-12-17T23:51:05.2212961Z 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-12-17T23:51:05.2219225Z 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-12-17T23:51:05.2225392Z 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-12-17T23:51:05.2232010Z 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-12-17T23:51:05.2238029Z 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-12-17T23:51:05.2243961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2249992Z 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-12-17T23:51:05.2256218Z 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-12-17T23:51:05.2262314Z 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-12-17T23:51:05.2268469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2274279Z 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-12-17T23:51:05.2280193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2285902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2291509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2297352Z 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-12-17T23:51:05.2303580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2310442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2316020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2322334Z 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-12-17T23:51:05.2328594Z 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-12-17T23:51:05.2334642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2341045Z 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-12-17T23:51:05.2347198Z 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-12-17T23:51:05.2353097Z 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-12-17T23:51:05.2359797Z 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-12-17T23:51:05.2365470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2371623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2377719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2383677Z 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-12-17T23:51:05.2389569Z 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-12-17T23:51:05.2395578Z 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-12-17T23:51:05.2401899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2408335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2414396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2420413Z 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-12-17T23:51:05.2426190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2431829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2442066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2451879Z 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-12-17T23:51:05.2458358Z 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-12-17T23:51:05.2464288Z 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-12-17T23:51:05.2470113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2476793Z 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-12-17T23:51:05.2482779Z 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-12-17T23:51:05.2488553Z 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-12-17T23:51:05.2494474Z 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-12-17T23:51:05.2500844Z 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-12-17T23:51:05.2507535Z 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-12-17T23:51:05.2517056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2523633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2532215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2541247Z 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-12-17T23:51:05.2550497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2559356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2567200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2574159Z 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-12-17T23:51:05.2580753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2587153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2593760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2599938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2606480Z 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-12-17T23:51:05.2612291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2618427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2626309Z 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-12-17T23:51:05.2632235Z 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-12-17T23:51:05.2638002Z 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-12-17T23:51:05.2644557Z 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-12-17T23:51:05.2651313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2656628Z 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-12-17T23:51:05.2662593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2668477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2674107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2680190Z 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-12-17T23:51:05.2686267Z 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-12-17T23:51:05.2692140Z 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-12-17T23:51:05.2697962Z 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-12-17T23:51:05.2703913Z 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-12-17T23:51:05.2710647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2716109Z 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-12-17T23:51:05.2722000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2727826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2734164Z 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-12-17T23:51:05.2740334Z 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-12-17T23:51:05.2746358Z 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-12-17T23:51:05.2752059Z 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-12-17T23:51:05.2758188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2764043Z 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-12-17T23:51:05.2769888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2775675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2781748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2787560Z 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-12-17T23:51:05.2793954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2799937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2805990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2815319Z 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-12-17T23:51:05.2820475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2826548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2832672Z 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-12-17T23:51:05.2838565Z 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-12-17T23:51:05.2844452Z 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-12-17T23:51:05.2850753Z 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-12-17T23:51:05.2857282Z 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-12-17T23:51:05.2863510Z 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-12-17T23:51:05.2869552Z 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-12-17T23:51:05.2876158Z 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-12-17T23:51:05.2882241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2888423Z 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-12-17T23:51:05.2894570Z 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-12-17T23:51:05.2900412Z 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-12-17T23:51:05.2906838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2913259Z 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-12-17T23:51:05.2919172Z 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-12-17T23:51:05.2924814Z 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-12-17T23:51:05.2931065Z 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-12-17T23:51:05.2937579Z 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-12-17T23:51:05.2943616Z 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-12-17T23:51:05.2949441Z 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-12-17T23:51:05.2955209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2961522Z 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-12-17T23:51:05.2968127Z 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-12-17T23:51:05.2974461Z 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-12-17T23:51:05.2980421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2986018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.2991684Z 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-12-17T23:51:05.3013288Z 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-12-17T23:51:05.3020527Z 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-12-17T23:51:05.3027488Z 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-12-17T23:51:05.3035233Z 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-12-17T23:51:05.3043568Z 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-12-17T23:51:05.3050969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3059675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3068537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3076974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3083410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3090396Z 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-12-17T23:51:05.3096879Z 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-12-17T23:51:05.3103801Z 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-12-17T23:51:05.3110499Z 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-12-17T23:51:05.3117326Z 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-12-17T23:51:05.3123410Z 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-12-17T23:51:05.3129459Z 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-12-17T23:51:05.3136342Z 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-12-17T23:51:05.3146316Z 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-12-17T23:51:05.3152551Z 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-12-17T23:51:05.3158975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3164467Z 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-12-17T23:51:05.3170235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3176071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3182271Z 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-12-17T23:51:05.3188038Z 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-12-17T23:51:05.3193971Z 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-12-17T23:51:05.3199862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3205327Z 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-12-17T23:51:05.3211036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3216721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3222524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3228521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3234990Z 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-12-17T23:51:05.3240726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3246535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3253129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3259471Z 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-12-17T23:51:05.3265796Z 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-12-17T23:51:05.3271896Z 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-12-17T23:51:05.3277722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3283848Z 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-12-17T23:51:05.3289605Z 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-12-17T23:51:05.3296043Z 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-12-17T23:51:05.3302169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3334696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3342111Z 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-12-17T23:51:05.3348281Z 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-12-17T23:51:05.3354855Z 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-12-17T23:51:05.3361544Z 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-12-17T23:51:05.3370973Z 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-12-17T23:51:05.3377722Z 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-12-17T23:51:05.3384781Z 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-12-17T23:51:05.3391992Z 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-12-17T23:51:05.3398680Z 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-12-17T23:51:05.3406083Z 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-12-17T23:51:05.3413802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3420616Z 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-12-17T23:51:05.3427250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3433878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3440464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3446935Z 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-12-17T23:51:05.3453286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3460837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3467535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3473931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3480352Z 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-12-17T23:51:05.3487136Z 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-12-17T23:51:05.3493665Z 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-12-17T23:51:05.3500175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3508868Z 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-12-17T23:51:05.3517934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3524766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3531304Z 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-12-17T23:51:05.3537706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3544646Z 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-12-17T23:51:05.3551346Z 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-12-17T23:51:05.3557933Z 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-12-17T23:51:05.3563732Z 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-12-17T23:51:05.3570551Z 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-12-17T23:51:05.3577115Z 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-12-17T23:51:05.3583071Z 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-12-17T23:51:05.3589027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3599331Z 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-12-17T23:51:05.3606656Z 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-12-17T23:51:05.3612804Z 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-12-17T23:51:05.3618759Z 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-12-17T23:51:05.3625132Z 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-12-17T23:51:05.3630928Z 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-12-17T23:51:05.3636980Z 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-12-17T23:51:05.3642867Z 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-12-17T23:51:05.3648842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3654514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3660783Z 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-12-17T23:51:05.3667164Z 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-12-17T23:51:05.3673038Z 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-12-17T23:51:05.3679056Z 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-12-17T23:51:05.3685075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3690746Z 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-12-17T23:51:05.3696703Z 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-12-17T23:51:05.3702926Z 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-12-17T23:51:05.3708556Z 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-12-17T23:51:05.3714448Z 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-12-17T23:51:05.3720463Z 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-12-17T23:51:05.3726719Z 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-12-17T23:51:05.3732396Z 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-12-17T23:51:05.3738675Z 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-12-17T23:51:05.3744908Z 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-12-17T23:51:05.3751029Z 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-12-17T23:51:05.3757385Z 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-12-17T23:51:05.3763217Z 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-12-17T23:51:05.3769220Z 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-12-17T23:51:05.3775229Z 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-12-17T23:51:05.3781389Z 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-12-17T23:51:05.3787454Z 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-12-17T23:51:05.3793780Z 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-12-17T23:51:05.3799632Z 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-12-17T23:51:05.3805496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3811166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3818155Z 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-12-17T23:51:05.3824135Z 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-12-17T23:51:05.3830091Z 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-12-17T23:51:05.3836298Z 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-12-17T23:51:05.3842467Z 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-12-17T23:51:05.3848345Z 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-12-17T23:51:05.3854177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3860120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3866636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3872818Z 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-12-17T23:51:05.3879049Z 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-12-17T23:51:05.3885711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3892185Z 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-12-17T23:51:05.3898455Z 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-12-17T23:51:05.3904420Z 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-12-17T23:51:05.3910436Z 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-12-17T23:51:05.3917216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3923781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3930367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3937467Z 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-12-17T23:51:05.3943568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3950281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3957471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3964024Z 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-12-17T23:51:05.3970616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3977038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3983637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.3992853Z 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-12-17T23:51:05.4001920Z 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-12-17T23:51:05.4011511Z 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-12-17T23:51:05.4020822Z 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-12-17T23:51:05.4027802Z 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-12-17T23:51:05.4035072Z 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-12-17T23:51:05.4042334Z 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-12-17T23:51:05.4049033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4055162Z 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-12-17T23:51:05.4061760Z 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-12-17T23:51:05.4067917Z 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-12-17T23:51:05.4079099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4085234Z 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-12-17T23:51:05.4091137Z 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-12-17T23:51:05.4097127Z 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-12-17T23:51:05.4103720Z 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-12-17T23:51:05.4110320Z 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-12-17T23:51:05.4116566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4122717Z 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-12-17T23:51:05.4128573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4134349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4140221Z 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-12-17T23:51:05.4147033Z 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-12-17T23:51:05.4152874Z 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-12-17T23:51:05.4158873Z 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-12-17T23:51:05.4165626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4172059Z 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-12-17T23:51:05.4177772Z 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-12-17T23:51:05.4183772Z 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-12-17T23:51:05.4189609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4195820Z 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-12-17T23:51:05.4201653Z 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-12-17T23:51:05.4207861Z 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-12-17T23:51:05.4213918Z 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-12-17T23:51:05.4220915Z 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-12-17T23:51:05.4226978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4233271Z 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-12-17T23:51:05.4239327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4245392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4250947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4257123Z 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-12-17T23:51:05.4263784Z 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-12-17T23:51:05.4270300Z 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-12-17T23:51:05.4276750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4283440Z 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-12-17T23:51:05.4289851Z 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-12-17T23:51:05.4296450Z 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-12-17T23:51:05.4303343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4311079Z 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-12-17T23:51:05.4317647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4324192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4330786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4337016Z 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-12-17T23:51:05.4343469Z 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-12-17T23:51:05.4349728Z 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-12-17T23:51:05.4356828Z 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-12-17T23:51:05.4363362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4370196Z 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-12-17T23:51:05.4379927Z 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-12-17T23:51:05.4388767Z 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-12-17T23:51:05.4397550Z 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-12-17T23:51:05.4404399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4411200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4417641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4424129Z 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-12-17T23:51:05.4431440Z 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-12-17T23:51:05.4438068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4444983Z 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-12-17T23:51:05.4451270Z 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-12-17T23:51:05.4457373Z 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-12-17T23:51:05.4464118Z 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-12-17T23:51:05.4470065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4476021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4481983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4488075Z 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-12-17T23:51:05.4495512Z 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-12-17T23:51:05.4504474Z 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-12-17T23:51:05.4513082Z 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-12-17T23:51:05.4521703Z 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-12-17T23:51:05.4530755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4539659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4546389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4552683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4559242Z 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-12-17T23:51:05.4565189Z 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-12-17T23:51:05.4571275Z 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-12-17T23:51:05.4578676Z 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-12-17T23:51:05.4584409Z 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-12-17T23:51:05.4590367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4596994Z 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-12-17T23:51:05.4603604Z 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-12-17T23:51:05.4609830Z 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-12-17T23:51:05.4615786Z 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-12-17T23:51:05.4622007Z 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-12-17T23:51:05.4628047Z 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-12-17T23:51:05.4634059Z 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-12-17T23:51:05.4640662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4647243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4654999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4661767Z 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-12-17T23:51:05.4668801Z 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-12-17T23:51:05.4675536Z 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-12-17T23:51:05.4682113Z 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-12-17T23:51:05.4688660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4695729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4702834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4709716Z 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-12-17T23:51:05.4716405Z 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-12-17T23:51:05.4723484Z 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-12-17T23:51:05.4730246Z 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-12-17T23:51:05.4736816Z 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-12-17T23:51:05.4743706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.4751192Z 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-12-17T23:51:05.4757888Z 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-12-17T23:51:05.4764995Z 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-12-17T23:51:05.4771855Z 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-12-17T23:51:05.4778831Z 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-12-17T23:51:05.4786147Z 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-12-17T23:51:05.4794077Z 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-12-17T23:51:05.4800847Z 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-12-17T23:51:05.7438921Z 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-12-17T23:51:05.7445391Z 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-12-17T23:51:05.7451250Z 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-12-17T23:51:05.7457184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.7463447Z 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-12-17T23:51:05.7469362Z 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-12-17T23:51:05.7475039Z 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-12-17T23:51:05.7480669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.7486899Z 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-12-17T23:51:05.7492688Z 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-12-17T23:51:05.7498532Z 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-12-17T23:51:05.7504654Z 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-12-17T23:51:05.7511415Z 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-12-17T23:51:05.7516943Z 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-12-17T23:51:05.7522710Z 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-12-17T23:51:05.7528830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.7534687Z 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-12-17T23:51:05.7540943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.7547894Z 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-12-17T23:51:05.7554523Z 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-12-17T23:51:05.7560342Z 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-12-17T23:51:05.7566798Z 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-12-17T23:51:05.7572808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.7579243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.7585637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.7592012Z 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-12-17T23:51:05.7598547Z 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-12-17T23:51:05.7604407Z 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-12-17T23:51:05.7615649Z 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-12-17T23:51:05.7622157Z 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-12-17T23:51:05.7628774Z 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-12-17T23:51:05.7635420Z 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-12-17T23:51:05.7641561Z 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-12-17T23:51:05.7648659Z 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-12-17T23:51:05.7655235Z 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-12-17T23:51:05.7661370Z 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-12-17T23:51:05.7667422Z 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-12-17T23:51:05.7690037Z 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-12-17T23:51:05.7696186Z 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-12-17T23:51:05.7703205Z 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-12-17T23:51:05.7709677Z 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-12-17T23:51:05.7716331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.7722653Z 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-12-17T23:51:05.7729110Z 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-12-17T23:51:05.7735815Z 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-12-17T23:51:05.7742529Z 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-12-17T23:51:05.7748826Z 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-12-17T23:51:05.7762159Z 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-12-17T23:51:05.7768253Z 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-12-17T23:51:05.7774194Z 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-12-17T23:51:05.7780556Z 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-12-17T23:51:05.7786717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.7793250Z 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-12-17T23:51:05.7799071Z 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-12-17T23:51:05.7805009Z 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-12-17T23:51:05.7810768Z 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-12-17T23:51:05.7816764Z 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-12-17T23:51:05.7822708Z 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-12-17T23:51:05.7828722Z 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-12-17T23:51:05.7834495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.7840495Z 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-12-17T23:51:05.7846836Z 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-12-17T23:51:05.7852569Z 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-12-17T23:51:05.7858571Z 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-12-17T23:51:05.7864752Z 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-12-17T23:51:05.7870737Z 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-12-17T23:51:05.7876607Z 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-12-17T23:51:05.7891304Z 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-12-17T23:51:05.7892658Z 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-12-17T23:51:05.7895154Z 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-12-17T23:51:05.7900942Z 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-12-17T23:51:05.7906944Z 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-12-17T23:51:05.7912915Z 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-12-17T23:51:05.7919002Z 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-12-17T23:51:05.7924911Z 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-12-17T23:51:05.7931198Z 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-12-17T23:51:05.7937048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.7943193Z 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-12-17T23:51:05.7949776Z 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-12-17T23:51:05.7955722Z 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-12-17T23:51:05.7961741Z 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-12-17T23:51:05.7967847Z 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-12-17T23:51:05.7975184Z 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-12-17T23:51:05.7982659Z 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-12-17T23:51:05.7989680Z 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-12-17T23:51:05.7996951Z 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-12-17T23:51:05.8005940Z 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-12-17T23:51:05.8013394Z 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-12-17T23:51:05.8023043Z 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-12-17T23:51:05.8032658Z 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-12-17T23:51:05.8041395Z 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-12-17T23:51:05.8048956Z 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-12-17T23:51:05.8056034Z 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-12-17T23:51:05.8062613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8069623Z 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-12-17T23:51:05.8076836Z 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-12-17T23:51:05.8082850Z 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-12-17T23:51:05.8089135Z 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-12-17T23:51:05.8095807Z 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-12-17T23:51:05.8102601Z 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-12-17T23:51:05.8108892Z 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-12-17T23:51:05.8115024Z 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-12-17T23:51:05.8122338Z 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-12-17T23:51:05.8128360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8134771Z 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-12-17T23:51:05.8141714Z 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-12-17T23:51:05.8148147Z 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-12-17T23:51:05.8154191Z 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-12-17T23:51:05.8161135Z 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-12-17T23:51:05.8168019Z 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-12-17T23:51:05.8174115Z 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-12-17T23:51:05.8180316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8186593Z 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-12-17T23:51:05.8193860Z 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-12-17T23:51:05.8200147Z 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-12-17T23:51:05.8206565Z 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-12-17T23:51:05.8212956Z 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-12-17T23:51:05.8219890Z 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-12-17T23:51:05.8226253Z 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-12-17T23:51:05.8232563Z 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-12-17T23:51:05.8239187Z 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-12-17T23:51:05.8245843Z 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-12-17T23:51:05.8252410Z 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-12-17T23:51:05.8258458Z 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-12-17T23:51:05.8264607Z 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-12-17T23:51:05.8270906Z 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-12-17T23:51:05.8277273Z 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-12-17T23:51:05.8283454Z 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-12-17T23:51:05.8289917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8296363Z 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-12-17T23:51:05.8303215Z 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-12-17T23:51:05.8309578Z 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-12-17T23:51:05.8316001Z 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-12-17T23:51:05.8322245Z 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-12-17T23:51:05.8329047Z 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-12-17T23:51:05.8335654Z 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-12-17T23:51:05.8342178Z 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-12-17T23:51:05.8348766Z 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-12-17T23:51:05.8355265Z 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-12-17T23:51:05.8361424Z 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-12-17T23:51:05.8367896Z 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-12-17T23:51:05.8374215Z 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-12-17T23:51:05.8381717Z 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-12-17T23:51:05.8390151Z 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-12-17T23:51:05.8398138Z 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-12-17T23:51:05.8404833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8411139Z 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-12-17T23:51:05.8419383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8427749Z 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-12-17T23:51:05.8435590Z 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-12-17T23:51:05.8442860Z 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-12-17T23:51:05.8453116Z 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-12-17T23:51:05.8462615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8470052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8476956Z 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-12-17T23:51:05.8484202Z 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-12-17T23:51:05.8491115Z 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-12-17T23:51:05.8497657Z 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-12-17T23:51:05.8504356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8510303Z 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-12-17T23:51:05.8516240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8522722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8528939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8535104Z 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-12-17T23:51:05.8541071Z 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-12-17T23:51:05.8547079Z 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-12-17T23:51:05.8553707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8559769Z 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-12-17T23:51:05.8565814Z 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-12-17T23:51:05.8571984Z 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-12-17T23:51:05.8578363Z 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-12-17T23:51:05.8584579Z 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-12-17T23:51:05.8590505Z 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-12-17T23:51:05.8596482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8602214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8608516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8614688Z 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-12-17T23:51:05.8620623Z 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-12-17T23:51:05.8626711Z 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-12-17T23:51:05.8632957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8638747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8644478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8649976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8655525Z 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-12-17T23:51:05.8661908Z 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-12-17T23:51:05.8668231Z 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-12-17T23:51:05.8674568Z 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-12-17T23:51:05.8680660Z 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-12-17T23:51:05.8686640Z 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-12-17T23:51:05.8693423Z 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-12-17T23:51:05.8699913Z 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-12-17T23:51:05.8706099Z 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-12-17T23:51:05.8712307Z 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-12-17T23:51:05.8718229Z 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-12-17T23:51:05.8724493Z 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-12-17T23:51:05.8730252Z 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-12-17T23:51:05.8735844Z 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-12-17T23:51:05.8742176Z 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-12-17T23:51:05.8748309Z 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-12-17T23:51:05.8754651Z 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-12-17T23:51:05.8761140Z 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-12-17T23:51:05.8767325Z 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-12-17T23:51:05.8774419Z 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-12-17T23:51:05.8780885Z 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-12-17T23:51:05.8787007Z 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-12-17T23:51:05.8793651Z 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-12-17T23:51:05.8799767Z 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-12-17T23:51:05.8805639Z 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-12-17T23:51:05.8811931Z 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-12-17T23:51:05.8817884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8824396Z 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-12-17T23:51:05.8830424Z 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-12-17T23:51:05.8836596Z 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-12-17T23:51:05.8842769Z 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-12-17T23:51:05.8849377Z 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-12-17T23:51:05.8856131Z 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-12-17T23:51:05.8866294Z 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-12-17T23:51:05.8873103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8879891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8886413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8893190Z 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-12-17T23:51:05.8899769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8906450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8912928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8919575Z 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-12-17T23:51:05.8926154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8932429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8939455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8946499Z 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-12-17T23:51:05.8953315Z 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-12-17T23:51:05.8960028Z 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-12-17T23:51:05.8966594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8973082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8979855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.8986560Z 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-12-17T23:51:05.8993325Z 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-12-17T23:51:05.8999875Z 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-12-17T23:51:05.9007067Z 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-12-17T23:51:05.9013835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9020554Z 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-12-17T23:51:05.9027632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9034778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9043414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9052593Z 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-12-17T23:51:05.9060218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9066110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9071745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9077390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9084872Z 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-12-17T23:51:05.9090890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9097905Z 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-12-17T23:51:05.9105248Z 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-12-17T23:51:05.9111950Z 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-12-17T23:51:05.9118087Z 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-12-17T23:51:05.9124189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9130428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9136819Z 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-12-17T23:51:05.9143530Z 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-12-17T23:51:05.9149797Z 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-12-17T23:51:05.9155543Z 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-12-17T23:51:05.9161331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9167269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9173137Z 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-12-17T23:51:05.9179205Z 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-12-17T23:51:05.9185490Z 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-12-17T23:51:05.9191859Z 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-12-17T23:51:05.9199076Z 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-12-17T23:51:05.9205967Z 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-12-17T23:51:05.9212848Z 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-12-17T23:51:05.9220302Z 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-12-17T23:51:05.9227225Z 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-12-17T23:51:05.9234232Z 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-12-17T23:51:05.9241212Z 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-12-17T23:51:05.9248301Z 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-12-17T23:51:05.9255171Z 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-12-17T23:51:05.9262128Z 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-12-17T23:51:05.9269200Z 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-12-17T23:51:05.9276829Z 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-12-17T23:51:05.9283952Z 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-12-17T23:51:05.9290943Z 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-12-17T23:51:05.9297909Z 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-12-17T23:51:05.9304963Z 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-12-17T23:51:05.9311849Z 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-12-17T23:51:05.9319170Z 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-12-17T23:51:05.9326135Z 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-12-17T23:51:05.9333130Z 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-12-17T23:51:05.9339857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9347229Z 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-12-17T23:51:05.9354101Z 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-12-17T23:51:05.9360896Z 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-12-17T23:51:05.9368445Z 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-12-17T23:51:05.9375431Z 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-12-17T23:51:05.9382279Z 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-12-17T23:51:05.9389102Z 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-12-17T23:51:05.9395869Z 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-12-17T23:51:05.9402696Z 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-12-17T23:51:05.9409531Z 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-12-17T23:51:05.9416686Z 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-12-17T23:51:05.9423139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9430552Z 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-12-17T23:51:05.9437178Z 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-12-17T23:51:05.9444481Z 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-12-17T23:51:05.9451271Z 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-12-17T23:51:05.9458922Z 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-12-17T23:51:05.9464839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9470721Z 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-12-17T23:51:05.9476619Z 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-12-17T23:51:05.9482929Z 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-12-17T23:51:05.9488597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9494495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9500784Z 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-12-17T23:51:05.9508274Z 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-12-17T23:51:05.9515110Z 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-12-17T23:51:05.9522480Z 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-12-17T23:51:05.9529967Z 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-12-17T23:51:05.9536686Z 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-12-17T23:51:05.9543496Z 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-12-17T23:51:05.9550779Z 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-12-17T23:51:05.9556703Z 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-12-17T23:51:05.9562901Z 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-12-17T23:51:05.9568832Z 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-12-17T23:51:05.9574953Z 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-12-17T23:51:05.9580786Z 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-12-17T23:51:05.9586576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9592505Z 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-12-17T23:51:05.9598184Z 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-12-17T23:51:05.9604086Z 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-12-17T23:51:05.9609796Z 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-12-17T23:51:05.9615628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9622400Z 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-12-17T23:51:05.9628624Z 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-12-17T23:51:05.9634786Z 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-12-17T23:51:05.9641849Z 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-12-17T23:51:05.9648605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9654844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9662220Z 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-12-17T23:51:05.9671502Z 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-12-17T23:51:05.9680893Z 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-12-17T23:51:05.9687668Z 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-12-17T23:51:05.9697431Z 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-12-17T23:51:05.9704028Z 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-12-17T23:51:05.9711148Z 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-12-17T23:51:05.9718105Z 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-12-17T23:51:05.9724861Z 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-12-17T23:51:05.9731961Z 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-12-17T23:51:05.9738778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9745563Z 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-12-17T23:51:05.9752038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9759770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:05.9766491Z 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-12-17T23:51:05.9773054Z 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-12-17T23:51:05.9780402Z 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-12-17T23:51:05.9787073Z 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-12-17T23:51:05.9793783Z 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-12-17T23:51:06.0515210Z 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-12-17T23:51:06.0521855Z 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-12-17T23:51:06.0528763Z 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-12-17T23:51:06.0535483Z 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-12-17T23:51:06.0542492Z 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-12-17T23:51:06.0549075Z 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-12-17T23:51:06.0556201Z 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-12-17T23:51:06.0565624Z 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-12-17T23:51:06.0575392Z 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-12-17T23:51:06.0583028Z 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-12-17T23:51:06.0590093Z 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-12-17T23:51:06.0596975Z 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-12-17T23:51:06.0603902Z 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-12-17T23:51:06.0609953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.0616841Z 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-12-17T23:51:06.0623129Z 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-12-17T23:51:06.0629820Z 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-12-17T23:51:06.0635869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.0642177Z 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-12-17T23:51:06.0648215Z 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-12-17T23:51:06.0654570Z 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-12-17T23:51:06.0660340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.0667098Z 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-12-17T23:51:06.0673133Z 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-12-17T23:51:06.0678663Z 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-12-17T23:51:06.0684564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.0690804Z 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-12-17T23:51:06.0696771Z 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-12-17T23:51:06.0702650Z 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-12-17T23:51:06.0709309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.0715675Z 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-12-17T23:51:06.0721647Z 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-12-17T23:51:06.0727316Z 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-12-17T23:51:06.0733211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.0739544Z 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-12-17T23:51:06.0745587Z 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-12-17T23:51:06.0751479Z 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-12-17T23:51:06.0757528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.0764028Z 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-12-17T23:51:06.0770060Z 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-12-17T23:51:06.0775975Z 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-12-17T23:51:06.0781990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.0788725Z 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-12-17T23:51:06.0794879Z 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-12-17T23:51:06.0800573Z 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-12-17T23:51:06.0806388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.0812578Z 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-12-17T23:51:06.0818568Z 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-12-17T23:51:06.0824929Z 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-12-17T23:51:06.0830911Z 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-12-17T23:51:06.0837206Z 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-12-17T23:51:06.0843375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.0849524Z 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-12-17T23:51:06.0855494Z 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-12-17T23:51:06.0861632Z 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-12-17T23:51:06.0868233Z 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-12-17T23:51:06.0874990Z 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-12-17T23:51:06.0882607Z 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-12-17T23:51:06.0889524Z 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-12-17T23:51:06.0896052Z 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-12-17T23:51:06.0902880Z 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-12-17T23:51:06.0909776Z 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-12-17T23:51:06.0916313Z 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-12-17T23:51:06.0923232Z 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-12-17T23:51:06.0930412Z 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-12-17T23:51:06.0937267Z 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-12-17T23:51:06.0943958Z 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-12-17T23:51:06.0950422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.0957555Z 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-12-17T23:51:06.0964238Z 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-12-17T23:51:06.0970951Z 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-12-17T23:51:06.0977625Z 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-12-17T23:51:06.0984495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.0990982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.0997953Z 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-12-17T23:51:06.1004756Z 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-12-17T23:51:06.1011539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1018159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1025043Z 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-12-17T23:51:06.1031713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1038249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1045413Z 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-12-17T23:51:06.1053345Z 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-12-17T23:51:06.1063037Z 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-12-17T23:51:06.1071608Z 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-12-17T23:51:06.1078411Z 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-12-17T23:51:06.1085064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1091503Z 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-12-17T23:51:06.1098050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1104646Z 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-12-17T23:51:06.1111491Z 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-12-17T23:51:06.1117935Z 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-12-17T23:51:06.1124869Z 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-12-17T23:51:06.1130886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1136546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1142806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1149149Z 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-12-17T23:51:06.1155889Z 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-12-17T23:51:06.1161967Z 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-12-17T23:51:06.1168103Z 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-12-17T23:51:06.1174891Z 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-12-17T23:51:06.1180905Z 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-12-17T23:51:06.1187347Z 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-12-17T23:51:06.1193363Z 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-12-17T23:51:06.1199470Z 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-12-17T23:51:06.1205509Z 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-12-17T23:51:06.1212158Z 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-12-17T23:51:06.1218633Z 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-12-17T23:51:06.1225180Z 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-12-17T23:51:06.1231263Z 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-12-17T23:51:06.1237439Z 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-12-17T23:51:06.1244220Z 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-12-17T23:51:06.1250974Z 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-12-17T23:51:06.1257218Z 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-12-17T23:51:06.1263587Z 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-12-17T23:51:06.1269738Z 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-12-17T23:51:06.1275952Z 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-12-17T23:51:06.1282091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1288536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1294720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1300746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1306909Z 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-12-17T23:51:06.1313412Z 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-12-17T23:51:06.1320107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1327217Z 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-12-17T23:51:06.1333976Z 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-12-17T23:51:06.1343438Z 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-12-17T23:51:06.1350838Z 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-12-17T23:51:06.1357545Z 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-12-17T23:51:06.1364456Z 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-12-17T23:51:06.1371189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1378604Z 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-12-17T23:51:06.1385478Z 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-12-17T23:51:06.1392417Z 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-12-17T23:51:06.1399130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1405895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1412990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1419865Z 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-12-17T23:51:06.1427361Z 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-12-17T23:51:06.1434149Z 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-12-17T23:51:06.1440789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1447362Z 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-12-17T23:51:06.1454318Z 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-12-17T23:51:06.1461493Z 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-12-17T23:51:06.1467982Z 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-12-17T23:51:06.1475181Z 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-12-17T23:51:06.1482220Z 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-12-17T23:51:06.1489147Z 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-12-17T23:51:06.1496258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1503030Z 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-12-17T23:51:06.1509909Z 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-12-17T23:51:06.1516297Z 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-12-17T23:51:06.1522977Z 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-12-17T23:51:06.1530484Z 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-12-17T23:51:06.1537296Z 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-12-17T23:51:06.1544050Z 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-12-17T23:51:06.1555390Z 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-12-17T23:51:06.1563497Z 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-12-17T23:51:06.1573193Z 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-12-17T23:51:06.1580522Z 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-12-17T23:51:06.1587202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1594025Z 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-12-17T23:51:06.1601415Z 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-12-17T23:51:06.1607840Z 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-12-17T23:51:06.1614865Z 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-12-17T23:51:06.1621233Z 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-12-17T23:51:06.1627286Z 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-12-17T23:51:06.1634322Z 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-12-17T23:51:06.1640362Z 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-12-17T23:51:06.1646524Z 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-12-17T23:51:06.1652786Z 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-12-17T23:51:06.1658983Z 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-12-17T23:51:06.1665832Z 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-12-17T23:51:06.1671798Z 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-12-17T23:51:06.1677956Z 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-12-17T23:51:06.1683965Z 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-12-17T23:51:06.1689937Z 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-12-17T23:51:06.1696124Z 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-12-17T23:51:06.1702336Z 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-12-17T23:51:06.1708840Z 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-12-17T23:51:06.1715721Z 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-12-17T23:51:06.1722313Z 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-12-17T23:51:06.1729071Z 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-12-17T23:51:06.1736576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1743697Z 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-12-17T23:51:06.1751244Z 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-12-17T23:51:06.1757986Z 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-12-17T23:51:06.1764682Z 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-12-17T23:51:06.1771782Z 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-12-17T23:51:06.1779009Z 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-12-17T23:51:06.1786193Z 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-12-17T23:51:06.1792937Z 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-12-17T23:51:06.1799995Z 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-12-17T23:51:06.1806738Z 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-12-17T23:51:06.1813508Z 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-12-17T23:51:06.1820353Z 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-12-17T23:51:06.1828002Z 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-12-17T23:51:06.1834816Z 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-12-17T23:51:06.1841623Z 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-12-17T23:51:06.1848515Z 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-12-17T23:51:06.1855064Z 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-12-17T23:51:06.1861609Z 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-12-17T23:51:06.1868593Z 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-12-17T23:51:06.1876417Z 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-12-17T23:51:06.1883480Z 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-12-17T23:51:06.1889911Z 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-12-17T23:51:06.1896646Z 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-12-17T23:51:06.1903880Z 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-12-17T23:51:06.1910659Z 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-12-17T23:51:06.1917238Z 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-12-17T23:51:06.1924200Z 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-12-17T23:51:06.1931629Z 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-12-17T23:51:06.1938427Z 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-12-17T23:51:06.1945307Z 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-12-17T23:51:06.1951936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1958542Z 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-12-17T23:51:06.1965801Z 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-12-17T23:51:06.1972571Z 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-12-17T23:51:06.1979513Z 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-12-17T23:51:06.1986288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.1993657Z 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-12-17T23:51:06.2000253Z 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-12-17T23:51:06.2006802Z 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-12-17T23:51:06.2013522Z 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-12-17T23:51:06.2020519Z 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-12-17T23:51:06.2027989Z 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-12-17T23:51:06.2034829Z 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-12-17T23:51:06.2041139Z 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-12-17T23:51:06.2047599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2053615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2061014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2074627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2082994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2091908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2105400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2115048Z 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-12-17T23:51:06.2124612Z 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-12-17T23:51:06.2133152Z 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-12-17T23:51:06.2141494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2148345Z 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-12-17T23:51:06.2154951Z 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-12-17T23:51:06.2161868Z 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-12-17T23:51:06.2168625Z 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-12-17T23:51:06.2174772Z 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-12-17T23:51:06.2181622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2187949Z 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-12-17T23:51:06.2194589Z 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-12-17T23:51:06.2200759Z 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-12-17T23:51:06.2207096Z 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-12-17T23:51:06.2213111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2219778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2225961Z 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-12-17T23:51:06.2232283Z 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-12-17T23:51:06.2238481Z 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-12-17T23:51:06.2245060Z 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-12-17T23:51:06.2251169Z 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-12-17T23:51:06.2257508Z 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-12-17T23:51:06.2263748Z 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-12-17T23:51:06.2269872Z 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-12-17T23:51:06.2275906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2282073Z 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-12-17T23:51:06.2288175Z 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-12-17T23:51:06.2311034Z 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-12-17T23:51:06.2317172Z 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-12-17T23:51:06.2323248Z 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-12-17T23:51:06.2329553Z 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-12-17T23:51:06.2335763Z 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-12-17T23:51:06.2341999Z 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-12-17T23:51:06.2348214Z 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-12-17T23:51:06.2354645Z 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-12-17T23:51:06.2361015Z 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-12-17T23:51:06.2367266Z 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-12-17T23:51:06.2374535Z 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-12-17T23:51:06.2381184Z 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-12-17T23:51:06.2387911Z 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-12-17T23:51:06.2395203Z 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-12-17T23:51:06.2401943Z 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-12-17T23:51:06.2408902Z 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-12-17T23:51:06.2415567Z 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-12-17T23:51:06.2422305Z 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-12-17T23:51:06.2428858Z 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-12-17T23:51:06.2435836Z 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-12-17T23:51:06.2442572Z 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-12-17T23:51:06.2450183Z 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-12-17T23:51:06.2457190Z 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-12-17T23:51:06.2464044Z 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-12-17T23:51:06.2470777Z 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-12-17T23:51:06.2477475Z 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-12-17T23:51:06.2484225Z 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-12-17T23:51:06.2491163Z 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-12-17T23:51:06.2498089Z 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-12-17T23:51:06.2505273Z 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-12-17T23:51:06.2516181Z 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-12-17T23:51:06.2521478Z 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-12-17T23:51:06.2527813Z 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-12-17T23:51:06.2534479Z 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-12-17T23:51:06.2541909Z 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-12-17T23:51:06.2549135Z 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-12-17T23:51:06.2559300Z 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-12-17T23:51:06.2569208Z 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-12-17T23:51:06.2577835Z 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-12-17T23:51:06.2584873Z 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-12-17T23:51:06.2591717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2599097Z 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-12-17T23:51:06.2606015Z 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-12-17T23:51:06.2612910Z 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-12-17T23:51:06.2619312Z 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-12-17T23:51:06.2625490Z 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-12-17T23:51:06.2632464Z 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-12-17T23:51:06.2638684Z 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-12-17T23:51:06.2645174Z 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-12-17T23:51:06.2651503Z 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-12-17T23:51:06.2659062Z 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-12-17T23:51:06.2665223Z 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-12-17T23:51:06.2671629Z 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-12-17T23:51:06.2677846Z 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-12-17T23:51:06.2683894Z 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-12-17T23:51:06.2690312Z 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-12-17T23:51:06.2696733Z 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-12-17T23:51:06.2703598Z 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-12-17T23:51:06.2710662Z 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-12-17T23:51:06.2717139Z 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-12-17T23:51:06.2724069Z 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-12-17T23:51:06.2730711Z 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-12-17T23:51:06.2736759Z 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-12-17T23:51:06.2743207Z 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-12-17T23:51:06.2749610Z 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-12-17T23:51:06.2757150Z 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-12-17T23:51:06.2763415Z 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-12-17T23:51:06.2769941Z 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-12-17T23:51:06.2776195Z 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-12-17T23:51:06.2782909Z 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-12-17T23:51:06.2789610Z 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-12-17T23:51:06.2796078Z 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-12-17T23:51:06.2801987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2807781Z 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-12-17T23:51:06.2813964Z 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-12-17T23:51:06.2820027Z 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-12-17T23:51:06.2825883Z 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-12-17T23:51:06.2831809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2837556Z 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-12-17T23:51:06.2843586Z 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-12-17T23:51:06.2849521Z 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-12-17T23:51:06.2855514Z 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-12-17T23:51:06.2861598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2867596Z 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-12-17T23:51:06.2873534Z 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-12-17T23:51:06.2880427Z 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-12-17T23:51:06.2887366Z 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-12-17T23:51:06.2894088Z 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-12-17T23:51:06.2900858Z 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-12-17T23:51:06.2907576Z 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-12-17T23:51:06.2914453Z 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-12-17T23:51:06.2920823Z 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-12-17T23:51:06.2927454Z 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-12-17T23:51:06.2934290Z 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-12-17T23:51:06.2941555Z 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-12-17T23:51:06.2948513Z 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-12-17T23:51:06.2955391Z 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-12-17T23:51:06.2962264Z 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-12-17T23:51:06.2969360Z 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-12-17T23:51:06.2976047Z 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-12-17T23:51:06.2982692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.2989502Z 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-12-17T23:51:06.2996288Z 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-12-17T23:51:06.3003149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3009743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3016432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3023236Z 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-12-17T23:51:06.3029754Z 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-12-17T23:51:06.3036212Z 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-12-17T23:51:06.3042768Z 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-12-17T23:51:06.3049799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3057387Z 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-12-17T23:51:06.3064405Z 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-12-17T23:51:06.3071595Z 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-12-17T23:51:06.3078315Z 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-12-17T23:51:06.3087745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3096640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3103389Z 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-12-17T23:51:06.3110511Z 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-12-17T23:51:06.3117698Z 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-12-17T23:51:06.3124916Z 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-12-17T23:51:06.3131680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3138846Z 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-12-17T23:51:06.3145461Z 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-12-17T23:51:06.3152476Z 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-12-17T23:51:06.3158703Z 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-12-17T23:51:06.3164962Z 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-12-17T23:51:06.3171691Z 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-12-17T23:51:06.3177779Z 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-12-17T23:51:06.3183998Z 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-12-17T23:51:06.3190070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3196760Z 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-12-17T23:51:06.3203367Z 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-12-17T23:51:06.3209456Z 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-12-17T23:51:06.3215484Z 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-12-17T23:51:06.3221975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3228281Z 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-12-17T23:51:06.3234619Z 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-12-17T23:51:06.3240635Z 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-12-17T23:51:06.3246698Z 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-12-17T23:51:06.3252682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3259085Z 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-12-17T23:51:06.3265110Z 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-12-17T23:51:06.3271106Z 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-12-17T23:51:06.3277348Z 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-12-17T23:51:06.3283447Z 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-12-17T23:51:06.3289911Z 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-12-17T23:51:06.3295878Z 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-12-17T23:51:06.3302005Z 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-12-17T23:51:06.3308140Z 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-12-17T23:51:06.3314154Z 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-12-17T23:51:06.3320727Z 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-12-17T23:51:06.3326766Z 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-12-17T23:51:06.3332902Z 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-12-17T23:51:06.3339073Z 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-12-17T23:51:06.3345190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3351714Z 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-12-17T23:51:06.3358048Z 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-12-17T23:51:06.3364105Z 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-12-17T23:51:06.3370159Z 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-12-17T23:51:06.3376945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3383734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3390807Z 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-12-17T23:51:06.3397346Z 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-12-17T23:51:06.3404134Z 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-12-17T23:51:06.3410780Z 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-12-17T23:51:06.3417974Z 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-12-17T23:51:06.3424398Z 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-12-17T23:51:06.3431802Z 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-12-17T23:51:06.3438689Z 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-12-17T23:51:06.3445371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3452516Z 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-12-17T23:51:06.3459375Z 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-12-17T23:51:06.3466070Z 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-12-17T23:51:06.3472930Z 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-12-17T23:51:06.3480129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3487080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3493821Z 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-12-17T23:51:06.3500768Z 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-12-17T23:51:06.3507409Z 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-12-17T23:51:06.3513992Z 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-12-17T23:51:06.3520995Z 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-12-17T23:51:06.3527658Z 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-12-17T23:51:06.3534788Z 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-12-17T23:51:06.3541694Z 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-12-17T23:51:06.3548594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3555465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3562404Z 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-12-17T23:51:06.3570188Z 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-12-17T23:51:06.3578137Z 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-12-17T23:51:06.3585790Z 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-12-17T23:51:06.3593136Z 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-12-17T23:51:06.3601602Z 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-12-17T23:51:06.3608344Z 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-12-17T23:51:06.3615056Z 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-12-17T23:51:06.3621899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3628954Z 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-12-17T23:51:06.3635738Z 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-12-17T23:51:06.3641903Z 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-12-17T23:51:06.3648686Z 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-12-17T23:51:06.3655465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3662045Z 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-12-17T23:51:06.3668114Z 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-12-17T23:51:06.3674264Z 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-12-17T23:51:06.3680341Z 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-12-17T23:51:06.3687382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3693639Z 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-12-17T23:51:06.3699733Z 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-12-17T23:51:06.3705782Z 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-12-17T23:51:06.3711841Z 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-12-17T23:51:06.3717752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3724675Z 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-12-17T23:51:06.3731106Z 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-12-17T23:51:06.3737371Z 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-12-17T23:51:06.3743472Z 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-12-17T23:51:06.3749484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3755579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3762485Z 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-12-17T23:51:06.3768599Z 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-12-17T23:51:06.3774972Z 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-12-17T23:51:06.3781365Z 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-12-17T23:51:06.3787390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3793650Z 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-12-17T23:51:06.3799682Z 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-12-17T23:51:06.3805624Z 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-12-17T23:51:06.3811689Z 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-12-17T23:51:06.3817905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3824310Z 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-12-17T23:51:06.3830318Z 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-12-17T23:51:06.3836346Z 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-12-17T23:51:06.3857016Z 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-12-17T23:51:06.3858426Z 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-12-17T23:51:06.3859832Z 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-12-17T23:51:06.3861097Z 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-12-17T23:51:06.3867300Z 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-12-17T23:51:06.3873359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3879355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3886670Z 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-12-17T23:51:06.3893492Z 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-12-17T23:51:06.3900319Z 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-12-17T23:51:06.3907649Z 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-12-17T23:51:06.3914383Z 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-12-17T23:51:06.3921035Z 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-12-17T23:51:06.3927678Z 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-12-17T23:51:06.3934617Z 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-12-17T23:51:06.3941762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3948860Z 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-12-17T23:51:06.3955858Z 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-12-17T23:51:06.3962443Z 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-12-17T23:51:06.3969239Z 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-12-17T23:51:06.3976003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.3983132Z 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-12-17T23:51:06.3990148Z 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-12-17T23:51:06.3997665Z 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-12-17T23:51:06.4006827Z 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-12-17T23:51:06.4014018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4021856Z 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-12-17T23:51:06.4029927Z 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-12-17T23:51:06.4037870Z 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-12-17T23:51:06.4044943Z 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-12-17T23:51:06.4052332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4059927Z 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-12-17T23:51:06.4066960Z 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-12-17T23:51:06.4074099Z 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-12-17T23:51:06.4080239Z 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-12-17T23:51:06.4087497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4093763Z 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-12-17T23:51:06.4100730Z 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-12-17T23:51:06.4106902Z 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-12-17T23:51:06.4112995Z 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-12-17T23:51:06.4119124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4125502Z 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-12-17T23:51:06.4132314Z 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-12-17T23:51:06.4138586Z 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-12-17T23:51:06.4145067Z 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-12-17T23:51:06.4151622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4157935Z 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-12-17T23:51:06.4164033Z 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-12-17T23:51:06.4170157Z 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-12-17T23:51:06.4176315Z 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-12-17T23:51:06.4182571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4189531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4196408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4202543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4208816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4214895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4221679Z 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-12-17T23:51:06.4228440Z 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-12-17T23:51:06.4234640Z 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-12-17T23:51:06.4241568Z 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-12-17T23:51:06.4247706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4254225Z 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-12-17T23:51:06.4260512Z 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-12-17T23:51:06.4266716Z 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-12-17T23:51:06.4322156Z 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-12-17T23:51:06.4328369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4334450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4340937Z 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-12-17T23:51:06.4347717Z 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-12-17T23:51:06.4353593Z 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-12-17T23:51:06.4364118Z 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-12-17T23:51:06.4370741Z 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-12-17T23:51:06.4376843Z 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-12-17T23:51:06.4383597Z 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-12-17T23:51:06.4389747Z 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-12-17T23:51:06.4395835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4402239Z 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-12-17T23:51:06.4408315Z 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-12-17T23:51:06.4414787Z 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-12-17T23:51:06.4420988Z 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-12-17T23:51:06.4426973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4433315Z 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-12-17T23:51:06.4439285Z 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-12-17T23:51:06.4445366Z 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-12-17T23:51:06.4451826Z 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-12-17T23:51:06.4458233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4464315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4470709Z 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-12-17T23:51:06.4476781Z 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-12-17T23:51:06.4483435Z 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-12-17T23:51:06.4489844Z 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-12-17T23:51:06.4496252Z 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-12-17T23:51:06.4502661Z 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-12-17T23:51:06.4508989Z 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-12-17T23:51:06.4514997Z 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-12-17T23:51:06.4521137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4527358Z 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-12-17T23:51:06.4533457Z 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-12-17T23:51:06.4539620Z 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-12-17T23:51:06.4545925Z 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-12-17T23:51:06.4552011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4558594Z 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-12-17T23:51:06.4564617Z 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-12-17T23:51:06.4570810Z 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-12-17T23:51:06.4577090Z 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-12-17T23:51:06.4583624Z 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-12-17T23:51:06.4591812Z 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-12-17T23:51:06.4598553Z 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-12-17T23:51:06.4605877Z 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-12-17T23:51:06.4615492Z 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-12-17T23:51:06.4625224Z 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-12-17T23:51:06.4634825Z 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-12-17T23:51:06.4644490Z 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-12-17T23:51:06.4653037Z 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-12-17T23:51:06.4660427Z 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-12-17T23:51:06.4667376Z 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-12-17T23:51:06.4674677Z 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-12-17T23:51:06.4681971Z 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-12-17T23:51:06.4689008Z 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-12-17T23:51:06.4695456Z 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-12-17T23:51:06.4708624Z 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-12-17T23:51:06.4714766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4720769Z 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-12-17T23:51:06.4726757Z 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-12-17T23:51:06.4732761Z 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-12-17T23:51:06.4738930Z 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-12-17T23:51:06.4744846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4750766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4756908Z 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-12-17T23:51:06.4763047Z 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-12-17T23:51:06.4770011Z 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-12-17T23:51:06.4776284Z 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-12-17T23:51:06.4782472Z 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-12-17T23:51:06.4788898Z 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-12-17T23:51:06.4795829Z 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-12-17T23:51:06.4802048Z 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-12-17T23:51:06.4808586Z 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-12-17T23:51:06.4814635Z 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-12-17T23:51:06.4820785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4827465Z 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-12-17T23:51:06.4833860Z 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-12-17T23:51:06.4839826Z 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-12-17T23:51:06.4846035Z 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-12-17T23:51:06.4853305Z 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-12-17T23:51:06.4860593Z 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-12-17T23:51:06.4866755Z 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-12-17T23:51:06.4873381Z 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-12-17T23:51:06.4879996Z 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-12-17T23:51:06.4886040Z 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-12-17T23:51:06.4892528Z 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-12-17T23:51:06.4901164Z 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-12-17T23:51:06.4909566Z 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-12-17T23:51:06.4919550Z 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-12-17T23:51:06.4929452Z 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-12-17T23:51:06.4939247Z 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-12-17T23:51:06.4948590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4956146Z 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-12-17T23:51:06.4963082Z 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-12-17T23:51:06.4970263Z 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-12-17T23:51:06.4977065Z 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-12-17T23:51:06.4983471Z 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-12-17T23:51:06.4990215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.4996432Z 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-12-17T23:51:06.5003264Z 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-12-17T23:51:06.5009826Z 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-12-17T23:51:06.5016208Z 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-12-17T23:51:06.5023148Z 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-12-17T23:51:06.5030001Z 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-12-17T23:51:06.5036430Z 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-12-17T23:51:06.5042581Z 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-12-17T23:51:06.5048769Z 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-12-17T23:51:06.5054922Z 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-12-17T23:51:06.5060915Z 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-12-17T23:51:06.5067004Z 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-12-17T23:51:06.5073107Z 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-12-17T23:51:06.5079590Z 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-12-17T23:51:06.5086924Z 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-12-17T23:51:06.5093178Z 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-12-17T23:51:06.5099782Z 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-12-17T23:51:06.5106602Z 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-12-17T23:51:06.5118139Z 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-12-17T23:51:06.5124504Z 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-12-17T23:51:06.5130769Z 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-12-17T23:51:06.5137096Z 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-12-17T23:51:06.5144212Z 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-12-17T23:51:06.5150382Z 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-12-17T23:51:06.5156337Z 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-12-17T23:51:06.5162833Z 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-12-17T23:51:06.5168833Z 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-12-17T23:51:06.5174829Z 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-12-17T23:51:06.5181188Z 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-12-17T23:51:06.5188929Z 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-12-17T23:51:06.5195729Z 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-12-17T23:51:06.5203929Z 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-12-17T23:51:06.5213606Z 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-12-17T23:51:06.5223558Z 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-12-17T23:51:06.5232599Z 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-12-17T23:51:06.5241194Z 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-12-17T23:51:06.5249624Z 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-12-17T23:51:06.5256558Z 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-12-17T23:51:06.5263822Z 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-12-17T23:51:06.5271121Z 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-12-17T23:51:06.5278671Z 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-12-17T23:51:06.5285666Z 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-12-17T23:51:06.5291751Z 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-12-17T23:51:06.5297780Z 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-12-17T23:51:06.5305319Z 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-12-17T23:51:06.5311509Z 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-12-17T23:51:06.5317858Z 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-12-17T23:51:06.5324008Z 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-12-17T23:51:06.5330886Z 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-12-17T23:51:06.5337426Z 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-12-17T23:51:06.5343695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.5349173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.5355681Z 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-12-17T23:51:06.5362440Z 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-12-17T23:51:06.5368943Z 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-12-17T23:51:06.5375009Z 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-12-17T23:51:06.5381900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.5387807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.5393969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.5400064Z 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-12-17T23:51:06.5406438Z 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-12-17T23:51:06.5412471Z 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-12-17T23:51:06.5418833Z 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-12-17T23:51:06.5425855Z 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-12-17T23:51:06.5432445Z 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-12-17T23:51:06.5438455Z 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-12-17T23:51:06.5444815Z 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-12-17T23:51:06.5450832Z 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-12-17T23:51:06.5458098Z 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-12-17T23:51:06.5463976Z 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-12-17T23:51:06.5469913Z 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-12-17T23:51:06.5476847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.5483882Z 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-12-17T23:51:06.5492065Z 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-12-17T23:51:06.5500196Z 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-12-17T23:51:06.5510147Z 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-12-17T23:51:06.5520089Z 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-12-17T23:51:06.5530013Z 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-12-17T23:51:06.5537145Z 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-12-17T23:51:06.5546148Z 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-12-17T23:51:06.5553181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.5560149Z 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-12-17T23:51:06.5567317Z 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-12-17T23:51:06.5574124Z 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-12-17T23:51:06.5581128Z 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-12-17T23:51:06.5588614Z 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-12-17T23:51:06.5594712Z 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-12-17T23:51:06.5601790Z 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-12-17T23:51:06.5607635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.5614349Z 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-12-17T23:51:06.5621909Z 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-12-17T23:51:06.5627588Z 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-12-17T23:51:06.5634531Z 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-12-17T23:51:06.5640972Z 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-12-17T23:51:06.5648117Z 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-12-17T23:51:06.5654262Z 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-12-17T23:51:06.5660511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.5667544Z 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-12-17T23:51:06.5673648Z 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-12-17T23:51:06.5680050Z 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-12-17T23:51:06.5687068Z 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-12-17T23:51:06.5695893Z 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-12-17T23:51:06.5703723Z 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-12-17T23:51:06.5712858Z 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-12-17T23:51:06.5722134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.5730048Z 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-12-17T23:51:06.5737459Z 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-12-17T23:51:06.5747251Z 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-12-17T23:51:06.5754671Z 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-12-17T23:51:06.5761913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.5769491Z 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-12-17T23:51:06.5776395Z 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-12-17T23:51:06.5783361Z 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-12-17T23:51:06.5789983Z 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-12-17T23:51:06.5796523Z 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-12-17T23:51:06.5803822Z 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-12-17T23:51:06.5809855Z 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-12-17T23:51:06.5816737Z 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-12-17T23:51:06.5823424Z 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-12-17T23:51:06.5829827Z 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-12-17T23:51:06.5836639Z 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-12-17T23:51:06.5842935Z 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-12-17T23:51:06.5849145Z 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-12-17T23:51:06.5855608Z 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-12-17T23:51:06.5862054Z 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-12-17T23:51:06.5868418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.5927203Z 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-12-17T23:51:06.5933817Z 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-12-17T23:51:06.5940303Z 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-12-17T23:51:06.5946723Z 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-12-17T23:51:06.5952898Z 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-12-17T23:51:06.5959003Z 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-12-17T23:51:06.5965161Z 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-12-17T23:51:06.5971580Z 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-12-17T23:51:06.5977607Z 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-12-17T23:51:06.5984329Z 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-12-17T23:51:06.5991337Z 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-12-17T23:51:06.5998246Z 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-12-17T23:51:06.6004770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6011590Z 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-12-17T23:51:06.6018582Z 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-12-17T23:51:06.6025805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6058221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6064951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6072843Z 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-12-17T23:51:06.6081224Z 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-12-17T23:51:06.6090971Z 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-12-17T23:51:06.6100724Z 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-12-17T23:51:06.6108547Z 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-12-17T23:51:06.6117733Z 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-12-17T23:51:06.6124596Z 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-12-17T23:51:06.6131579Z 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-12-17T23:51:06.6138848Z 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-12-17T23:51:06.6145961Z 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-12-17T23:51:06.6152949Z 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-12-17T23:51:06.6160039Z 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-12-17T23:51:06.6166592Z 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-12-17T23:51:06.6173266Z 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-12-17T23:51:06.6180348Z 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-12-17T23:51:06.6186364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6192957Z 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-12-17T23:51:06.6199122Z 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-12-17T23:51:06.6205534Z 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-12-17T23:51:06.6212520Z 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-12-17T23:51:06.6219096Z 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-12-17T23:51:06.6225238Z 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-12-17T23:51:06.6231119Z 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-12-17T23:51:06.6237822Z 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-12-17T23:51:06.6244296Z 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-12-17T23:51:06.6250731Z 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-12-17T23:51:06.6256818Z 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-12-17T23:51:06.6263615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6270171Z 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-12-17T23:51:06.6276213Z 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-12-17T23:51:06.6283029Z 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-12-17T23:51:06.6289743Z 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-12-17T23:51:06.6295883Z 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-12-17T23:51:06.6302013Z 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-12-17T23:51:06.6308315Z 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-12-17T23:51:06.6314529Z 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-12-17T23:51:06.6320999Z 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-12-17T23:51:06.6327803Z 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-12-17T23:51:06.6334260Z 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-12-17T23:51:06.6341049Z 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-12-17T23:51:06.6346895Z 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-12-17T23:51:06.6353156Z 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-12-17T23:51:06.6359592Z 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-12-17T23:51:06.6367212Z 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-12-17T23:51:06.6374443Z 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-12-17T23:51:06.6381815Z 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-12-17T23:51:06.6388664Z 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-12-17T23:51:06.6395911Z 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-12-17T23:51:06.6402847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6410540Z 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-12-17T23:51:06.6417060Z 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-12-17T23:51:06.6424305Z 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-12-17T23:51:06.6430823Z 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-12-17T23:51:06.6437744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6445749Z 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-12-17T23:51:06.6453187Z 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-12-17T23:51:06.6460427Z 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-12-17T23:51:06.6467214Z 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-12-17T23:51:06.6474101Z 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-12-17T23:51:06.6480933Z 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-12-17T23:51:06.6488999Z 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-12-17T23:51:06.6495916Z 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-12-17T23:51:06.6502738Z 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-12-17T23:51:06.6509481Z 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-12-17T23:51:06.6516114Z 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-12-17T23:51:06.6523141Z 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-12-17T23:51:06.6530058Z 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-12-17T23:51:06.6536732Z 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-12-17T23:51:06.6543920Z 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-12-17T23:51:06.6550892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6557981Z 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-12-17T23:51:06.6564456Z 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-12-17T23:51:06.6571305Z 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-12-17T23:51:06.6578338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6586169Z 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-12-17T23:51:06.6593913Z 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-12-17T23:51:06.6603120Z 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-12-17T23:51:06.6610174Z 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-12-17T23:51:06.6617413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6625067Z 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-12-17T23:51:06.6631998Z 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-12-17T23:51:06.6638204Z 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-12-17T23:51:06.6644998Z 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-12-17T23:51:06.6651544Z 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-12-17T23:51:06.6658233Z 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-12-17T23:51:06.6664928Z 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-12-17T23:51:06.6671230Z 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-12-17T23:51:06.6677544Z 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-12-17T23:51:06.6683655Z 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-12-17T23:51:06.6690509Z 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-12-17T23:51:06.6696626Z 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-12-17T23:51:06.6703409Z 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-12-17T23:51:06.6709994Z 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-12-17T23:51:06.6716094Z 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-12-17T23:51:06.6722378Z 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-12-17T23:51:06.6728545Z 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-12-17T23:51:06.6735504Z 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-12-17T23:51:06.6742193Z 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-12-17T23:51:06.6748228Z 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-12-17T23:51:06.6754594Z 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-12-17T23:51:06.6761071Z 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-12-17T23:51:06.6767336Z 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-12-17T23:51:06.6773687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6782848Z 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-12-17T23:51:06.6789053Z 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-12-17T23:51:06.6795398Z 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-12-17T23:51:06.6801391Z 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-12-17T23:51:06.6807307Z 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-12-17T23:51:06.6813131Z 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-12-17T23:51:06.6819171Z 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-12-17T23:51:06.6824678Z 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-12-17T23:51:06.6830966Z 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-12-17T23:51:06.6837060Z 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-12-17T23:51:06.6842987Z 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-12-17T23:51:06.6849144Z 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-12-17T23:51:06.6855237Z 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-12-17T23:51:06.6861019Z 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-12-17T23:51:06.6866947Z 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-12-17T23:51:06.6873310Z 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-12-17T23:51:06.6879324Z 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-12-17T23:51:06.6885418Z 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-12-17T23:51:06.6891611Z 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-12-17T23:51:06.6898871Z 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-12-17T23:51:06.6905367Z 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-12-17T23:51:06.6912167Z 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-12-17T23:51:06.6919855Z 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-12-17T23:51:06.6926112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6932201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6937855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.6951851Z 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-12-17T23:51:06.6958632Z 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-12-17T23:51:06.6964689Z 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-12-17T23:51:06.6970908Z 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-12-17T23:51:06.6977049Z 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-12-17T23:51:06.6983056Z 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-12-17T23:51:06.6989080Z 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-12-17T23:51:06.6995823Z 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-12-17T23:51:06.7004553Z 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-12-17T23:51:06.7011807Z 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-12-17T23:51:06.7019975Z 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-12-17T23:51:06.7027314Z 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-12-17T23:51:06.7036695Z 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-12-17T23:51:06.7044171Z 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-12-17T23:51:06.7051696Z 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-12-17T23:51:06.7060543Z 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-12-17T23:51:06.7067557Z 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-12-17T23:51:06.7074958Z 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-12-17T23:51:06.7083891Z 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-12-17T23:51:06.7090809Z 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-12-17T23:51:06.7098225Z 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-12-17T23:51:06.7105345Z 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-12-17T23:51:06.7112392Z 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-12-17T23:51:06.7118547Z 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-12-17T23:51:06.7125475Z 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-12-17T23:51:06.7131377Z 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-12-17T23:51:06.7138270Z 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-12-17T23:51:06.7144897Z 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-12-17T23:51:06.7151100Z 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-12-17T23:51:06.7157532Z 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-12-17T23:51:06.7163843Z 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-12-17T23:51:06.7170497Z 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-12-17T23:51:06.7177002Z 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-12-17T23:51:06.7184181Z 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-12-17T23:51:06.7190326Z 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-12-17T23:51:06.7196724Z 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-12-17T23:51:06.7203293Z 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-12-17T23:51:06.7209516Z 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-12-17T23:51:06.7215616Z 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-12-17T23:51:06.7221917Z 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-12-17T23:51:06.7229171Z 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-12-17T23:51:06.7236041Z 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-12-17T23:51:06.7242935Z 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-12-17T23:51:06.7249277Z 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-12-17T23:51:06.7255737Z 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-12-17T23:51:06.7270962Z 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-12-17T23:51:06.7277358Z 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-12-17T23:51:06.7283369Z 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-12-17T23:51:06.7289809Z 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-12-17T23:51:06.7295789Z 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-12-17T23:51:06.7302189Z 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-12-17T23:51:06.7308828Z 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-12-17T23:51:06.7315581Z 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-12-17T23:51:06.7321770Z 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-12-17T23:51:06.7328061Z 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-12-17T23:51:06.7335623Z 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-12-17T23:51:06.7342617Z 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-12-17T23:51:06.7349570Z 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-12-17T23:51:06.7356577Z 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-12-17T23:51:06.7363619Z 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-12-17T23:51:06.7370549Z 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-12-17T23:51:06.7377540Z 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-12-17T23:51:06.7384384Z 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-12-17T23:51:06.7391786Z 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-12-17T23:51:06.7399320Z 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-12-17T23:51:06.7406154Z 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-12-17T23:51:06.7412944Z 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-12-17T23:51:06.7420140Z 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-12-17T23:51:06.7427101Z 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-12-17T23:51:06.7434101Z 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-12-17T23:51:06.7440956Z 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-12-17T23:51:06.7447579Z 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-12-17T23:51:06.7454164Z 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-12-17T23:51:06.7460991Z 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-12-17T23:51:06.7468703Z 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-12-17T23:51:06.7475932Z 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-12-17T23:51:06.7482596Z 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-12-17T23:51:06.7489930Z 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-12-17T23:51:06.7496683Z 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-12-17T23:51:06.7503276Z 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-12-17T23:51:06.7510612Z 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-12-17T23:51:06.7517747Z 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-12-17T23:51:06.7524579Z 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-12-17T23:51:06.7531169Z 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-12-17T23:51:06.7537804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.7545158Z 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-12-17T23:51:06.7551909Z 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-12-17T23:51:06.7558539Z 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-12-17T23:51:06.7565703Z 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-12-17T23:51:06.7573026Z 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-12-17T23:51:06.7580053Z 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-12-17T23:51:06.7588879Z 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-12-17T23:51:06.7597839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.7603951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.7612348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.7619026Z 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-12-17T23:51:06.7625812Z 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-12-17T23:51:06.7632598Z 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-12-17T23:51:06.7639479Z 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-12-17T23:51:06.7645880Z 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-12-17T23:51:06.7653263Z 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-12-17T23:51:06.7659350Z 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-12-17T23:51:06.7665418Z 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-12-17T23:51:06.7671507Z 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-12-17T23:51:06.7677829Z 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-12-17T23:51:06.7684679Z 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-12-17T23:51:06.7690894Z 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-12-17T23:51:06.7696982Z 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-12-17T23:51:06.7703508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.7709754Z 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-12-17T23:51:06.7715711Z 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-12-17T23:51:06.7721538Z 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-12-17T23:51:06.7727503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.7733748Z 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-12-17T23:51:06.7740550Z 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-12-17T23:51:06.7746328Z 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-12-17T23:51:06.7752243Z 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-12-17T23:51:06.7758637Z 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-12-17T23:51:06.7764531Z 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-12-17T23:51:06.7770495Z 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-12-17T23:51:06.7776487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.7782732Z 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-12-17T23:51:06.7788667Z 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-12-17T23:51:06.7794740Z 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-12-17T23:51:06.7801060Z 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-12-17T23:51:06.7807154Z 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-12-17T23:51:06.7813143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.7819695Z 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-12-17T23:51:06.7825776Z 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-12-17T23:51:06.7831819Z 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-12-17T23:51:06.7838022Z 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-12-17T23:51:06.7844792Z 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-12-17T23:51:06.7852554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.7859582Z 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-12-17T23:51:06.7866099Z 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-12-17T23:51:06.7872656Z 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-12-17T23:51:06.7879419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.7886109Z 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-12-17T23:51:06.7892962Z 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-12-17T23:51:06.7899908Z 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-12-17T23:51:06.7906924Z 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-12-17T23:51:06.7913653Z 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-12-17T23:51:06.7920327Z 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-12-17T23:51:06.7927104Z 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-12-17T23:51:06.7934194Z 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-12-17T23:51:06.7940926Z 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-12-17T23:51:06.7947826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.7954192Z 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-12-17T23:51:06.7961205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.7967662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.7974289Z 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-12-17T23:51:06.7981178Z 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-12-17T23:51:06.7988000Z 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-12-17T23:51:06.7994436Z 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-12-17T23:51:06.8001056Z 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-12-17T23:51:06.8008020Z 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-12-17T23:51:06.8014796Z 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-12-17T23:51:06.8021477Z 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-12-17T23:51:06.8028678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.8035200Z 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-12-17T23:51:06.8042866Z 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-12-17T23:51:06.8049952Z 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-12-17T23:51:06.8056309Z 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-12-17T23:51:06.8063268Z 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-12-17T23:51:06.8073345Z 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-12-17T23:51:06.8102637Z 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-12-17T23:51:06.8109450Z 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-12-17T23:51:06.8116378Z 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-12-17T23:51:06.8122870Z 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-12-17T23:51:06.8129642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.8137248Z 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-12-17T23:51:06.8143800Z 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-12-17T23:51:06.8149645Z 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-12-17T23:51:06.8156975Z 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-12-17T23:51:06.8164653Z 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-12-17T23:51:06.8171756Z 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-12-17T23:51:06.8179022Z 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-12-17T23:51:06.8187187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.8195525Z 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-12-17T23:51:06.8200778Z 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-12-17T23:51:06.8206728Z 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-12-17T23:51:06.8213035Z 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-12-17T23:51:06.8219089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.8225725Z 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-12-17T23:51:06.8231983Z 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-12-17T23:51:06.8238075Z 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-12-17T23:51:06.8244858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.8251906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.8258991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.8265849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.8272376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.8279440Z 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-12-17T23:51:06.8286182Z 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-12-17T23:51:06.8292880Z 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-12-17T23:51:06.8300185Z 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-12-17T23:51:06.8307285Z 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-12-17T23:51:06.8314217Z 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-12-17T23:51:06.8321349Z 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-12-17T23:51:06.8328040Z 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-12-17T23:51:06.8336088Z 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-12-17T23:51:06.8345584Z 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-12-17T23:51:06.8353079Z 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-12-17T23:51:06.8362534Z 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-12-17T23:51:06.8372026Z 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-12-17T23:51:06.8379099Z 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-12-17T23:51:06.8386183Z 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-12-17T23:51:06.8393463Z 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-12-17T23:51:06.8400282Z 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-12-17T23:51:06.8406687Z 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-12-17T23:51:06.8413674Z 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-12-17T23:51:06.8420229Z 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-12-17T23:51:06.8426911Z 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-12-17T23:51:06.8433480Z 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-12-17T23:51:06.8440156Z 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-12-17T23:51:06.8446112Z 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-12-17T23:51:06.8452162Z 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-12-17T23:51:06.8459220Z 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-12-17T23:51:06.8465847Z 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-12-17T23:51:06.8472490Z 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-12-17T23:51:06.8478930Z 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-12-17T23:51:06.8485973Z 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-12-17T23:51:06.8492364Z 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-12-17T23:51:06.8498491Z 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-12-17T23:51:06.8504691Z 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-12-17T23:51:06.8511125Z 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-12-17T23:51:06.8517586Z 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-12-17T23:51:06.8523992Z 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-12-17T23:51:06.8530407Z 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-12-17T23:51:06.8536843Z 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-12-17T23:51:06.8543562Z 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-12-17T23:51:06.8550070Z 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-12-17T23:51:06.8556748Z 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-12-17T23:51:06.8563537Z 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-12-17T23:51:06.8569585Z 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-12-17T23:51:06.8575962Z 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-12-17T23:51:06.8582283Z 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-12-17T23:51:06.8588507Z 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-12-17T23:51:06.8595104Z 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-12-17T23:51:06.8601312Z 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-12-17T23:51:06.8607369Z 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-12-17T23:51:06.8613809Z 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-12-17T23:51:06.8620748Z 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-12-17T23:51:06.8627171Z 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-12-17T23:51:06.8633504Z 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-12-17T23:51:06.8640447Z 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-12-17T23:51:06.8649895Z 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-12-17T23:51:06.8658120Z 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-12-17T23:51:06.8668052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.8677738Z 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-12-17T23:51:06.8687322Z 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-12-17T23:51:06.8696562Z 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-12-17T23:51:06.8704083Z 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-12-17T23:51:06.8712142Z 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-12-17T23:51:06.8725977Z 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-12-17T23:51:06.8733825Z 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-12-17T23:51:06.8741132Z 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-12-17T23:51:06.8748794Z 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-12-17T23:51:06.8756045Z 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-12-17T23:51:06.8762803Z 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-12-17T23:51:06.8768876Z 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-12-17T23:51:06.8774931Z 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-12-17T23:51:06.8781132Z 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-12-17T23:51:06.8789102Z 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-12-17T23:51:06.8795274Z 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-12-17T23:51:06.8801544Z 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-12-17T23:51:06.8807705Z 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-12-17T23:51:06.8813986Z 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-12-17T23:51:06.8820319Z 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-12-17T23:51:06.8826645Z 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-12-17T23:51:06.8833065Z 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-12-17T23:51:06.8839251Z 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-12-17T23:51:06.8846731Z 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-12-17T23:51:06.8857165Z 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-12-17T23:51:06.8863496Z 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-12-17T23:51:06.8869477Z 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-12-17T23:51:06.8875603Z 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-12-17T23:51:06.8881708Z 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-12-17T23:51:06.8888325Z 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-12-17T23:51:06.8894487Z 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-12-17T23:51:06.8900781Z 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-12-17T23:51:06.8906968Z 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-12-17T23:51:06.8913424Z 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-12-17T23:51:06.8919678Z 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-12-17T23:51:06.8925811Z 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-12-17T23:51:06.8931936Z 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-12-17T23:51:06.8938446Z 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-12-17T23:51:06.8945156Z 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-12-17T23:51:06.8951707Z 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-12-17T23:51:06.8958455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.8965211Z 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-12-17T23:51:06.8972313Z 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-12-17T23:51:06.8979318Z 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-12-17T23:51:06.8986666Z 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-12-17T23:51:06.8993496Z 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-12-17T23:51:06.9000330Z 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-12-17T23:51:06.9007319Z 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-12-17T23:51:06.9014488Z 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-12-17T23:51:06.9021330Z 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-12-17T23:51:06.9028202Z 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-12-17T23:51:06.9035422Z 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-12-17T23:51:06.9042340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.9049630Z 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-12-17T23:51:06.9056707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.9063500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.9070176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.9077157Z 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-12-17T23:51:06.9083962Z 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-12-17T23:51:06.9091099Z 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-12-17T23:51:06.9100331Z 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-12-17T23:51:06.9108373Z 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-12-17T23:51:06.9118463Z 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-12-17T23:51:06.9126700Z 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-12-17T23:51:06.9133722Z 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-12-17T23:51:06.9140830Z 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-12-17T23:51:06.9148306Z 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-12-17T23:51:06.9154647Z 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-12-17T23:51:06.9161505Z 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-12-17T23:51:06.9167965Z 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-12-17T23:51:06.9173981Z 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-12-17T23:51:06.9180839Z 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-12-17T23:51:06.9187316Z 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-12-17T23:51:06.9193825Z 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-12-17T23:51:06.9199878Z 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-12-17T23:51:06.9206069Z 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-12-17T23:51:06.9213053Z 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-12-17T23:51:06.9219819Z 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-12-17T23:51:06.9226273Z 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-12-17T23:51:06.9232452Z 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-12-17T23:51:06.9238655Z 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-12-17T23:51:06.9245374Z 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-12-17T23:51:06.9252420Z 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-12-17T23:51:06.9259278Z 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-12-17T23:51:06.9266059Z 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-12-17T23:51:06.9272546Z 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-12-17T23:51:06.9278796Z 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-12-17T23:51:06.9284986Z 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-12-17T23:51:06.9291187Z 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-12-17T23:51:06.9297758Z 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-12-17T23:51:06.9304766Z 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-12-17T23:51:06.9310921Z 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-12-17T23:51:06.9317331Z 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-12-17T23:51:06.9323682Z 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-12-17T23:51:06.9330509Z 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-12-17T23:51:06.9336620Z 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-12-17T23:51:06.9343033Z 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-12-17T23:51:06.9349196Z 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-12-17T23:51:06.9355399Z 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-12-17T23:51:06.9362738Z 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-12-17T23:51:06.9369555Z 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-12-17T23:51:06.9376508Z 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-12-17T23:51:06.9383425Z 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-12-17T23:51:06.9390784Z 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-12-17T23:51:06.9397568Z 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-12-17T23:51:06.9404711Z 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-12-17T23:51:06.9411461Z 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-12-17T23:51:06.9418552Z 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-12-17T23:51:06.9425293Z 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-12-17T23:51:06.9431964Z 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-12-17T23:51:06.9438960Z 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-12-17T23:51:06.9446383Z 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-12-17T23:51:06.9453831Z 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-12-17T23:51:06.9460473Z 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-12-17T23:51:06.9467174Z 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-12-17T23:51:06.9473990Z 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-12-17T23:51:06.9481246Z 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-12-17T23:51:06.9488604Z 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-12-17T23:51:06.9495745Z 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-12-17T23:51:06.9503000Z 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-12-17T23:51:06.9510033Z 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-12-17T23:51:06.9516525Z 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-12-17T23:51:06.9523584Z 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-12-17T23:51:06.9530655Z 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-12-17T23:51:06.9538304Z 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-12-17T23:51:06.9545438Z 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-12-17T23:51:06.9552237Z 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-12-17T23:51:06.9558837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.9565916Z 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-12-17T23:51:06.9573012Z 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-12-17T23:51:06.9580201Z 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-12-17T23:51:06.9586842Z 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-12-17T23:51:06.9593827Z 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-12-17T23:51:06.9601985Z 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-12-17T23:51:06.9611533Z 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-12-17T23:51:06.9621391Z 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-12-17T23:51:06.9628439Z 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-12-17T23:51:06.9635376Z 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-12-17T23:51:06.9642443Z 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-12-17T23:51:06.9649466Z 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-12-17T23:51:06.9655886Z 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-12-17T23:51:06.9663087Z 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-12-17T23:51:06.9669518Z 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-12-17T23:51:06.9676542Z 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-12-17T23:51:06.9683030Z 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-12-17T23:51:06.9689315Z 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-12-17T23:51:06.9695638Z 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-12-17T23:51:06.9702878Z 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-12-17T23:51:06.9709881Z 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-12-17T23:51:06.9715976Z 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-12-17T23:51:06.9722429Z 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-12-17T23:51:06.9728931Z 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-12-17T23:51:06.9735385Z 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-12-17T23:51:06.9742317Z 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-12-17T23:51:06.9748526Z 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-12-17T23:51:06.9755378Z 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-12-17T23:51:06.9761719Z 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-12-17T23:51:06.9767999Z 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-12-17T23:51:06.9774281Z 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-12-17T23:51:06.9780941Z 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-12-17T23:51:06.9787297Z 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-12-17T23:51:06.9793519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.9799793Z 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-12-17T23:51:06.9806307Z 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-12-17T23:51:06.9812734Z 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-12-17T23:51:06.9819310Z 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-12-17T23:51:06.9825868Z 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-12-17T23:51:06.9832205Z 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-12-17T23:51:06.9886917Z 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-12-17T23:51:06.9894433Z 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-12-17T23:51:06.9900958Z 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-12-17T23:51:06.9907261Z 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-12-17T23:51:06.9914341Z 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-12-17T23:51:06.9921382Z 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-12-17T23:51:06.9928205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.9935013Z 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-12-17T23:51:06.9943044Z 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-12-17T23:51:06.9949988Z 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-12-17T23:51:06.9957121Z 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-12-17T23:51:06.9964371Z 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-12-17T23:51:06.9971363Z 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-12-17T23:51:06.9978277Z 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-12-17T23:51:06.9985226Z 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-12-17T23:51:06.9992430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:06.9999226Z 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-12-17T23:51:07.0005903Z 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-12-17T23:51:07.0012648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.0019357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.0026038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.0032539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.0038529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.0045352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.0052077Z 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-12-17T23:51:07.0058706Z 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-12-17T23:51:07.0065359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.0072091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.0079097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.0086068Z 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-12-17T23:51:07.0092626Z 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-12-17T23:51:07.0109777Z 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-12-17T23:51:07.0110903Z 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-12-17T23:51:07.0116447Z 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-12-17T23:51:07.0125573Z 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-12-17T23:51:07.0133272Z 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-12-17T23:51:07.0140241Z 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-12-17T23:51:07.0147341Z 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-12-17T23:51:07.0154444Z 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-12-17T23:51:07.0160940Z 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-12-17T23:51:07.0167885Z 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-12-17T23:51:07.0174272Z 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-12-17T23:51:07.0180553Z 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-12-17T23:51:07.0187230Z 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-12-17T23:51:07.0193506Z 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-12-17T23:51:07.0199945Z 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-12-17T23:51:07.0207002Z 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-12-17T23:51:07.0213279Z 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-12-17T23:51:07.0220579Z 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-12-17T23:51:07.0226699Z 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-12-17T23:51:07.0233263Z 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-12-17T23:51:07.0239344Z 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-12-17T23:51:07.0246112Z 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-12-17T23:51:07.0252649Z 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-12-17T23:51:07.0259276Z 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-12-17T23:51:07.0265590Z 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-12-17T23:51:07.0271857Z 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-12-17T23:51:07.0278204Z 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-12-17T23:51:07.0284280Z 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-12-17T23:51:07.0290596Z 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-12-17T23:51:07.0296692Z 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-12-17T23:51:07.0302812Z 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-12-17T23:51:07.0309205Z 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-12-17T23:51:07.0316022Z 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-12-17T23:51:07.0322241Z 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-12-17T23:51:07.0328519Z 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-12-17T23:51:07.0334265Z 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-12-17T23:51:07.0340438Z 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-12-17T23:51:07.0347478Z 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-12-17T23:51:07.0353853Z 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-12-17T23:51:07.0360381Z 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-12-17T23:51:07.0366838Z 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-12-17T23:51:07.0372996Z 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-12-17T23:51:07.0379719Z 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-12-17T23:51:07.0386161Z 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-12-17T23:51:07.0392284Z 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-12-17T23:51:07.0398824Z 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-12-17T23:51:07.0404547Z 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-12-17T23:51:07.0410977Z 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-12-17T23:51:07.0418047Z 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-12-17T23:51:07.0425326Z 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-12-17T23:51:07.0432346Z 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-12-17T23:51:07.0438881Z 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-12-17T23:51:07.0445909Z 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-12-17T23:51:07.0452666Z 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-12-17T23:51:07.0459286Z 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-12-17T23:51:07.0466527Z 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-12-17T23:51:07.0473938Z 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-12-17T23:51:07.0480795Z 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-12-17T23:51:07.0487714Z 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-12-17T23:51:07.0494658Z 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-12-17T23:51:07.0501869Z 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-12-17T23:51:07.0541722Z 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-12-17T23:51:07.0548328Z 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-12-17T23:51:07.0555291Z 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-12-17T23:51:07.0562794Z 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-12-17T23:51:07.0569711Z 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-12-17T23:51:07.0630220Z 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-12-17T23:51:07.0637254Z 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-12-17T23:51:07.0644457Z 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-12-17T23:51:07.0651649Z 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-12-17T23:51:07.0658650Z 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-12-17T23:51:07.0671534Z 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-12-17T23:51:07.0674732Z 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-12-17T23:51:07.0681014Z 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-12-17T23:51:07.0688092Z 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-12-17T23:51:07.0694086Z 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-12-17T23:51:07.0700391Z 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-12-17T23:51:07.0707313Z 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-12-17T23:51:07.0714205Z 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-12-17T23:51:07.0720644Z 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-12-17T23:51:07.0727114Z 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-12-17T23:51:07.0734204Z 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-12-17T23:51:07.0740240Z 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-12-17T23:51:07.0746366Z 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-12-17T23:51:07.0752484Z 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-12-17T23:51:07.0759127Z 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-12-17T23:51:07.0765294Z 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-12-17T23:51:07.0772264Z 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-12-17T23:51:07.0778767Z 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-12-17T23:51:07.0785407Z 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-12-17T23:51:07.0791638Z 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-12-17T23:51:07.0798167Z 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-12-17T23:51:07.0804346Z 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-12-17T23:51:07.0810810Z 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-12-17T23:51:07.0817022Z 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-12-17T23:51:07.0823562Z 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-12-17T23:51:07.0829809Z 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-12-17T23:51:07.0836001Z 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-12-17T23:51:07.0842336Z 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-12-17T23:51:07.0848436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.0854457Z 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-12-17T23:51:07.0860573Z 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-12-17T23:51:07.0866623Z 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-12-17T23:51:07.0873016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.0878615Z 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-12-17T23:51:07.0884416Z 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-12-17T23:51:07.0890290Z 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-12-17T23:51:07.0896122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.0902361Z 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-12-17T23:51:07.0908251Z 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-12-17T23:51:07.0914127Z 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-12-17T23:51:07.0920699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.0927250Z 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-12-17T23:51:07.0934588Z 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-12-17T23:51:07.0941830Z 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-12-17T23:51:07.0948493Z 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-12-17T23:51:07.0955130Z 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-12-17T23:51:07.0961810Z 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-12-17T23:51:07.0968404Z 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-12-17T23:51:07.0975281Z 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-12-17T23:51:07.0982364Z 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-12-17T23:51:07.0989555Z 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-12-17T23:51:07.0996313Z 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-12-17T23:51:07.1003031Z 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-12-17T23:51:07.1009929Z 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-12-17T23:51:07.1016744Z 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-12-17T23:51:07.1023574Z 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-12-17T23:51:07.1030599Z 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-12-17T23:51:07.1037524Z 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-12-17T23:51:07.1044520Z 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-12-17T23:51:07.1051226Z 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-12-17T23:51:07.1057945Z 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-12-17T23:51:07.1064681Z 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-12-17T23:51:07.1071620Z 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-12-17T23:51:07.1078438Z 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-12-17T23:51:07.1085355Z 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-12-17T23:51:07.1092347Z 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-12-17T23:51:07.1099281Z 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-12-17T23:51:07.1106658Z 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-12-17T23:51:07.1114083Z 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-12-17T23:51:07.1121663Z 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-12-17T23:51:07.1128800Z 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-12-17T23:51:07.1138442Z 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-12-17T23:51:07.1145691Z 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-12-17T23:51:07.1154412Z 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-12-17T23:51:07.1161694Z 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-12-17T23:51:07.1168863Z 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-12-17T23:51:07.1175812Z 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-12-17T23:51:07.1182813Z 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-12-17T23:51:07.1189198Z 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-12-17T23:51:07.1196064Z 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-12-17T23:51:07.1202183Z 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-12-17T23:51:07.1209459Z 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-12-17T23:51:07.1215658Z 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-12-17T23:51:07.1221910Z 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-12-17T23:51:07.1228088Z 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-12-17T23:51:07.1234173Z 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-12-17T23:51:07.1240921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.1247618Z 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-12-17T23:51:07.1253712Z 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-12-17T23:51:07.1260032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.1266367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.1272483Z 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-12-17T23:51:07.1278821Z 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-12-17T23:51:07.1284948Z 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-12-17T23:51:07.1291102Z 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-12-17T23:51:07.1297145Z 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-12-17T23:51:07.1303929Z 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-12-17T23:51:07.1310413Z 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-12-17T23:51:07.1316744Z 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-12-17T23:51:07.1322999Z 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-12-17T23:51:07.1329197Z 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-12-17T23:51:07.1335030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.1340815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.1346721Z 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-12-17T23:51:07.1352592Z 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-12-17T23:51:07.1358886Z 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-12-17T23:51:07.1364863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.1370903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.1377120Z 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-12-17T23:51:07.1383292Z 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-12-17T23:51:07.1389483Z 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-12-17T23:51:07.1395461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.1401694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.1407649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.1413825Z 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-12-17T23:51:07.1420389Z 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-12-17T23:51:07.1426141Z 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-12-17T23:51:07.1432127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.1438431Z 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-12-17T23:51:07.1444223Z 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-12-17T23:51:07.1450216Z 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-12-17T23:51:07.1456137Z 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-12-17T23:51:07.1462574Z 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-12-17T23:51:07.1468649Z 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-12-17T23:51:07.1474565Z 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-12-17T23:51:07.1480655Z 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-12-17T23:51:07.1487047Z 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-12-17T23:51:07.1493320Z 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-12-17T23:51:07.1499520Z 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-12-17T23:51:07.1505723Z 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-12-17T23:51:07.1512900Z 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-12-17T23:51:07.1519551Z 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-12-17T23:51:07.1526074Z 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-12-17T23:51:07.1532000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.1538446Z 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-12-17T23:51:07.1544966Z 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-12-17T23:51:07.1551046Z 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-12-17T23:51:07.1557228Z 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-12-17T23:51:07.1563310Z 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-12-17T23:51:07.1570121Z 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-12-17T23:51:07.1576118Z 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-12-17T23:51:07.1582663Z 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-12-17T23:51:07.1588915Z 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-12-17T23:51:07.1595076Z 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-12-17T23:51:07.1601554Z 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-12-17T23:51:07.1607981Z 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-12-17T23:51:07.1614300Z 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-12-17T23:51:07.1621939Z 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-12-17T23:51:07.1629553Z 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-12-17T23:51:07.1637670Z 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-12-17T23:51:07.1643824Z 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-12-17T23:51:07.1650043Z 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-12-17T23:51:07.1681031Z 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-12-17T23:51:07.1686844Z 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-12-17T23:51:07.1693111Z 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-12-17T23:51:07.1699643Z 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-12-17T23:51:07.1706226Z 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-12-17T23:51:07.1712758Z 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-12-17T23:51:07.1719012Z 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-12-17T23:51:07.1725226Z 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-12-17T23:51:07.1731932Z 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-12-17T23:51:07.1738075Z 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-12-17T23:51:07.1744285Z 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-12-17T23:51:07.1750812Z 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-12-17T23:51:07.1757196Z 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-12-17T23:51:07.1763376Z 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-12-17T23:51:07.1769573Z 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-12-17T23:51:07.1775505Z 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-12-17T23:51:07.1781583Z 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-12-17T23:51:07.1787617Z 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-12-17T23:51:07.1793577Z 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-12-17T23:51:07.1799825Z 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-12-17T23:51:07.1805922Z 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-12-17T23:51:07.1812497Z 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-12-17T23:51:07.1818496Z 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-12-17T23:51:07.1824931Z 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-12-17T23:51:07.1831123Z 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-12-17T23:51:07.1837567Z 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-12-17T23:51:07.1843288Z 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-12-17T23:51:07.1849222Z 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-12-17T23:51:07.1855538Z 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-12-17T23:51:07.1861892Z 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-12-17T23:51:07.1867798Z 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-12-17T23:51:07.1873938Z 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-12-17T23:51:07.1879769Z 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-12-17T23:51:07.1885814Z 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-12-17T23:51:07.1892229Z 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-12-17T23:51:07.1898260Z 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-12-17T23:51:07.1904164Z 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-12-17T23:51:07.1910118Z 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-12-17T23:51:07.1916680Z 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-12-17T23:51:07.1922595Z 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-12-17T23:51:07.1929316Z 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-12-17T23:51:07.1935317Z 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-12-17T23:51:07.1941532Z 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-12-17T23:51:07.1947570Z 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-12-17T23:51:07.1953570Z 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-12-17T23:51:07.1960208Z 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-12-17T23:51:07.1966592Z 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-12-17T23:51:07.1972368Z 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-12-17T23:51:07.1978479Z 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-12-17T23:51:07.1984351Z 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-12-17T23:51:07.1990769Z 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-12-17T23:51:07.1996910Z 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-12-17T23:51:07.2002989Z 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-12-17T23:51:07.2009024Z 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-12-17T23:51:07.2015403Z 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-12-17T23:51:07.2022179Z 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-12-17T23:51:07.2029212Z 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-12-17T23:51:07.2035389Z 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-12-17T23:51:07.2041897Z 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-12-17T23:51:07.2048060Z 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-12-17T23:51:07.2054314Z 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-12-17T23:51:07.2061226Z 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-12-17T23:51:07.2067683Z 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-12-17T23:51:07.2074063Z 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-12-17T23:51:07.2081054Z 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-12-17T23:51:07.2087626Z 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-12-17T23:51:07.2093659Z 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-12-17T23:51:07.2100012Z 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-12-17T23:51:07.2106215Z 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-12-17T23:51:07.2113140Z 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-12-17T23:51:07.2119982Z 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-12-17T23:51:07.2127206Z 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-12-17T23:51:07.2134152Z 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-12-17T23:51:07.2141043Z 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-12-17T23:51:07.2147200Z 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-12-17T23:51:07.2153718Z 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-12-17T23:51:07.2159821Z 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-12-17T23:51:07.2166187Z 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-12-17T23:51:07.2172337Z 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-12-17T23:51:07.2178604Z 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-12-17T23:51:07.2184612Z 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-12-17T23:51:07.2190558Z 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-12-17T23:51:07.2197234Z 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-12-17T23:51:07.2203175Z 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-12-17T23:51:07.2209447Z 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-12-17T23:51:07.2215373Z 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-12-17T23:51:07.2221631Z 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-12-17T23:51:07.2227799Z 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-12-17T23:51:07.2234275Z 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-12-17T23:51:07.2240176Z 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-12-17T23:51:07.2246642Z 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-12-17T23:51:07.2252640Z 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-12-17T23:51:07.2259193Z 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-12-17T23:51:07.2265560Z 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-12-17T23:51:07.2271846Z 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-12-17T23:51:07.2278107Z 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-12-17T23:51:07.2284429Z 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-12-17T23:51:07.2290539Z 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-12-17T23:51:07.2296935Z 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-12-17T23:51:07.2303208Z 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-12-17T23:51:07.2309609Z 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-12-17T23:51:07.2315572Z 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-12-17T23:51:07.2321704Z 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-12-17T23:51:07.2328376Z 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-12-17T23:51:07.2334795Z 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-12-17T23:51:07.2341113Z 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-12-17T23:51:07.2347290Z 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-12-17T23:51:07.2353135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2358449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2365322Z 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-12-17T23:51:07.2371519Z 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-12-17T23:51:07.2377324Z 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-12-17T23:51:07.2383663Z 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-12-17T23:51:07.2389736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2395536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2401691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2407586Z 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-12-17T23:51:07.2413291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2418995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2424990Z 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-12-17T23:51:07.2430793Z 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-12-17T23:51:07.2436696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2442787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2449069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2455149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2461241Z 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-12-17T23:51:07.2467849Z 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-12-17T23:51:07.2473804Z 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-12-17T23:51:07.2479881Z 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-12-17T23:51:07.2486007Z 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-12-17T23:51:07.2492193Z 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-12-17T23:51:07.2498282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2504707Z 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-12-17T23:51:07.2510722Z 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-12-17T23:51:07.2517182Z 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-12-17T23:51:07.2523116Z 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-12-17T23:51:07.2529399Z 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-12-17T23:51:07.2536143Z 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-12-17T23:51:07.2542068Z 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-12-17T23:51:07.2548494Z 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-12-17T23:51:07.2554570Z 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-12-17T23:51:07.2560922Z 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-12-17T23:51:07.2567021Z 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-12-17T23:51:07.2573356Z 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-12-17T23:51:07.2579859Z 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-12-17T23:51:07.2585746Z 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-12-17T23:51:07.2592101Z 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-12-17T23:51:07.2598047Z 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-12-17T23:51:07.2604056Z 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-12-17T23:51:07.2610642Z 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-12-17T23:51:07.2616292Z 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-12-17T23:51:07.2622469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2628575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2635049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2640854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2647119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2653571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2659508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2665735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-12-17T23:51:07.2679353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2684729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2690209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2695653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2702394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2708055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2713961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2719920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2727279Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2024-12-17T23:51:07.2732924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2024-12-17T23:51:07.2739343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2024-12-17T23:51:07.2745209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2751656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2790363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2803067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2808326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2813722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2819302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2824526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SDPBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2830176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2835194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2840472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2854792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2861959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2868380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2874732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2881010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2887403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2893501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2900028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2906814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2914274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2920997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2927498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2934280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2940742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2946904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2953282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2959879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2966209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2972505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2985582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2991683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.2997884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.3003883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.3026744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.3033073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-12-17T23:51:07.3040190Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2024-12-17T23:51:07.3046319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-12-17T23:51:07.3053378Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2024-12-17T23:51:07.3059677Z 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-12-17T23:51:07.3065912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-12-17T23:51:07.3072059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-12-17T23:51:07.3113565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-12-17T23:51:07.3114877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-12-17T23:51:07.3121474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-12-17T23:51:07.3135716Z creating build\bdist.win-amd64\wheel\torch\include\c10 2024-12-17T23:51:07.3142598Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2024-12-17T23:51:07.3148117Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3154015Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3160042Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3166305Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3179175Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CachingDeviceAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3184812Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3190445Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3195996Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3202413Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3208243Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3213820Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3219463Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3225035Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3230834Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3236463Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3242158Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3247840Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3254545Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3261546Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3267394Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3282824Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3288460Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3294892Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2024-12-17T23:51:07.3300606Z 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-12-17T23:51:07.3305952Z 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-12-17T23:51:07.3311944Z 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-12-17T23:51:07.3317636Z 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-12-17T23:51:07.3329805Z 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-12-17T23:51:07.3335816Z 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-12-17T23:51:07.3341584Z 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-12-17T23:51:07.3347626Z 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-12-17T23:51:07.3354011Z 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-12-17T23:51:07.3359789Z 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-12-17T23:51:07.3365555Z 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-12-17T23:51:07.3372077Z 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-12-17T23:51:07.3377754Z 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-12-17T23:51:07.3383717Z 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-12-17T23:51:07.3389737Z 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-12-17T23:51:07.3395656Z 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-12-17T23:51:07.3401615Z 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-12-17T23:51:07.3407550Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3413510Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3419586Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3426643Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3432193Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3438113Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3443577Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3449396Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3455111Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3461256Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3475103Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3481329Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3487198Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3492767Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3498861Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3504476Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3510356Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3516198Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3522551Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3528650Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3535200Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3541679Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3555626Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3564259Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3571036Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3577473Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3585036Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-12-17T23:51:07.3591954Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2024-12-17T23:51:07.3598028Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-12-17T23:51:07.3604468Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-12-17T23:51:07.3611009Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-12-17T23:51:07.3618945Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-12-17T23:51:07.3643296Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-12-17T23:51:07.3651879Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-12-17T23:51:07.3658644Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-12-17T23:51:07.3665066Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-12-17T23:51:07.3671984Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-12-17T23:51:07.3678668Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-12-17T23:51:07.3684861Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-12-17T23:51:07.3691322Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-12-17T23:51:07.3696936Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-12-17T23:51:07.3703094Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\driver_api.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-12-17T23:51:07.3710088Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2024-12-17T23:51:07.3715804Z 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-12-17T23:51:07.3721526Z 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-12-17T23:51:07.3727342Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl\cuda_cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda\impl 2024-12-17T23:51:07.3733489Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2024-12-17T23:51:07.3739491Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-12-17T23:51:07.3745076Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-12-17T23:51:07.3750658Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-12-17T23:51:07.3758270Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2024-12-17T23:51:07.3763626Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3769450Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3775938Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3781824Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3795774Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3801555Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3807337Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3812990Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3819010Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3824946Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3830930Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3836384Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3842019Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bit_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3847692Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\C++17.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3853552Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3859409Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3865657Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3871699Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3877688Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3883680Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3889145Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3895701Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3902345Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3908507Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3922098Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3928927Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\error.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3934568Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3941476Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3948171Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3954493Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3960785Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3967089Z 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-12-17T23:51:07.3974952Z 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-12-17T23:51:07.3981912Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.3988371Z 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-12-17T23:51:07.4004037Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4013045Z 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-12-17T23:51:07.4020856Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4028420Z 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-12-17T23:51:07.4034579Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4042192Z 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-12-17T23:51:07.4052788Z 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-12-17T23:51:07.4059580Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4066250Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Gauge.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4072774Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\generic_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4086666Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4092211Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4099550Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4105171Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4111190Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4117088Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\intrusive_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4123527Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4129851Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4135616Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4141495Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4147760Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4154038Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4160240Z 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-12-17T23:51:07.4175735Z 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-12-17T23:51:07.4182506Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4188347Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4194393Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4200110Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\NetworkFlow.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4205785Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4211442Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4216934Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4222954Z 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-12-17T23:51:07.4230025Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overflows.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4236020Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4258328Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4263922Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4269496Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4274671Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4280470Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4285793Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4291312Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4296641Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4302505Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\safe_numerics.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4308414Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4314390Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\signal_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4320783Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4336572Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4343012Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\sparse_bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4349287Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4354935Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4360877Z 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-12-17T23:51:07.4366719Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4372420Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4378230Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4383903Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_view.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4390013Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strong_type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4396731Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4410870Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4416552Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4422520Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4428455Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\thread_name.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4434706Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4440882Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4447303Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4454256Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4461568Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4468053Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4474676Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4480804Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4486954Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4493401Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4500011Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4506550Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounterDynamicBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4512845Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\win32-headers.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-12-17T23:51:07.4520675Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2024-12-17T23:51:07.4527250Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2024-12-17T23:51:07.4533438Z 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-12-17T23:51:07.4540163Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-12-17T23:51:07.4546380Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-12-17T23:51:07.4552620Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-12-17T23:51:07.4568426Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-12-17T23:51:07.4574991Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-12-17T23:51:07.4581377Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-12-17T23:51:07.4588189Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2024-12-17T23:51:07.4594352Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2024-12-17T23:51:07.4600422Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\crc_alt.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-12-17T23:51:07.4607757Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\file_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-12-17T23:51:07.4613915Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\inline_container.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-12-17T23:51:07.4620229Z 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-12-17T23:51:07.4635578Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\istream_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-12-17T23:51:07.4642625Z 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-12-17T23:51:07.4650833Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-12-17T23:51:07.4658663Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4665658Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4671939Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4686247Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4692019Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4698248Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4704057Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4710906Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4716754Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4722433Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4728163Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4733421Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4738847Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4745882Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2024-12-17T23:51:07.4751076Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4756877Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4762572Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4776332Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4782570Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4788096Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4793733Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4799401Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4805216Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4810903Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4816517Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4822430Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4827824Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4833709Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4839452Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4844842Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-12-17T23:51:07.4850498Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4855966Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4862532Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.4870278Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2024-12-17T23:51:07.4875619Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.4882029Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.4887553Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.4894436Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.4900375Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.4905714Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.4920570Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2024-12-17T23:51:07.4925957Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-12-17T23:51:07.4932174Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-12-17T23:51:07.4939260Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\cpp_conduit.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-12-17T23:51:07.4945481Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-12-17T23:51:07.4951831Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\exception_translation.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-12-17T23:51:07.4977655Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-12-17T23:51:07.4984230Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-12-17T23:51:07.4991073Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-12-17T23:51:07.4997165Z 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-12-17T23:51:07.5005234Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\value_and_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-12-17T23:51:07.5012223Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2024-12-17T23:51:07.5018261Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-12-17T23:51:07.5024332Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-12-17T23:51:07.5031051Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-12-17T23:51:07.5037883Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5043996Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5050134Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5056596Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5062818Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5069087Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil_safe_call_once.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5075253Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5082028Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5089952Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5096268Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5102798Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5110626Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5118128Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5124402Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5131284Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\type_caster_pyobject_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5137666Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-12-17T23:51:07.5146340Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:07.5158582Z creating build\bdist.win-amd64\wheel\torch\include\THC 2024-12-17T23:51:07.5164509Z copying build\lib.win-amd64-cpython-39\torch\include\THC\THCAtomics.cuh -> build\bdist.win-amd64\wheel\.\torch\include\THC 2024-12-17T23:51:07.5177530Z copying build\lib.win-amd64-cpython-39\torch\include\THC\THCDeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\THC 2024-12-17T23:51:07.5178743Z creating build\bdist.win-amd64\wheel\torch\include\torch 2024-12-17T23:51:07.5185172Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2024-12-17T23:51:07.5191129Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2024-12-17T23:51:07.5198360Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2024-12-17T23:51:07.5204557Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2024-12-17T23:51:07.5211585Z 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-12-17T23:51:07.5217224Z 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-12-17T23:51:07.5222973Z 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-12-17T23:51:07.5228510Z 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-12-17T23:51:07.5234592Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2024-12-17T23:51:07.5243049Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-12-17T23:51:07.5249375Z 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-12-17T23:51:07.5255159Z 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-12-17T23:51:07.5260905Z 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-12-17T23:51:07.5266232Z 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-12-17T23:51:07.5272059Z 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-12-17T23:51:07.5278200Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2024-12-17T23:51:07.5295675Z 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-12-17T23:51:07.5301919Z 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-12-17T23:51:07.5307856Z 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-12-17T23:51:07.5313370Z 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-12-17T23:51:07.5318904Z 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-12-17T23:51:07.5324809Z 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-12-17T23:51:07.5330386Z 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-12-17T23:51:07.5343953Z 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-12-17T23:51:07.5349895Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2024-12-17T23:51:07.5356619Z 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-12-17T23:51:07.5362947Z 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-12-17T23:51:07.5368846Z 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-12-17T23:51:07.5374091Z 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-12-17T23:51:07.5380178Z 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-12-17T23:51:07.5386760Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2024-12-17T23:51:07.5393567Z 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-12-17T23:51:07.5399898Z 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-12-17T23:51:07.5405725Z 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-12-17T23:51:07.5411998Z 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-12-17T23:51:07.5446538Z 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-12-17T23:51:07.5463432Z 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-12-17T23:51:07.5469898Z 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-12-17T23:51:07.5476210Z 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-12-17T23:51:07.5482778Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2024-12-17T23:51:07.5490159Z 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-12-17T23:51:07.5496411Z 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-12-17T23:51:07.5502943Z 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-12-17T23:51:07.5509168Z 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-12-17T23:51:07.5515262Z 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-12-17T23:51:07.5521342Z 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-12-17T23:51:07.5527835Z 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-12-17T23:51:07.5534119Z 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-12-17T23:51:07.5541157Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2024-12-17T23:51:07.5548281Z 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-12-17T23:51:07.5554745Z 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-12-17T23:51:07.5560922Z 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-12-17T23:51:07.5574770Z 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-12-17T23:51:07.5581095Z 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-12-17T23:51:07.5587340Z 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-12-17T23:51:07.5593379Z 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-12-17T23:51:07.5600388Z 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-12-17T23:51:07.5606091Z 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-12-17T23:51:07.5612664Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2024-12-17T23:51:07.5620210Z 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-12-17T23:51:07.5626751Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2024-12-17T23:51:07.5633343Z 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-12-17T23:51:07.5640177Z 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-12-17T23:51:07.5646390Z 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-12-17T23:51:07.5652922Z 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-12-17T23:51:07.5672126Z 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-12-17T23:51:07.5678500Z 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-12-17T23:51:07.5684971Z 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-12-17T23:51:07.5691661Z 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-12-17T23:51:07.5698433Z 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-12-17T23:51:07.5704283Z 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-12-17T23:51:07.5711229Z 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-12-17T23:51:07.5717154Z 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-12-17T23:51:07.5723170Z 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-12-17T23:51:07.5729447Z 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-12-17T23:51:07.5735881Z 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-12-17T23:51:07.5741969Z 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-12-17T23:51:07.5747494Z 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-12-17T23:51:07.5753313Z 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-12-17T23:51:07.5768529Z 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-12-17T23:51:07.5775417Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2024-12-17T23:51:07.5782322Z 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-12-17T23:51:07.5788934Z 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-12-17T23:51:07.5795012Z 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-12-17T23:51:07.5800896Z 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-12-17T23:51:07.5807583Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-12-17T23:51:07.5828669Z 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-12-17T23:51:07.5834532Z 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-12-17T23:51:07.5840615Z 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-12-17T23:51:07.5846217Z 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-12-17T23:51:07.5860619Z 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-12-17T23:51:07.5866702Z 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-12-17T23:51:07.5872105Z 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-12-17T23:51:07.5878150Z 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-12-17T23:51:07.5884850Z 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-12-17T23:51:07.5890092Z 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-12-17T23:51:07.5896363Z 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-12-17T23:51:07.5902573Z 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-12-17T23:51:07.5908298Z 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-12-17T23:51:07.5938211Z 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-12-17T23:51:07.5944798Z 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-12-17T23:51:07.5951136Z 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-12-17T23:51:07.5957465Z 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-12-17T23:51:07.5963870Z 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-12-17T23:51:07.5970915Z 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-12-17T23:51:07.5977344Z 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-12-17T23:51:07.5983665Z 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-12-17T23:51:07.5989948Z 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-12-17T23:51:07.5997460Z 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-12-17T23:51:07.6003910Z 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-12-17T23:51:07.6011037Z 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-12-17T23:51:07.6017567Z 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-12-17T23:51:07.6024065Z 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-12-17T23:51:07.6030541Z 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-12-17T23:51:07.6037128Z 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-12-17T23:51:07.6043198Z 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-12-17T23:51:07.6050181Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2024-12-17T23:51:07.6058012Z 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-12-17T23:51:07.6065524Z 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-12-17T23:51:07.6071805Z 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-12-17T23:51:07.6078005Z 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-12-17T23:51:07.6084572Z 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-12-17T23:51:07.6100147Z 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-12-17T23:51:07.6105604Z 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-12-17T23:51:07.6111288Z 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-12-17T23:51:07.6116732Z 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-12-17T23:51:07.6122185Z 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-12-17T23:51:07.6134618Z 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-12-17T23:51:07.6141093Z 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-12-17T23:51:07.6147073Z 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-12-17T23:51:07.6152634Z 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-12-17T23:51:07.6158609Z 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-12-17T23:51:07.6164556Z 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-12-17T23:51:07.6169967Z 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-12-17T23:51:07.6175870Z 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-12-17T23:51:07.6181637Z 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-12-17T23:51:07.6187081Z 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-12-17T23:51:07.6193058Z 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-12-17T23:51:07.6198397Z 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-12-17T23:51:07.6204166Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-12-17T23:51:07.6210915Z 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-12-17T23:51:07.6216370Z 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-12-17T23:51:07.6221909Z 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-12-17T23:51:07.6228394Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2024-12-17T23:51:07.6234663Z 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-12-17T23:51:07.6240657Z 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-12-17T23:51:07.6246254Z 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-12-17T23:51:07.6251676Z 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-12-17T23:51:07.6256983Z 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-12-17T23:51:07.6262619Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2024-12-17T23:51:07.6268815Z 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-12-17T23:51:07.6274079Z 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-12-17T23:51:07.6279592Z 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-12-17T23:51:07.6284988Z 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-12-17T23:51:07.6343178Z 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-12-17T23:51:07.6344679Z 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-12-17T23:51:07.6345773Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-12-17T23:51:07.6346979Z 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-12-17T23:51:07.6348645Z 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-12-17T23:51:07.6350287Z 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-12-17T23:51:07.6351765Z 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-12-17T23:51:07.6353252Z 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-12-17T23:51:07.6354594Z 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-12-17T23:51:07.6359131Z 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-12-17T23:51:07.6365509Z 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-12-17T23:51:07.6371843Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2024-12-17T23:51:07.6378538Z 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-12-17T23:51:07.6384076Z 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-12-17T23:51:07.6389839Z 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-12-17T23:51:07.6395636Z 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-12-17T23:51:07.6408404Z 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-12-17T23:51:07.6413958Z 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-12-17T23:51:07.6419354Z 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-12-17T23:51:07.6425229Z 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-12-17T23:51:07.6430522Z 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-12-17T23:51:07.6435945Z 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-12-17T23:51:07.6441679Z 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-12-17T23:51:07.6446680Z 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-12-17T23:51:07.6454083Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2024-12-17T23:51:07.6459398Z 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-12-17T23:51:07.6465062Z 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-12-17T23:51:07.6470585Z 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-12-17T23:51:07.6476090Z 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-12-17T23:51:07.6488697Z 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-12-17T23:51:07.6494714Z 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-12-17T23:51:07.6501281Z 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-12-17T23:51:07.6507586Z 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-12-17T23:51:07.6513821Z 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-12-17T23:51:07.6521110Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2024-12-17T23:51:07.6527751Z 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-12-17T23:51:07.6534549Z 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-12-17T23:51:07.6541176Z 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-12-17T23:51:07.6547327Z 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-12-17T23:51:07.6560136Z 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-12-17T23:51:07.6566234Z 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-12-17T23:51:07.6572817Z 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-12-17T23:51:07.6579768Z 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-12-17T23:51:07.6586688Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2024-12-17T23:51:07.6593404Z 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-12-17T23:51:07.6605172Z 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-12-17T23:51:07.6611707Z 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-12-17T23:51:07.6627309Z 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-12-17T23:51:07.6633878Z 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-12-17T23:51:07.6641169Z 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-12-17T23:51:07.6650040Z 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-12-17T23:51:07.6656842Z 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-12-17T23:51:07.6663753Z 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-12-17T23:51:07.6671166Z 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-12-17T23:51:07.6678772Z 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-12-17T23:51:07.6685782Z 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-12-17T23:51:07.6692415Z 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-12-17T23:51:07.6698384Z 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-12-17T23:51:07.6705047Z 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-12-17T23:51:07.6718965Z 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-12-17T23:51:07.6725480Z 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-12-17T23:51:07.6731968Z 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-12-17T23:51:07.6738407Z 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-12-17T23:51:07.6744367Z 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-12-17T23:51:07.6750838Z 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-12-17T23:51:07.6756381Z 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-12-17T23:51:07.6762640Z 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-12-17T23:51:07.6768761Z 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-12-17T23:51:07.6802012Z 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-12-17T23:51:07.6807608Z 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-12-17T23:51:07.6813137Z 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-12-17T23:51:07.6819200Z 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-12-17T23:51:07.6824833Z 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-12-17T23:51:07.6830791Z 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-12-17T23:51:07.6836122Z 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-12-17T23:51:07.6842880Z 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-12-17T23:51:07.6848677Z 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-12-17T23:51:07.6862679Z 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-12-17T23:51:07.6868972Z 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-12-17T23:51:07.6874618Z 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-12-17T23:51:07.6880486Z 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-12-17T23:51:07.6886236Z 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-12-17T23:51:07.6892378Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2024-12-17T23:51:07.6898662Z 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-12-17T23:51:07.6904655Z 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-12-17T23:51:07.6910262Z 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-12-17T23:51:07.6915812Z 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-12-17T23:51:07.6932461Z 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-12-17T23:51:07.6937768Z 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-12-17T23:51:07.6944016Z 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-12-17T23:51:07.6950517Z 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-12-17T23:51:07.6985162Z 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-12-17T23:51:07.6991894Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\copy_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:07.6999066Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2024-12-17T23:51:07.7004936Z 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-12-17T23:51:07.7011493Z 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-12-17T23:51:07.7017697Z 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-12-17T23:51:07.7023853Z 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-12-17T23:51:07.7029489Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\GdsFile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-12-17T23:51:07.7058591Z 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-12-17T23:51:07.7065114Z 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-12-17T23:51:07.7071249Z 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-12-17T23:51:07.7077464Z 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-12-17T23:51:07.7083667Z 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-12-17T23:51:07.7089932Z 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-12-17T23:51:07.7095920Z 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-12-17T23:51:07.7102027Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:07.7117866Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:07.7123768Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:07.7129748Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:07.7136452Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2024-12-17T23:51:07.7143126Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2024-12-17T23:51:07.7152983Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2024-12-17T23:51:07.7159908Z 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-12-17T23:51:07.7168746Z 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-12-17T23:51:07.7176083Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2024-12-17T23:51:07.7183426Z 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-12-17T23:51:07.7190192Z 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-12-17T23:51:07.7197659Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-12-17T23:51:07.7203817Z 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-12-17T23:51:07.7210277Z 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-12-17T23:51:07.7216326Z 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-12-17T23:51:07.7234647Z 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-12-17T23:51:07.7240541Z 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-12-17T23:51:07.7246539Z 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-12-17T23:51:07.7252214Z 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-12-17T23:51:07.7259200Z 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-12-17T23:51:07.7265326Z 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-12-17T23:51:07.7271438Z 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-12-17T23:51:07.7277256Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:51:07.7283350Z 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-12-17T23:51:07.7289394Z 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-12-17T23:51:07.7295068Z 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-12-17T23:51:07.7300725Z 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-12-17T23:51:07.7306756Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:51:07.7312741Z 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-12-17T23:51:07.7326723Z 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-12-17T23:51:07.7332181Z 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-12-17T23:51:07.7337813Z 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-12-17T23:51:07.7343719Z 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-12-17T23:51:07.7349202Z 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-12-17T23:51:07.7354947Z 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-12-17T23:51:07.7360564Z 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-12-17T23:51:07.7366587Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:51:07.7372790Z 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-12-17T23:51:07.7378317Z 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-12-17T23:51:07.7384057Z 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-12-17T23:51:07.7389959Z 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-12-17T23:51:07.7402643Z 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-12-17T23:51:07.7408019Z 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-12-17T23:51:07.7417204Z 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-12-17T23:51:07.7420971Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:51:07.7426316Z 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-12-17T23:51:07.7446001Z 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-12-17T23:51:07.7451576Z 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-12-17T23:51:07.7457275Z 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-12-17T23:51:07.7464078Z 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-12-17T23:51:07.7469746Z 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-12-17T23:51:07.7475398Z 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-12-17T23:51:07.7481861Z 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-12-17T23:51:07.7487658Z 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-12-17T23:51:07.7502415Z 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-12-17T23:51:07.7507977Z 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-12-17T23:51:07.7513985Z 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-12-17T23:51:07.7519555Z 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-12-17T23:51:07.7525578Z 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-12-17T23:51:07.7531292Z 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-12-17T23:51:07.7536879Z 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-12-17T23:51:07.7542633Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2024-12-17T23:51:07.7548443Z 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-12-17T23:51:07.7554053Z 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-12-17T23:51:07.7559755Z 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-12-17T23:51:07.7566144Z 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-12-17T23:51:07.7580156Z 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-12-17T23:51:07.7586470Z 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-12-17T23:51:07.7592780Z 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-12-17T23:51:07.7599050Z 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-12-17T23:51:07.7605264Z 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-12-17T23:51:07.7611384Z 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-12-17T23:51:07.7618099Z 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-12-17T23:51:07.7624121Z 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-12-17T23:51:07.7631201Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2024-12-17T23:51:07.7637777Z 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-12-17T23:51:07.7650064Z 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-12-17T23:51:07.7658550Z 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-12-17T23:51:07.7667139Z 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-12-17T23:51:07.7684565Z 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-12-17T23:51:07.7691619Z 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-12-17T23:51:07.7698283Z 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-12-17T23:51:07.7704755Z 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-12-17T23:51:07.7710958Z 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-12-17T23:51:07.7717322Z 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-12-17T23:51:07.7730246Z 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-12-17T23:51:07.7735932Z 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-12-17T23:51:07.7742136Z 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-12-17T23:51:07.7748063Z 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-12-17T23:51:07.7753927Z 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-12-17T23:51:07.7759999Z 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-12-17T23:51:07.7766186Z 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-12-17T23:51:07.7771920Z 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-12-17T23:51:07.7778416Z 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-12-17T23:51:07.7784237Z 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-12-17T23:51:07.7822477Z 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-12-17T23:51:07.7828583Z 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-12-17T23:51:07.7834375Z 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-12-17T23:51:07.7840093Z 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-12-17T23:51:07.7845785Z 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-12-17T23:51:07.7851566Z 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-12-17T23:51:07.7857155Z 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-12-17T23:51:07.7862926Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:07.7868540Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:07.7874759Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2024-12-17T23:51:07.7880506Z 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-12-17T23:51:07.7886146Z 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-12-17T23:51:07.7892412Z 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-12-17T23:51:07.7897719Z 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-12-17T23:51:07.7915534Z 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-12-17T23:51:07.7921103Z 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-12-17T23:51:07.7926768Z 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-12-17T23:51:07.7932043Z 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-12-17T23:51:07.7937791Z 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-12-17T23:51:07.7943107Z 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-12-17T23:51:07.7953247Z 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-12-17T23:51:07.7958838Z 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-12-17T23:51:07.7964841Z 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-12-17T23:51:07.7970632Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:07.7976601Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:07.7982831Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:07.7988711Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:07.7995370Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2024-12-17T23:51:07.8002131Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_package 2024-12-17T23:51:07.8008801Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_package 2024-12-17T23:51:07.8022323Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_package 2024-12-17T23:51:07.8028698Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2024-12-17T23:51:07.8036018Z 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-12-17T23:51:07.8041945Z 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-12-17T23:51:07.8048194Z 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-12-17T23:51:07.8064117Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2024-12-17T23:51:07.8072599Z 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-12-17T23:51:07.8081535Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2024-12-17T23:51:07.8090638Z 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-12-17T23:51:07.8098001Z 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-12-17T23:51:07.8104372Z 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-12-17T23:51:07.8140681Z 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-12-17T23:51:07.8147602Z 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-12-17T23:51:07.8153850Z 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-12-17T23:51:07.8159567Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2024-12-17T23:51:07.8165139Z 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-12-17T23:51:07.8170825Z 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-12-17T23:51:07.8177122Z 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-12-17T23:51:07.8183386Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2024-12-17T23:51:07.8189450Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2024-12-17T23:51:07.8208219Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2024-12-17T23:51:07.8214303Z 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-12-17T23:51:07.8220623Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2024-12-17T23:51:07.8226923Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2024-12-17T23:51:07.8233569Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-12-17T23:51:07.8239852Z 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-12-17T23:51:07.8246064Z 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-12-17T23:51:07.8252242Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-12-17T23:51:07.8268676Z 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-12-17T23:51:07.8274000Z 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-12-17T23:51:07.8286922Z 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-12-17T23:51:07.8293010Z 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-12-17T23:51:07.8298757Z 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-12-17T23:51:07.8304268Z 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-12-17T23:51:07.8310349Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:07.8316199Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2024-12-17T23:51:07.8322378Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2024-12-17T23:51:07.8328227Z 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-12-17T23:51:07.8333985Z 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-12-17T23:51:07.8339797Z 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-12-17T23:51:07.8345292Z 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-12-17T23:51:07.8351106Z 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-12-17T23:51:07.8365504Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2024-12-17T23:51:07.8371301Z 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-12-17T23:51:07.8377102Z 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-12-17T23:51:07.8383358Z 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-12-17T23:51:07.8388389Z 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-12-17T23:51:07.8400976Z 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-12-17T23:51:07.8406572Z 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-12-17T23:51:07.8412069Z 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-12-17T23:51:07.8417770Z 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-12-17T23:51:07.8423608Z 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-12-17T23:51:07.8429375Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2024-12-17T23:51:07.8435610Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2024-12-17T23:51:07.8441700Z 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-12-17T23:51:07.8448052Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2024-12-17T23:51:07.8454015Z 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-12-17T23:51:07.8459595Z 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-12-17T23:51:07.8466794Z 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-12-17T23:51:07.8487887Z 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-12-17T23:51:07.8493843Z 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-12-17T23:51:07.8500417Z 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-12-17T23:51:07.8506830Z 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-12-17T23:51:07.8512943Z 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-12-17T23:51:07.8519339Z 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-12-17T23:51:07.8525309Z 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-12-17T23:51:07.8531247Z 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-12-17T23:51:07.8538247Z 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-12-17T23:51:07.8544726Z 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-12-17T23:51:07.8551091Z 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-12-17T23:51:07.8557496Z 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-12-17T23:51:07.8563602Z 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-12-17T23:51:07.8570288Z 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-12-17T23:51:07.8576434Z 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-12-17T23:51:07.8583232Z 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-12-17T23:51:07.8589499Z 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-12-17T23:51:07.8603628Z 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-12-17T23:51:07.8610289Z 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-12-17T23:51:07.8617593Z 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-12-17T23:51:07.8622842Z 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-12-17T23:51:07.8629039Z 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-12-17T23:51:07.8636002Z 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-12-17T23:51:07.8642223Z 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-12-17T23:51:07.8649386Z 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-12-17T23:51:07.8657022Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2024-12-17T23:51:07.8666065Z 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-12-17T23:51:07.8674461Z 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-12-17T23:51:07.8680876Z 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-12-17T23:51:07.8687570Z 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-12-17T23:51:07.8702700Z 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-12-17T23:51:07.8708053Z 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-12-17T23:51:07.8719693Z 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-12-17T23:51:07.8725527Z 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-12-17T23:51:07.8731847Z 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-12-17T23:51:07.8737526Z 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-12-17T23:51:07.8743029Z 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-12-17T23:51:07.8748736Z 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-12-17T23:51:07.8755018Z 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-12-17T23:51:07.8760324Z 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-12-17T23:51:07.8765713Z 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-12-17T23:51:07.8779595Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2024-12-17T23:51:07.8785828Z 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-12-17T23:51:07.8791638Z 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-12-17T23:51:07.8797676Z 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-12-17T23:51:07.8803340Z 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-12-17T23:51:07.8818162Z 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-12-17T23:51:07.8823812Z 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-12-17T23:51:07.8829461Z 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-12-17T23:51:07.8835000Z 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-12-17T23:51:07.8840859Z 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-12-17T23:51:07.8846271Z 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-12-17T23:51:07.8852543Z 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-12-17T23:51:07.8858227Z 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-12-17T23:51:07.8863756Z 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-12-17T23:51:07.8869224Z 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-12-17T23:51:07.8875155Z 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-12-17T23:51:07.8881117Z 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-12-17T23:51:07.8886787Z 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-12-17T23:51:07.8892397Z 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-12-17T23:51:07.8904301Z 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-12-17T23:51:07.8905648Z 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-12-17T23:51:07.8912277Z 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-12-17T23:51:07.8918235Z 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-12-17T23:51:07.8932458Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2024-12-17T23:51:07.8939115Z 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-12-17T23:51:07.8944651Z 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-12-17T23:51:07.8949741Z 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-12-17T23:51:07.8954659Z 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-12-17T23:51:07.8968698Z 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-12-17T23:51:07.8974188Z 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-12-17T23:51:07.8979568Z 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-12-17T23:51:07.8984666Z 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-12-17T23:51:07.8989678Z 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-12-17T23:51:07.8994789Z 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-12-17T23:51:07.9000785Z 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-12-17T23:51:07.9005633Z 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-12-17T23:51:07.9010773Z 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-12-17T23:51:07.9016035Z 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-12-17T23:51:07.9026962Z 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-12-17T23:51:07.9033766Z 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-12-17T23:51:07.9040072Z 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-12-17T23:51:07.9046764Z 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-12-17T23:51:07.9053353Z 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-12-17T23:51:07.9070565Z 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-12-17T23:51:07.9076899Z 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-12-17T23:51:07.9082886Z 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-12-17T23:51:07.9093851Z 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-12-17T23:51:07.9100294Z 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-12-17T23:51:07.9106646Z 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-12-17T23:51:07.9113113Z 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-12-17T23:51:07.9119485Z 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-12-17T23:51:07.9125581Z 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-12-17T23:51:07.9141498Z 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-12-17T23:51:07.9147965Z 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-12-17T23:51:07.9154386Z 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-12-17T23:51:07.9160807Z 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-12-17T23:51:07.9167215Z 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-12-17T23:51:07.9175461Z 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-12-17T23:51:07.9184655Z 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-12-17T23:51:07.9191723Z 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-12-17T23:51:07.9198158Z 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-12-17T23:51:07.9234231Z 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-12-17T23:51:07.9239961Z 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-12-17T23:51:07.9245891Z 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-12-17T23:51:07.9251301Z 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-12-17T23:51:07.9256924Z 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-12-17T23:51:07.9262616Z 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-12-17T23:51:07.9268023Z 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-12-17T23:51:07.9274041Z 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-12-17T23:51:07.9279555Z 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-12-17T23:51:07.9293049Z 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-12-17T23:51:07.9298484Z 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-12-17T23:51:07.9303898Z 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-12-17T23:51:07.9309703Z 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-12-17T23:51:07.9315769Z 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-12-17T23:51:07.9321491Z 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-12-17T23:51:07.9327339Z 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-12-17T23:51:07.9333181Z 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-12-17T23:51:07.9339100Z 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-12-17T23:51:07.9344515Z 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-12-17T23:51:07.9387389Z 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-12-17T23:51:07.9393357Z 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-12-17T23:51:07.9399238Z 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-12-17T23:51:07.9404908Z 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-12-17T23:51:07.9410361Z 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-12-17T23:51:07.9415826Z 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-12-17T23:51:07.9421744Z 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-12-17T23:51:07.9427500Z 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-12-17T23:51:07.9433632Z 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-12-17T23:51:07.9440701Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2024-12-17T23:51:07.9447831Z 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-12-17T23:51:07.9454629Z 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-12-17T23:51:07.9461057Z 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-12-17T23:51:07.9466866Z 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-12-17T23:51:07.9484722Z 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-12-17T23:51:07.9491179Z 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-12-17T23:51:07.9497636Z 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-12-17T23:51:07.9505024Z 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-12-17T23:51:07.9511170Z 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-12-17T23:51:07.9517454Z 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-12-17T23:51:07.9534389Z 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-12-17T23:51:07.9540543Z 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-12-17T23:51:07.9547077Z 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-12-17T23:51:07.9553207Z 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-12-17T23:51:07.9559469Z 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-12-17T23:51:07.9565970Z 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-12-17T23:51:07.9572253Z 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-12-17T23:51:07.9578622Z 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-12-17T23:51:07.9584732Z 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-12-17T23:51:07.9612913Z 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-12-17T23:51:07.9619475Z 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-12-17T23:51:07.9625715Z 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-12-17T23:51:07.9632135Z 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-12-17T23:51:07.9656756Z 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-12-17T23:51:07.9664329Z 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-12-17T23:51:07.9672341Z 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-12-17T23:51:07.9679618Z 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-12-17T23:51:07.9686768Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2024-12-17T23:51:07.9694049Z 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-12-17T23:51:07.9706640Z 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-12-17T23:51:07.9712735Z 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-12-17T23:51:07.9728292Z 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-12-17T23:51:07.9734648Z 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-12-17T23:51:07.9740814Z 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-12-17T23:51:07.9746565Z 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-12-17T23:51:07.9752185Z 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-12-17T23:51:07.9757926Z 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-12-17T23:51:07.9764959Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2024-12-17T23:51:07.9770926Z 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-12-17T23:51:07.9776272Z 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-12-17T23:51:07.9781891Z 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-12-17T23:51:07.9787587Z 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-12-17T23:51:07.9794107Z 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-12-17T23:51:07.9811233Z 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-12-17T23:51:07.9816655Z 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-12-17T23:51:07.9823061Z 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-12-17T23:51:07.9829366Z 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-12-17T23:51:07.9835702Z 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-12-17T23:51:07.9842216Z 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-12-17T23:51:07.9848988Z 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-12-17T23:51:07.9855475Z 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-12-17T23:51:07.9861837Z 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-12-17T23:51:07.9868081Z 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-12-17T23:51:07.9874139Z 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-12-17T23:51:07.9880218Z 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-12-17T23:51:07.9887053Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2024-12-17T23:51:07.9893656Z 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-12-17T23:51:07.9900442Z 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-12-17T23:51:07.9906657Z 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-12-17T23:51:07.9912954Z 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-12-17T23:51:07.9926881Z 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-12-17T23:51:07.9933372Z 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-12-17T23:51:07.9939607Z 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-12-17T23:51:07.9945814Z 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-12-17T23:51:07.9952161Z 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-12-17T23:51:07.9958562Z 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-12-17T23:51:07.9964922Z 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-12-17T23:51:07.9971340Z 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-12-17T23:51:07.9978384Z 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-12-17T23:51:07.9984760Z 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-12-17T23:51:07.9990745Z 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-12-17T23:51:07.9996908Z 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-12-17T23:51:08.0003067Z 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-12-17T23:51:08.0009477Z 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-12-17T23:51:08.0015693Z 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-12-17T23:51:08.0022034Z 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-12-17T23:51:08.0049320Z 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-12-17T23:51:08.0056205Z 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-12-17T23:51:08.0062764Z 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-12-17T23:51:08.0076012Z 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-12-17T23:51:08.0077542Z 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-12-17T23:51:08.0084194Z 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-12-17T23:51:08.0090281Z 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-12-17T23:51:08.0096609Z 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-12-17T23:51:08.0103297Z 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-12-17T23:51:08.0120998Z 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-12-17T23:51:08.0127406Z 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-12-17T23:51:08.0134478Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2024-12-17T23:51:08.0141463Z 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-12-17T23:51:08.0147736Z 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-12-17T23:51:08.0153956Z 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-12-17T23:51:08.0169156Z 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-12-17T23:51:08.0178285Z 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-12-17T23:51:08.0184280Z 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-12-17T23:51:08.0190706Z 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-12-17T23:51:08.0197132Z 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-12-17T23:51:08.0203262Z 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-12-17T23:51:08.0209269Z 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-12-17T23:51:08.0215701Z 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-12-17T23:51:08.0221945Z 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-12-17T23:51:08.0229379Z 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-12-17T23:51:08.0235598Z 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-12-17T23:51:08.0241254Z 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-12-17T23:51:08.0246955Z 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-12-17T23:51:08.0252750Z 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-12-17T23:51:08.0258695Z 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-12-17T23:51:08.0265217Z 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-12-17T23:51:08.0271012Z 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-12-17T23:51:08.0286402Z 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-12-17T23:51:08.0292904Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2024-12-17T23:51:08.0299137Z 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-12-17T23:51:08.0304931Z 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-12-17T23:51:08.0310611Z 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-12-17T23:51:08.0316156Z 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-12-17T23:51:08.0331755Z 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-12-17T23:51:08.0337339Z 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-12-17T23:51:08.0343185Z 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-12-17T23:51:08.0349328Z 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-12-17T23:51:08.0355206Z 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-12-17T23:51:08.0360752Z 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-12-17T23:51:08.0366312Z 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-12-17T23:51:08.0372406Z 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-12-17T23:51:08.0378291Z 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-12-17T23:51:08.0384012Z 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-12-17T23:51:08.0389502Z 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-12-17T23:51:08.0395232Z 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-12-17T23:51:08.0401111Z 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-12-17T23:51:08.0406816Z 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-12-17T23:51:08.0412864Z 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-12-17T23:51:08.0418775Z 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-12-17T23:51:08.0424776Z 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-12-17T23:51:08.0441814Z 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-12-17T23:51:08.0447255Z 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-12-17T23:51:08.0453064Z 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-12-17T23:51:08.0458716Z 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-12-17T23:51:08.0465736Z 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-12-17T23:51:08.0471737Z 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-12-17T23:51:08.0477370Z 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-12-17T23:51:08.0483053Z 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-12-17T23:51:08.0488809Z 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-12-17T23:51:08.0494393Z 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-12-17T23:51:08.0500626Z 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-12-17T23:51:08.0514583Z 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-12-17T23:51:08.0520832Z 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-12-17T23:51:08.0534873Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2024-12-17T23:51:08.0541199Z 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-12-17T23:51:08.0546890Z 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-12-17T23:51:08.0552214Z 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-12-17T23:51:08.0557637Z 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-12-17T23:51:08.0562949Z 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-12-17T23:51:08.0576685Z 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-12-17T23:51:08.0582517Z 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-12-17T23:51:08.0588134Z 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-12-17T23:51:08.0593624Z 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-12-17T23:51:08.0600209Z 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-12-17T23:51:08.0605708Z 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-12-17T23:51:08.0611423Z 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-12-17T23:51:08.0617756Z 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-12-17T23:51:08.0624152Z 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-12-17T23:51:08.0629672Z 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-12-17T23:51:08.0635626Z 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-12-17T23:51:08.0641320Z 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-12-17T23:51:08.0647616Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2024-12-17T23:51:08.0653569Z 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-12-17T23:51:08.0659599Z 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-12-17T23:51:08.0665204Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.0671052Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2024-12-17T23:51:08.0677263Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2024-12-17T23:51:08.0683112Z 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-12-17T23:51:08.0688758Z 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-12-17T23:51:08.0694372Z 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-12-17T23:51:08.0700188Z 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-12-17T23:51:08.0716797Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2024-12-17T23:51:08.0722906Z 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-12-17T23:51:08.0728924Z 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-12-17T23:51:08.0734633Z 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-12-17T23:51:08.0740314Z 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-12-17T23:51:08.0745946Z 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-12-17T23:51:08.0758384Z 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-12-17T23:51:08.0764650Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2024-12-17T23:51:08.0770894Z 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-12-17T23:51:08.0776497Z 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-12-17T23:51:08.0782597Z 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-12-17T23:51:08.0788329Z 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-12-17T23:51:08.0793902Z 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-12-17T23:51:08.0799692Z 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-12-17T23:51:08.0805242Z 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-12-17T23:51:08.0810900Z 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-12-17T23:51:08.0816344Z 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-12-17T23:51:08.0822641Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2024-12-17T23:51:08.0829406Z 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-12-17T23:51:08.0835162Z 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-12-17T23:51:08.0841386Z 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-12-17T23:51:08.0847580Z 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-12-17T23:51:08.0855630Z 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-12-17T23:51:08.0862260Z 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-12-17T23:51:08.0868448Z 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-12-17T23:51:08.0874937Z 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-12-17T23:51:08.0881305Z 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-12-17T23:51:08.0887412Z 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-12-17T23:51:08.0899135Z 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-12-17T23:51:08.0912244Z 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-12-17T23:51:08.0918850Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2024-12-17T23:51:08.0925327Z 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-12-17T23:51:08.0931896Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2024-12-17T23:51:08.0938675Z 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-12-17T23:51:08.0944895Z 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-12-17T23:51:08.0951049Z 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-12-17T23:51:08.0957212Z 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-12-17T23:51:08.0989813Z 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-12-17T23:51:08.0996051Z 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-12-17T23:51:08.1002247Z 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-12-17T23:51:08.1008430Z 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-12-17T23:51:08.1014492Z 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-12-17T23:51:08.1020784Z 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-12-17T23:51:08.1026936Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1033142Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1039712Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2024-12-17T23:51:08.1045789Z 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-12-17T23:51:08.1052069Z 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-12-17T23:51:08.1057502Z 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-12-17T23:51:08.1064052Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2024-12-17T23:51:08.1070090Z 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-12-17T23:51:08.1076062Z 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-12-17T23:51:08.1083090Z 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-12-17T23:51:08.1089354Z 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-12-17T23:51:08.1105924Z 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-12-17T23:51:08.1112257Z 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-12-17T23:51:08.1118292Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2024-12-17T23:51:08.1124129Z 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-12-17T23:51:08.1131416Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2024-12-17T23:51:08.1138071Z 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-12-17T23:51:08.1144443Z 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-12-17T23:51:08.1150712Z 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-12-17T23:51:08.1156710Z 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-12-17T23:51:08.1162746Z 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-12-17T23:51:08.1170016Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2024-12-17T23:51:08.1178451Z 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-12-17T23:51:08.1184842Z 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-12-17T23:51:08.1191127Z 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-12-17T23:51:08.1198603Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2024-12-17T23:51:08.1205476Z 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-12-17T23:51:08.1213206Z 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-12-17T23:51:08.1221392Z 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-12-17T23:51:08.1235784Z 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-12-17T23:51:08.1242490Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2024-12-17T23:51:08.1249106Z 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-12-17T23:51:08.1256832Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2024-12-17T23:51:08.1262985Z 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-12-17T23:51:08.1269095Z 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-12-17T23:51:08.1274720Z 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-12-17T23:51:08.1280273Z 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-12-17T23:51:08.1294317Z 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-12-17T23:51:08.1300097Z 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-12-17T23:51:08.1305741Z 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-12-17T23:51:08.1311195Z 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-12-17T23:51:08.1317498Z 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-12-17T23:51:08.1323378Z 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-12-17T23:51:08.1329523Z 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-12-17T23:51:08.1335039Z 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-12-17T23:51:08.1340644Z 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-12-17T23:51:08.1345845Z 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-12-17T23:51:08.1351136Z 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-12-17T23:51:08.1356367Z 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-12-17T23:51:08.1361728Z 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-12-17T23:51:08.1367127Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1372528Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1386235Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_headers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1391890Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1397071Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1402408Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1407412Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1412757Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1417951Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1423137Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1428854Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2024-12-17T23:51:08.1434166Z 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-12-17T23:51:08.1439527Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1444689Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1449997Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1454963Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1461328Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2024-12-17T23:51:08.1466781Z 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-12-17T23:51:08.1472209Z 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-12-17T23:51:08.1477246Z 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-12-17T23:51:08.1482345Z 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-12-17T23:51:08.1497119Z 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-12-17T23:51:08.1502658Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\generated_serialization_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-12-17T23:51:08.1509317Z 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-12-17T23:51:08.1514821Z 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-12-17T23:51:08.1520815Z 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-12-17T23:51:08.1526683Z 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-12-17T23:51:08.1532690Z 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-12-17T23:51:08.1538951Z 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-12-17T23:51:08.1544830Z 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-12-17T23:51:08.1551147Z 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-12-17T23:51:08.1557062Z 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-12-17T23:51:08.1562876Z 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-12-17T23:51:08.1569662Z 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-12-17T23:51:08.1576342Z 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-12-17T23:51:08.1582651Z 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-12-17T23:51:08.1588721Z 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-12-17T23:51:08.1603655Z 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-12-17T23:51:08.1610097Z 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-12-17T23:51:08.1616383Z 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-12-17T23:51:08.1623084Z 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-12-17T23:51:08.1629113Z 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-12-17T23:51:08.1635399Z 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-12-17T23:51:08.1641539Z 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-12-17T23:51:08.1648030Z 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-12-17T23:51:08.1654315Z 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-12-17T23:51:08.1660357Z 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-12-17T23:51:08.1675903Z 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-12-17T23:51:08.1683255Z 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-12-17T23:51:08.1690440Z 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-12-17T23:51:08.1698905Z 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-12-17T23:51:08.1704965Z 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-12-17T23:51:08.1710980Z 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-12-17T23:51:08.1716995Z 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-12-17T23:51:08.1723279Z 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-12-17T23:51:08.1729743Z 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-12-17T23:51:08.1749691Z 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-12-17T23:51:08.1755466Z 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-12-17T23:51:08.1760900Z 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-12-17T23:51:08.1766414Z 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-12-17T23:51:08.1771654Z 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-12-17T23:51:08.1776953Z 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-12-17T23:51:08.1782145Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-12-17T23:51:08.1787895Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2024-12-17T23:51:08.1801276Z 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-12-17T23:51:08.1808053Z 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-12-17T23:51:08.1814705Z 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-12-17T23:51:08.1821592Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-12-17T23:51:08.1828812Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-12-17T23:51:08.1835973Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-12-17T23:51:08.1849308Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-12-17T23:51:08.1855214Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-12-17T23:51:08.1861213Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-12-17T23:51:08.1877608Z creating build\bdist.win-amd64\wheel\torch\jit 2024-12-17T23:51:08.1882275Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.1888585Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.1894418Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.1900512Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2024-12-17T23:51:08.1905621Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2024-12-17T23:51:08.1911447Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3080561Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3087097Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3093129Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3100258Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3106169Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3112649Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3119469Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3125609Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3132464Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3138241Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3144597Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3150781Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3157146Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3163189Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3170754Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2024-12-17T23:51:08.3177524Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-12-17T23:51:08.3184092Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-12-17T23:51:08.3189626Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3196180Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3203645Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3210970Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.3217756Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.6233227Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.6239612Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.6245186Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.6272909Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-12-17T23:51:08.6273796Z creating build\bdist.win-amd64\wheel\torch\lib 2024-12-17T23:51:08.6274583Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:08.6275536Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:08.6280965Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:08.6289804Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:08.6296954Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:08.6312921Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:08.6319208Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:08.6333902Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:08.6346251Z copying build\lib.win-amd64-cpython-39\torch\lib\c10_cuda.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:08.6356038Z copying build\lib.win-amd64-cpython-39\torch\lib\c10_cuda.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:08.6362962Z copying build\lib.win-amd64-cpython-39\torch\lib\caffe2_nvrtc.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:08.6368857Z copying build\lib.win-amd64-cpython-39\torch\lib\caffe2_nvrtc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:08.6374386Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:08.6381727Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.2364819Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.2415045Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.2433709Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.2452767Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.2460744Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.2467081Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.2670751Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.2724341Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.3074495Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.3442615Z copying build\lib.win-amd64-cpython-39\torch\lib\microkernels-prod.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.3483274Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.3491386Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.3497359Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.3503086Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.3586418Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.3592726Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.3599022Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.3610513Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.3617455Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.4945667Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.5219543Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cuda.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:09.7102104Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cuda.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:10.2329696Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:10.2335555Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:10.2492052Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:10.2499840Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:10.2529750Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-12-17T23:51:10.2536594Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:10.2545091Z creating build\bdist.win-amd64\wheel\torch\linalg 2024-12-17T23:51:10.2550644Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2024-12-17T23:51:10.2558263Z creating build\bdist.win-amd64\wheel\torch\masked 2024-12-17T23:51:10.2563549Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2024-12-17T23:51:10.2569376Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-12-17T23:51:10.2575404Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-12-17T23:51:10.2581687Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-12-17T23:51:10.2587523Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-12-17T23:51:10.2593510Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-12-17T23:51:10.2658058Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-12-17T23:51:10.2663356Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-12-17T23:51:10.2669807Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-12-17T23:51:10.8175888Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-12-17T23:51:10.8178459Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-12-17T23:51:10.8179339Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-12-17T23:51:10.8179985Z creating build\bdist.win-amd64\wheel\torch\monitor 2024-12-17T23:51:10.8180703Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2024-12-17T23:51:10.8181366Z creating build\bdist.win-amd64\wheel\torch\mps 2024-12-17T23:51:10.8182162Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-12-17T23:51:10.8182951Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-12-17T23:51:10.8185019Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-12-17T23:51:10.8185605Z creating build\bdist.win-amd64\wheel\torch\mtia 2024-12-17T23:51:10.8186234Z copying build\lib.win-amd64-cpython-39\torch\mtia\memory.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-12-17T23:51:10.8187033Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-12-17T23:51:10.8187845Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-12-17T23:51:10.8188522Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2024-12-17T23:51:10.8189246Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-12-17T23:51:10.8190220Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-12-17T23:51:10.8191247Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-12-17T23:51:10.8192248Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-12-17T23:51:10.8193290Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-12-17T23:51:10.8195628Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-12-17T23:51:10.8196320Z creating build\bdist.win-amd64\wheel\torch\nested 2024-12-17T23:51:10.8196863Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2024-12-17T23:51:10.8197604Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_int.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-12-17T23:51:10.8198609Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-12-17T23:51:10.8199595Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-12-17T23:51:10.8200591Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-12-17T23:51:10.8201539Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-12-17T23:51:10.8202522Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2024-12-17T23:51:10.8203113Z creating build\bdist.win-amd64\wheel\torch\nn 2024-12-17T23:51:10.8203509Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2024-12-17T23:51:10.8204165Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-12-17T23:51:10.8204881Z creating build\bdist.win-amd64\wheel\torch\nn\attention\experimental 2024-12-17T23:51:10.8205827Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\_paged_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2024-12-17T23:51:10.8207047Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2024-12-17T23:51:10.8208141Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-12-17T23:51:10.8209095Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-12-17T23:51:10.8211490Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-12-17T23:51:10.8212173Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2024-12-17T23:51:10.8212834Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-12-17T23:51:10.8213757Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-12-17T23:51:10.8214594Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-12-17T23:51:10.8215351Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-12-17T23:51:10.8216116Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-12-17T23:51:11.9725302Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-12-17T23:51:11.9726166Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-12-17T23:51:11.9726911Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-12-17T23:51:11.9727486Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2024-12-17T23:51:11.9727944Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2024-12-17T23:51:11.9728698Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2024-12-17T23:51:11.9730807Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2024-12-17T23:51:11.9731564Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2024-12-17T23:51:11.9732057Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2024-12-17T23:51:11.9732859Z 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-12-17T23:51:11.9733977Z 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-12-17T23:51:11.9735616Z 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-12-17T23:51:11.9737075Z 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-12-17T23:51:11.9738171Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2024-12-17T23:51:11.9739044Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2024-12-17T23:51:11.9739597Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2024-12-17T23:51:11.9740190Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2024-12-17T23:51:11.9742100Z 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-12-17T23:51:11.9743476Z 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-12-17T23:51:11.9744763Z 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-12-17T23:51:11.9745655Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2024-12-17T23:51:11.9747395Z 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-12-17T23:51:11.9748806Z 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-12-17T23:51:11.9750061Z 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-12-17T23:51:11.9751282Z 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-12-17T23:51:11.9753290Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2024-12-17T23:51:11.9754315Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2024-12-17T23:51:11.9754982Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2024-12-17T23:51:11.9755661Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9756584Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9757502Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9759306Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9760263Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9761242Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9762140Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9763035Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9764810Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9765692Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9766591Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9767510Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9768392Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9770207Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9771071Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9775530Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9780953Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9786927Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9792387Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9798585Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9804961Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9811054Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9817167Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9822797Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9828158Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9833763Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-12-17T23:51:11.9840320Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2024-12-17T23:51:11.9845386Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-12-17T23:51:11.9850880Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-12-17T23:51:11.9856426Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-12-17T23:51:11.9863142Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-12-17T23:51:11.9876679Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-12-17T23:51:11.9882597Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-12-17T23:51:11.9888881Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-12-17T23:51:11.9895584Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-12-17T23:51:11.9901756Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-12-17T23:51:11.9908747Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-12-17T23:51:11.9917946Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2024-12-17T23:51:11.9924075Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2024-12-17T23:51:11.9932398Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2024-12-17T23:51:11.9938759Z 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-12-17T23:51:11.9944923Z 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-12-17T23:51:11.9950746Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2024-12-17T23:51:11.9957065Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2024-12-17T23:51:11.9962497Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-12-17T23:51:11.9968490Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-12-17T23:51:11.9974022Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-12-17T23:51:11.9979438Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-12-17T23:51:11.9986055Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2024-12-17T23:51:11.9991806Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2024-12-17T23:51:11.9997342Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2024-12-17T23:51:12.0002839Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-12-17T23:51:12.0008091Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-12-17T23:51:12.0013428Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-12-17T23:51:12.0019340Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2024-12-17T23:51:12.0025007Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2024-12-17T23:51:12.0030607Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2024-12-17T23:51:12.0036204Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2024-12-17T23:51:12.0041708Z 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-12-17T23:51:12.0047283Z 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-12-17T23:51:12.0052646Z 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-12-17T23:51:12.0058219Z 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-12-17T23:51:12.0063697Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2024-12-17T23:51:12.0069336Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-12-17T23:51:12.0075469Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2024-12-17T23:51:12.0080811Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-12-17T23:51:12.0086142Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-12-17T23:51:12.0091481Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-12-17T23:51:12.0096764Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-12-17T23:51:12.0102189Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-12-17T23:51:12.0114584Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-12-17T23:51:12.0120270Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-12-17T23:51:12.0125525Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-12-17T23:51:12.0131496Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-12-17T23:51:12.0136718Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-12-17T23:51:12.0142403Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-12-17T23:51:12.0148078Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2024-12-17T23:51:12.0161458Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2024-12-17T23:51:12.0168404Z 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-12-17T23:51:12.0173445Z 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-12-17T23:51:12.0178713Z 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-12-17T23:51:12.0183943Z 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-12-17T23:51:12.0189355Z 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-12-17T23:51:12.0194557Z 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-12-17T23:51:12.0199988Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2024-12-17T23:51:12.0205192Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-12-17T23:51:12.0211213Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2024-12-17T23:51:12.0216310Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0222185Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0228240Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0233732Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0239128Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0252176Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0258327Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0264598Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0270934Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0277043Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0282681Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0288261Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0294004Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0300196Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2024-12-17T23:51:12.0306012Z 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-12-17T23:51:12.0312140Z 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-12-17T23:51:12.0317935Z 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-12-17T23:51:12.0332601Z 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-12-17T23:51:12.0338338Z 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-12-17T23:51:12.0344196Z 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-12-17T23:51:12.0349971Z 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-12-17T23:51:12.0355966Z 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-12-17T23:51:12.0361879Z 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-12-17T23:51:12.0375556Z 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-12-17T23:51:12.0380883Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0386577Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0392161Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-12-17T23:51:12.0397690Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-12-17T23:51:12.0403402Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-12-17T23:51:12.0410365Z creating build\bdist.win-amd64\wheel\torch\onnx 2024-12-17T23:51:12.0415284Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0421014Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0427068Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_caffe2.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0433344Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0449087Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0458430Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0467948Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0474547Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0484461Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0493257Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0507234Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0509091Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0515723Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0522854Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0528538Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0535056Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0541895Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0547790Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0556763Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0563388Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0579789Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0585491Z copying build\lib.win-amd64-cpython-39\torch\onnx\_deprecation.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0591158Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0610930Z copying build\lib.win-amd64-cpython-39\torch\onnx\_exporter_states.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0616430Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0622315Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.0628248Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2024-12-17T23:51:12.0633750Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics 2024-12-17T23:51:12.0639392Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra 2024-12-17T23:51:12.0644980Z 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-12-17T23:51:12.0650986Z 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-12-17T23:51:12.0657153Z 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-12-17T23:51:12.0663763Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra\sarif 2024-12-17T23:51:12.0670150Z 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-12-17T23:51:12.0675515Z 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-12-17T23:51:12.0681004Z 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-12-17T23:51:12.0686638Z 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-12-17T23:51:12.0692465Z 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-12-17T23:51:12.0714631Z 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-12-17T23:51:12.0720397Z 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-12-17T23:51:12.0725861Z 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-12-17T23:51:12.0731659Z 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-12-17T23:51:12.0737267Z 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-12-17T23:51:12.0742909Z 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-12-17T23:51:12.0748513Z 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-12-17T23:51:12.0754437Z 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-12-17T23:51:12.0760767Z 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-12-17T23:51:12.0767279Z 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-12-17T23:51:12.0774564Z 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-12-17T23:51:12.0780823Z 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-12-17T23:51:12.0787084Z 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-12-17T23:51:12.0793444Z 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-12-17T23:51:12.0800153Z 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-12-17T23:51:12.0806403Z 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-12-17T23:51:12.0820861Z 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-12-17T23:51:12.0827124Z 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-12-17T23:51:12.0833394Z 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-12-17T23:51:12.0839769Z 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-12-17T23:51:12.0846275Z 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-12-17T23:51:12.0852471Z 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-12-17T23:51:12.0859013Z 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-12-17T23:51:12.0865689Z 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-12-17T23:51:12.0871769Z 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-12-17T23:51:12.0878128Z 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-12-17T23:51:12.0898436Z 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-12-17T23:51:12.0904882Z 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-12-17T23:51:12.0911224Z 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-12-17T23:51:12.0918263Z 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-12-17T23:51:12.0926739Z 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-12-17T23:51:12.0952739Z 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-12-17T23:51:12.0959104Z 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-12-17T23:51:12.0965490Z 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-12-17T23:51:12.0971279Z 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-12-17T23:51:12.0978045Z 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-12-17T23:51:12.1002889Z 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-12-17T23:51:12.1008547Z 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-12-17T23:51:12.1014251Z 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-12-17T23:51:12.1020260Z 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-12-17T23:51:12.1026676Z 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-12-17T23:51:12.1033037Z 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-12-17T23:51:12.1038690Z 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-12-17T23:51:12.1044339Z 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-12-17T23:51:12.1050252Z 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-12-17T23:51:12.1056168Z 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-12-17T23:51:12.1068950Z 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-12-17T23:51:12.1075579Z 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-12-17T23:51:12.1081389Z 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-12-17T23:51:12.1087005Z 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-12-17T23:51:12.1092611Z 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-12-17T23:51:12.1106745Z 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-12-17T23:51:12.1112251Z 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-12-17T23:51:12.1117541Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_diagnostic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-12-17T23:51:12.1123199Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_rules.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-12-17T23:51:12.1129463Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-12-17T23:51:12.1135790Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1141124Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_analysis.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1146752Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_building.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1152959Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_capture_strategies.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1158519Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_compat.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1173019Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1180964Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1187008Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dispatching.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1193198Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1199029Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_fx_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1205625Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_ir_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1211819Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_isolated.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1218350Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_onnx_program.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1224767Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1231182Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_reporting.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1237419Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_schemas.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1243988Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_tensors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1250128Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_testing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1256709Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib 2024-12-17T23:51:12.1263418Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib\ops 2024-12-17T23:51:12.1270228Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\hop.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2024-12-17T23:51:12.1276632Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2024-12-17T23:51:12.1282532Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib 2024-12-17T23:51:12.1288627Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib 2024-12-17T23:51:12.1294517Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1300961Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-12-17T23:51:12.1306612Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2024-12-17T23:51:12.1312899Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\analysis 2024-12-17T23:51:12.1319154Z 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-12-17T23:51:12.1325425Z 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-12-17T23:51:12.1331286Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_skip.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-12-17T23:51:12.1337632Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_table.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-12-17T23:51:12.1343907Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\diagnostics.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-12-17T23:51:12.1359130Z 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-12-17T23:51:12.1365273Z 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-12-17T23:51:12.1372164Z 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-12-17T23:51:12.1378554Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-12-17T23:51:12.1385874Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2024-12-17T23:51:12.1392056Z 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-12-17T23:51:12.1398390Z 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-12-17T23:51:12.1404811Z 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-12-17T23:51:12.1411511Z 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-12-17T23:51:12.1426466Z 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-12-17T23:51:12.1439513Z 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-12-17T23:51:12.1445809Z 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-12-17T23:51:12.1453348Z 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-12-17T23:51:12.1462876Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\patcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-12-17T23:51:12.1470064Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-12-17T23:51:12.1476483Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\serialization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-12-17T23:51:12.1482658Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-12-17T23:51:12.1489002Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-12-17T23:51:12.1494970Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-12-17T23:51:12.1500939Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\io_adapter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-12-17T23:51:12.1514609Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-12-17T23:51:12.1520257Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnxruntime.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-12-17T23:51:12.1526653Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-12-17T23:51:12.1532414Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-12-17T23:51:12.1538742Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-12-17T23:51:12.1545256Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_lazy_import.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-12-17T23:51:12.1551000Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-12-17T23:51:12.1555746Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.1561325Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.1567519Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-12-17T23:51:12.1583183Z creating build\bdist.win-amd64\wheel\torch\optim 2024-12-17T23:51:12.1588083Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1594042Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1600072Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1606338Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1612197Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1618278Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1624105Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1637271Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1644007Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1650010Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1656148Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1662156Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1668079Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1674058Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1680236Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1685800Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1691811Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1697881Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1711539Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2024-12-17T23:51:12.1716847Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2024-12-17T23:51:12.1722238Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2024-12-17T23:51:12.1727867Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-12-17T23:51:12.1734489Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.1742611Z creating build\bdist.win-amd64\wheel\torch\package 2024-12-17T23:51:12.1748344Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2024-12-17T23:51:12.1754101Z 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-12-17T23:51:12.1760270Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-12-17T23:51:12.1766280Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-12-17T23:51:12.1779747Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-12-17T23:51:12.1785575Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1791698Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1797690Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1813375Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1819642Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1826866Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1833452Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1839641Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1846067Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1851905Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1858527Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1864612Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1872050Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1884918Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1891093Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-12-17T23:51:12.1897468Z creating build\bdist.win-amd64\wheel\torch\profiler 2024-12-17T23:51:12.1909996Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-12-17T23:51:12.1916224Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-12-17T23:51:12.1924173Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-12-17T23:51:12.1930375Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-12-17T23:51:12.1939549Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-12-17T23:51:12.1953582Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-12-17T23:51:12.1959915Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-12-17T23:51:12.1965946Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.1971410Z creating build\bdist.win-amd64\wheel\torch\quantization 2024-12-17T23:51:12.1976479Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.1982306Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.1987957Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.2003089Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2024-12-17T23:51:12.2007992Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-12-17T23:51:12.2013053Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-12-17T23:51:12.2018170Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-12-17T23:51:12.2023428Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-12-17T23:51:12.2028537Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-12-17T23:51:12.2041960Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-12-17T23:51:12.2047318Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-12-17T23:51:12.2052578Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-12-17T23:51:12.2058331Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-12-17T23:51:12.2063670Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-12-17T23:51:12.2069121Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-12-17T23:51:12.2075269Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-12-17T23:51:12.2080516Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.2085907Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.2091423Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.2096904Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.2102495Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.2108085Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.2113579Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.2118758Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.2124127Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.2129622Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.2135170Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.2140975Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.2146672Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-12-17T23:51:12.2152510Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.2158102Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.2163626Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.2169232Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.2175086Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.2182365Z creating build\bdist.win-amd64\wheel\torch\share 2024-12-17T23:51:12.2187429Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2024-12-17T23:51:12.2192655Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2024-12-17T23:51:12.2197937Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2024-12-17T23:51:12.2203678Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2024-12-17T23:51:12.2208980Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-12-17T23:51:12.2214731Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-12-17T23:51:12.2220358Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-12-17T23:51:12.2236245Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-12-17T23:51:12.2243182Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-12-17T23:51:12.2249588Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-12-17T23:51:12.2255876Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-12-17T23:51:12.2263283Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-12-17T23:51:12.2269855Z 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-12-17T23:51:12.2275808Z 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-12-17T23:51:12.2282669Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-12-17T23:51:12.2297683Z 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-12-17T23:51:12.2304355Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-12-17T23:51:12.2311291Z 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-12-17T23:51:12.2317498Z 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-12-17T23:51:12.2323922Z 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-12-17T23:51:12.2339448Z 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-12-17T23:51:12.2345758Z 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-12-17T23:51:12.2353523Z 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-12-17T23:51:12.2366748Z 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-12-17T23:51:12.2373481Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2024-12-17T23:51:12.2379816Z 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-12-17T23:51:12.2386127Z 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-12-17T23:51:12.2392557Z 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-12-17T23:51:12.2399093Z 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-12-17T23:51:12.2412722Z 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-12-17T23:51:12.2418955Z 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-12-17T23:51:12.2425179Z 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-12-17T23:51:12.2431864Z 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-12-17T23:51:12.2439781Z 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-12-17T23:51:12.2447228Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2024-12-17T23:51:12.2453208Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2024-12-17T23:51:12.2460047Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2024-12-17T23:51:12.2467117Z creating build\bdist.win-amd64\wheel\torch\signal 2024-12-17T23:51:12.2473764Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2024-12-17T23:51:12.2479883Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-12-17T23:51:12.2486631Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-12-17T23:51:12.2492606Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2024-12-17T23:51:12.2499022Z creating build\bdist.win-amd64\wheel\torch\sparse 2024-12-17T23:51:12.2504564Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-12-17T23:51:12.2510902Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-12-17T23:51:12.2517186Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-12-17T23:51:12.2532075Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-12-17T23:51:12.2539312Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-12-17T23:51:12.2549626Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-12-17T23:51:12.2556048Z creating build\bdist.win-amd64\wheel\torch\special 2024-12-17T23:51:12.2560884Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2024-12-17T23:51:12.2567774Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.2580509Z creating build\bdist.win-amd64\wheel\torch\test 2024-12-17T23:51:12.2593160Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2602443Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2614462Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2623264Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2651412Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2661018Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2670094Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ArrayRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2678836Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2687810Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2696736Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2705736Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2714360Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2724012Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2733942Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2742583Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2752989Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_1_var_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2761813Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_catches_stream.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2771076Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2787865Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_from_2_processes.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2797395Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2806403Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2815340Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2824124Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDATest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2833902Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2850576Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2860620Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2871215Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2881736Z copying build\lib.win-amd64-cpython-39\torch\test\c10_error_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2891364Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2901557Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2911492Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2921101Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2933803Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2945950Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2965317Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2975598Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.2993284Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3003004Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3012605Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3021880Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3031467Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3040531Z copying build\lib.win-amd64-cpython-39\torch\test\c10_NetworkFlow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3066002Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3076662Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3086219Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3095144Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3104189Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3114468Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3128568Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3137348Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3146040Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3161092Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3170481Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3179506Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3188185Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3196784Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3205839Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3215568Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3225537Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3242541Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3252457Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3262588Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3272395Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3283139Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3294277Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3307605Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_allocatorTraceTracker_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3317628Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3328759Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_apply_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3344551Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_atomic_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3355523Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_caching_host_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3366109Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3377000Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3387375Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_cub_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3398144Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_cudnn_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3408868Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3419186Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_distributions_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3433230Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3446249Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3457318Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3467617Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_integer_divider_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3476913Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3486996Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3497005Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3506816Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_stream_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3522930Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_vectorized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3533033Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3543568Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3552649Z copying build\lib.win-amd64-cpython-39\torch\test\dispatch_key_set_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3562326Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3571836Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3581731Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3591192Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3601072Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3610767Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3622441Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3632283Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3644976Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3656720Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3669876Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3681677Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3691569Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3700868Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3719494Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3732360Z copying build\lib.win-amd64-cpython-39\torch\test\make_boxed_from_unboxed_functor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3745622Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3756422Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3767973Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3778424Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3788947Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3799403Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3810508Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3822127Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3832468Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3842519Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3852885Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3878756Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3889355Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3901264Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3912427Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3922948Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3936486Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3949013Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3960815Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3971089Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3980939Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.3992177Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.4002295Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.4009412Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.4018577Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.4028444Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.4038861Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.4045766Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.4055066Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.4064577Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-12-17T23:51:12.4074883Z creating build\bdist.win-amd64\wheel\torch\testing 2024-12-17T23:51:12.4080452Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-12-17T23:51:12.4087681Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-12-17T23:51:12.4094846Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2024-12-17T23:51:12.4100335Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4106600Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4112736Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4126234Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2024-12-17T23:51:12.4131588Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2024-12-17T23:51:12.4136930Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4142926Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4149690Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4156580Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4162650Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4168497Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4175194Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4181187Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4198182Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4203952Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4212055Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4220679Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4227720Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4233654Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4240712Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4253983Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4259914Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4268447Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4274536Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4281514Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4287588Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2024-12-17T23:51:12.4293004Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-12-17T23:51:12.4298350Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-12-17T23:51:12.4303609Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-12-17T23:51:12.4309247Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2024-12-17T23:51:12.4314677Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\checkpoint_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-12-17T23:51:12.4321300Z 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-12-17T23:51:12.4327648Z 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-12-17T23:51:12.4342768Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-12-17T23:51:12.4353532Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-12-17T23:51:12.4359688Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\fake_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-12-17T23:51:12.4365995Z 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-12-17T23:51:12.4373326Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2024-12-17T23:51:12.4380144Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2024-12-17T23:51:12.4386741Z 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-12-17T23:51:12.4393690Z 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-12-17T23:51:12.4398987Z 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-12-17T23:51:12.4404665Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2024-12-17T23:51:12.4411037Z 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-12-17T23:51:12.4419058Z 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-12-17T23:51:12.4425638Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2024-12-17T23:51:12.4434591Z 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-12-17T23:51:12.4443403Z 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-12-17T23:51:12.4452018Z 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-12-17T23:51:12.4459019Z 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-12-17T23:51:12.4473077Z 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-12-17T23:51:12.4479677Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2024-12-17T23:51:12.4486436Z 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-12-17T23:51:12.4492837Z 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-12-17T23:51:12.4499285Z 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-12-17T23:51:12.4505601Z 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-12-17T23:51:12.4510271Z 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-12-17T23:51:12.4515892Z 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-12-17T23:51:12.4525027Z 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-12-17T23:51:12.4530644Z 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-12-17T23:51:12.4535294Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-12-17T23:51:12.4541564Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2024-12-17T23:51:12.4547920Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-12-17T23:51:12.4554419Z 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-12-17T23:51:12.4560302Z 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-12-17T23:51:12.4565827Z 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-12-17T23:51:12.4571229Z 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-12-17T23:51:12.4576748Z 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-12-17T23:51:12.4582323Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2024-12-17T23:51:12.4588522Z 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-12-17T23:51:12.4594901Z 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-12-17T23:51:12.4599621Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-12-17T23:51:12.4604235Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4610268Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4616031Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4622121Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2024-12-17T23:51:12.4640298Z 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-12-17T23:51:12.4651691Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2024-12-17T23:51:12.4656292Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4662044Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4667864Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4673617Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4679987Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4686359Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4692118Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4698353Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2024-12-17T23:51:12.4704306Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-12-17T23:51:12.4712570Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2024-12-17T23:51:12.4718164Z 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-12-17T23:51:12.4724335Z 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-12-17T23:51:12.4731183Z 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-12-17T23:51:12.4738237Z 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-12-17T23:51:12.4744512Z 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-12-17T23:51:12.4751856Z 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-12-17T23:51:12.4765525Z 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-12-17T23:51:12.4772289Z 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-12-17T23:51:12.4778342Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-12-17T23:51:12.4785707Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-12-17T23:51:12.4791821Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-12-17T23:51:12.4798246Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2024-12-17T23:51:12.4804235Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-12-17T23:51:12.4810702Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\autograd_registration.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-12-17T23:51:12.4816870Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-12-17T23:51:12.4823300Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\generate_tests.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-12-17T23:51:12.4839274Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\make_fx.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-12-17T23:51:12.4845212Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-12-17T23:51:12.4851952Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\quantization_torch_package_models.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4858784Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4872584Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\subclasses.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4879565Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2024-12-17T23:51:12.4885752Z 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-12-17T23:51:12.4891888Z 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-12-17T23:51:12.4898277Z 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-12-17T23:51:12.4903306Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4909737Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4916589Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4922993Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-12-17T23:51:12.4928163Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-12-17T23:51:12.4942476Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-12-17T23:51:12.4948795Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.4955511Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.4964492Z creating build\bdist.win-amd64\wheel\torch\utils 2024-12-17T23:51:12.4970506Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2024-12-17T23:51:12.4976781Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2024-12-17T23:51:12.4982893Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.4989947Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2024-12-17T23:51:12.4996034Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2024-12-17T23:51:12.5001538Z 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-12-17T23:51:12.5007778Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-12-17T23:51:12.5013375Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-12-17T23:51:12.5019481Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\op_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-12-17T23:51:12.5025627Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\simple_timeit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-12-17T23:51:12.5043282Z 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-12-17T23:51:12.5049120Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-12-17T23:51:12.5055158Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2024-12-17T23:51:12.5060555Z 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-12-17T23:51:12.5066977Z 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-12-17T23:51:12.5072900Z 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-12-17T23:51:12.5078541Z 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-12-17T23:51:12.5090263Z 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-12-17T23:51:12.5096141Z 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-12-17T23:51:12.5101235Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2024-12-17T23:51:12.5106500Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-12-17T23:51:12.5112422Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-12-17T23:51:12.5117943Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-12-17T23:51:12.5123272Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\cpp_jit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-12-17T23:51:12.5134214Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-12-17T23:51:12.5140324Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\sparse_fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-12-17T23:51:12.5171000Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timeit_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-12-17T23:51:12.5176473Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-12-17T23:51:12.5183213Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2024-12-17T23:51:12.5188859Z 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-12-17T23:51:12.5204757Z 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-12-17T23:51:12.5210770Z 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-12-17T23:51:12.5224397Z 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-12-17T23:51:12.5230920Z 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-12-17T23:51:12.5240763Z 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-12-17T23:51:12.5245855Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-12-17T23:51:12.5251700Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-12-17T23:51:12.5263046Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2024-12-17T23:51:12.5263789Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2024-12-17T23:51:12.5274023Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-12-17T23:51:12.5278592Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-12-17T23:51:12.5284231Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5290281Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5301813Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5312081Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5317387Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5324707Z creating build\bdist.win-amd64\wheel\torch\utils\data 2024-12-17T23:51:12.5329877Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-12-17T23:51:12.5335394Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-12-17T23:51:12.5342774Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2024-12-17T23:51:12.5349017Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2024-12-17T23:51:12.5355173Z 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-12-17T23:51:12.5361848Z 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-12-17T23:51:12.5367929Z 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-12-17T23:51:12.5381960Z 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-12-17T23:51:12.5388215Z 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-12-17T23:51:12.5394066Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-12-17T23:51:12.5400664Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-12-17T23:51:12.5407315Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\gen_pyi.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-12-17T23:51:12.5414083Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2024-12-17T23:51:12.5429788Z 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-12-17T23:51:12.5436694Z 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-12-17T23:51:12.5443439Z 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-12-17T23:51:12.5450974Z 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-12-17T23:51:12.5463495Z 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-12-17T23:51:12.5470125Z 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-12-17T23:51:12.5476387Z 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-12-17T23:51:12.5482558Z 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-12-17T23:51:12.5489248Z 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-12-17T23:51:12.5495513Z 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-12-17T23:51:12.5502263Z 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-12-17T23:51:12.5509795Z 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-12-17T23:51:12.5516710Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2024-12-17T23:51:12.5524768Z 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-12-17T23:51:12.5530861Z 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-12-17T23:51:12.5537135Z 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-12-17T23:51:12.5543384Z 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-12-17T23:51:12.5549515Z 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-12-17T23:51:12.5562369Z 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-12-17T23:51:12.5568797Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2024-12-17T23:51:12.5574437Z 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-12-17T23:51:12.5580233Z 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-12-17T23:51:12.5586757Z 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-12-17T23:51:12.5592850Z 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-12-17T23:51:12.5597366Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-12-17T23:51:12.5602978Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_hook_iterator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-12-17T23:51:12.5608808Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-12-17T23:51:12.5614849Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-12-17T23:51:12.5620573Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-12-17T23:51:12.5633979Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-12-17T23:51:12.5639577Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-12-17T23:51:12.5645324Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-12-17T23:51:12.5650986Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-12-17T23:51:12.5656951Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2024-12-17T23:51:12.5662357Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-12-17T23:51:12.5668057Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-12-17T23:51:12.5674000Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\pin_memory.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-12-17T23:51:12.5679572Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\signal_handling.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-12-17T23:51:12.5685009Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-12-17T23:51:12.5696401Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-12-17T23:51:12.5701940Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-12-17T23:51:12.5707758Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5713265Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5718868Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5724746Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5731280Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2024-12-17T23:51:12.5736910Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-12-17T23:51:12.5743467Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\cuda_to_hip_mappings.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-12-17T23:51:12.5753811Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-12-17T23:51:12.5760545Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-12-17T23:51:12.5774915Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-12-17T23:51:12.5781696Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5788851Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2024-12-17T23:51:12.5794909Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-12-17T23:51:12.5801153Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-12-17T23:51:12.5806439Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5812679Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5819429Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2024-12-17T23:51:12.5825215Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-12-17T23:51:12.5831692Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-12-17T23:51:12.5837852Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-12-17T23:51:12.5844047Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-12-17T23:51:12.5850242Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-12-17T23:51:12.5864330Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-12-17T23:51:12.5870075Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5876191Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5891544Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5898502Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2024-12-17T23:51:12.5904259Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-12-17T23:51:12.5911051Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-12-17T23:51:12.5917792Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-12-17T23:51:12.5924504Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-12-17T23:51:12.5937761Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-12-17T23:51:12.5946381Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-12-17T23:51:12.5953187Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-12-17T23:51:12.5964207Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-12-17T23:51:12.5970289Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-12-17T23:51:12.5978567Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.5985323Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2024-12-17T23:51:12.5991057Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-12-17T23:51:12.5996727Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-12-17T23:51:12.6002010Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6007847Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6013575Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6020525Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6026169Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6031901Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6037653Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6052029Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6058412Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6064264Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6069914Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6075805Z copying build\lib.win-amd64-cpython-39\torch\utils\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6081409Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6087236Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6093256Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6098743Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6104526Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6116585Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6124292Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6130303Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2024-12-17T23:51:12.6135686Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-12-17T23:51:12.6142121Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-12-17T23:51:12.6146913Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2024-12-17T23:51:12.6151740Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-12-17T23:51:12.6158050Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-12-17T23:51:12.6163388Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-12-17T23:51:12.6168718Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\printers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-12-17T23:51:12.6174747Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-12-17T23:51:12.6186941Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-12-17T23:51:12.6192801Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-12-17T23:51:12.6198168Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-12-17T23:51:12.6203799Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-12-17T23:51:12.6210510Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-12-17T23:51:12.6215168Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6220561Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6226602Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6232198Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6237602Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6243317Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-12-17T23:51:12.6249445Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.6256019Z creating build\bdist.win-amd64\wheel\torch\xpu 2024-12-17T23:51:12.6261096Z copying build\lib.win-amd64-cpython-39\torch\xpu\memory.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-12-17T23:51:12.6267283Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-12-17T23:51:12.6273322Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-12-17T23:51:12.6283177Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-12-17T23:51:12.6289307Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-12-17T23:51:12.6295345Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-12-17T23:51:12.6308344Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.6315297Z creating build\bdist.win-amd64\wheel\torch\_awaits 2024-12-17T23:51:12.6320987Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2024-12-17T23:51:12.6327460Z creating build\bdist.win-amd64\wheel\torch\_C 2024-12-17T23:51:12.6332727Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6339179Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6345180Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6351109Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6357054Z copying build\lib.win-amd64-cpython-39\torch\_C\_cusparselt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6369356Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6375512Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6382282Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6389204Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6395410Z copying build\lib.win-amd64-cpython-39\torch\_C\_export.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6401177Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6407497Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6413829Z copying build\lib.win-amd64-cpython-39\torch\_C\_instruction_counter.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6419818Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6425620Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6431894Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6438478Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6446743Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6455026Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6460807Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6466965Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6473450Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6491485Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6497384Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-12-17T23:51:12.6513658Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.6520011Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.6525415Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.6531495Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2024-12-17T23:51:12.6536439Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-12-17T23:51:12.6542920Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\functional.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-12-17T23:51:12.6548308Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-12-17T23:51:12.6554941Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-12-17T23:51:12.6559366Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:12.6565481Z creating build\bdist.win-amd64\wheel\torch\_decomp 2024-12-17T23:51:12.6570517Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-12-17T23:51:12.6578527Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-12-17T23:51:12.6584727Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-12-17T23:51:12.6815981Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-12-17T23:51:12.6822700Z copying build\lib.win-amd64-cpython-39\torch\_deploy.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.1137861Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2024-12-17T23:51:13.1143070Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-12-17T23:51:13.1148989Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-12-17T23:51:13.1154501Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2024-12-17T23:51:13.1160085Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2024-12-17T23:51:13.1165224Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-12-17T23:51:13.1170819Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-12-17T23:51:13.1176552Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-12-17T23:51:13.1182603Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-12-17T23:51:13.1312928Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-12-17T23:51:13.1318537Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-12-17T23:51:13.1324502Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-12-17T23:51:13.1330521Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-12-17T23:51:13.1336376Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-12-17T23:51:13.1342490Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-12-17T23:51:13.1349493Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-12-17T23:51:13.1355001Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.1361019Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.1368853Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4657379Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4663226Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4669776Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4675761Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4685893Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4701915Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4714848Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4721875Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4727455Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4733342Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4739791Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4746028Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4783976Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4789565Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4796403Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4801936Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4807946Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4814538Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_deduplication.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4826921Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_region_tracker.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4832544Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4846039Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4851276Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4856864Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\metrics_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4862735Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4868695Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4876194Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\pgo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4883216Z creating build\bdist.win-amd64\wheel\torch\_dynamo\polyfills 2024-12-17T23:51:13.4888638Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\builtins.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-12-17T23:51:13.4894322Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\functools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-12-17T23:51:13.4899888Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\itertools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-12-17T23:51:13.4905520Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\loader.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-12-17T23:51:13.4922892Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\operator.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-12-17T23:51:13.4928928Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\os.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-12-17T23:51:13.4934966Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\pytree.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-12-17T23:51:13.4941379Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\sys.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-12-17T23:51:13.4947989Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-12-17T23:51:13.4953307Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4959417Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.4983176Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2024-12-17T23:51:13.4988914Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-12-17T23:51:13.4995762Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-12-17T23:51:13.5002375Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\aoti.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-12-17T23:51:13.5009774Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-12-17T23:51:13.5015623Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.5023367Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.5030985Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.5038719Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.5048056Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.5056051Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.5062517Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.5069815Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.5076263Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.5084930Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.5091243Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.5100171Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2024-12-17T23:51:13.5112922Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5119086Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5127119Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5133827Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5139505Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5154497Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5161183Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5167113Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5173714Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5180824Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5186696Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5192290Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5198574Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5205101Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5211520Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5217208Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5222912Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5228317Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5235020Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5241472Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5247624Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5254062Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-12-17T23:51:13.5259889Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.5265554Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-12-17T23:51:13.5271218Z copying build\lib.win-amd64-cpython-39\torch\_environment.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.5277073Z creating build\bdist.win-amd64\wheel\torch\_export 2024-12-17T23:51:13.5281938Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-12-17T23:51:13.5289219Z creating build\bdist.win-amd64\wheel\torch\_export\db 2024-12-17T23:51:13.5294155Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-12-17T23:51:13.5300897Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2024-12-17T23:51:13.5306249Z 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-12-17T23:51:13.5311719Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5318345Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5339236Z 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-12-17T23:51:13.5345582Z 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-12-17T23:51:13.5351828Z 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-12-17T23:51:13.5358216Z 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-12-17T23:51:13.5364269Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_operands.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5370491Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_predicate.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5376902Z 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-12-17T23:51:13.5383257Z 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-12-17T23:51:13.5389353Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5395365Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5401461Z 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-12-17T23:51:13.5407708Z 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-12-17T23:51:13.5413793Z 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-12-17T23:51:13.5420021Z 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-12-17T23:51:13.5426180Z 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-12-17T23:51:13.5441877Z 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-12-17T23:51:13.5447992Z 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-12-17T23:51:13.5454117Z 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-12-17T23:51:13.5460709Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_contains.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5466689Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_unpack.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5473213Z 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-12-17T23:51:13.5479401Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5485464Z 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-12-17T23:51:13.5505581Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\optional_input.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5511952Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\pytree_flatten.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5519473Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\scalar_output.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5530050Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\specialized_attribute.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5537760Z 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-12-17T23:51:13.5544252Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_if.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5550265Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\tensor_setattr.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5556824Z 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-12-17T23:51:13.5563830Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\unsupported_operator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5577506Z 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-12-17T23:51:13.5583673Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-12-17T23:51:13.5590182Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-12-17T23:51:13.5595540Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-12-17T23:51:13.5602066Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-12-17T23:51:13.5607164Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-12-17T23:51:13.5612692Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-12-17T23:51:13.5620213Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2024-12-17T23:51:13.5632404Z 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-12-17T23:51:13.5638196Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-12-17T23:51:13.5643846Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-12-17T23:51:13.5657244Z 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-12-17T23:51:13.5663409Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\insert_custom_op_guards.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-12-17T23:51:13.5670425Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-12-17T23:51:13.5676218Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-12-17T23:51:13.5681898Z 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-12-17T23:51:13.5687739Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-12-17T23:51:13.5694366Z 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-12-17T23:51:13.5700244Z 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-12-17T23:51:13.5706008Z 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-12-17T23:51:13.5711799Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-12-17T23:51:13.5717381Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-12-17T23:51:13.5722653Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-12-17T23:51:13.5729356Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2024-12-17T23:51:13.5736234Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\node_metadata.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-12-17T23:51:13.5742241Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\proxy_value.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-12-17T23:51:13.5748513Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-12-17T23:51:13.5753466Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2024-12-17T23:51:13.5758557Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\aoti_schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-12-17T23:51:13.5763882Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-12-17T23:51:13.5769445Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-12-17T23:51:13.5775004Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.thrift -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-12-17T23:51:13.5786925Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-12-17T23:51:13.5792583Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-12-17T23:51:13.5798748Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-12-17T23:51:13.5806313Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-12-17T23:51:13.5811819Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-12-17T23:51:13.5816283Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-12-17T23:51:13.5822457Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-12-17T23:51:13.5828842Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-12-17T23:51:13.5834755Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-12-17T23:51:13.5840223Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-12-17T23:51:13.5846439Z creating build\bdist.win-amd64\wheel\torch\_functorch 2024-12-17T23:51:13.5851345Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5858199Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5864374Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5870526Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5882356Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5887901Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5893667Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5899263Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5904619Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5910254Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5917002Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5925299Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5933574Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5940631Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5947956Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5954225Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5960287Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5966609Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5973203Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5979501Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.5986872Z creating build\bdist.win-amd64\wheel\torch\_functorch\_activation_checkpointing 2024-12-17T23:51:13.5998555Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2024-12-17T23:51:13.6004953Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2024-12-17T23:51:13.6011263Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2024-12-17T23:51:13.6019376Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\autograd_cache.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-12-17T23:51:13.6029027Z 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-12-17T23:51:13.6038629Z 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-12-17T23:51:13.6052752Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\functional_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-12-17T23:51:13.6059897Z 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-12-17T23:51:13.6067021Z 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-12-17T23:51:13.6073821Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-12-17T23:51:13.6080284Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-12-17T23:51:13.6087329Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-12-17T23:51:13.6093813Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-12-17T23:51:13.6100193Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-12-17T23:51:13.6106451Z 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-12-17T23:51:13.6112914Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-12-17T23:51:13.6118947Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-12-17T23:51:13.6124139Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-12-17T23:51:13.6130001Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.6136612Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2024-12-17T23:51:13.6141509Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\associative_scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6147680Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\auto_functionalize.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6154134Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6166415Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6172588Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\executorch_call_delegate.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6178545Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6185372Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\hints_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6191050Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\invoke_subgraph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6196654Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6202182Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\out_dtype.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6207726Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\prim_hop_base.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6213478Z 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-12-17T23:51:13.6219017Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6224965Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\strict_mode.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6230760Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6236462Z 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-12-17T23:51:13.6242915Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6248881Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\while_loop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6254544Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6260244Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-12-17T23:51:13.6266310Z creating build\bdist.win-amd64\wheel\torch\_inductor 2024-12-17T23:51:13.6271207Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6277004Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6282961Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2024-12-17T23:51:13.6297911Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2024-12-17T23:51:13.6303888Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-12-17T23:51:13.6310338Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-12-17T23:51:13.6317300Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-12-17T23:51:13.6333597Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-12-17T23:51:13.6340554Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-12-17T23:51:13.6347091Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-12-17T23:51:13.6352253Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-12-17T23:51:13.6358600Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-12-17T23:51:13.6373266Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-12-17T23:51:13.6380007Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-12-17T23:51:13.6386503Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-12-17T23:51:13.6391444Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6398273Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6404428Z copying build\lib.win-amd64-cpython-39\torch\_inductor\choices.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6412272Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6420680Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2024-12-17T23:51:13.6426557Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6433233Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2024-12-17T23:51:13.6439641Z 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-12-17T23:51:13.6446142Z 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-12-17T23:51:13.6452300Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\block_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6458484Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6473580Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6482830Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_bmm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6489604Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_flex_attention_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6496592Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6504167Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6511141Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6520115Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6528603Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6537935Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6547549Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6558771Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6566355Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6573375Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpu_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6580823Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2024-12-17T23:51:13.6586765Z 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-12-17T23:51:13.6592887Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_env.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-12-17T23:51:13.6598844Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-12-17T23:51:13.6605327Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-12-17T23:51:13.6621131Z 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-12-17T23:51:13.6627374Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-12-17T23:51:13.6633136Z 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-12-17T23:51:13.6638950Z 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-12-17T23:51:13.6643428Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-12-17T23:51:13.6650106Z 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-12-17T23:51:13.6655790Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-12-17T23:51:13.6662570Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-12-17T23:51:13.6667364Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6673490Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6687922Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6694765Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6700901Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6707904Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2024-12-17T23:51:13.6713372Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_conv_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-12-17T23:51:13.6719734Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-12-17T23:51:13.6725252Z 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-12-17T23:51:13.6740906Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\compile_command.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-12-17T23:51:13.6746888Z 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-12-17T23:51:13.6752215Z 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-12-17T23:51:13.6757954Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-12-17T23:51:13.6763554Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-12-17T23:51:13.6769525Z 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-12-17T23:51:13.6775230Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-12-17T23:51:13.6779866Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6786753Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd_kernel_features.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6792384Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6800206Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6806491Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6812334Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6818113Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6826440Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2024-12-17T23:51:13.6840904Z 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-12-17T23:51:13.6847275Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2024-12-17T23:51:13.6852629Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-12-17T23:51:13.6857776Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6864590Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6879627Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6885970Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compiler_bisector.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6892686Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6900617Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2024-12-17T23:51:13.6906712Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\subproc_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-12-17T23:51:13.6913008Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\watchdog.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-12-17T23:51:13.6919127Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-12-17T23:51:13.6924126Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-12-17T23:51:13.6930587Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6937904Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6945172Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6952525Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6959034Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6967145Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6973868Z copying build\lib.win-amd64-cpython-39\torch\_inductor\custom_graph_pass.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6989193Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.6996165Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7002820Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7009841Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dtype_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7015883Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7022407Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7030768Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7037997Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2024-12-17T23:51:13.7044707Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\b2b_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7051966Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\binary_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7061588Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\ddp_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7068216Z 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-12-17T23:51:13.7083822Z 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-12-17T23:51:13.7089351Z 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-12-17T23:51:13.7095751Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\freezing_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7101537Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fuse_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7107962Z 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-12-17T23:51:13.7115287Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\joint_graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7121520Z 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-12-17T23:51:13.7127828Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\misc_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7133423Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\mkldnn_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7140501Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\numeric_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7146683Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pad_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7152746Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\post_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7159201Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pre_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7165363Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7172396Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7179332Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\replace_random.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7195593Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2024-12-17T23:51:13.7201318Z 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-12-17T23:51:13.7207050Z 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-12-17T23:51:13.7212635Z 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-12-17T23:51:13.7229319Z 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-12-17T23:51:13.7235002Z 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-12-17T23:51:13.7240903Z 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-12-17T23:51:13.7246703Z 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-12-17T23:51:13.7252546Z 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-12-17T23:51:13.7258569Z 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-12-17T23:51:13.7264447Z 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-12-17T23:51:13.7270258Z 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-12-17T23:51:13.7276842Z 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-12-17T23:51:13.7283096Z 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-12-17T23:51:13.7289792Z 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-12-17T23:51:13.7296339Z 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-12-17T23:51:13.7303342Z 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-12-17T23:51:13.7309945Z 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-12-17T23:51:13.7316430Z 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-12-17T23:51:13.7323039Z 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-12-17T23:51:13.7339236Z 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-12-17T23:51:13.7345853Z 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-12-17T23:51:13.7352558Z 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-12-17T23:51:13.7359138Z 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-12-17T23:51:13.7364260Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\split_cat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7373291Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-12-17T23:51:13.7378008Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7384240Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7392072Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7398175Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7404728Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7419623Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7429643Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7436416Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2024-12-17T23:51:13.7442224Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-12-17T23:51:13.7448551Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-12-17T23:51:13.7455800Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-12-17T23:51:13.7463051Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-12-17T23:51:13.7469870Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-12-17T23:51:13.7482975Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-12-17T23:51:13.7489604Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-12-17T23:51:13.7495937Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_scaled.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-12-17T23:51:13.7503097Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\unpack_mixed_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-12-17T23:51:13.7509314Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-12-17T23:51:13.7515206Z copying build\lib.win-amd64-cpython-39\torch\_inductor\loop_body.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7521889Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7533918Z copying build\lib.win-amd64-cpython-39\torch\_inductor\memory.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7540861Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7548865Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7557829Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7565100Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mock_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7571888Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7579007Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7593706Z copying build\lib.win-amd64-cpython-39\torch\_inductor\output_code.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7600127Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2024-12-17T23:51:13.7605444Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-12-17T23:51:13.7611688Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-12-17T23:51:13.7617989Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\pt2_archive_constants.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-12-17T23:51:13.7623076Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-12-17T23:51:13.7628347Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7635440Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7641620Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7647762Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2024-12-17T23:51:13.7653090Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\autotune_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-12-17T23:51:13.7659284Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\benchmarking.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-12-17T23:51:13.7664875Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\cache_dir_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-12-17T23:51:13.7670386Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-12-17T23:51:13.7702551Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-12-17T23:51:13.7708234Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-12-17T23:51:13.7713997Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-12-17T23:51:13.7719510Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-12-17T23:51:13.7725179Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-12-17T23:51:13.7731551Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-12-17T23:51:13.7738703Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-12-17T23:51:13.7743372Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7751638Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7758474Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7764695Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7770654Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7793685Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7799050Z copying build\lib.win-amd64-cpython-39\torch\_inductor\triton_bundler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7804824Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7811411Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7817258Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7823223Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-12-17T23:51:13.7829719Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.7836527Z creating build\bdist.win-amd64\wheel\torch\_lazy 2024-12-17T23:51:13.7842959Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-12-17T23:51:13.7848643Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-12-17T23:51:13.7854738Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-12-17T23:51:13.7859456Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-12-17T23:51:13.7865772Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-12-17T23:51:13.7880644Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-12-17T23:51:13.7887097Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-12-17T23:51:13.7892955Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-12-17T23:51:13.7899293Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-12-17T23:51:13.7905491Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-12-17T23:51:13.7911353Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-12-17T23:51:13.7917941Z creating build\bdist.win-amd64\wheel\torch\_library 2024-12-17T23:51:13.7923443Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-12-17T23:51:13.7929706Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-12-17T23:51:13.7936476Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-12-17T23:51:13.7943388Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-12-17T23:51:13.7966961Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-12-17T23:51:13.7973243Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-12-17T23:51:13.7979427Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-12-17T23:51:13.7985735Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-12-17T23:51:13.7992227Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-12-17T23:51:13.7998157Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8010631Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8018768Z creating build\bdist.win-amd64\wheel\torch\_logging 2024-12-17T23:51:13.8024189Z copying build\lib.win-amd64-cpython-39\torch\_logging\scribe.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-12-17T23:51:13.8030639Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-12-17T23:51:13.8036807Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-12-17T23:51:13.8044229Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-12-17T23:51:13.8075574Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-12-17T23:51:13.8081902Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8088237Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8097495Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8104038Z creating build\bdist.win-amd64\wheel\torch\_numpy 2024-12-17T23:51:13.8108834Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8114986Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8120419Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8126345Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2024-12-17T23:51:13.8131313Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-12-17T23:51:13.8138029Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-12-17T23:51:13.8144302Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8150031Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8165995Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8171479Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8176700Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8182146Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8189362Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8195224Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8201568Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8207787Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8213237Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8218928Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8224852Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8230495Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-12-17T23:51:13.8235774Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8242666Z creating build\bdist.win-amd64\wheel\torch\_prims 2024-12-17T23:51:13.8247396Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-12-17T23:51:13.8253010Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-12-17T23:51:13.8258778Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-12-17T23:51:13.8264485Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-12-17T23:51:13.8270047Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-12-17T23:51:13.8286026Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2024-12-17T23:51:13.8290673Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-12-17T23:51:13.8296693Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-12-17T23:51:13.8303497Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8309550Z creating build\bdist.win-amd64\wheel\torch\_refs 2024-12-17T23:51:13.8314194Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-12-17T23:51:13.8320492Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2024-12-17T23:51:13.8325500Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2024-12-17T23:51:13.8331429Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2024-12-17T23:51:13.8337342Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2024-12-17T23:51:13.8342427Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2024-12-17T23:51:13.8348573Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2024-12-17T23:51:13.8354017Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2024-12-17T23:51:13.8358705Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2024-12-17T23:51:13.8364125Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-12-17T23:51:13.8369302Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-12-17T23:51:13.8386236Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8393188Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8400008Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8425556Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8434555Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2024-12-17T23:51:13.8439957Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-12-17T23:51:13.8446598Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-12-17T23:51:13.8453682Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-12-17T23:51:13.8468109Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2024-12-17T23:51:13.8473068Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-12-17T23:51:13.8479873Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-12-17T23:51:13.8488136Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-12-17T23:51:13.8501742Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-12-17T23:51:13.8507901Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-12-17T23:51:13.8515487Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-12-17T23:51:13.8520940Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-12-17T23:51:13.8527557Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-12-17T23:51:13.8532878Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8539549Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8547292Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8553760Z copying build\lib.win-amd64-cpython-39\torch\_thread_safe_fork.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8558390Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8568637Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8575163Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8593318Z creating build\bdist.win-amd64\wheel\torch\_vendor 2024-12-17T23:51:13.8601146Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2024-12-17T23:51:13.8609166Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-12-17T23:51:13.8618148Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-12-17T23:51:13.8626636Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-12-17T23:51:13.8632783Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2024-12-17T23:51:13.8638615Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8644658Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8664302Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8670062Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8677113Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8682608Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8688674Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2024-12-17T23:51:13.8706621Z creating build\bdist.win-amd64\wheel\torchgen 2024-12-17T23:51:13.8712364Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2024-12-17T23:51:13.8716842Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-12-17T23:51:13.8722379Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-12-17T23:51:13.8727192Z creating build\bdist.win-amd64\wheel\torchgen\api 2024-12-17T23:51:13.8731709Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-12-17T23:51:13.8737776Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-12-17T23:51:13.8743613Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-12-17T23:51:13.8749122Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-12-17T23:51:13.8754443Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-12-17T23:51:13.8771327Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-12-17T23:51:13.8776937Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-12-17T23:51:13.8782707Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-12-17T23:51:13.8789095Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-12-17T23:51:13.8794760Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-12-17T23:51:13.8801159Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2024-12-17T23:51:13.8806235Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-12-17T23:51:13.8811872Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-12-17T23:51:13.8817560Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-12-17T23:51:13.8823345Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-12-17T23:51:13.8828538Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-12-17T23:51:13.8834020Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-12-17T23:51:13.8840035Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-12-17T23:51:13.8846055Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.8856072Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.8861961Z creating build\bdist.win-amd64\wheel\torchgen\dest 2024-12-17T23:51:13.8866777Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-12-17T23:51:13.8873181Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-12-17T23:51:13.8883985Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-12-17T23:51:13.8884976Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-12-17T23:51:13.8900078Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-12-17T23:51:13.8905981Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-12-17T23:51:13.8911896Z creating build\bdist.win-amd64\wheel\torchgen\executorch 2024-12-17T23:51:13.8927205Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api 2024-12-17T23:51:13.8932892Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\custom_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-12-17T23:51:13.8938815Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\et_cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-12-17T23:51:13.8944740Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api\types 2024-12-17T23:51:13.8950029Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-12-17T23:51:13.8955609Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-12-17T23:51:13.8961307Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-12-17T23:51:13.8966598Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-12-17T23:51:13.8972204Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-12-17T23:51:13.8976646Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\model.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-12-17T23:51:13.8982263Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\parse.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-12-17T23:51:13.8987840Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-12-17T23:51:13.8992296Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.8999447Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.9005535Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.9011647Z copying build\lib.win-amd64-cpython-39\torchgen\gen_executorch.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.9018291Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.9024659Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.9031871Z copying build\lib.win-amd64-cpython-39\torchgen\gen_schema_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.9037986Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.9046524Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.9054766Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.9063482Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.9071841Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2024-12-17T23:51:13.9078105Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-12-17T23:51:13.9085167Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-12-17T23:51:13.9091982Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-12-17T23:51:13.9106956Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2024-12-17T23:51:13.9113002Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2024-12-17T23:51:13.9118981Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2024-12-17T23:51:13.9125225Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\native_functions.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2024-12-17T23:51:13.9137842Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2024-12-17T23:51:13.9145156Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9150676Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9156474Z 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-12-17T23:51:13.9163143Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9177731Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9183368Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9189380Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9195371Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9200708Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9206027Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\enum_tag.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9211288Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9216838Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9222583Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9232802Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9236431Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9241672Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9247160Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9252603Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9257995Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9263576Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9275757Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9281198Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9286551Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9292249Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9297761Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9303319Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9309246Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9314873Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9320867Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9326372Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9339493Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9345458Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9351685Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9357762Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9365018Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9371612Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9377701Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9384488Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9394983Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9408092Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-12-17T23:51:13.9414698Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2024-12-17T23:51:13.9420471Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9426674Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9432857Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9438965Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9445352Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9478679Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9484906Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9491250Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9498529Z 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-12-17T23:51:13.9505173Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9511978Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9518735Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9525274Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9533291Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9540363Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9547450Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9557528Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2024-12-17T23:51:13.9565388Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-12-17T23:51:13.9572465Z 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-12-17T23:51:13.9580454Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-12-17T23:51:13.9610198Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-12-17T23:51:13.9615732Z 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-12-17T23:51:13.9621238Z 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-12-17T23:51:13.9629776Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-12-17T23:51:13.9635481Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-12-17T23:51:13.9641629Z 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-12-17T23:51:13.9647514Z 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-12-17T23:51:13.9653245Z 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-12-17T23:51:13.9659344Z 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-12-17T23:51:13.9665199Z 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-12-17T23:51:13.9671399Z 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-12-17T23:51:13.9677099Z 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-12-17T23:51:13.9683136Z 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-12-17T23:51:13.9688587Z 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-12-17T23:51:13.9703274Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-12-17T23:51:13.9709168Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-12-17T23:51:13.9714803Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-12-17T23:51:13.9720592Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\variable_factories.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-12-17T23:51:13.9726263Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-12-17T23:51:13.9731599Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-12-17T23:51:13.9737249Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-12-17T23:51:13.9742484Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2024-12-17T23:51:13.9747903Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-12-17T23:51:13.9753984Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-12-17T23:51:13.9759623Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-12-17T23:51:13.9764767Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2024-12-17T23:51:13.9769682Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-12-17T23:51:13.9775922Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-12-17T23:51:13.9782049Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\gen_static_runtime_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-12-17T23:51:13.9797930Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-12-17T23:51:13.9802217Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.9808250Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.9822352Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-12-17T23:51:13.9834162Z running install_egg_info 2024-12-17T23:51:13.9984873Z running egg_info 2024-12-17T23:51:13.9986032Z creating torch.egg-info 2024-12-17T23:51:14.0076261Z writing torch.egg-info\PKG-INFO 2024-12-17T23:51:14.0124209Z writing dependency_links to torch.egg-info\dependency_links.txt 2024-12-17T23:51:14.0128760Z writing entry points to torch.egg-info\entry_points.txt 2024-12-17T23:51:14.0146594Z writing requirements to torch.egg-info\requires.txt 2024-12-17T23:51:14.0150664Z writing top-level names to torch.egg-info\top_level.txt 2024-12-17T23:51:14.0153845Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-12-17T23:51:14.9345694Z reading manifest file 'torch.egg-info\SOURCES.txt' 2024-12-17T23:51:14.9351848Z reading manifest template 'MANIFEST.in' 2024-12-17T23:51:46.0417295Z warning: no files found matching '*.*' under directory 'modules' 2024-12-17T23:51:46.2417446Z warning: no previously-included files matching '*.o' found anywhere in distribution 2024-12-17T23:51:46.3860764Z warning: no previously-included files matching '*.so' found anywhere in distribution 2024-12-17T23:51:46.5300069Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2024-12-17T23:51:46.6741784Z warning: no previously-included files matching '*.a' found anywhere in distribution 2024-12-17T23:51:47.0674995Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2024-12-17T23:51:47.0675551Z adding license file 'LICENSE' 2024-12-17T23:51:47.0675812Z adding license file 'NOTICE' 2024-12-17T23:51:54.0867836Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-12-17T23:51:54.1353152Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.6.0a0+git0cdf8b1-py3.9.egg-info 2024-12-17T23:51:54.1457637Z running install_scripts 2024-12-17T23:51:54.1473887Z 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-12-17T23:51:54.1475008Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2024-12-17T23:51:54.1587195Z creating build\bdist.win-amd64\wheel\torch-2.6.0a0+git0cdf8b1.dist-info\WHEEL 2024-12-17T23:51:54.1602491Z creating 'dist\torch-2.6.0a0+git0cdf8b1-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2024-12-17T23:51:54.1834856Z adding 'functorch/_C.cp39-win_amd64.pyd' 2024-12-17T23:51:54.1855563Z adding 'functorch/__init__.py' 2024-12-17T23:51:54.1860257Z adding 'functorch/_src/__init__.py' 2024-12-17T23:51:54.1864684Z adding 'functorch/_src/aot_autograd/__init__.py' 2024-12-17T23:51:54.1868837Z adding 'functorch/_src/eager_transforms/__init__.py' 2024-12-17T23:51:54.1872913Z adding 'functorch/_src/make_functional/__init__.py' 2024-12-17T23:51:54.1877379Z adding 'functorch/_src/vmap/__init__.py' 2024-12-17T23:51:54.1881761Z adding 'functorch/compile/__init__.py' 2024-12-17T23:51:54.1887153Z adding 'functorch/dim/__init__.py' 2024-12-17T23:51:54.1890871Z adding 'functorch/dim/batch_tensor.py' 2024-12-17T23:51:54.1895020Z adding 'functorch/dim/delayed_mul_tensor.py' 2024-12-17T23:51:54.1899453Z adding 'functorch/dim/dim.py' 2024-12-17T23:51:54.1903279Z adding 'functorch/dim/magic_trace.py' 2024-12-17T23:51:54.1908220Z adding 'functorch/dim/op_properties.py' 2024-12-17T23:51:54.1918734Z adding 'functorch/dim/reference.py' 2024-12-17T23:51:54.1922487Z adding 'functorch/dim/tree_map.py' 2024-12-17T23:51:54.1926931Z adding 'functorch/dim/wrap_type.py' 2024-12-17T23:51:54.1931401Z adding 'functorch/einops/__init__.py' 2024-12-17T23:51:54.1937982Z adding 'functorch/einops/_parsing.py' 2024-12-17T23:51:54.1943878Z adding 'functorch/einops/rearrange.py' 2024-12-17T23:51:54.1948603Z adding 'functorch/experimental/__init__.py' 2024-12-17T23:51:54.1951776Z adding 'functorch/experimental/control_flow.py' 2024-12-17T23:51:54.1955212Z adding 'functorch/experimental/ops.py' 2024-12-17T23:51:54.1964554Z adding 'torch/_C.cp39-win_amd64.pyd' 2024-12-17T23:51:54.1968747Z adding 'torch/_VF.py' 2024-12-17T23:51:54.2196051Z adding 'torch/_VF.pyi' 2024-12-17T23:51:54.2225581Z adding 'torch/__config__.py' 2024-12-17T23:51:54.2229694Z adding 'torch/__future__.py' 2024-12-17T23:51:54.2268242Z adding 'torch/__init__.py' 2024-12-17T23:51:54.2279807Z adding 'torch/_appdirs.py' 2024-12-17T23:51:54.2284749Z adding 'torch/_classes.py' 2024-12-17T23:51:54.2288663Z adding 'torch/_compile.py' 2024-12-17T23:51:54.2295093Z adding 'torch/_custom_ops.py' 2024-12-17T23:51:54.2299616Z adding 'torch/_deploy.py' 2024-12-17T23:51:54.2303060Z adding 'torch/_environment.py' 2024-12-17T23:51:54.2316936Z adding 'torch/_guards.py' 2024-12-17T23:51:54.2341792Z adding 'torch/_jit_internal.py' 2024-12-17T23:51:54.2347813Z adding 'torch/_linalg_utils.py' 2024-12-17T23:51:54.2364873Z adding 'torch/_lobpcg.py' 2024-12-17T23:51:54.2372459Z adding 'torch/_lowrank.py' 2024-12-17T23:51:54.2440254Z adding 'torch/_meta_registrations.py' 2024-12-17T23:51:54.2450452Z adding 'torch/_namedtensor_internals.py' 2024-12-17T23:51:54.2472544Z adding 'torch/_ops.py' 2024-12-17T23:51:54.2482011Z adding 'torch/_python_dispatcher.py' 2024-12-17T23:51:54.2485952Z adding 'torch/_size_docs.py' 2024-12-17T23:51:54.2490839Z adding 'torch/_sources.py' 2024-12-17T23:51:54.2494612Z adding 'torch/_storage_docs.py' 2024-12-17T23:51:54.2498470Z adding 'torch/_streambase.py' 2024-12-17T23:51:54.2524184Z adding 'torch/_tensor.py' 2024-12-17T23:51:54.2569226Z adding 'torch/_tensor_docs.py' 2024-12-17T23:51:54.2582446Z adding 'torch/_tensor_str.py' 2024-12-17T23:51:54.2586238Z adding 'torch/_thread_safe_fork.py' 2024-12-17T23:51:54.2721624Z adding 'torch/_torch_docs.py' 2024-12-17T23:51:54.2748439Z adding 'torch/_utils.py' 2024-12-17T23:51:54.2755668Z adding 'torch/_utils_internal.py' 2024-12-17T23:51:54.2761797Z adding 'torch/_vmap_internals.py' 2024-12-17T23:51:54.2770536Z adding 'torch/_weights_only_unpickler.py' 2024-12-17T23:51:54.2804031Z adding 'torch/functional.py' 2024-12-17T23:51:54.2819786Z adding 'torch/hub.py' 2024-12-17T23:51:54.2841221Z adding 'torch/library.py' 2024-12-17T23:51:54.2870897Z adding 'torch/overrides.py' 2024-12-17T23:51:54.2876923Z adding 'torch/py.typed' 2024-12-17T23:51:54.2882228Z adding 'torch/quasirandom.py' 2024-12-17T23:51:54.2887754Z adding 'torch/random.py' 2024-12-17T23:51:54.2891485Z adding 'torch/return_types.py' 2024-12-17T23:51:54.2896499Z adding 'torch/return_types.pyi' 2024-12-17T23:51:54.2926262Z adding 'torch/serialization.py' 2024-12-17T23:51:54.2944148Z adding 'torch/storage.py' 2024-12-17T23:51:54.2949632Z adding 'torch/torch_version.py' 2024-12-17T23:51:54.2954182Z adding 'torch/types.py' 2024-12-17T23:51:54.2957558Z adding 'torch/version.py' 2024-12-17T23:51:54.3196969Z adding 'torch/_C/_VariableFunctions.pyi' 2024-12-17T23:51:54.3310703Z adding 'torch/_C/__init__.pyi' 2024-12-17T23:51:54.3323278Z adding 'torch/_C/_aoti.pyi' 2024-12-17T23:51:54.3327236Z adding 'torch/_C/_autograd.pyi' 2024-12-17T23:51:54.3330429Z adding 'torch/_C/_cpu.pyi' 2024-12-17T23:51:54.3333509Z adding 'torch/_C/_cudnn.pyi' 2024-12-17T23:51:54.3336499Z adding 'torch/_C/_cusparselt.pyi' 2024-12-17T23:51:54.3339747Z adding 'torch/_C/_distributed_autograd.pyi' 2024-12-17T23:51:54.3346717Z adding 'torch/_C/_distributed_c10d.pyi' 2024-12-17T23:51:54.3351496Z adding 'torch/_C/_distributed_rpc.pyi' 2024-12-17T23:51:54.3354967Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2024-12-17T23:51:54.3357965Z adding 'torch/_C/_export.pyi' 2024-12-17T23:51:54.3361044Z adding 'torch/_C/_functions.pyi' 2024-12-17T23:51:54.3364588Z adding 'torch/_C/_functorch.pyi' 2024-12-17T23:51:54.3367752Z adding 'torch/_C/_instruction_counter.pyi' 2024-12-17T23:51:54.3370668Z adding 'torch/_C/_itt.pyi' 2024-12-17T23:51:54.3373794Z adding 'torch/_C/_lazy.pyi' 2024-12-17T23:51:54.3376958Z adding 'torch/_C/_lazy_ts_backend.pyi' 2024-12-17T23:51:54.3380122Z adding 'torch/_C/_monitor.pyi' 2024-12-17T23:51:54.3383837Z adding 'torch/_C/_nn.pyi' 2024-12-17T23:51:54.3386990Z adding 'torch/_C/_nvtx.pyi' 2024-12-17T23:51:54.3390082Z adding 'torch/_C/_onnx.pyi' 2024-12-17T23:51:54.3394982Z adding 'torch/_C/_profiler.pyi' 2024-12-17T23:51:54.3398275Z adding 'torch/_C/_verbose.pyi' 2024-12-17T23:51:54.3402519Z adding 'torch/_awaits/__init__.py' 2024-12-17T23:51:54.3406319Z adding 'torch/_custom_op/__init__.py' 2024-12-17T23:51:54.3412214Z adding 'torch/_custom_op/autograd.py' 2024-12-17T23:51:54.3417722Z adding 'torch/_custom_op/functional.py' 2024-12-17T23:51:54.3427202Z adding 'torch/_custom_op/impl.py' 2024-12-17T23:51:54.3435832Z adding 'torch/_decomp/__init__.py' 2024-12-17T23:51:54.3494768Z adding 'torch/_decomp/decompositions.py' 2024-12-17T23:51:54.3508886Z adding 'torch/_decomp/decompositions_for_jvp.py' 2024-12-17T23:51:54.3516695Z adding 'torch/_decomp/decompositions_for_rng.py' 2024-12-17T23:51:54.3522851Z adding 'torch/_dispatch/__init__.py' 2024-12-17T23:51:54.3529984Z adding 'torch/_dispatch/python.py' 2024-12-17T23:51:54.3538873Z adding 'torch/_dynamo/__init__.py' 2024-12-17T23:51:54.3547238Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2024-12-17T23:51:54.3554831Z adding 'torch/_dynamo/bytecode_analysis.py' 2024-12-17T23:51:54.3577158Z adding 'torch/_dynamo/bytecode_transformation.py' 2024-12-17T23:51:54.3583764Z adding 'torch/_dynamo/cache_size.py' 2024-12-17T23:51:54.3587937Z adding 'torch/_dynamo/callback.py' 2024-12-17T23:51:54.3591209Z adding 'torch/_dynamo/code_context.py' 2024-12-17T23:51:54.3599288Z adding 'torch/_dynamo/codegen.py' 2024-12-17T23:51:54.3612065Z adding 'torch/_dynamo/compiled_autograd.py' 2024-12-17T23:51:54.3619150Z adding 'torch/_dynamo/comptime.py' 2024-12-17T23:51:54.3631075Z adding 'torch/_dynamo/config.py' 2024-12-17T23:51:54.3651454Z adding 'torch/_dynamo/convert_frame.py' 2024-12-17T23:51:54.3656555Z adding 'torch/_dynamo/create_parameter_op.py' 2024-12-17T23:51:54.3659855Z adding 'torch/_dynamo/current_scope_id.py' 2024-12-17T23:51:54.3671729Z adding 'torch/_dynamo/debug_utils.py' 2024-12-17T23:51:54.3681529Z adding 'torch/_dynamo/decorators.py' 2024-12-17T23:51:54.3687448Z adding 'torch/_dynamo/device_interface.py' 2024-12-17T23:51:54.3690952Z adding 'torch/_dynamo/distributed.py' 2024-12-17T23:51:54.3716407Z adding 'torch/_dynamo/eval_frame.py' 2024-12-17T23:51:54.3725163Z adding 'torch/_dynamo/exc.py' 2024-12-17T23:51:54.3729688Z adding 'torch/_dynamo/external_utils.py' 2024-12-17T23:51:54.3733308Z adding 'torch/_dynamo/funcname_cache.py' 2024-12-17T23:51:54.3738723Z adding 'torch/_dynamo/graph_deduplication.py' 2024-12-17T23:51:54.3745345Z adding 'torch/_dynamo/graph_region_tracker.py' 2024-12-17T23:51:54.3786133Z adding 'torch/_dynamo/guards.py' 2024-12-17T23:51:54.3791666Z adding 'torch/_dynamo/hooks.py' 2024-12-17T23:51:54.3795689Z adding 'torch/_dynamo/logging.py' 2024-12-17T23:51:54.3799872Z adding 'torch/_dynamo/metrics_context.py' 2024-12-17T23:51:54.3804753Z adding 'torch/_dynamo/mutation_guard.py' 2024-12-17T23:51:54.3847352Z adding 'torch/_dynamo/output_graph.py' 2024-12-17T23:51:54.3861439Z adding 'torch/_dynamo/pgo.py' 2024-12-17T23:51:54.3866782Z adding 'torch/_dynamo/profiler.py' 2024-12-17T23:51:54.3870806Z adding 'torch/_dynamo/replay_record.py' 2024-12-17T23:51:54.3881147Z adding 'torch/_dynamo/resume_execution.py' 2024-12-17T23:51:54.3894653Z adding 'torch/_dynamo/side_effects.py' 2024-12-17T23:51:54.3904364Z adding 'torch/_dynamo/source.py' 2024-12-17T23:51:54.3952767Z adding 'torch/_dynamo/symbolic_convert.py' 2024-12-17T23:51:54.3960090Z adding 'torch/_dynamo/tensor_version_op.py' 2024-12-17T23:51:54.3964396Z adding 'torch/_dynamo/test_case.py' 2024-12-17T23:51:54.3970602Z adding 'torch/_dynamo/test_minifier_common.py' 2024-12-17T23:51:54.3978237Z adding 'torch/_dynamo/testing.py' 2024-12-17T23:51:54.4022699Z adding 'torch/_dynamo/trace_rules.py' 2024-12-17T23:51:54.4030493Z adding 'torch/_dynamo/types.py' 2024-12-17T23:51:54.4079037Z adding 'torch/_dynamo/utils.py' 2024-12-17T23:51:54.4085924Z adding 'torch/_dynamo/backends/__init__.py' 2024-12-17T23:51:54.4089909Z adding 'torch/_dynamo/backends/common.py' 2024-12-17T23:51:54.4095548Z adding 'torch/_dynamo/backends/cudagraphs.py' 2024-12-17T23:51:54.4102320Z adding 'torch/_dynamo/backends/debugging.py' 2024-12-17T23:51:54.4113120Z adding 'torch/_dynamo/backends/distributed.py' 2024-12-17T23:51:54.4116945Z adding 'torch/_dynamo/backends/inductor.py' 2024-12-17T23:51:54.4120313Z adding 'torch/_dynamo/backends/onnxrt.py' 2024-12-17T23:51:54.4124217Z adding 'torch/_dynamo/backends/registry.py' 2024-12-17T23:51:54.4127381Z adding 'torch/_dynamo/backends/tensorrt.py' 2024-12-17T23:51:54.4130619Z adding 'torch/_dynamo/backends/torchxla.py' 2024-12-17T23:51:54.4135286Z adding 'torch/_dynamo/backends/tvm.py' 2024-12-17T23:51:54.4141771Z adding 'torch/_dynamo/polyfills/__init__.py' 2024-12-17T23:51:54.4145432Z adding 'torch/_dynamo/polyfills/builtins.py' 2024-12-17T23:51:54.4148796Z adding 'torch/_dynamo/polyfills/functools.py' 2024-12-17T23:51:54.4153586Z adding 'torch/_dynamo/polyfills/itertools.py' 2024-12-17T23:51:54.4156819Z adding 'torch/_dynamo/polyfills/loader.py' 2024-12-17T23:51:54.4160462Z adding 'torch/_dynamo/polyfills/operator.py' 2024-12-17T23:51:54.4163846Z adding 'torch/_dynamo/polyfills/os.py' 2024-12-17T23:51:54.4167512Z adding 'torch/_dynamo/polyfills/pytree.py' 2024-12-17T23:51:54.4170620Z adding 'torch/_dynamo/polyfills/sys.py' 2024-12-17T23:51:54.4174839Z adding 'torch/_dynamo/repro/__init__.py' 2024-12-17T23:51:54.4187514Z adding 'torch/_dynamo/repro/after_aot.py' 2024-12-17T23:51:54.4196133Z adding 'torch/_dynamo/repro/after_dynamo.py' 2024-12-17T23:51:54.4204120Z adding 'torch/_dynamo/repro/aoti.py' 2024-12-17T23:51:54.4209602Z adding 'torch/_dynamo/variables/__init__.py' 2024-12-17T23:51:54.4216968Z adding 'torch/_dynamo/variables/base.py' 2024-12-17T23:51:54.4262251Z adding 'torch/_dynamo/variables/builder.py' 2024-12-17T23:51:54.4296064Z adding 'torch/_dynamo/variables/builtin.py' 2024-12-17T23:51:54.4304029Z adding 'torch/_dynamo/variables/constant.py' 2024-12-17T23:51:54.4316845Z adding 'torch/_dynamo/variables/ctx_manager.py' 2024-12-17T23:51:54.4331750Z adding 'torch/_dynamo/variables/dicts.py' 2024-12-17T23:51:54.4339576Z adding 'torch/_dynamo/variables/distributed.py' 2024-12-17T23:51:54.4356091Z adding 'torch/_dynamo/variables/functions.py' 2024-12-17T23:51:54.4391369Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2024-12-17T23:51:54.4401844Z adding 'torch/_dynamo/variables/iter.py' 2024-12-17T23:51:54.4407357Z adding 'torch/_dynamo/variables/lazy.py' 2024-12-17T23:51:54.4420557Z adding 'torch/_dynamo/variables/lists.py' 2024-12-17T23:51:54.4442457Z adding 'torch/_dynamo/variables/misc.py' 2024-12-17T23:51:54.4460775Z adding 'torch/_dynamo/variables/nn_module.py' 2024-12-17T23:51:54.4469275Z adding 'torch/_dynamo/variables/optimizer.py' 2024-12-17T23:51:54.4474136Z adding 'torch/_dynamo/variables/script_object.py' 2024-12-17T23:51:54.4478440Z adding 'torch/_dynamo/variables/sdpa.py' 2024-12-17T23:51:54.4497718Z adding 'torch/_dynamo/variables/tensor.py' 2024-12-17T23:51:54.4515813Z adding 'torch/_dynamo/variables/torch.py' 2024-12-17T23:51:54.4526480Z adding 'torch/_dynamo/variables/torch_function.py' 2024-12-17T23:51:54.4546667Z adding 'torch/_dynamo/variables/user_defined.py' 2024-12-17T23:51:54.4555630Z adding 'torch/_export/__init__.py' 2024-12-17T23:51:54.4578574Z adding 'torch/_export/converter.py' 2024-12-17T23:51:54.4583688Z adding 'torch/_export/error.py' 2024-12-17T23:51:54.4593359Z adding 'torch/_export/non_strict_utils.py' 2024-12-17T23:51:54.4601072Z adding 'torch/_export/pass_base.py' 2024-12-17T23:51:54.4605819Z adding 'torch/_export/tools.py' 2024-12-17T23:51:54.4622794Z adding 'torch/_export/utils.py' 2024-12-17T23:51:54.4630737Z adding 'torch/_export/verifier.py' 2024-12-17T23:51:54.4635159Z adding 'torch/_export/wrappers.py' 2024-12-17T23:51:54.4639192Z adding 'torch/_export/db/__init__.py' 2024-12-17T23:51:54.4643825Z adding 'torch/_export/db/case.py' 2024-12-17T23:51:54.4647287Z adding 'torch/_export/db/gen_example.py' 2024-12-17T23:51:54.4650728Z adding 'torch/_export/db/logging.py' 2024-12-17T23:51:54.4655857Z adding 'torch/_export/db/examples/__init__.py' 2024-12-17T23:51:54.4659318Z adding 'torch/_export/db/examples/assume_constant_result.py' 2024-12-17T23:51:54.4662474Z adding 'torch/_export/db/examples/autograd_function.py' 2024-12-17T23:51:54.4666836Z adding 'torch/_export/db/examples/class_method.py' 2024-12-17T23:51:54.4669039Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2024-12-17T23:51:54.4672427Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2024-12-17T23:51:54.4675936Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2024-12-17T23:51:54.4679123Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2024-12-17T23:51:54.4682347Z adding 'torch/_export/db/examples/cond_operands.py' 2024-12-17T23:51:54.4685588Z adding 'torch/_export/db/examples/cond_predicate.py' 2024-12-17T23:51:54.4688795Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2024-12-17T23:51:54.4716981Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2024-12-17T23:51:54.4720240Z adding 'torch/_export/db/examples/decorator.py' 2024-12-17T23:51:54.4723378Z adding 'torch/_export/db/examples/dictionary.py' 2024-12-17T23:51:54.4726505Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2024-12-17T23:51:54.4729611Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2024-12-17T23:51:54.4732789Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2024-12-17T23:51:54.4735831Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2024-12-17T23:51:54.4739149Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2024-12-17T23:51:54.4742276Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2024-12-17T23:51:54.4745336Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2024-12-17T23:51:54.4748482Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2024-12-17T23:51:54.4751624Z adding 'torch/_export/db/examples/list_contains.py' 2024-12-17T23:51:54.4754786Z adding 'torch/_export/db/examples/list_unpack.py' 2024-12-17T23:51:54.4757993Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2024-12-17T23:51:54.4761132Z adding 'torch/_export/db/examples/nested_function.py' 2024-12-17T23:51:54.4764280Z adding 'torch/_export/db/examples/null_context_manager.py' 2024-12-17T23:51:54.4767326Z adding 'torch/_export/db/examples/optional_input.py' 2024-12-17T23:51:54.4770382Z adding 'torch/_export/db/examples/pytree_flatten.py' 2024-12-17T23:51:54.4773503Z adding 'torch/_export/db/examples/scalar_output.py' 2024-12-17T23:51:54.4776855Z adding 'torch/_export/db/examples/specialized_attribute.py' 2024-12-17T23:51:54.4779930Z adding 'torch/_export/db/examples/static_for_loop.py' 2024-12-17T23:51:54.4782960Z adding 'torch/_export/db/examples/static_if.py' 2024-12-17T23:51:54.4786022Z adding 'torch/_export/db/examples/tensor_setattr.py' 2024-12-17T23:51:54.4789745Z adding 'torch/_export/db/examples/type_reflection_method.py' 2024-12-17T23:51:54.4792879Z adding 'torch/_export/db/examples/unsupported_operator.py' 2024-12-17T23:51:54.4795998Z adding 'torch/_export/db/examples/user_input_mutation.py' 2024-12-17T23:51:54.4799769Z adding 'torch/_export/pass_infra/__init__.py' 2024-12-17T23:51:54.4803613Z adding 'torch/_export/pass_infra/node_metadata.py' 2024-12-17T23:51:54.4807427Z adding 'torch/_export/pass_infra/proxy_value.py' 2024-12-17T23:51:54.4811524Z adding 'torch/_export/passes/__init__.py' 2024-12-17T23:51:54.4816163Z adding 'torch/_export/passes/_node_metadata_hook.py' 2024-12-17T23:51:54.4821964Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2024-12-17T23:51:54.4827176Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2024-12-17T23:51:54.4833730Z adding 'torch/_export/passes/constant_folding.py' 2024-12-17T23:51:54.4838557Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2024-12-17T23:51:54.4842191Z adding 'torch/_export/passes/insert_custom_op_guards.py' 2024-12-17T23:51:54.4849627Z adding 'torch/_export/passes/lift_constants_pass.py' 2024-12-17T23:51:54.4853571Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2024-12-17T23:51:54.4858955Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2024-12-17T23:51:54.4869352Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2024-12-17T23:51:54.4874309Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2024-12-17T23:51:54.4878217Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2024-12-17T23:51:54.4884040Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2024-12-17T23:51:54.4888832Z adding 'torch/_export/serde/__init__.py' 2024-12-17T23:51:54.4892347Z adding 'torch/_export/serde/aoti_schema.py' 2024-12-17T23:51:54.4898611Z adding 'torch/_export/serde/dynamic_shapes.py' 2024-12-17T23:51:54.4904968Z adding 'torch/_export/serde/schema.py' 2024-12-17T23:51:54.4910324Z adding 'torch/_export/serde/schema.thrift' 2024-12-17T23:51:54.4915334Z adding 'torch/_export/serde/schema.yaml' 2024-12-17T23:51:54.4924565Z adding 'torch/_export/serde/schema_check.py' 2024-12-17T23:51:54.4967142Z adding 'torch/_export/serde/serialize.py' 2024-12-17T23:51:54.4974312Z adding 'torch/_export/serde/union.py' 2024-12-17T23:51:54.4979257Z adding 'torch/_functorch/__init__.py' 2024-12-17T23:51:54.5010762Z adding 'torch/_functorch/aot_autograd.py' 2024-12-17T23:51:54.5022592Z adding 'torch/_functorch/apis.py' 2024-12-17T23:51:54.5035491Z adding 'torch/_functorch/autograd_function.py' 2024-12-17T23:51:54.5039600Z adding 'torch/_functorch/batch_norm_replacement.py' 2024-12-17T23:51:54.5044911Z adding 'torch/_functorch/benchmark_utils.py' 2024-12-17T23:51:54.5049709Z adding 'torch/_functorch/compile_utils.py' 2024-12-17T23:51:54.5057169Z adding 'torch/_functorch/compilers.py' 2024-12-17T23:51:54.5063504Z adding 'torch/_functorch/config.py' 2024-12-17T23:51:54.5067987Z adding 'torch/_functorch/deprecated.py' 2024-12-17T23:51:54.5093107Z adding 'torch/_functorch/eager_transforms.py' 2024-12-17T23:51:54.5101018Z adding 'torch/_functorch/functional_call.py' 2024-12-17T23:51:54.5108879Z adding 'torch/_functorch/fx_minifier.py' 2024-12-17T23:51:54.5117264Z adding 'torch/_functorch/make_functional.py' 2024-12-17T23:51:54.5152139Z adding 'torch/_functorch/partitioners.py' 2024-12-17T23:51:54.5154930Z adding 'torch/_functorch/pyfunctorch.py' 2024-12-17T23:51:54.5158220Z adding 'torch/_functorch/python_key.py' 2024-12-17T23:51:54.5161453Z adding 'torch/_functorch/pytree_hacks.py' 2024-12-17T23:51:54.5169756Z adding 'torch/_functorch/top_operators_github_usage.py' 2024-12-17T23:51:54.5173498Z adding 'torch/_functorch/utils.py' 2024-12-17T23:51:54.5181736Z adding 'torch/_functorch/vmap.py' 2024-12-17T23:51:54.5186221Z adding 'torch/_functorch/_activation_checkpointing/__init__.py' 2024-12-17T23:51:54.5190235Z adding 'torch/_functorch/_activation_checkpointing/knapsack.py' 2024-12-17T23:51:54.5194370Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2024-12-17T23:51:54.5208045Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2024-12-17T23:51:54.5225303Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2024-12-17T23:51:54.5232113Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2024-12-17T23:51:54.5241171Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2024-12-17T23:51:54.5249022Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2024-12-17T23:51:54.5263850Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2024-12-17T23:51:54.5268949Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2024-12-17T23:51:54.5303056Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2024-12-17T23:51:54.5321121Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2024-12-17T23:51:54.5325978Z adding 'torch/_functorch/_aot_autograd/subclass_parametrization.py' 2024-12-17T23:51:54.5333634Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2024-12-17T23:51:54.5350683Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2024-12-17T23:51:54.5360310Z adding 'torch/_functorch/_aot_autograd/utils.py' 2024-12-17T23:51:54.5365654Z adding 'torch/_higher_order_ops/__init__.py' 2024-12-17T23:51:54.5374270Z adding 'torch/_higher_order_ops/associative_scan.py' 2024-12-17T23:51:54.5385316Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2024-12-17T23:51:54.5395925Z adding 'torch/_higher_order_ops/cond.py' 2024-12-17T23:51:54.5402532Z adding 'torch/_higher_order_ops/effects.py' 2024-12-17T23:51:54.5407955Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2024-12-17T23:51:54.5420527Z adding 'torch/_higher_order_ops/flex_attention.py' 2024-12-17T23:51:54.5426374Z adding 'torch/_higher_order_ops/hints_wrap.py' 2024-12-17T23:51:54.5432867Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2024-12-17T23:51:54.5438874Z adding 'torch/_higher_order_ops/map.py' 2024-12-17T23:51:54.5444193Z adding 'torch/_higher_order_ops/out_dtype.py' 2024-12-17T23:51:54.5449707Z adding 'torch/_higher_order_ops/prim_hop_base.py' 2024-12-17T23:51:54.5453934Z adding 'torch/_higher_order_ops/run_const_graph.py' 2024-12-17T23:51:54.5462382Z adding 'torch/_higher_order_ops/scan.py' 2024-12-17T23:51:54.5467379Z adding 'torch/_higher_order_ops/strict_mode.py' 2024-12-17T23:51:54.5472411Z adding 'torch/_higher_order_ops/torchbind.py' 2024-12-17T23:51:54.5492136Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2024-12-17T23:51:54.5503258Z adding 'torch/_higher_order_ops/utils.py' 2024-12-17T23:51:54.5513771Z adding 'torch/_higher_order_ops/while_loop.py' 2024-12-17T23:51:54.5522093Z adding 'torch/_higher_order_ops/wrap.py' 2024-12-17T23:51:54.5530923Z adding 'torch/_inductor/__init__.py' 2024-12-17T23:51:54.5537343Z adding 'torch/_inductor/aoti_eager.py' 2024-12-17T23:51:54.5544198Z adding 'torch/_inductor/async_compile.py' 2024-12-17T23:51:54.5556404Z adding 'torch/_inductor/autotune_process.py' 2024-12-17T23:51:54.5561690Z adding 'torch/_inductor/bounds.py' 2024-12-17T23:51:54.5568419Z adding 'torch/_inductor/choices.py' 2024-12-17T23:51:54.5612178Z adding 'torch/_inductor/codecache.py' 2024-12-17T23:51:54.5620314Z adding 'torch/_inductor/comm_analysis.py' 2024-12-17T23:51:54.5626199Z adding 'torch/_inductor/comm_lowering.py' 2024-12-17T23:51:54.5638401Z adding 'torch/_inductor/comms.py' 2024-12-17T23:51:54.5668422Z adding 'torch/_inductor/compile_fx.py' 2024-12-17T23:51:54.5678309Z adding 'torch/_inductor/compiler_bisector.py' 2024-12-17T23:51:54.5703252Z adding 'torch/_inductor/config.py' 2024-12-17T23:51:54.5711090Z adding 'torch/_inductor/constant_folding.py' 2024-12-17T23:51:54.5729907Z adding 'torch/_inductor/cpp_builder.py' 2024-12-17T23:51:54.5737630Z adding 'torch/_inductor/cpu_vec_isa.py' 2024-12-17T23:51:54.5777150Z adding 'torch/_inductor/cudagraph_trees.py' 2024-12-17T23:51:54.5785750Z adding 'torch/_inductor/cudagraph_utils.py' 2024-12-17T23:51:54.5790359Z adding 'torch/_inductor/custom_graph_pass.py' 2024-12-17T23:51:54.5800885Z adding 'torch/_inductor/debug.py' 2024-12-17T23:51:54.5814734Z adding 'torch/_inductor/decomposition.py' 2024-12-17T23:51:54.5827808Z adding 'torch/_inductor/dependencies.py' 2024-12-17T23:51:54.5834789Z adding 'torch/_inductor/dtype_propagation.py' 2024-12-17T23:51:54.5839057Z adding 'torch/_inductor/exc.py' 2024-12-17T23:51:54.5843091Z adding 'torch/_inductor/extern_node_serializer.py' 2024-12-17T23:51:54.5849419Z adding 'torch/_inductor/freezing.py' 2024-12-17T23:51:54.5855513Z adding 'torch/_inductor/fx_utils.py' 2024-12-17T23:51:54.5889801Z adding 'torch/_inductor/graph.py' 2024-12-17T23:51:54.5895659Z adding 'torch/_inductor/hooks.py' 2024-12-17T23:51:54.5902547Z adding 'torch/_inductor/index_propagation.py' 2024-12-17T23:51:54.5907922Z adding 'torch/_inductor/inductor_prims.py' 2024-12-17T23:51:54.5999161Z adding 'torch/_inductor/ir.py' 2024-12-17T23:51:54.6015127Z adding 'torch/_inductor/jagged_lowerings.py' 2024-12-17T23:51:54.6027432Z adding 'torch/_inductor/loop_body.py' 2024-12-17T23:51:54.6099985Z adding 'torch/_inductor/lowering.py' 2024-12-17T23:51:54.6114138Z adding 'torch/_inductor/memory.py' 2024-12-17T23:51:54.6120943Z adding 'torch/_inductor/metrics.py' 2024-12-17T23:51:54.6131296Z adding 'torch/_inductor/mkldnn_ir.py' 2024-12-17T23:51:54.6142070Z adding 'torch/_inductor/mkldnn_lowerings.py' 2024-12-17T23:51:54.6147714Z adding 'torch/_inductor/mock_cache.py' 2024-12-17T23:51:54.6158952Z adding 'torch/_inductor/ops_handler.py' 2024-12-17T23:51:54.6164523Z adding 'torch/_inductor/optimize_indexing.py' 2024-12-17T23:51:54.6174513Z adding 'torch/_inductor/output_code.py' 2024-12-17T23:51:54.6203822Z adding 'torch/_inductor/pattern_matcher.py' 2024-12-17T23:51:54.6209848Z adding 'torch/_inductor/quantized_lowerings.py' 2024-12-17T23:51:54.6216600Z adding 'torch/_inductor/remote_cache.py' 2024-12-17T23:51:54.6272017Z adding 'torch/_inductor/scheduler.py' 2024-12-17T23:51:54.6301477Z adding 'torch/_inductor/select_algorithm.py' 2024-12-17T23:51:54.6317247Z adding 'torch/_inductor/sizevars.py' 2024-12-17T23:51:54.6323693Z adding 'torch/_inductor/subgraph_lowering.py' 2024-12-17T23:51:54.6327917Z adding 'torch/_inductor/test_case.py' 2024-12-17T23:51:54.6331261Z adding 'torch/_inductor/test_operators.py' 2024-12-17T23:51:54.6337158Z adding 'torch/_inductor/triton_bundler.py' 2024-12-17T23:51:54.6367893Z adding 'torch/_inductor/utils.py' 2024-12-17T23:51:54.6377027Z adding 'torch/_inductor/virtualized.py' 2024-12-17T23:51:54.6384403Z adding 'torch/_inductor/wrapper_benchmark.py' 2024-12-17T23:51:54.6389553Z adding 'torch/_inductor/autoheuristic/__init__.py' 2024-12-17T23:51:54.6395689Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2024-12-17T23:51:54.6402019Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2024-12-17T23:51:54.6406993Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2024-12-17T23:51:54.6410879Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2024-12-17T23:51:54.6420162Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2024-12-17T23:51:54.6429343Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2024-12-17T23:51:54.6435014Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2024-12-17T23:51:54.6440207Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2024-12-17T23:51:54.6444890Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2024-12-17T23:51:54.6448638Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2024-12-17T23:51:54.6452958Z adding 'torch/_inductor/codegen/__init__.py' 2024-12-17T23:51:54.6457163Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2024-12-17T23:51:54.6461841Z adding 'torch/_inductor/codegen/block_analysis.py' 2024-12-17T23:51:54.6489543Z adding 'torch/_inductor/codegen/common.py' 2024-12-17T23:51:54.6557886Z adding 'torch/_inductor/codegen/cpp.py' 2024-12-17T23:51:54.6568313Z adding 'torch/_inductor/codegen/cpp_bmm_template.py' 2024-12-17T23:51:54.6582679Z adding 'torch/_inductor/codegen/cpp_flex_attention_template.py' 2024-12-17T23:51:54.6603849Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2024-12-17T23:51:54.6616115Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2024-12-17T23:51:54.6627926Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2024-12-17T23:51:54.6633355Z adding 'torch/_inductor/codegen/cpp_template.py' 2024-12-17T23:51:54.6641335Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2024-12-17T23:51:54.6652066Z adding 'torch/_inductor/codegen/cpp_utils.py' 2024-12-17T23:51:54.6685483Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2024-12-17T23:51:54.6703121Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2024-12-17T23:51:54.6713103Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2024-12-17T23:51:54.6716937Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2024-12-17T23:51:54.6720799Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2024-12-17T23:51:54.6726153Z adding 'torch/_inductor/codegen/debug_utils.py' 2024-12-17T23:51:54.6747589Z adding 'torch/_inductor/codegen/halide.py' 2024-12-17T23:51:54.6758658Z adding 'torch/_inductor/codegen/memory_planning.py' 2024-12-17T23:51:54.6766930Z adding 'torch/_inductor/codegen/multi_kernel.py' 2024-12-17T23:51:54.6792275Z adding 'torch/_inductor/codegen/simd.py' 2024-12-17T23:51:54.6798531Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2024-12-17T23:51:54.6853036Z adding 'torch/_inductor/codegen/triton.py' 2024-12-17T23:51:54.6873536Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2024-12-17T23:51:54.6879940Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2024-12-17T23:51:54.6885286Z adding 'torch/_inductor/codegen/triton_utils.py' 2024-12-17T23:51:54.6921590Z adding 'torch/_inductor/codegen/wrapper.py' 2024-12-17T23:51:54.6929031Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2024-12-17T23:51:54.6934923Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2024-12-17T23:51:54.6940020Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2024-12-17T23:51:54.6944648Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2024-12-17T23:51:54.6948242Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2024-12-17T23:51:54.6957061Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2024-12-17T23:51:54.6963288Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2024-12-17T23:51:54.6969844Z adding 'torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py' 2024-12-17T23:51:54.6976851Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2024-12-17T23:51:54.6982605Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2024-12-17T23:51:54.7002240Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2024-12-17T23:51:54.7009678Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2024-12-17T23:51:54.7017191Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2024-12-17T23:51:54.7023893Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2024-12-17T23:51:54.7033152Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2024-12-17T23:51:54.7037588Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2024-12-17T23:51:54.7049550Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2024-12-17T23:51:54.7055184Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2024-12-17T23:51:54.7059671Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2024-12-17T23:51:54.7064514Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2024-12-17T23:51:54.7070116Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2024-12-17T23:51:54.7074884Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2024-12-17T23:51:54.7078502Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2024-12-17T23:51:54.7082727Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2024-12-17T23:51:54.7086233Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2024-12-17T23:51:54.7090010Z adding 'torch/_inductor/compile_worker/__init__.py' 2024-12-17T23:51:54.7093300Z adding 'torch/_inductor/compile_worker/__main__.py' 2024-12-17T23:51:54.7099229Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2024-12-17T23:51:54.7102938Z adding 'torch/_inductor/compile_worker/watchdog.py' 2024-12-17T23:51:54.7107075Z adding 'torch/_inductor/fx_passes/__init__.py' 2024-12-17T23:51:54.7116784Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2024-12-17T23:51:54.7124192Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2024-12-17T23:51:54.7133339Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2024-12-17T23:51:54.7138177Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2024-12-17T23:51:54.7142036Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2024-12-17T23:51:54.7147644Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2024-12-17T23:51:54.7152563Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2024-12-17T23:51:54.7161690Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2024-12-17T23:51:54.7178034Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2024-12-17T23:51:54.7189336Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2024-12-17T23:51:54.7200098Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2024-12-17T23:51:54.7204950Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2024-12-17T23:51:54.7219571Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2024-12-17T23:51:54.7225408Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2024-12-17T23:51:54.7235358Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2024-12-17T23:51:54.7251583Z adding 'torch/_inductor/fx_passes/post_grad.py' 2024-12-17T23:51:54.7262293Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2024-12-17T23:51:54.7289328Z adding 'torch/_inductor/fx_passes/quantization.py' 2024-12-17T23:51:54.7302593Z adding 'torch/_inductor/fx_passes/reinplace.py' 2024-12-17T23:51:54.7307339Z adding 'torch/_inductor/fx_passes/replace_random.py' 2024-12-17T23:51:54.7338508Z adding 'torch/_inductor/fx_passes/split_cat.py' 2024-12-17T23:51:54.7345345Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2024-12-17T23:51:54.7349626Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2024-12-17T23:51:54.7354306Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2024-12-17T23:51:54.7358993Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2024-12-17T23:51:54.7363852Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2024-12-17T23:51:54.7368171Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2024-12-17T23:51:54.7372736Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2024-12-17T23:51:54.7377801Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2024-12-17T23:51:54.7384332Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2024-12-17T23:51:54.7390110Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2024-12-17T23:51:54.7396072Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2024-12-17T23:51:54.7401294Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2024-12-17T23:51:54.7405781Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2024-12-17T23:51:54.7410324Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2024-12-17T23:51:54.7414904Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2024-12-17T23:51:54.7419847Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2024-12-17T23:51:54.7424805Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2024-12-17T23:51:54.7429588Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2024-12-17T23:51:54.7434296Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2024-12-17T23:51:54.7439112Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2024-12-17T23:51:54.7442978Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2024-12-17T23:51:54.7446305Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2024-12-17T23:51:54.7456269Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2024-12-17T23:51:54.7460546Z adding 'torch/_inductor/kernel/__init__.py' 2024-12-17T23:51:54.7465306Z adding 'torch/_inductor/kernel/bmm.py' 2024-12-17T23:51:54.7473538Z adding 'torch/_inductor/kernel/conv.py' 2024-12-17T23:51:54.7500312Z adding 'torch/_inductor/kernel/flex_attention.py' 2024-12-17T23:51:54.7510929Z adding 'torch/_inductor/kernel/flex_decoding.py' 2024-12-17T23:51:54.7520823Z adding 'torch/_inductor/kernel/mm.py' 2024-12-17T23:51:54.7528624Z adding 'torch/_inductor/kernel/mm_common.py' 2024-12-17T23:51:54.7533831Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2024-12-17T23:51:54.7541675Z adding 'torch/_inductor/kernel/mm_scaled.py' 2024-12-17T23:51:54.7546003Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2024-12-17T23:51:54.7549779Z adding 'torch/_inductor/package/__init__.py' 2024-12-17T23:51:54.7552844Z adding 'torch/_inductor/package/build_package.py' 2024-12-17T23:51:54.7558241Z adding 'torch/_inductor/package/package.py' 2024-12-17T23:51:54.7561654Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2024-12-17T23:51:54.7565410Z adding 'torch/_inductor/runtime/__init__.py' 2024-12-17T23:51:54.7572554Z adding 'torch/_inductor/runtime/autotune_cache.py' 2024-12-17T23:51:54.7577870Z adding 'torch/_inductor/runtime/benchmarking.py' 2024-12-17T23:51:54.7581323Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2024-12-17T23:51:54.7585120Z adding 'torch/_inductor/runtime/compile_tasks.py' 2024-12-17T23:51:54.7590362Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2024-12-17T23:51:54.7594389Z adding 'torch/_inductor/runtime/halide_helpers.py' 2024-12-17T23:51:54.7598858Z adding 'torch/_inductor/runtime/hints.py' 2024-12-17T23:51:54.7603136Z adding 'torch/_inductor/runtime/runtime_utils.py' 2024-12-17T23:51:54.7611417Z adding 'torch/_inductor/runtime/triton_helpers.py' 2024-12-17T23:51:54.7637183Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2024-12-17T23:51:54.7643201Z adding 'torch/_lazy/__init__.py' 2024-12-17T23:51:54.7647429Z adding 'torch/_lazy/closure.py' 2024-12-17T23:51:54.7650695Z adding 'torch/_lazy/computation.py' 2024-12-17T23:51:54.7653659Z adding 'torch/_lazy/config.py' 2024-12-17T23:51:54.7656793Z adding 'torch/_lazy/debug.py' 2024-12-17T23:51:54.7659908Z adding 'torch/_lazy/device_context.py' 2024-12-17T23:51:54.7665243Z adding 'torch/_lazy/extract_compiled_graph.py' 2024-12-17T23:51:54.7668508Z adding 'torch/_lazy/ir_cache.py' 2024-12-17T23:51:54.7671466Z adding 'torch/_lazy/metrics.py' 2024-12-17T23:51:54.7674718Z adding 'torch/_lazy/tensor_factory_functions.py' 2024-12-17T23:51:54.7677592Z adding 'torch/_lazy/ts_backend.py' 2024-12-17T23:51:54.7681312Z adding 'torch/_library/__init__.py' 2024-12-17T23:51:54.7686367Z adding 'torch/_library/autograd.py' 2024-12-17T23:51:54.7698153Z adding 'torch/_library/custom_ops.py' 2024-12-17T23:51:54.7705074Z adding 'torch/_library/fake_class_registry.py' 2024-12-17T23:51:54.7710318Z adding 'torch/_library/fake_impl.py' 2024-12-17T23:51:54.7716072Z adding 'torch/_library/infer_schema.py' 2024-12-17T23:51:54.7719971Z adding 'torch/_library/simple_registry.py' 2024-12-17T23:51:54.7725363Z adding 'torch/_library/triton.py' 2024-12-17T23:51:54.7733358Z adding 'torch/_library/utils.py' 2024-12-17T23:51:54.7737841Z adding 'torch/_logging/__init__.py' 2024-12-17T23:51:54.7755131Z adding 'torch/_logging/_internal.py' 2024-12-17T23:51:54.7760638Z adding 'torch/_logging/_registrations.py' 2024-12-17T23:51:54.7764382Z adding 'torch/_logging/scribe.py' 2024-12-17T23:51:54.7767719Z adding 'torch/_logging/structured.py' 2024-12-17T23:51:54.7771778Z adding 'torch/_numpy/__init__.py' 2024-12-17T23:51:54.7775245Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2024-12-17T23:51:54.7781383Z adding 'torch/_numpy/_casting_dicts.py' 2024-12-17T23:51:54.7787994Z adding 'torch/_numpy/_dtypes.py' 2024-12-17T23:51:54.7792807Z adding 'torch/_numpy/_dtypes_impl.py' 2024-12-17T23:51:54.7796456Z adding 'torch/_numpy/_funcs.py' 2024-12-17T23:51:54.7818973Z adding 'torch/_numpy/_funcs_impl.py' 2024-12-17T23:51:54.7823400Z adding 'torch/_numpy/_getlimits.py' 2024-12-17T23:51:54.7830694Z adding 'torch/_numpy/_ndarray.py' 2024-12-17T23:51:54.7836190Z adding 'torch/_numpy/_normalizations.py' 2024-12-17T23:51:54.7841889Z adding 'torch/_numpy/_reductions_impl.py' 2024-12-17T23:51:54.7846992Z adding 'torch/_numpy/_ufuncs.py' 2024-12-17T23:51:54.7850657Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2024-12-17T23:51:54.7855738Z adding 'torch/_numpy/_util.py' 2024-12-17T23:51:54.7859562Z adding 'torch/_numpy/fft.py' 2024-12-17T23:51:54.7863966Z adding 'torch/_numpy/linalg.py' 2024-12-17T23:51:54.7869770Z adding 'torch/_numpy/random.py' 2024-12-17T23:51:54.7874183Z adding 'torch/_numpy/testing/__init__.py' 2024-12-17T23:51:54.7901429Z adding 'torch/_numpy/testing/utils.py' 2024-12-17T23:51:54.7930582Z adding 'torch/_prims/__init__.py' 2024-12-17T23:51:54.7937375Z adding 'torch/_prims/context.py' 2024-12-17T23:51:54.7941110Z adding 'torch/_prims/debug_prims.py' 2024-12-17T23:51:54.7944583Z adding 'torch/_prims/executor.py' 2024-12-17T23:51:54.7949950Z adding 'torch/_prims/rng_prims.py' 2024-12-17T23:51:54.7978162Z adding 'torch/_prims_common/__init__.py' 2024-12-17T23:51:54.7987278Z adding 'torch/_prims_common/wrappers.py' 2024-12-17T23:51:54.8059415Z adding 'torch/_refs/__init__.py' 2024-12-17T23:51:54.8067995Z adding 'torch/_refs/_conversions.py' 2024-12-17T23:51:54.8074433Z adding 'torch/_refs/fft.py' 2024-12-17T23:51:54.8081020Z adding 'torch/_refs/linalg/__init__.py' 2024-12-17T23:51:54.8084922Z adding 'torch/_refs/nn/__init__.py' 2024-12-17T23:51:54.8098985Z adding 'torch/_refs/nn/functional/__init__.py' 2024-12-17T23:51:54.8104843Z adding 'torch/_refs/special/__init__.py' 2024-12-17T23:51:54.8108851Z adding 'torch/_strobelight/__init__.py' 2024-12-17T23:51:54.8114144Z adding 'torch/_strobelight/cli_function_profiler.py' 2024-12-17T23:51:54.8118928Z adding 'torch/_strobelight/compile_time_profiler.py' 2024-12-17T23:51:54.8122917Z adding 'torch/_subclasses/__init__.py' 2024-12-17T23:51:54.8127841Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2024-12-17T23:51:54.8140462Z adding 'torch/_subclasses/fake_impls.py' 2024-12-17T23:51:54.8184467Z adding 'torch/_subclasses/fake_tensor.py' 2024-12-17T23:51:54.8192425Z adding 'torch/_subclasses/fake_utils.py' 2024-12-17T23:51:54.8205110Z adding 'torch/_subclasses/functional_tensor.py' 2024-12-17T23:51:54.8234595Z adding 'torch/_subclasses/meta_utils.py' 2024-12-17T23:51:54.8241337Z adding 'torch/_subclasses/schema_check_mode.py' 2024-12-17T23:51:54.8245118Z adding 'torch/_vendor/__init__.py' 2024-12-17T23:51:54.8248873Z adding 'torch/_vendor/packaging/__init__.py' 2024-12-17T23:51:54.8252005Z adding 'torch/_vendor/packaging/_structures.py' 2024-12-17T23:51:54.8258911Z adding 'torch/_vendor/packaging/version.py' 2024-12-17T23:51:54.8263971Z adding 'torch/accelerator/__init__.py' 2024-12-17T23:51:54.8267291Z adding 'torch/accelerator/_utils.py' 2024-12-17T23:51:54.8271004Z adding 'torch/amp/__init__.py' 2024-12-17T23:51:54.8279489Z adding 'torch/amp/autocast_mode.py' 2024-12-17T23:51:54.8291964Z adding 'torch/amp/grad_scaler.py' 2024-12-17T23:51:54.8296658Z adding 'torch/ao/__init__.py' 2024-12-17T23:51:54.8300573Z adding 'torch/ao/nn/__init__.py' 2024-12-17T23:51:54.8304503Z adding 'torch/ao/nn/intrinsic/__init__.py' 2024-12-17T23:51:54.8308341Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2024-12-17T23:51:54.8312389Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2024-12-17T23:51:54.8316271Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2024-12-17T23:51:54.8320136Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2024-12-17T23:51:54.8328655Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2024-12-17T23:51:54.8333985Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2024-12-17T23:51:54.8337702Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2024-12-17T23:51:54.8341499Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2024-12-17T23:51:54.8345104Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2024-12-17T23:51:54.8348737Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-12-17T23:51:54.8352172Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-12-17T23:51:54.8356056Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2024-12-17T23:51:54.8359511Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2024-12-17T23:51:54.8363265Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2024-12-17T23:51:54.8376714Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2024-12-17T23:51:54.8377414Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2024-12-17T23:51:54.8377898Z adding 'torch/ao/nn/qat/__init__.py' 2024-12-17T23:51:54.8382860Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2024-12-17T23:51:54.8387995Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2024-12-17T23:51:54.8391920Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2024-12-17T23:51:54.8397912Z adding 'torch/ao/nn/qat/modules/__init__.py' 2024-12-17T23:51:54.8403549Z adding 'torch/ao/nn/qat/modules/conv.py' 2024-12-17T23:51:54.8409538Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2024-12-17T23:51:54.8415869Z adding 'torch/ao/nn/qat/modules/linear.py' 2024-12-17T23:51:54.8422074Z adding 'torch/ao/nn/quantizable/__init__.py' 2024-12-17T23:51:54.8427981Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2024-12-17T23:51:54.8439955Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2024-12-17T23:51:54.8449352Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2024-12-17T23:51:54.8454930Z adding 'torch/ao/nn/quantized/__init__.py' 2024-12-17T23:51:54.8464264Z adding 'torch/ao/nn/quantized/functional.py' 2024-12-17T23:51:54.8469499Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2024-12-17T23:51:54.8473570Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2024-12-17T23:51:54.8479484Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2024-12-17T23:51:54.8485125Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2024-12-17T23:51:54.8499903Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2024-12-17T23:51:54.8506258Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2024-12-17T23:51:54.8511602Z adding 'torch/ao/nn/quantized/modules/activation.py' 2024-12-17T23:51:54.8515786Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2024-12-17T23:51:54.8526434Z adding 'torch/ao/nn/quantized/modules/conv.py' 2024-12-17T23:51:54.8530922Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2024-12-17T23:51:54.8536732Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2024-12-17T23:51:54.8541627Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2024-12-17T23:51:54.8547974Z adding 'torch/ao/nn/quantized/modules/linear.py' 2024-12-17T23:51:54.8552465Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2024-12-17T23:51:54.8556231Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2024-12-17T23:51:54.8560462Z adding 'torch/ao/nn/quantized/modules/utils.py' 2024-12-17T23:51:54.8564599Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2024-12-17T23:51:54.8568589Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2024-12-17T23:51:54.8573251Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2024-12-17T23:51:54.8577481Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2024-12-17T23:51:54.8586740Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2024-12-17T23:51:54.8592955Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2024-12-17T23:51:54.8601517Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2024-12-17T23:51:54.8608014Z adding 'torch/ao/nn/sparse/__init__.py' 2024-12-17T23:51:54.8613883Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2024-12-17T23:51:54.8621455Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2024-12-17T23:51:54.8627131Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2024-12-17T23:51:54.8633044Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2024-12-17T23:51:54.8637855Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2024-12-17T23:51:54.8642512Z adding 'torch/ao/ns/__init__.py' 2024-12-17T23:51:54.8650413Z adding 'torch/ao/ns/_numeric_suite.py' 2024-12-17T23:51:54.8665724Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2024-12-17T23:51:54.8671307Z adding 'torch/ao/ns/fx/__init__.py' 2024-12-17T23:51:54.8679308Z adding 'torch/ao/ns/fx/graph_matcher.py' 2024-12-17T23:51:54.8694508Z adding 'torch/ao/ns/fx/graph_passes.py' 2024-12-17T23:51:54.8702047Z adding 'torch/ao/ns/fx/mappings.py' 2024-12-17T23:51:54.8720778Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2024-12-17T23:51:54.8725819Z adding 'torch/ao/ns/fx/ns_types.py' 2024-12-17T23:51:54.8730734Z adding 'torch/ao/ns/fx/pattern_utils.py' 2024-12-17T23:51:54.8736341Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2024-12-17T23:51:54.8744505Z adding 'torch/ao/ns/fx/utils.py' 2024-12-17T23:51:54.8750075Z adding 'torch/ao/ns/fx/weight_utils.py' 2024-12-17T23:51:54.8754404Z adding 'torch/ao/pruning/__init__.py' 2024-12-17T23:51:54.8757526Z adding 'torch/ao/pruning/_mappings.py' 2024-12-17T23:51:54.8761329Z adding 'torch/ao/pruning/_experimental/__init__.py' 2024-12-17T23:51:54.8765241Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2024-12-17T23:51:54.8773729Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2024-12-17T23:51:54.8778246Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2024-12-17T23:51:54.8783443Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2024-12-17T23:51:54.8787610Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2024-12-17T23:51:54.8794264Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2024-12-17T23:51:54.8799580Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2024-12-17T23:51:54.8804118Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2024-12-17T23:51:54.8808136Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2024-12-17T23:51:54.8811933Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2024-12-17T23:51:54.8815548Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2024-12-17T23:51:54.8820050Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2024-12-17T23:51:54.8825076Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2024-12-17T23:51:54.8828307Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2024-12-17T23:51:54.8833729Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2024-12-17T23:51:54.8837681Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2024-12-17T23:51:54.8841263Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2024-12-17T23:51:54.8844921Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2024-12-17T23:51:54.8851962Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2024-12-17T23:51:54.8855965Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2024-12-17T23:51:54.8859898Z adding 'torch/ao/pruning/scheduler/__init__.py' 2024-12-17T23:51:54.8864416Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2024-12-17T23:51:54.8868633Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2024-12-17T23:51:54.8872410Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2024-12-17T23:51:54.8876926Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2024-12-17T23:51:54.8883929Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2024-12-17T23:51:54.8888833Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2024-12-17T23:51:54.8893779Z adding 'torch/ao/pruning/sparsifier/utils.py' 2024-12-17T23:51:54.8899877Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2024-12-17T23:51:54.8906301Z adding 'torch/ao/quantization/__init__.py' 2024-12-17T23:51:54.8911505Z adding 'torch/ao/quantization/_correct_bias.py' 2024-12-17T23:51:54.8917727Z adding 'torch/ao/quantization/_equalize.py' 2024-12-17T23:51:54.8923254Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2024-12-17T23:51:54.8931919Z adding 'torch/ao/quantization/fake_quantize.py' 2024-12-17T23:51:54.8937832Z adding 'torch/ao/quantization/fuse_modules.py' 2024-12-17T23:51:54.8943716Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2024-12-17T23:51:54.8966492Z adding 'torch/ao/quantization/observer.py' 2024-12-17T23:51:54.8977476Z adding 'torch/ao/quantization/qconfig.py' 2024-12-17T23:51:54.8984800Z adding 'torch/ao/quantization/qconfig_mapping.py' 2024-12-17T23:51:54.8989024Z adding 'torch/ao/quantization/quant_type.py' 2024-12-17T23:51:54.8995475Z adding 'torch/ao/quantization/quantization_mappings.py' 2024-12-17T23:51:54.9007532Z adding 'torch/ao/quantization/quantize.py' 2024-12-17T23:51:54.9019023Z adding 'torch/ao/quantization/quantize_fx.py' 2024-12-17T23:51:54.9029635Z adding 'torch/ao/quantization/quantize_jit.py' 2024-12-17T23:51:54.9036650Z adding 'torch/ao/quantization/quantize_pt2e.py' 2024-12-17T23:51:54.9041669Z adding 'torch/ao/quantization/stubs.py' 2024-12-17T23:51:54.9056447Z adding 'torch/ao/quantization/utils.py' 2024-12-17T23:51:54.9061749Z adding 'torch/ao/quantization/backend_config/__init__.py' 2024-12-17T23:51:54.9071025Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2024-12-17T23:51:54.9076622Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2024-12-17T23:51:54.9087681Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2024-12-17T23:51:54.9094220Z adding 'torch/ao/quantization/backend_config/executorch.py' 2024-12-17T23:51:54.9098574Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2024-12-17T23:51:54.9103123Z adding 'torch/ao/quantization/backend_config/native.py' 2024-12-17T23:51:54.9106908Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2024-12-17T23:51:54.9112873Z adding 'torch/ao/quantization/backend_config/onednn.py' 2024-12-17T23:51:54.9117306Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2024-12-17T23:51:54.9121144Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2024-12-17T23:51:54.9126999Z adding 'torch/ao/quantization/backend_config/utils.py' 2024-12-17T23:51:54.9130992Z adding 'torch/ao/quantization/backend_config/x86.py' 2024-12-17T23:51:54.9135777Z adding 'torch/ao/quantization/fx/__init__.py' 2024-12-17T23:51:54.9146476Z adding 'torch/ao/quantization/fx/_decomposed.py' 2024-12-17T23:51:54.9160911Z adding 'torch/ao/quantization/fx/_equalize.py' 2024-12-17T23:51:54.9178440Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2024-12-17T23:51:54.9199225Z adding 'torch/ao/quantization/fx/convert.py' 2024-12-17T23:51:54.9207067Z adding 'torch/ao/quantization/fx/custom_config.py' 2024-12-17T23:51:54.9212344Z adding 'torch/ao/quantization/fx/fuse.py' 2024-12-17T23:51:54.9216851Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2024-12-17T23:51:54.9221255Z adding 'torch/ao/quantization/fx/graph_module.py' 2024-12-17T23:51:54.9224684Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2024-12-17T23:51:54.9227893Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2024-12-17T23:51:54.9233080Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2024-12-17T23:51:54.9238485Z adding 'torch/ao/quantization/fx/match_utils.py' 2024-12-17T23:51:54.9242671Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2024-12-17T23:51:54.9273501Z adding 'torch/ao/quantization/fx/prepare.py' 2024-12-17T23:51:54.9282114Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2024-12-17T23:51:54.9287140Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2024-12-17T23:51:54.9290797Z adding 'torch/ao/quantization/fx/tracer.py' 2024-12-17T23:51:54.9304564Z adding 'torch/ao/quantization/fx/utils.py' 2024-12-17T23:51:54.9309536Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2024-12-17T23:51:54.9333577Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2024-12-17T23:51:54.9347604Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2024-12-17T23:51:54.9354650Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2024-12-17T23:51:54.9367361Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2024-12-17T23:51:54.9372761Z adding 'torch/ao/quantization/pt2e/__init__.py' 2024-12-17T23:51:54.9379139Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2024-12-17T23:51:54.9383822Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2024-12-17T23:51:54.9389264Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2024-12-17T23:51:54.9393917Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2024-12-17T23:51:54.9399889Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2024-12-17T23:51:54.9410030Z adding 'torch/ao/quantization/pt2e/prepare.py' 2024-12-17T23:51:54.9430650Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2024-12-17T23:51:54.9438709Z adding 'torch/ao/quantization/pt2e/utils.py' 2024-12-17T23:51:54.9443394Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2024-12-17T23:51:54.9452986Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2024-12-17T23:51:54.9460476Z adding 'torch/ao/quantization/quantizer/__init__.py' 2024-12-17T23:51:54.9466252Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2024-12-17T23:51:54.9472277Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2024-12-17T23:51:54.9479477Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2024-12-17T23:51:54.9483593Z adding 'torch/ao/quantization/quantizer/utils.py' 2024-12-17T23:51:54.9502544Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2024-12-17T23:51:54.9511303Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2024-12-17T23:51:54.9523405Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2024-12-17T23:51:54.9528476Z adding 'torch/ao/quantization/quantizer/xpu_inductor_quantizer.py' 2024-12-17T23:51:54.9540136Z adding 'torch/autograd/__init__.py' 2024-12-17T23:51:54.9544965Z adding 'torch/autograd/anomaly_mode.py' 2024-12-17T23:51:54.9550557Z adding 'torch/autograd/forward_ad.py' 2024-12-17T23:51:54.9563489Z adding 'torch/autograd/function.py' 2024-12-17T23:51:54.9580488Z adding 'torch/autograd/functional.py' 2024-12-17T23:51:54.9587230Z adding 'torch/autograd/grad_mode.py' 2024-12-17T23:51:54.9620616Z adding 'torch/autograd/gradcheck.py' 2024-12-17T23:51:54.9634146Z adding 'torch/autograd/graph.py' 2024-12-17T23:51:54.9651446Z adding 'torch/autograd/profiler.py' 2024-12-17T23:51:54.9658984Z adding 'torch/autograd/profiler_legacy.py' 2024-12-17T23:51:54.9673684Z adding 'torch/autograd/profiler_util.py' 2024-12-17T23:51:54.9677834Z adding 'torch/autograd/variable.py' 2024-12-17T23:51:54.9681521Z adding 'torch/autograd/_functions/__init__.py' 2024-12-17T23:51:54.9684958Z adding 'torch/autograd/_functions/tensor.py' 2024-12-17T23:51:54.9688477Z adding 'torch/autograd/_functions/utils.py' 2024-12-17T23:51:54.9692882Z adding 'torch/backends/__init__.py' 2024-12-17T23:51:54.9696736Z adding 'torch/backends/_coreml/__init__.py' 2024-12-17T23:51:54.9700818Z adding 'torch/backends/_coreml/preprocess.py' 2024-12-17T23:51:54.9704601Z adding 'torch/backends/_nnapi/__init__.py' 2024-12-17T23:51:54.9709082Z adding 'torch/backends/_nnapi/prepare.py' 2024-12-17T23:51:54.9732862Z adding 'torch/backends/_nnapi/serializer.py' 2024-12-17T23:51:54.9738735Z adding 'torch/backends/cpu/__init__.py' 2024-12-17T23:51:54.9745609Z adding 'torch/backends/cuda/__init__.py' 2024-12-17T23:51:54.9751622Z adding 'torch/backends/cudnn/__init__.py' 2024-12-17T23:51:54.9755381Z adding 'torch/backends/cudnn/rnn.py' 2024-12-17T23:51:54.9759502Z adding 'torch/backends/cusparselt/__init__.py' 2024-12-17T23:51:54.9763359Z adding 'torch/backends/mha/__init__.py' 2024-12-17T23:51:54.9767503Z adding 'torch/backends/mkl/__init__.py' 2024-12-17T23:51:54.9772000Z adding 'torch/backends/mkldnn/__init__.py' 2024-12-17T23:51:54.9776257Z adding 'torch/backends/mps/__init__.py' 2024-12-17T23:51:54.9780229Z adding 'torch/backends/nnpack/__init__.py' 2024-12-17T23:51:54.9783924Z adding 'torch/backends/openmp/__init__.py' 2024-12-17T23:51:54.9788452Z adding 'torch/backends/opt_einsum/__init__.py' 2024-12-17T23:51:54.9792725Z adding 'torch/backends/quantized/__init__.py' 2024-12-17T23:51:54.9796390Z adding 'torch/backends/xeon/__init__.py' 2024-12-17T23:51:54.9808343Z adding 'torch/backends/xeon/run_cpu.py' 2024-12-17T23:51:54.9813195Z adding 'torch/backends/xnnpack/__init__.py' 2024-12-17T23:51:55.0026347Z adding 'torch/bin/FileStoreTest.exe' 2024-12-17T23:51:55.0230776Z adding 'torch/bin/ProcessGroupGlooAsyncTest.exe' 2024-12-17T23:51:55.0485409Z adding 'torch/bin/ProcessGroupGlooTest.exe' 2024-12-17T23:51:55.0726973Z adding 'torch/bin/TCPStoreTest.exe' 2024-12-17T23:51:55.0938243Z adding 'torch/bin/asmjit.dll' 2024-12-17T23:51:55.2484333Z adding 'torch/bin/fbgemm.dll' 2024-12-17T23:51:55.4030550Z adding 'torch/bin/protoc.exe' 2024-12-17T23:51:55.8355368Z adding 'torch/bin/test_api.exe' 2024-12-17T23:51:55.8746653Z adding 'torch/bin/test_edge_op_registration.exe' 2024-12-17T23:51:56.1204937Z adding 'torch/bin/test_jit.exe' 2024-12-17T23:51:56.2316622Z adding 'torch/bin/test_lazy.exe' 2024-12-17T23:51:56.5577668Z adding 'torch/bin/test_tensorexpr.exe' 2024-12-17T23:51:56.5788996Z adding 'torch/bin/tutorial_tensorexpr.exe' 2024-12-17T23:51:56.5800956Z adding 'torch/compiler/__init__.py' 2024-12-17T23:51:56.5805362Z adding 'torch/compiler/config.py' 2024-12-17T23:51:56.5809322Z adding 'torch/contrib/__init__.py' 2024-12-17T23:51:56.5813699Z adding 'torch/contrib/_tensorboard_vis.py' 2024-12-17T23:51:56.5818751Z adding 'torch/cpu/__init__.py' 2024-12-17T23:51:56.5822694Z adding 'torch/cpu/amp/__init__.py' 2024-12-17T23:51:56.5826037Z adding 'torch/cpu/amp/autocast_mode.py' 2024-12-17T23:51:56.5829179Z adding 'torch/cpu/amp/grad_scaler.py' 2024-12-17T23:51:56.5848772Z adding 'torch/cuda/__init__.py' 2024-12-17T23:51:56.5853465Z adding 'torch/cuda/_gpu_trace.py' 2024-12-17T23:51:56.5863704Z adding 'torch/cuda/_memory_viz.py' 2024-12-17T23:51:56.5872976Z adding 'torch/cuda/_sanitizer.py' 2024-12-17T23:51:56.5876948Z adding 'torch/cuda/_utils.py' 2024-12-17T23:51:56.5879995Z adding 'torch/cuda/comm.py' 2024-12-17T23:51:56.5883012Z adding 'torch/cuda/error.py' 2024-12-17T23:51:56.5886722Z adding 'torch/cuda/gds.py' 2024-12-17T23:51:56.5895686Z adding 'torch/cuda/graphs.py' 2024-12-17T23:51:56.5900867Z adding 'torch/cuda/jiterator.py' 2024-12-17T23:51:56.5916102Z adding 'torch/cuda/memory.py' 2024-12-17T23:51:56.5921081Z adding 'torch/cuda/nccl.py' 2024-12-17T23:51:56.5925130Z adding 'torch/cuda/nvtx.py' 2024-12-17T23:51:56.5928922Z adding 'torch/cuda/profiler.py' 2024-12-17T23:51:56.5932828Z adding 'torch/cuda/random.py' 2024-12-17T23:51:56.5936020Z adding 'torch/cuda/sparse.py' 2024-12-17T23:51:56.5940974Z adding 'torch/cuda/streams.py' 2024-12-17T23:51:56.5949474Z adding 'torch/cuda/tunable.py' 2024-12-17T23:51:56.5953924Z adding 'torch/cuda/amp/__init__.py' 2024-12-17T23:51:56.5957506Z adding 'torch/cuda/amp/autocast_mode.py' 2024-12-17T23:51:56.5960473Z adding 'torch/cuda/amp/common.py' 2024-12-17T23:51:56.5963743Z adding 'torch/cuda/amp/grad_scaler.py' 2024-12-17T23:51:56.5969456Z adding 'torch/distributed/__init__.py' 2024-12-17T23:51:56.5972885Z adding 'torch/distributed/_checkpointable.py' 2024-12-17T23:51:56.5976428Z adding 'torch/distributed/_composable_state.py' 2024-12-17T23:51:56.5991746Z adding 'torch/distributed/_functional_collectives.py' 2024-12-17T23:51:56.5996436Z adding 'torch/distributed/_functional_collectives_impl.py' 2024-12-17T23:51:56.6006210Z adding 'torch/distributed/_state_dict_utils.py' 2024-12-17T23:51:56.6010722Z adding 'torch/distributed/argparse_util.py' 2024-12-17T23:51:56.6014666Z adding 'torch/distributed/c10d_logger.py' 2024-12-17T23:51:56.6019771Z adding 'torch/distributed/collective_utils.py' 2024-12-17T23:51:56.6023235Z adding 'torch/distributed/constants.py' 2024-12-17T23:51:56.6039601Z adding 'torch/distributed/device_mesh.py' 2024-12-17T23:51:56.6110207Z adding 'torch/distributed/distributed_c10d.py' 2024-12-17T23:51:56.6120006Z adding 'torch/distributed/launch.py' 2024-12-17T23:51:56.6123500Z adding 'torch/distributed/logging_handlers.py' 2024-12-17T23:51:56.6127389Z adding 'torch/distributed/remote_device.py' 2024-12-17T23:51:56.6132867Z adding 'torch/distributed/rendezvous.py' 2024-12-17T23:51:56.6146179Z adding 'torch/distributed/run.py' 2024-12-17T23:51:56.6153440Z adding 'torch/distributed/utils.py' 2024-12-17T23:51:56.6157587Z adding 'torch/distributed/_composable/__init__.py' 2024-12-17T23:51:56.6161711Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2024-12-17T23:51:56.6166738Z adding 'torch/distributed/_composable/contract.py' 2024-12-17T23:51:56.6172085Z adding 'torch/distributed/_composable/replicate.py' 2024-12-17T23:51:56.6176090Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2024-12-17T23:51:56.6179366Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2024-12-17T23:51:56.6183455Z adding 'torch/distributed/_shard/__init__.py' 2024-12-17T23:51:56.6186589Z adding 'torch/distributed/_shard/_utils.py' 2024-12-17T23:51:56.6193172Z adding 'torch/distributed/_shard/api.py' 2024-12-17T23:51:56.6197305Z adding 'torch/distributed/_shard/common_op_utils.py' 2024-12-17T23:51:56.6200934Z adding 'torch/distributed/_shard/metadata.py' 2024-12-17T23:51:56.6204378Z adding 'torch/distributed/_shard/op_registry_utils.py' 2024-12-17T23:51:56.6207653Z adding 'torch/distributed/_shard/sharder.py' 2024-12-17T23:51:56.6211549Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2024-12-17T23:51:56.6215905Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2024-12-17T23:51:56.6220034Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2024-12-17T23:51:56.6235120Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2024-12-17T23:51:56.6254019Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2024-12-17T23:51:56.6258337Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2024-12-17T23:51:56.6261889Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2024-12-17T23:51:56.6267423Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2024-12-17T23:51:56.6273223Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2024-12-17T23:51:56.6277318Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2024-12-17T23:51:56.6283213Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2024-12-17T23:51:56.6288753Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2024-12-17T23:51:56.6294263Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2024-12-17T23:51:56.6299208Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2024-12-17T23:51:56.6304874Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2024-12-17T23:51:56.6308042Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2024-12-17T23:51:56.6313495Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2024-12-17T23:51:56.6317450Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2024-12-17T23:51:56.6321267Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2024-12-17T23:51:56.6325222Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2024-12-17T23:51:56.6330345Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2024-12-17T23:51:56.6336109Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2024-12-17T23:51:56.6341783Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2024-12-17T23:51:56.6345924Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2024-12-17T23:51:56.6352186Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2024-12-17T23:51:56.6358178Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2024-12-17T23:51:56.6366082Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2024-12-17T23:51:56.6370390Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2024-12-17T23:51:56.6374346Z adding 'torch/distributed/_sharding_spec/__init__.py' 2024-12-17T23:51:56.6392337Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2024-12-17T23:51:56.6397606Z adding 'torch/distributed/_tensor/__init__.py' 2024-12-17T23:51:56.6400655Z adding 'torch/distributed/_tensor/api.py' 2024-12-17T23:51:56.6403817Z adding 'torch/distributed/_tensor/placement_types.py' 2024-12-17T23:51:56.6407619Z adding 'torch/distributed/_tools/__init__.py' 2024-12-17T23:51:56.6416638Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2024-12-17T23:51:56.6422785Z adding 'torch/distributed/_tools/ilp_utils.py' 2024-12-17T23:51:56.6437761Z adding 'torch/distributed/_tools/mem_tracker.py' 2024-12-17T23:51:56.6444423Z adding 'torch/distributed/_tools/memory_tracker.py' 2024-12-17T23:51:56.6449935Z adding 'torch/distributed/_tools/mod_tracker.py' 2024-12-17T23:51:56.6458360Z adding 'torch/distributed/_tools/runtime_estimator.py' 2024-12-17T23:51:56.6474141Z adding 'torch/distributed/_tools/sac_estimator.py' 2024-12-17T23:51:56.6480737Z adding 'torch/distributed/_tools/sac_ilp.py' 2024-12-17T23:51:56.6484955Z adding 'torch/distributed/algorithms/__init__.py' 2024-12-17T23:51:56.6491314Z adding 'torch/distributed/algorithms/join.py' 2024-12-17T23:51:56.6495414Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2024-12-17T23:51:56.6501458Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2024-12-17T23:51:56.6505370Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2024-12-17T23:51:56.6509824Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2024-12-17T23:51:56.6513810Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2024-12-17T23:51:56.6517571Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2024-12-17T23:51:56.6521192Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2024-12-17T23:51:56.6525173Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2024-12-17T23:51:56.6529880Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2024-12-17T23:51:56.6537286Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2024-12-17T23:51:56.6541061Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2024-12-17T23:51:56.6545437Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2024-12-17T23:51:56.6549495Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2024-12-17T23:51:56.6553877Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2024-12-17T23:51:56.6558250Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2024-12-17T23:51:56.6572245Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2024-12-17T23:51:56.6577737Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2024-12-17T23:51:56.6581595Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2024-12-17T23:51:56.6585805Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2024-12-17T23:51:56.6591161Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2024-12-17T23:51:56.6595014Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2024-12-17T23:51:56.6599113Z adding 'torch/distributed/autograd/__init__.py' 2024-12-17T23:51:56.6603298Z adding 'torch/distributed/checkpoint/__init__.py' 2024-12-17T23:51:56.6606984Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2024-12-17T23:51:56.6610635Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2024-12-17T23:51:56.6614117Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2024-12-17T23:51:56.6618276Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2024-12-17T23:51:56.6621900Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2024-12-17T23:51:56.6625815Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2024-12-17T23:51:56.6629166Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2024-12-17T23:51:56.6633536Z adding 'torch/distributed/checkpoint/_traverse.py' 2024-12-17T23:51:56.6636605Z adding 'torch/distributed/checkpoint/_version.py' 2024-12-17T23:51:56.6639813Z adding 'torch/distributed/checkpoint/api.py' 2024-12-17T23:51:56.6647809Z adding 'torch/distributed/checkpoint/default_planner.py' 2024-12-17T23:51:56.6657636Z adding 'torch/distributed/checkpoint/filesystem.py' 2024-12-17T23:51:56.6663555Z adding 'torch/distributed/checkpoint/format_utils.py' 2024-12-17T23:51:56.6667569Z adding 'torch/distributed/checkpoint/logger.py' 2024-12-17T23:51:56.6671475Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2024-12-17T23:51:56.6676633Z adding 'torch/distributed/checkpoint/metadata.py' 2024-12-17T23:51:56.6683697Z adding 'torch/distributed/checkpoint/optimizer.py' 2024-12-17T23:51:56.6690520Z adding 'torch/distributed/checkpoint/planner.py' 2024-12-17T23:51:56.6696780Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2024-12-17T23:51:56.6700663Z adding 'torch/distributed/checkpoint/resharding.py' 2024-12-17T23:51:56.6704911Z adding 'torch/distributed/checkpoint/staging.py' 2024-12-17T23:51:56.6721882Z adding 'torch/distributed/checkpoint/state_dict.py' 2024-12-17T23:51:56.6728856Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2024-12-17T23:51:56.6734902Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2024-12-17T23:51:56.6738520Z adding 'torch/distributed/checkpoint/stateful.py' 2024-12-17T23:51:56.6743266Z adding 'torch/distributed/checkpoint/storage.py' 2024-12-17T23:51:56.6749693Z adding 'torch/distributed/checkpoint/utils.py' 2024-12-17T23:51:56.6754734Z adding 'torch/distributed/elastic/__init__.py' 2024-12-17T23:51:56.6758077Z adding 'torch/distributed/elastic/control_plane.py' 2024-12-17T23:51:56.6761674Z adding 'torch/distributed/elastic/agent/__init__.py' 2024-12-17T23:51:56.6765869Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2024-12-17T23:51:56.6780722Z adding 'torch/distributed/elastic/agent/server/api.py' 2024-12-17T23:51:56.6785211Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2024-12-17T23:51:56.6792399Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2024-12-17T23:51:56.6797990Z adding 'torch/distributed/elastic/events/__init__.py' 2024-12-17T23:51:56.6801851Z adding 'torch/distributed/elastic/events/api.py' 2024-12-17T23:51:56.6805091Z adding 'torch/distributed/elastic/events/handlers.py' 2024-12-17T23:51:56.6810296Z adding 'torch/distributed/elastic/metrics/__init__.py' 2024-12-17T23:51:56.6814998Z adding 'torch/distributed/elastic/metrics/api.py' 2024-12-17T23:51:56.6821003Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2024-12-17T23:51:56.6833578Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2024-12-17T23:51:56.6838346Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2024-12-17T23:51:56.6842740Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2024-12-17T23:51:56.6850666Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2024-12-17T23:51:56.6855711Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2024-12-17T23:51:56.6859295Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2024-12-17T23:51:56.6863326Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2024-12-17T23:51:56.6866446Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2024-12-17T23:51:56.6870241Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2024-12-17T23:51:56.6875701Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2024-12-17T23:51:56.6882064Z adding 'torch/distributed/elastic/rendezvous/api.py' 2024-12-17T23:51:56.6888111Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2024-12-17T23:51:56.6903788Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2024-12-17T23:51:56.6919858Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2024-12-17T23:51:56.6925672Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2024-12-17T23:51:56.6931196Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2024-12-17T23:51:56.6936468Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2024-12-17T23:51:56.6940252Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2024-12-17T23:51:56.6944347Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2024-12-17T23:51:56.6949991Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2024-12-17T23:51:56.6954138Z adding 'torch/distributed/elastic/timer/__init__.py' 2024-12-17T23:51:56.6959820Z adding 'torch/distributed/elastic/timer/api.py' 2024-12-17T23:51:56.6963441Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2024-12-17T23:51:56.6970083Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2024-12-17T23:51:56.6974524Z adding 'torch/distributed/elastic/timer/local_timer.py' 2024-12-17T23:51:56.6978723Z adding 'torch/distributed/elastic/utils/__init__.py' 2024-12-17T23:51:56.6982147Z adding 'torch/distributed/elastic/utils/api.py' 2024-12-17T23:51:56.6986785Z adding 'torch/distributed/elastic/utils/distributed.py' 2024-12-17T23:51:56.6990067Z adding 'torch/distributed/elastic/utils/log_level.py' 2024-12-17T23:51:56.6993662Z adding 'torch/distributed/elastic/utils/logging.py' 2024-12-17T23:51:56.6998578Z adding 'torch/distributed/elastic/utils/store.py' 2024-12-17T23:51:56.7002741Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2024-12-17T23:51:56.7006103Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2024-12-17T23:51:56.7009925Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2024-12-17T23:51:56.7014304Z adding 'torch/distributed/fsdp/__init__.py' 2024-12-17T23:51:56.7024002Z adding 'torch/distributed/fsdp/_common_utils.py' 2024-12-17T23:51:56.7029547Z adding 'torch/distributed/fsdp/_debug_utils.py' 2024-12-17T23:51:56.7033461Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2024-12-17T23:51:56.7039944Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2024-12-17T23:51:56.7082719Z adding 'torch/distributed/fsdp/_flat_param.py' 2024-12-17T23:51:56.7089540Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2024-12-17T23:51:56.7106804Z adding 'torch/distributed/fsdp/_init_utils.py' 2024-12-17T23:51:56.7111277Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2024-12-17T23:51:56.7143056Z adding 'torch/distributed/fsdp/_optim_utils.py' 2024-12-17T23:51:56.7168622Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2024-12-17T23:51:56.7174148Z adding 'torch/distributed/fsdp/_shard_utils.py' 2024-12-17T23:51:56.7185527Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2024-12-17T23:51:56.7191673Z adding 'torch/distributed/fsdp/_trace_utils.py' 2024-12-17T23:51:56.7196037Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2024-12-17T23:51:56.7201670Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2024-12-17T23:51:56.7207401Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2024-12-17T23:51:56.7215499Z adding 'torch/distributed/fsdp/api.py' 2024-12-17T23:51:56.7248507Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2024-12-17T23:51:56.7257576Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2024-12-17T23:51:56.7267025Z adding 'torch/distributed/fsdp/wrap.py' 2024-12-17T23:51:56.7271572Z adding 'torch/distributed/fsdp/_fully_shard/__init__.py' 2024-12-17T23:51:56.7275373Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_api.py' 2024-12-17T23:51:56.7284021Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py' 2024-12-17T23:51:56.7288911Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_common.py' 2024-12-17T23:51:56.7293878Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_init.py' 2024-12-17T23:51:56.7308520Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param.py' 2024-12-17T23:51:56.7320984Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py' 2024-12-17T23:51:56.7328494Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_state.py' 2024-12-17T23:51:56.7338230Z adding 'torch/distributed/fsdp/_fully_shard/_fully_shard.py' 2024-12-17T23:51:56.7342556Z adding 'torch/distributed/launcher/__init__.py' 2024-12-17T23:51:56.7348164Z adding 'torch/distributed/launcher/api.py' 2024-12-17T23:51:56.7352148Z adding 'torch/distributed/nn/__init__.py' 2024-12-17T23:51:56.7358307Z adding 'torch/distributed/nn/functional.py' 2024-12-17T23:51:56.7362675Z adding 'torch/distributed/nn/api/__init__.py' 2024-12-17T23:51:56.7372063Z adding 'torch/distributed/nn/api/remote_module.py' 2024-12-17T23:51:56.7376673Z adding 'torch/distributed/nn/jit/__init__.py' 2024-12-17T23:51:56.7380781Z adding 'torch/distributed/nn/jit/instantiator.py' 2024-12-17T23:51:56.7384541Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2024-12-17T23:51:56.7388234Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2024-12-17T23:51:56.7392427Z adding 'torch/distributed/optim/__init__.py' 2024-12-17T23:51:56.7395562Z adding 'torch/distributed/optim/_deprecation_warning.py' 2024-12-17T23:51:56.7399805Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2024-12-17T23:51:56.7403746Z adding 'torch/distributed/optim/functional_adadelta.py' 2024-12-17T23:51:56.7407640Z adding 'torch/distributed/optim/functional_adagrad.py' 2024-12-17T23:51:56.7412032Z adding 'torch/distributed/optim/functional_adam.py' 2024-12-17T23:51:56.7416356Z adding 'torch/distributed/optim/functional_adamax.py' 2024-12-17T23:51:56.7420904Z adding 'torch/distributed/optim/functional_adamw.py' 2024-12-17T23:51:56.7425059Z adding 'torch/distributed/optim/functional_rmsprop.py' 2024-12-17T23:51:56.7429117Z adding 'torch/distributed/optim/functional_rprop.py' 2024-12-17T23:51:56.7433448Z adding 'torch/distributed/optim/functional_sgd.py' 2024-12-17T23:51:56.7439929Z adding 'torch/distributed/optim/named_optimizer.py' 2024-12-17T23:51:56.7445947Z adding 'torch/distributed/optim/optimizer.py' 2024-12-17T23:51:56.7450320Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2024-12-17T23:51:56.7453749Z adding 'torch/distributed/optim/utils.py' 2024-12-17T23:51:56.7479168Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2024-12-17T23:51:56.7484638Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2024-12-17T23:51:56.7505023Z adding 'torch/distributed/pipelining/_IR.py' 2024-12-17T23:51:56.7509294Z adding 'torch/distributed/pipelining/__init__.py' 2024-12-17T23:51:56.7516472Z adding 'torch/distributed/pipelining/_backward.py' 2024-12-17T23:51:56.7519978Z adding 'torch/distributed/pipelining/_debug.py' 2024-12-17T23:51:56.7523192Z adding 'torch/distributed/pipelining/_unflatten.py' 2024-12-17T23:51:56.7526623Z adding 'torch/distributed/pipelining/_utils.py' 2024-12-17T23:51:56.7534408Z adding 'torch/distributed/pipelining/microbatch.py' 2024-12-17T23:51:56.7564849Z adding 'torch/distributed/pipelining/schedules.py' 2024-12-17T23:51:56.7590304Z adding 'torch/distributed/pipelining/stage.py' 2024-12-17T23:51:56.7597981Z adding 'torch/distributed/rpc/__init__.py' 2024-12-17T23:51:56.7601697Z adding 'torch/distributed/rpc/_utils.py' 2024-12-17T23:51:56.7614052Z adding 'torch/distributed/rpc/api.py' 2024-12-17T23:51:56.7622067Z adding 'torch/distributed/rpc/backend_registry.py' 2024-12-17T23:51:56.7625714Z adding 'torch/distributed/rpc/constants.py' 2024-12-17T23:51:56.7630184Z adding 'torch/distributed/rpc/functions.py' 2024-12-17T23:51:56.7635967Z adding 'torch/distributed/rpc/internal.py' 2024-12-17T23:51:56.7641553Z adding 'torch/distributed/rpc/options.py' 2024-12-17T23:51:56.7645666Z adding 'torch/distributed/rpc/rref_proxy.py' 2024-12-17T23:51:56.7650746Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2024-12-17T23:51:56.7654728Z adding 'torch/distributed/rpc/_testing/__init__.py' 2024-12-17T23:51:56.7658477Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2024-12-17T23:51:56.7662901Z adding 'torch/distributed/tensor/__init__.py' 2024-12-17T23:51:56.7680542Z adding 'torch/distributed/tensor/_api.py' 2024-12-17T23:51:56.7688072Z adding 'torch/distributed/tensor/_collective_utils.py' 2024-12-17T23:51:56.7696816Z adding 'torch/distributed/tensor/_dispatch.py' 2024-12-17T23:51:56.7702769Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2024-12-17T23:51:56.7710229Z adding 'torch/distributed/tensor/_op_schema.py' 2024-12-17T23:51:56.7718129Z adding 'torch/distributed/tensor/_random.py' 2024-12-17T23:51:56.7724077Z adding 'torch/distributed/tensor/_redistribute.py' 2024-12-17T23:51:56.7732531Z adding 'torch/distributed/tensor/_sharding_prop.py' 2024-12-17T23:51:56.7738291Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2024-12-17T23:51:56.7743161Z adding 'torch/distributed/tensor/_tp_conv.py' 2024-12-17T23:51:56.7749544Z adding 'torch/distributed/tensor/_utils.py' 2024-12-17T23:51:56.7752810Z adding 'torch/distributed/tensor/device_mesh.py' 2024-12-17T23:51:56.7761796Z adding 'torch/distributed/tensor/placement_types.py' 2024-12-17T23:51:56.7766302Z adding 'torch/distributed/tensor/_ops/__init__.py' 2024-12-17T23:51:56.7772182Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2024-12-17T23:51:56.7776110Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2024-12-17T23:51:56.7780683Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2024-12-17T23:51:56.7786242Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2024-12-17T23:51:56.7789726Z adding 'torch/distributed/tensor/_ops/_experimental_ops.py' 2024-12-17T23:51:56.7801121Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2024-12-17T23:51:56.7807823Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2024-12-17T23:51:56.7815138Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2024-12-17T23:51:56.7818996Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2024-12-17T23:51:56.7829671Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2024-12-17T23:51:56.7839887Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2024-12-17T23:51:56.7845842Z adding 'torch/distributed/tensor/_ops/utils.py' 2024-12-17T23:51:56.7850023Z adding 'torch/distributed/tensor/debug/__init__.py' 2024-12-17T23:51:56.7859246Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2024-12-17T23:51:56.7863696Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2024-12-17T23:51:56.7868400Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2024-12-17T23:51:56.7872702Z adding 'torch/distributed/tensor/experimental/__init__.py' 2024-12-17T23:51:56.7888355Z adding 'torch/distributed/tensor/experimental/_attention.py' 2024-12-17T23:51:56.7894908Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2024-12-17T23:51:56.7899661Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2024-12-17T23:51:56.7907538Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2024-12-17T23:51:56.7911914Z adding 'torch/distributed/tensor/parallel/__init__.py' 2024-12-17T23:51:56.7915340Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2024-12-17T23:51:56.7918819Z adding 'torch/distributed/tensor/parallel/_utils.py' 2024-12-17T23:51:56.7923028Z adding 'torch/distributed/tensor/parallel/api.py' 2024-12-17T23:51:56.7926982Z adding 'torch/distributed/tensor/parallel/ddp.py' 2024-12-17T23:51:56.7933305Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2024-12-17T23:51:56.7937491Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2024-12-17T23:51:56.7944495Z adding 'torch/distributed/tensor/parallel/loss.py' 2024-12-17T23:51:56.7953702Z adding 'torch/distributed/tensor/parallel/style.py' 2024-12-17T23:51:56.7960430Z adding 'torch/distributions/__init__.py' 2024-12-17T23:51:56.7964539Z adding 'torch/distributions/bernoulli.py' 2024-12-17T23:51:56.7968452Z adding 'torch/distributions/beta.py' 2024-12-17T23:51:56.7973000Z adding 'torch/distributions/binomial.py' 2024-12-17T23:51:56.7977642Z adding 'torch/distributions/categorical.py' 2024-12-17T23:51:56.7981394Z adding 'torch/distributions/cauchy.py' 2024-12-17T23:51:56.7984753Z adding 'torch/distributions/chi2.py' 2024-12-17T23:51:56.7989905Z adding 'torch/distributions/constraint_registry.py' 2024-12-17T23:51:56.7997145Z adding 'torch/distributions/constraints.py' 2024-12-17T23:51:56.8002678Z adding 'torch/distributions/continuous_bernoulli.py' 2024-12-17T23:51:56.8006841Z adding 'torch/distributions/dirichlet.py' 2024-12-17T23:51:56.8013511Z adding 'torch/distributions/distribution.py' 2024-12-17T23:51:56.8016709Z adding 'torch/distributions/exp_family.py' 2024-12-17T23:51:56.8020251Z adding 'torch/distributions/exponential.py' 2024-12-17T23:51:56.8024154Z adding 'torch/distributions/fishersnedecor.py' 2024-12-17T23:51:56.8027979Z adding 'torch/distributions/gamma.py' 2024-12-17T23:51:56.8032495Z adding 'torch/distributions/geometric.py' 2024-12-17T23:51:56.8036080Z adding 'torch/distributions/gumbel.py' 2024-12-17T23:51:56.8039584Z adding 'torch/distributions/half_cauchy.py' 2024-12-17T23:51:56.8043060Z adding 'torch/distributions/half_normal.py' 2024-12-17T23:51:56.8046989Z adding 'torch/distributions/independent.py' 2024-12-17T23:51:56.8050564Z adding 'torch/distributions/inverse_gamma.py' 2024-12-17T23:51:56.8061113Z adding 'torch/distributions/kl.py' 2024-12-17T23:51:56.8065958Z adding 'torch/distributions/kumaraswamy.py' 2024-12-17T23:51:56.8069791Z adding 'torch/distributions/laplace.py' 2024-12-17T23:51:56.8075455Z adding 'torch/distributions/lkj_cholesky.py' 2024-12-17T23:51:56.8079331Z adding 'torch/distributions/log_normal.py' 2024-12-17T23:51:56.8083286Z adding 'torch/distributions/logistic_normal.py' 2024-12-17T23:51:56.8089101Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2024-12-17T23:51:56.8094780Z adding 'torch/distributions/mixture_same_family.py' 2024-12-17T23:51:56.8099916Z adding 'torch/distributions/multinomial.py' 2024-12-17T23:51:56.8105826Z adding 'torch/distributions/multivariate_normal.py' 2024-12-17T23:51:56.8110566Z adding 'torch/distributions/negative_binomial.py' 2024-12-17T23:51:56.8114386Z adding 'torch/distributions/normal.py' 2024-12-17T23:51:56.8118608Z adding 'torch/distributions/one_hot_categorical.py' 2024-12-17T23:51:56.8122260Z adding 'torch/distributions/pareto.py' 2024-12-17T23:51:56.8126092Z adding 'torch/distributions/poisson.py' 2024-12-17T23:51:56.8130166Z adding 'torch/distributions/relaxed_bernoulli.py' 2024-12-17T23:51:56.8134231Z adding 'torch/distributions/relaxed_categorical.py' 2024-12-17T23:51:56.8138386Z adding 'torch/distributions/studentT.py' 2024-12-17T23:51:56.8143234Z adding 'torch/distributions/transformed_distribution.py' 2024-12-17T23:51:56.8156248Z adding 'torch/distributions/transforms.py' 2024-12-17T23:51:56.8160879Z adding 'torch/distributions/uniform.py' 2024-12-17T23:51:56.8165580Z adding 'torch/distributions/utils.py' 2024-12-17T23:51:56.8170232Z adding 'torch/distributions/von_mises.py' 2024-12-17T23:51:56.8173875Z adding 'torch/distributions/weibull.py' 2024-12-17T23:51:56.8179895Z adding 'torch/distributions/wishart.py' 2024-12-17T23:51:56.8189739Z adding 'torch/export/__init__.py' 2024-12-17T23:51:56.8195867Z adding 'torch/export/_draft_export.py' 2024-12-17T23:51:56.8199576Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2024-12-17T23:51:56.8203854Z adding 'torch/export/_remove_effect_tokens_pass.py' 2024-12-17T23:51:56.8207353Z adding 'torch/export/_safeguard.py' 2024-12-17T23:51:56.8214477Z adding 'torch/export/_swap.py' 2024-12-17T23:51:56.8242801Z adding 'torch/export/_trace.py' 2024-12-17T23:51:56.8248087Z adding 'torch/export/_tree_utils.py' 2024-12-17T23:51:56.8254752Z adding 'torch/export/_unlift.py' 2024-12-17T23:51:56.8258268Z adding 'torch/export/custom_obj.py' 2024-12-17T23:51:56.8262183Z adding 'torch/export/decomp_utils.py' 2024-12-17T23:51:56.8278511Z adding 'torch/export/dynamic_shapes.py' 2024-12-17T23:51:56.8299517Z adding 'torch/export/exported_program.py' 2024-12-17T23:51:56.8308384Z adding 'torch/export/graph_signature.py' 2024-12-17T23:51:56.8333978Z adding 'torch/export/unflatten.py' 2024-12-17T23:51:56.8339876Z adding 'torch/export/experimental/__init__.py' 2024-12-17T23:51:56.8344039Z adding 'torch/export/passes/__init__.py' 2024-12-17T23:51:56.8356875Z adding 'torch/fft/__init__.py' 2024-12-17T23:51:56.8361806Z adding 'torch/func/__init__.py' 2024-12-17T23:51:56.8368788Z adding 'torch/futures/__init__.py' 2024-12-17T23:51:56.8374612Z adding 'torch/fx/__init__.py' 2024-12-17T23:51:56.8377764Z adding 'torch/fx/_compatibility.py' 2024-12-17T23:51:56.8381953Z adding 'torch/fx/_lazy_graph_module.py' 2024-12-17T23:51:56.8385681Z adding 'torch/fx/_pytree.py' 2024-12-17T23:51:56.8404352Z adding 'torch/fx/_symbolic_trace.py' 2024-12-17T23:51:56.8408925Z adding 'torch/fx/_utils.py' 2024-12-17T23:51:56.8412115Z adding 'torch/fx/annotate.py' 2024-12-17T23:51:56.8414999Z adding 'torch/fx/config.py' 2024-12-17T23:51:56.8442815Z adding 'torch/fx/graph.py' 2024-12-17T23:51:56.8460412Z adding 'torch/fx/graph_module.py' 2024-12-17T23:51:56.8465471Z adding 'torch/fx/immutable_collections.py' 2024-12-17T23:51:56.8474358Z adding 'torch/fx/interpreter.py' 2024-12-17T23:51:56.8488790Z adding 'torch/fx/node.py' 2024-12-17T23:51:56.8498394Z adding 'torch/fx/operator_schemas.py' 2024-12-17T23:51:56.8509326Z adding 'torch/fx/proxy.py' 2024-12-17T23:51:56.8517255Z adding 'torch/fx/subgraph_rewriter.py' 2024-12-17T23:51:56.8521144Z adding 'torch/fx/tensor_type.py' 2024-12-17T23:51:56.8525705Z adding 'torch/fx/traceback.py' 2024-12-17T23:51:56.8530080Z adding 'torch/fx/experimental/__init__.py' 2024-12-17T23:51:56.8533218Z adding 'torch/fx/experimental/_backward_state.py' 2024-12-17T23:51:56.8537257Z adding 'torch/fx/experimental/_config.py' 2024-12-17T23:51:56.8541887Z adding 'torch/fx/experimental/_constant_symnode.py' 2024-12-17T23:51:56.8558255Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2024-12-17T23:51:56.8565578Z adding 'torch/fx/experimental/const_fold.py' 2024-12-17T23:51:56.8569067Z adding 'torch/fx/experimental/debug.py' 2024-12-17T23:51:56.8580730Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2024-12-17T23:51:56.8586270Z adding 'torch/fx/experimental/merge_matmul.py' 2024-12-17T23:51:56.8592018Z adding 'torch/fx/experimental/meta_tracer.py' 2024-12-17T23:51:56.8596605Z adding 'torch/fx/experimental/normalize.py' 2024-12-17T23:51:56.8604631Z adding 'torch/fx/experimental/optimization.py' 2024-12-17T23:51:56.8610996Z adding 'torch/fx/experimental/partitioner_utils.py' 2024-12-17T23:51:56.8648384Z adding 'torch/fx/experimental/proxy_tensor.py' 2024-12-17T23:51:56.8660485Z adding 'torch/fx/experimental/recording.py' 2024-12-17T23:51:56.8664788Z adding 'torch/fx/experimental/refinement_types.py' 2024-12-17T23:51:56.8669245Z adding 'torch/fx/experimental/rewriter.py' 2024-12-17T23:51:56.8674036Z adding 'torch/fx/experimental/schema_type_annotation.py' 2024-12-17T23:51:56.8694209Z adding 'torch/fx/experimental/sym_node.py' 2024-12-17T23:51:56.8808083Z adding 'torch/fx/experimental/symbolic_shapes.py' 2024-12-17T23:51:56.8818405Z adding 'torch/fx/experimental/unify_refinements.py' 2024-12-17T23:51:56.8830988Z adding 'torch/fx/experimental/validator.py' 2024-12-17T23:51:56.8835701Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2024-12-17T23:51:56.8841699Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2024-12-17T23:51:56.8856659Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2024-12-17T23:51:56.8871482Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2024-12-17T23:51:56.8875433Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2024-12-17T23:51:56.8881589Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2024-12-17T23:51:56.8885181Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2024-12-17T23:51:56.8888328Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2024-12-17T23:51:56.8892121Z adding 'torch/fx/experimental/unification/__init__.py' 2024-12-17T23:51:56.8895720Z adding 'torch/fx/experimental/unification/core.py' 2024-12-17T23:51:56.8898869Z adding 'torch/fx/experimental/unification/dispatch.py' 2024-12-17T23:51:56.8902596Z adding 'torch/fx/experimental/unification/match.py' 2024-12-17T23:51:56.8906247Z adding 'torch/fx/experimental/unification/more.py' 2024-12-17T23:51:56.8911844Z adding 'torch/fx/experimental/unification/unification_tools.py' 2024-12-17T23:51:56.8916624Z adding 'torch/fx/experimental/unification/utils.py' 2024-12-17T23:51:56.8919420Z adding 'torch/fx/experimental/unification/variable.py' 2024-12-17T23:51:56.8923318Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2024-12-17T23:51:56.8927165Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2024-12-17T23:51:56.8930856Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2024-12-17T23:51:56.8937557Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2024-12-17T23:51:56.8941920Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2024-12-17T23:51:56.8945709Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2024-12-17T23:51:56.8950345Z adding 'torch/fx/passes/__init__.py' 2024-12-17T23:51:56.8957153Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2024-12-17T23:51:56.8960953Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2024-12-17T23:51:56.8964754Z adding 'torch/fx/passes/fake_tensor_prop.py' 2024-12-17T23:51:56.8971901Z adding 'torch/fx/passes/graph_drawer.py' 2024-12-17T23:51:56.8976550Z adding 'torch/fx/passes/graph_manipulation.py' 2024-12-17T23:51:56.8980601Z adding 'torch/fx/passes/graph_transform_observer.py' 2024-12-17T23:51:56.8992424Z adding 'torch/fx/passes/net_min_base.py' 2024-12-17T23:51:56.8998069Z adding 'torch/fx/passes/operator_support.py' 2024-12-17T23:51:56.9002240Z adding 'torch/fx/passes/param_fetch.py' 2024-12-17T23:51:56.9007138Z adding 'torch/fx/passes/pass_manager.py' 2024-12-17T23:51:56.9021311Z adding 'torch/fx/passes/reinplace.py' 2024-12-17T23:51:56.9032392Z adding 'torch/fx/passes/runtime_assert.py' 2024-12-17T23:51:56.9038004Z adding 'torch/fx/passes/shape_prop.py' 2024-12-17T23:51:56.9048174Z adding 'torch/fx/passes/split_module.py' 2024-12-17T23:51:56.9054772Z adding 'torch/fx/passes/split_utils.py' 2024-12-17T23:51:56.9067667Z adding 'torch/fx/passes/splitter_base.py' 2024-12-17T23:51:56.9074487Z adding 'torch/fx/passes/tools_common.py' 2024-12-17T23:51:56.9078605Z adding 'torch/fx/passes/backends/__init__.py' 2024-12-17T23:51:56.9082198Z adding 'torch/fx/passes/backends/cudagraphs.py' 2024-12-17T23:51:56.9085913Z adding 'torch/fx/passes/dialect/__init__.py' 2024-12-17T23:51:56.9089593Z adding 'torch/fx/passes/dialect/common/__init__.py' 2024-12-17T23:51:56.9093859Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2024-12-17T23:51:56.9097877Z adding 'torch/fx/passes/infra/__init__.py' 2024-12-17T23:51:56.9104983Z adding 'torch/fx/passes/infra/partitioner.py' 2024-12-17T23:51:56.9108902Z adding 'torch/fx/passes/infra/pass_base.py' 2024-12-17T23:51:56.9114878Z adding 'torch/fx/passes/infra/pass_manager.py' 2024-12-17T23:51:56.9118781Z adding 'torch/fx/passes/tests/__init__.py' 2024-12-17T23:51:56.9122187Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2024-12-17T23:51:56.9125860Z adding 'torch/fx/passes/utils/__init__.py' 2024-12-17T23:51:56.9129730Z adding 'torch/fx/passes/utils/common.py' 2024-12-17T23:51:56.9135454Z adding 'torch/fx/passes/utils/fuser_utils.py' 2024-12-17T23:51:56.9143664Z adding 'torch/fx/passes/utils/matcher_utils.py' 2024-12-17T23:51:56.9148974Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2024-12-17T23:51:56.9154083Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2024-12-17T23:51:56.9169616Z adding 'torch/include/cpuinfo.h' 2024-12-17T23:51:56.9174229Z adding 'torch/include/dnnl.h' 2024-12-17T23:51:56.9177522Z adding 'torch/include/dnnl_config.h' 2024-12-17T23:51:56.9180783Z adding 'torch/include/dnnl_debug.h' 2024-12-17T23:51:56.9183831Z adding 'torch/include/dnnl_ocl.h' 2024-12-17T23:51:56.9187042Z adding 'torch/include/dnnl_sycl.h' 2024-12-17T23:51:56.9190134Z adding 'torch/include/dnnl_sycl_types.h' 2024-12-17T23:51:56.9193214Z adding 'torch/include/dnnl_threadpool.h' 2024-12-17T23:51:56.9196285Z adding 'torch/include/dnnl_types.h' 2024-12-17T23:51:56.9199570Z adding 'torch/include/dnnl_version.h' 2024-12-17T23:51:56.9203109Z adding 'torch/include/experiments-config.h' 2024-12-17T23:51:56.9205738Z adding 'torch/include/fp16.h' 2024-12-17T23:51:56.9210594Z adding 'torch/include/fxdiv.h' 2024-12-17T23:51:56.9214183Z adding 'torch/include/libshm.h' 2024-12-17T23:51:56.9224159Z adding 'torch/include/psimd.h' 2024-12-17T23:51:56.9238711Z adding 'torch/include/pthreadpool.h' 2024-12-17T23:51:56.9277436Z adding 'torch/include/sleef.h' 2024-12-17T23:51:56.9318725Z adding 'torch/include/xnnpack.h' 2024-12-17T23:51:56.9330081Z adding 'torch/include/ATen/ATen.h' 2024-12-17T23:51:56.9334295Z adding 'torch/include/ATen/AccumulateType.h' 2024-12-17T23:51:56.9337573Z adding 'torch/include/ATen/ArrayRef.h' 2024-12-17T23:51:56.9340377Z adding 'torch/include/ATen/Backend.h' 2024-12-17T23:51:56.9343218Z adding 'torch/include/ATen/Backtrace.h' 2024-12-17T23:51:56.9346258Z adding 'torch/include/ATen/BlasBackend.h' 2024-12-17T23:51:56.9351632Z adding 'torch/include/ATen/CPUApplyUtils.h' 2024-12-17T23:51:56.9355288Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2024-12-17T23:51:56.9358784Z adding 'torch/include/ATen/CPUFunctions.h' 2024-12-17T23:51:56.9365071Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2024-12-17T23:51:56.9369015Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2024-12-17T23:51:56.9372674Z adding 'torch/include/ATen/CUDAFunctions.h' 2024-12-17T23:51:56.9379562Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2024-12-17T23:51:56.9383771Z adding 'torch/include/ATen/CachedTensorUtils.h' 2024-12-17T23:51:56.9387368Z adding 'torch/include/ATen/CollapseDims.h' 2024-12-17T23:51:56.9391051Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2024-12-17T23:51:56.9398299Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2024-12-17T23:51:56.9402937Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2024-12-17T23:51:56.9408367Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2024-12-17T23:51:56.9412520Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2024-12-17T23:51:56.9419216Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2024-12-17T23:51:56.9423718Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2024-12-17T23:51:56.9427031Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2024-12-17T23:51:56.9430013Z adding 'torch/include/ATen/Config.h' 2024-12-17T23:51:56.9437965Z adding 'torch/include/ATen/Context.h' 2024-12-17T23:51:56.9442160Z adding 'torch/include/ATen/DLConvertor.h' 2024-12-17T23:51:56.9444979Z adding 'torch/include/ATen/Device.h' 2024-12-17T23:51:56.9448322Z adding 'torch/include/ATen/DeviceAccelerator.h' 2024-12-17T23:51:56.9451633Z adding 'torch/include/ATen/DeviceGuard.h' 2024-12-17T23:51:56.9454579Z adding 'torch/include/ATen/DimVector.h' 2024-12-17T23:51:56.9457528Z adding 'torch/include/ATen/Dimname.h' 2024-12-17T23:51:56.9466391Z adding 'torch/include/ATen/Dispatch.h' 2024-12-17T23:51:56.9475452Z adding 'torch/include/ATen/Dispatch_v2.h' 2024-12-17T23:51:56.9480011Z adding 'torch/include/ATen/DynamicLibrary.h' 2024-12-17T23:51:56.9483603Z adding 'torch/include/ATen/EmptyTensor.h' 2024-12-17T23:51:56.9486930Z adding 'torch/include/ATen/ExpandBase.h' 2024-12-17T23:51:56.9492756Z adding 'torch/include/ATen/ExpandUtils.h' 2024-12-17T23:51:56.9496082Z adding 'torch/include/ATen/Formatting.h' 2024-12-17T23:51:56.9499631Z adding 'torch/include/ATen/FuncTorchTLS.h' 2024-12-17T23:51:56.9504795Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2024-12-17T23:51:56.9512486Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2024-12-17T23:51:56.9524221Z adding 'torch/include/ATen/Functions.h' 2024-12-17T23:51:56.9528540Z adding 'torch/include/ATen/Generator.h' 2024-12-17T23:51:56.9532688Z adding 'torch/include/ATen/InferSize.h' 2024-12-17T23:51:56.9535999Z adding 'torch/include/ATen/InitialTensorOptions.h' 2024-12-17T23:51:56.9538985Z adding 'torch/include/ATen/Layout.h' 2024-12-17T23:51:56.9542969Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2024-12-17T23:51:56.9546773Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2024-12-17T23:51:56.9550128Z adding 'torch/include/ATen/LegacyVmapMode.h' 2024-12-17T23:51:56.9555305Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2024-12-17T23:51:56.9558745Z adding 'torch/include/ATen/LinalgBackend.h' 2024-12-17T23:51:56.9562540Z adding 'torch/include/ATen/MapAllocator.h' 2024-12-17T23:51:56.9566315Z adding 'torch/include/ATen/MatrixRef.h' 2024-12-17T23:51:56.9569732Z adding 'torch/include/ATen/MemoryOverlap.h' 2024-12-17T23:51:56.9573178Z adding 'torch/include/ATen/MetaFunctions.h' 2024-12-17T23:51:56.9578112Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2024-12-17T23:51:56.9583602Z adding 'torch/include/ATen/MethodOperators.h' 2024-12-17T23:51:56.9586951Z adding 'torch/include/ATen/NamedTensor.h' 2024-12-17T23:51:56.9591428Z adding 'torch/include/ATen/NamedTensorUtils.h' 2024-12-17T23:51:56.9602427Z adding 'torch/include/ATen/NativeFunctions.h' 2024-12-17T23:51:56.9614438Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2024-12-17T23:51:56.9621471Z adding 'torch/include/ATen/NestedTensorImpl.h' 2024-12-17T23:51:56.9625521Z adding 'torch/include/ATen/NumericUtils.h' 2024-12-17T23:51:56.9628977Z adding 'torch/include/ATen/OpMathType.h' 2024-12-17T23:51:56.9633376Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2024-12-17T23:51:56.9644862Z adding 'torch/include/ATen/Operators.h' 2024-12-17T23:51:56.9649502Z adding 'torch/include/ATen/PTThreadPool.h' 2024-12-17T23:51:56.9652413Z adding 'torch/include/ATen/PadNd.h' 2024-12-17T23:51:56.9656037Z adding 'torch/include/ATen/Parallel-inl.h' 2024-12-17T23:51:56.9660217Z adding 'torch/include/ATen/Parallel.h' 2024-12-17T23:51:56.9663527Z adding 'torch/include/ATen/ParallelFuture.h' 2024-12-17T23:51:56.9666459Z adding 'torch/include/ATen/ParallelNative.h' 2024-12-17T23:51:56.9669633Z adding 'torch/include/ATen/ParallelOpenMP.h' 2024-12-17T23:51:56.9673092Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2024-12-17T23:51:56.9933890Z adding 'torch/include/ATen/RedispatchFunctions.h' 2024-12-17T23:51:57.0119986Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2024-12-17T23:51:57.0141835Z adding 'torch/include/ATen/SDPBackend.h' 2024-12-17T23:51:57.0145585Z adding 'torch/include/ATen/SavedTensorHooks.h' 2024-12-17T23:51:57.0148629Z adding 'torch/include/ATen/Scalar.h' 2024-12-17T23:51:57.0151934Z adding 'torch/include/ATen/ScalarOps.h' 2024-12-17T23:51:57.0155151Z adding 'torch/include/ATen/ScalarType.h' 2024-12-17T23:51:57.0158590Z adding 'torch/include/ATen/SequenceNumber.h' 2024-12-17T23:51:57.0161820Z adding 'torch/include/ATen/SmallVector.h' 2024-12-17T23:51:57.0166721Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2024-12-17T23:51:57.0173195Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2024-12-17T23:51:57.0180316Z adding 'torch/include/ATen/SparseTensorImpl.h' 2024-12-17T23:51:57.0183742Z adding 'torch/include/ATen/Storage.h' 2024-12-17T23:51:57.0187030Z adding 'torch/include/ATen/StorageUtils.h' 2024-12-17T23:51:57.0190133Z adding 'torch/include/ATen/Tensor.h' 2024-12-17T23:51:57.0192915Z adding 'torch/include/ATen/TensorAccessor.h' 2024-12-17T23:51:57.0196807Z adding 'torch/include/ATen/TensorGeometry.h' 2024-12-17T23:51:57.0206523Z adding 'torch/include/ATen/TensorIndexing.h' 2024-12-17T23:51:57.0222118Z adding 'torch/include/ATen/TensorIterator.h' 2024-12-17T23:51:57.0226566Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2024-12-17T23:51:57.0230615Z adding 'torch/include/ATen/TensorMeta.h' 2024-12-17T23:51:57.0244110Z adding 'torch/include/ATen/TensorNames.h' 2024-12-17T23:51:57.0247382Z adding 'torch/include/ATen/TensorOperators.h' 2024-12-17T23:51:57.0256392Z adding 'torch/include/ATen/TensorOptions.h' 2024-12-17T23:51:57.0256819Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2024-12-17T23:51:57.0259472Z adding 'torch/include/ATen/TensorUtils.h' 2024-12-17T23:51:57.0263638Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2024-12-17T23:51:57.0267206Z adding 'torch/include/ATen/ThreadLocalState.h' 2024-12-17T23:51:57.0271745Z adding 'torch/include/ATen/TracerMode.h' 2024-12-17T23:51:57.0274989Z adding 'torch/include/ATen/TypeDefault.h' 2024-12-17T23:51:57.0278727Z adding 'torch/include/ATen/Utils.h' 2024-12-17T23:51:57.0281870Z adding 'torch/include/ATen/Version.h' 2024-12-17T23:51:57.0456001Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2024-12-17T23:51:57.0499600Z adding 'torch/include/ATen/WrapDimUtils.h' 2024-12-17T23:51:57.0503155Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2024-12-17T23:51:57.0514620Z adding 'torch/include/ATen/autocast_mode.h' 2024-12-17T23:51:57.0519315Z adding 'torch/include/ATen/ceil_div.h' 2024-12-17T23:51:57.0524649Z adding 'torch/include/ATen/code_template.h' 2024-12-17T23:51:57.0528900Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2024-12-17T23:51:57.0532763Z adding 'torch/include/ATen/div_rtn.h' 2024-12-17T23:51:57.0538341Z adding 'torch/include/ATen/dlpack.h' 2024-12-17T23:51:57.0542117Z adding 'torch/include/ATen/jit_macros.h' 2024-12-17T23:51:57.0545841Z adding 'torch/include/ATen/jiterator_macros.h' 2024-12-17T23:51:57.0556128Z adding 'torch/include/ATen/record_function.h' 2024-12-17T23:51:57.0562660Z adding 'torch/include/ATen/core/ATenGeneral.h' 2024-12-17T23:51:57.0565780Z adding 'torch/include/ATen/core/ATenOpList.h' 2024-12-17T23:51:57.0569547Z adding 'torch/include/ATen/core/ATen_fwd.h' 2024-12-17T23:51:57.0574232Z adding 'torch/include/ATen/core/ATen_pch.h' 2024-12-17T23:51:57.0578023Z adding 'torch/include/ATen/core/Array.h' 2024-12-17T23:51:57.0581503Z adding 'torch/include/ATen/core/Backtrace.h' 2024-12-17T23:51:57.0589860Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2024-12-17T23:51:57.0594156Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2024-12-17T23:51:57.0598737Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2024-12-17T23:51:57.0602436Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2024-12-17T23:51:57.0609923Z adding 'torch/include/ATen/core/Dict.h' 2024-12-17T23:51:57.0615145Z adding 'torch/include/ATen/core/Dict_inl.h' 2024-12-17T23:51:57.0618846Z adding 'torch/include/ATen/core/DimVector.h' 2024-12-17T23:51:57.0622722Z adding 'torch/include/ATen/core/Dimname.h' 2024-12-17T23:51:57.0628530Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2024-12-17T23:51:57.0633187Z adding 'torch/include/ATen/core/Formatting.h' 2024-12-17T23:51:57.0638279Z adding 'torch/include/ATen/core/Generator.h' 2024-12-17T23:51:57.0642543Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2024-12-17T23:51:57.0651777Z adding 'torch/include/ATen/core/IListRef.h' 2024-12-17T23:51:57.0656777Z adding 'torch/include/ATen/core/IListRef_inl.h' 2024-12-17T23:51:57.0662318Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2024-12-17T23:51:57.0671590Z adding 'torch/include/ATen/core/List.h' 2024-12-17T23:51:57.0678003Z adding 'torch/include/ATen/core/List_inl.h' 2024-12-17T23:51:57.0684447Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2024-12-17T23:51:57.0690487Z adding 'torch/include/ATen/core/NamedTensor.h' 2024-12-17T23:51:57.0697759Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2024-12-17T23:51:57.0703305Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2024-12-17T23:51:57.0707516Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2024-12-17T23:51:57.0711550Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2024-12-17T23:51:57.0715336Z adding 'torch/include/ATen/core/QuantizerBase.h' 2024-12-17T23:51:57.0719298Z adding 'torch/include/ATen/core/Range.h' 2024-12-17T23:51:57.0722538Z adding 'torch/include/ATen/core/Reduction.h' 2024-12-17T23:51:57.0726217Z adding 'torch/include/ATen/core/Scalar.h' 2024-12-17T23:51:57.0729167Z adding 'torch/include/ATen/core/ScalarType.h' 2024-12-17T23:51:57.0732697Z adding 'torch/include/ATen/core/Tensor.h' 2024-12-17T23:51:57.0739012Z adding 'torch/include/ATen/core/TensorAccessor.h' 2024-12-17T23:51:57.0754189Z adding 'torch/include/ATen/core/TensorBase.h' 2024-12-17T23:51:57.0810007Z adding 'torch/include/ATen/core/TensorBody.h' 2024-12-17T23:51:57.0820451Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2024-12-17T23:51:57.0824872Z adding 'torch/include/ATen/core/TransformationHelper.h' 2024-12-17T23:51:57.0828062Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2024-12-17T23:51:57.0831216Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2024-12-17T23:51:57.0835619Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2024-12-17T23:51:57.0839652Z adding 'torch/include/ATen/core/Variadic.h' 2024-12-17T23:51:57.0843353Z adding 'torch/include/ATen/core/Vitals.h' 2024-12-17T23:51:57.0847328Z adding 'torch/include/ATen/core/alias_info.h' 2024-12-17T23:51:57.0862837Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2024-12-17T23:51:57.0868624Z adding 'torch/include/ATen/core/blob.h' 2024-12-17T23:51:57.0872244Z adding 'torch/include/ATen/core/builtin_function.h' 2024-12-17T23:51:57.0878657Z adding 'torch/include/ATen/core/class_type.h' 2024-12-17T23:51:57.0882420Z adding 'torch/include/ATen/core/custom_class.h' 2024-12-17T23:51:57.0888005Z adding 'torch/include/ATen/core/dynamic_type.h' 2024-12-17T23:51:57.0891374Z adding 'torch/include/ATen/core/enum_tag.h' 2024-12-17T23:51:57.0895062Z adding 'torch/include/ATen/core/enum_type.h' 2024-12-17T23:51:57.0899249Z adding 'torch/include/ATen/core/function.h' 2024-12-17T23:51:57.0909257Z adding 'torch/include/ATen/core/function_schema.h' 2024-12-17T23:51:57.0913379Z adding 'torch/include/ATen/core/function_schema_inl.h' 2024-12-17T23:51:57.0916773Z adding 'torch/include/ATen/core/functional.h' 2024-12-17T23:51:57.0920019Z adding 'torch/include/ATen/core/grad_mode.h' 2024-12-17T23:51:57.0925794Z adding 'torch/include/ATen/core/interned_strings.h' 2024-12-17T23:51:57.0929443Z adding 'torch/include/ATen/core/interned_strings_class.h' 2024-12-17T23:51:57.0949342Z adding 'torch/include/ATen/core/ivalue.h' 2024-12-17T23:51:57.0979995Z adding 'torch/include/ATen/core/ivalue_inl.h' 2024-12-17T23:51:57.0985246Z adding 'torch/include/ATen/core/ivalue_to.h' 2024-12-17T23:51:57.1011466Z adding 'torch/include/ATen/core/jit_type.h' 2024-12-17T23:51:57.1028366Z adding 'torch/include/ATen/core/jit_type_base.h' 2024-12-17T23:51:57.1032475Z adding 'torch/include/ATen/core/operator_name.h' 2024-12-17T23:51:57.1036625Z adding 'torch/include/ATen/core/qualified_name.h' 2024-12-17T23:51:57.1040208Z adding 'torch/include/ATen/core/rref_interface.h' 2024-12-17T23:51:57.1044975Z adding 'torch/include/ATen/core/stack.h' 2024-12-17T23:51:57.1049290Z adding 'torch/include/ATen/core/symbol.h' 2024-12-17T23:51:57.1052896Z adding 'torch/include/ATen/core/type_factory.h' 2024-12-17T23:51:57.1056237Z adding 'torch/include/ATen/core/type_ptr.h' 2024-12-17T23:51:57.1059109Z adding 'torch/include/ATen/core/typeid.h' 2024-12-17T23:51:57.1065104Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2024-12-17T23:51:57.1069066Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2024-12-17T23:51:57.1073757Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2024-12-17T23:51:57.1079148Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2024-12-17T23:51:57.1082595Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2024-12-17T23:51:57.1086894Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2024-12-17T23:51:57.1090403Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2024-12-17T23:51:57.1096459Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2024-12-17T23:51:57.1106553Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2024-12-17T23:51:57.1111149Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2024-12-17T23:51:57.1115892Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2024-12-17T23:51:57.1121347Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2024-12-17T23:51:57.1134120Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2024-12-17T23:51:57.1137939Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2024-12-17T23:51:57.1144421Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2024-12-17T23:51:57.1148008Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2024-12-17T23:51:57.1151157Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2024-12-17T23:51:57.1155664Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2024-12-17T23:51:57.1160111Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2024-12-17T23:51:57.1164774Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2024-12-17T23:51:57.1173313Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2024-12-17T23:51:57.1178139Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2024-12-17T23:51:57.1181249Z adding 'torch/include/ATen/cpu/Utils.h' 2024-12-17T23:51:57.1185412Z adding 'torch/include/ATen/cpu/vml.h' 2024-12-17T23:51:57.1189463Z adding 'torch/include/ATen/cpu/vec/functional.h' 2024-12-17T23:51:57.1194204Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2024-12-17T23:51:57.1200651Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2024-12-17T23:51:57.1204600Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2024-12-17T23:51:57.1207865Z adding 'torch/include/ATen/cpu/vec/vec.h' 2024-12-17T23:51:57.1220258Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2024-12-17T23:51:57.1224612Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2024-12-17T23:51:57.1227873Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2024-12-17T23:51:57.1232811Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2024-12-17T23:51:57.1239274Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2024-12-17T23:51:57.1243823Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2024-12-17T23:51:57.1248017Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2024-12-17T23:51:57.1253834Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2024-12-17T23:51:57.1260369Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2024-12-17T23:51:57.1267024Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2024-12-17T23:51:57.1273466Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2024-12-17T23:51:57.1277890Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2024-12-17T23:51:57.1284760Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h' 2024-12-17T23:51:57.1288707Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2024-12-17T23:51:57.1295266Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2024-12-17T23:51:57.1302325Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2024-12-17T23:51:57.1307373Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h' 2024-12-17T23:51:57.1312648Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2024-12-17T23:51:57.1316154Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2024-12-17T23:51:57.1321285Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2024-12-17T23:51:57.1331685Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2024-12-17T23:51:57.1339432Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2024-12-17T23:51:57.1346913Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2024-12-17T23:51:57.1351925Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2024-12-17T23:51:57.1357490Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2024-12-17T23:51:57.1365187Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2024-12-17T23:51:57.1380723Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2024-12-17T23:51:57.1386797Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2024-12-17T23:51:57.1398237Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2024-12-17T23:51:57.1403741Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2024-12-17T23:51:57.1408353Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2024-12-17T23:51:57.1415577Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2024-12-17T23:51:57.1423487Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2024-12-17T23:51:57.1429561Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2024-12-17T23:51:57.1435705Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2024-12-17T23:51:57.1441337Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2024-12-17T23:51:57.1446600Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2024-12-17T23:51:57.1451574Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2024-12-17T23:51:57.1456809Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2024-12-17T23:51:57.1462987Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2024-12-17T23:51:57.1469403Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2024-12-17T23:51:57.1477296Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2024-12-17T23:51:57.1502011Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2024-12-17T23:51:57.1510151Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2024-12-17T23:51:57.1525599Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2024-12-17T23:51:57.1534813Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2024-12-17T23:51:57.1545001Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2024-12-17T23:51:57.1550527Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2024-12-17T23:51:57.1556359Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2024-12-17T23:51:57.1564936Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2024-12-17T23:51:57.1578028Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2024-12-17T23:51:57.1584510Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2024-12-17T23:51:57.1596240Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2024-12-17T23:51:57.1602152Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2024-12-17T23:51:57.1605574Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2024-12-17T23:51:57.1609205Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2024-12-17T23:51:57.1616262Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2024-12-17T23:51:57.1624807Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2024-12-17T23:51:57.1630377Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2024-12-17T23:51:57.1633998Z adding 'torch/include/ATen/cuda/CUDAConfig.h' 2024-12-17T23:51:57.1636969Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2024-12-17T23:51:57.1640669Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2024-12-17T23:51:57.1644254Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2024-12-17T23:51:57.1647458Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2024-12-17T23:51:57.1652079Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2024-12-17T23:51:57.1657185Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2024-12-17T23:51:57.1661339Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2024-12-17T23:51:57.1665243Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2024-12-17T23:51:57.1669230Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2024-12-17T23:51:57.1674589Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2024-12-17T23:51:57.1679560Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2024-12-17T23:51:57.1683085Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2024-12-17T23:51:57.1686073Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2024-12-17T23:51:57.1689457Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2024-12-17T23:51:57.1692952Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2024-12-17T23:51:57.1696429Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2024-12-17T23:51:57.1701318Z adding 'torch/include/ATen/cuda/Exceptions.h' 2024-12-17T23:51:57.1705424Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2024-12-17T23:51:57.1708714Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2024-12-17T23:51:57.1711446Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2024-12-17T23:51:57.1714231Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2024-12-17T23:51:57.1717122Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2024-12-17T23:51:57.1720431Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2024-12-17T23:51:57.1723405Z adding 'torch/include/ATen/cuda/Sleep.h' 2024-12-17T23:51:57.1726601Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2024-12-17T23:51:57.1734109Z adding 'torch/include/ATen/cuda/cub.cuh' 2024-12-17T23:51:57.1738485Z adding 'torch/include/ATen/cuda/cub.h' 2024-12-17T23:51:57.1741856Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2024-12-17T23:51:57.1744978Z adding 'torch/include/ATen/cuda/jiterator.h' 2024-12-17T23:51:57.1749167Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2024-12-17T23:51:57.1752336Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2024-12-17T23:51:57.1756709Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2024-12-17T23:51:57.1761981Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2024-12-17T23:51:57.1765359Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2024-12-17T23:51:57.1769426Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2024-12-17T23:51:57.1772913Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2024-12-17T23:51:57.1776696Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2024-12-17T23:51:57.1780645Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2024-12-17T23:51:57.1784095Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2024-12-17T23:51:57.1787775Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2024-12-17T23:51:57.1791157Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2024-12-17T23:51:57.1796960Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2024-12-17T23:51:57.1803860Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2024-12-17T23:51:57.1808682Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2024-12-17T23:51:57.1812097Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2024-12-17T23:51:57.1816981Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2024-12-17T23:51:57.1821752Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2024-12-17T23:51:57.1827286Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2024-12-17T23:51:57.1834972Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2024-12-17T23:51:57.1838510Z adding 'torch/include/ATen/cudnn/Handle.h' 2024-12-17T23:51:57.1841324Z adding 'torch/include/ATen/cudnn/Handles.h' 2024-12-17T23:51:57.1844404Z adding 'torch/include/ATen/cudnn/Types.h' 2024-12-17T23:51:57.1847775Z adding 'torch/include/ATen/cudnn/Utils.h' 2024-12-17T23:51:57.1850758Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2024-12-17T23:51:57.1855231Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2024-12-17T23:51:57.1860127Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2024-12-17T23:51:57.1863885Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2024-12-17T23:51:57.1867540Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2024-12-17T23:51:57.1871056Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2024-12-17T23:51:57.1874315Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2024-12-17T23:51:57.1877675Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2024-12-17T23:51:57.1881246Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2024-12-17T23:51:57.1885105Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2024-12-17T23:51:57.1888710Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2024-12-17T23:51:57.1892269Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2024-12-17T23:51:57.1896767Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2024-12-17T23:51:57.1903454Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2024-12-17T23:51:57.1907869Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2024-12-17T23:51:57.1912670Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2024-12-17T23:51:57.1916908Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2024-12-17T23:51:57.1921277Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2024-12-17T23:51:57.1924849Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2024-12-17T23:51:57.1929808Z adding 'torch/include/ATen/functorch/Interpreter.h' 2024-12-17T23:51:57.1935403Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2024-12-17T23:51:57.1938648Z adding 'torch/include/ATen/functorch/Macros.h' 2024-12-17T23:51:57.1942459Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2024-12-17T23:51:57.1946703Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2024-12-17T23:51:57.1950178Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2024-12-17T23:51:57.1955037Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2024-12-17T23:51:57.1958316Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2024-12-17T23:51:57.1964520Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2024-12-17T23:51:57.1968980Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2024-12-17T23:51:57.1974012Z adding 'torch/include/ATen/miopen/Descriptors.h' 2024-12-17T23:51:57.1977487Z adding 'torch/include/ATen/miopen/Exceptions.h' 2024-12-17T23:51:57.1989852Z adding 'torch/include/ATen/miopen/Handle.h' 2024-12-17T23:51:57.1993661Z adding 'torch/include/ATen/miopen/Types.h' 2024-12-17T23:51:57.1997178Z adding 'torch/include/ATen/miopen/Utils.h' 2024-12-17T23:51:57.2000423Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2024-12-17T23:51:57.2006098Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2024-12-17T23:51:57.2010617Z adding 'torch/include/ATen/mps/IndexKernels.h' 2024-12-17T23:51:57.2020161Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2024-12-17T23:51:57.2025037Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2024-12-17T23:51:57.2029266Z adding 'torch/include/ATen/mps/MPSDevice.h' 2024-12-17T23:51:57.2033814Z adding 'torch/include/ATen/mps/MPSEvent.h' 2024-12-17T23:51:57.2037525Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2024-12-17T23:51:57.2042276Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2024-12-17T23:51:57.2046577Z adding 'torch/include/ATen/mps/MPSHooks.h' 2024-12-17T23:51:57.2054902Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2024-12-17T23:51:57.2060062Z adding 'torch/include/ATen/mps/MPSStream.h' 2024-12-17T23:51:57.2067223Z adding 'torch/include/ATen/native/Activation.h' 2024-12-17T23:51:57.2071408Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2024-12-17T23:51:57.2074835Z adding 'torch/include/ATen/native/AmpKernels.h' 2024-12-17T23:51:57.2080139Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2024-12-17T23:51:57.2084691Z adding 'torch/include/ATen/native/BinaryOps.h' 2024-12-17T23:51:57.2090267Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2024-12-17T23:51:57.2095253Z adding 'torch/include/ATen/native/CPUBlas.h' 2024-12-17T23:51:57.2099317Z adding 'torch/include/ATen/native/CPUFallback.h' 2024-12-17T23:51:57.2103310Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2024-12-17T23:51:57.2107766Z adding 'torch/include/ATen/native/ComplexHelper.h' 2024-12-17T23:51:57.2111336Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2024-12-17T23:51:57.2116518Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2024-12-17T23:51:57.2123925Z adding 'torch/include/ATen/native/ConvUtils.h' 2024-12-17T23:51:57.2128201Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2024-12-17T23:51:57.2131831Z adding 'torch/include/ATen/native/Copy.h' 2024-12-17T23:51:57.2135041Z adding 'torch/include/ATen/native/Cross.h' 2024-12-17T23:51:57.2140159Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2024-12-17T23:51:57.2146310Z adding 'torch/include/ATen/native/DispatchStub.h' 2024-12-17T23:51:57.2150699Z adding 'torch/include/ATen/native/Distance.h' 2024-12-17T23:51:57.2157401Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2024-12-17T23:51:57.2167169Z adding 'torch/include/ATen/native/Distributions.h' 2024-12-17T23:51:57.2171862Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2024-12-17T23:51:57.2175144Z adding 'torch/include/ATen/native/Fill.h' 2024-12-17T23:51:57.2182017Z adding 'torch/include/ATen/native/ForeachUtils.h' 2024-12-17T23:51:57.2186069Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2024-12-17T23:51:57.2189155Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2024-12-17T23:51:57.2192223Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2024-12-17T23:51:57.2195984Z adding 'torch/include/ATen/native/FusedAdam.h' 2024-12-17T23:51:57.2199316Z adding 'torch/include/ATen/native/FusedSGD.h' 2024-12-17T23:51:57.2202654Z adding 'torch/include/ATen/native/Gelu.h' 2024-12-17T23:51:57.2207613Z adding 'torch/include/ATen/native/GridSampler.h' 2024-12-17T23:51:57.2211539Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2024-12-17T23:51:57.2214807Z adding 'torch/include/ATen/native/Histogram.h' 2024-12-17T23:51:57.2218229Z adding 'torch/include/ATen/native/IndexKernel.h' 2024-12-17T23:51:57.2222485Z adding 'torch/include/ATen/native/IndexingUtils.h' 2024-12-17T23:51:57.2226110Z adding 'torch/include/ATen/native/Lerp.h' 2024-12-17T23:51:57.2229198Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2024-12-17T23:51:57.2240117Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2024-12-17T23:51:57.2244491Z adding 'torch/include/ATen/native/LossMulti.h' 2024-12-17T23:51:57.2290634Z adding 'torch/include/ATen/native/Math.h' 2024-12-17T23:51:57.2297481Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2024-12-17T23:51:57.2302404Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2024-12-17T23:51:57.2306369Z adding 'torch/include/ATen/native/MaxPooling.h' 2024-12-17T23:51:57.2309795Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2024-12-17T23:51:57.2313286Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2024-12-17T23:51:57.2316438Z adding 'torch/include/ATen/native/Normalization.h' 2024-12-17T23:51:57.2319887Z adding 'torch/include/ATen/native/Padding.h' 2024-12-17T23:51:57.2323847Z adding 'torch/include/ATen/native/PixelShuffle.h' 2024-12-17T23:51:57.2327179Z adding 'torch/include/ATen/native/PointwiseOps.h' 2024-12-17T23:51:57.2332817Z adding 'torch/include/ATen/native/Pool.h' 2024-12-17T23:51:57.2336644Z adding 'torch/include/ATen/native/Pow.h' 2024-12-17T23:51:57.2340194Z adding 'torch/include/ATen/native/RNN.h' 2024-12-17T23:51:57.2343406Z adding 'torch/include/ATen/native/RangeFactories.h' 2024-12-17T23:51:57.2346501Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2024-12-17T23:51:57.2349822Z adding 'torch/include/ATen/native/ReduceOps.h' 2024-12-17T23:51:57.2356858Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2024-12-17T23:51:57.2361194Z adding 'torch/include/ATen/native/ReductionType.h' 2024-12-17T23:51:57.2364728Z adding 'torch/include/ATen/native/Repeat.h' 2024-12-17T23:51:57.2370158Z adding 'torch/include/ATen/native/Resize.h' 2024-12-17T23:51:57.2374721Z adding 'torch/include/ATen/native/ResizeCommon.h' 2024-12-17T23:51:57.2379355Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2024-12-17T23:51:57.2382736Z adding 'torch/include/ATen/native/SegmentReduce.h' 2024-12-17T23:51:57.2389116Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2024-12-17T23:51:57.2393835Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2024-12-17T23:51:57.2397916Z adding 'torch/include/ATen/native/Sorting.h' 2024-12-17T23:51:57.2401531Z adding 'torch/include/ATen/native/SortingUtils.h' 2024-12-17T23:51:57.2406852Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2024-12-17T23:51:57.2411661Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2024-12-17T23:51:57.2416691Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2024-12-17T23:51:57.2420741Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2024-12-17T23:51:57.2425234Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2024-12-17T23:51:57.2429142Z adding 'torch/include/ATen/native/TensorCompare.h' 2024-12-17T23:51:57.2432561Z adding 'torch/include/ATen/native/TensorConversions.h' 2024-12-17T23:51:57.2436506Z adding 'torch/include/ATen/native/TensorDimApply.h' 2024-12-17T23:51:57.2441460Z adding 'torch/include/ATen/native/TensorFactories.h' 2024-12-17T23:51:57.2444813Z adding 'torch/include/ATen/native/TensorIterator.h' 2024-12-17T23:51:57.2448817Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2024-12-17T23:51:57.2452381Z adding 'torch/include/ATen/native/TensorProperties.h' 2024-12-17T23:51:57.2456736Z adding 'torch/include/ATen/native/TensorShape.h' 2024-12-17T23:51:57.2460879Z adding 'torch/include/ATen/native/TensorTransformations.h' 2024-12-17T23:51:57.2465049Z adding 'torch/include/ATen/native/TopKImpl.h' 2024-12-17T23:51:57.2468396Z adding 'torch/include/ATen/native/TransposeType.h' 2024-12-17T23:51:57.2472785Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2024-12-17T23:51:57.2476423Z adding 'torch/include/ATen/native/TypeProperties.h' 2024-12-17T23:51:57.2480333Z adding 'torch/include/ATen/native/UnaryOps.h' 2024-12-17T23:51:57.2484421Z adding 'torch/include/ATen/native/Unfold2d.h' 2024-12-17T23:51:57.2488000Z adding 'torch/include/ATen/native/Unfold3d.h' 2024-12-17T23:51:57.2492101Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2024-12-17T23:51:57.2500645Z adding 'torch/include/ATen/native/UpSample.h' 2024-12-17T23:51:57.2504648Z adding 'torch/include/ATen/native/batch_norm.h' 2024-12-17T23:51:57.2508579Z adding 'torch/include/ATen/native/group_norm.h' 2024-12-17T23:51:57.2512987Z adding 'torch/include/ATen/native/im2col.h' 2024-12-17T23:51:57.2517673Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2024-12-17T23:51:57.2522162Z adding 'torch/include/ATen/native/layer_norm.h' 2024-12-17T23:51:57.2525897Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2024-12-17T23:51:57.2529579Z adding 'torch/include/ATen/native/vol2col.h' 2024-12-17T23:51:57.2534863Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2024-12-17T23:51:57.2538776Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2024-12-17T23:51:57.2542106Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2024-12-17T23:51:57.2545690Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2024-12-17T23:51:57.2549442Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2024-12-17T23:51:57.2555886Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2024-12-17T23:51:57.2559909Z adding 'torch/include/ATen/native/cpu/Gelu.h' 2024-12-17T23:51:57.2563994Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2024-12-17T23:51:57.2568363Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2024-12-17T23:51:57.2571884Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2024-12-17T23:51:57.2576217Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2024-12-17T23:51:57.2580537Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2024-12-17T23:51:57.2587273Z adding 'torch/include/ATen/native/cpu/Loops.h' 2024-12-17T23:51:57.2591564Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2024-12-17T23:51:57.2594799Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2024-12-17T23:51:57.2601249Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2024-12-17T23:51:57.2606810Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2024-12-17T23:51:57.2611082Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2024-12-17T23:51:57.2614321Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2024-12-17T23:51:57.2619507Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2024-12-17T23:51:57.2623456Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2024-12-17T23:51:57.2626811Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2024-12-17T23:51:57.2630693Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2024-12-17T23:51:57.2647725Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2024-12-17T23:51:57.2652753Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2024-12-17T23:51:57.2660014Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2024-12-17T23:51:57.2664120Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2024-12-17T23:51:57.2668409Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2024-12-17T23:51:57.2674574Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2024-12-17T23:51:57.2679995Z adding 'torch/include/ATen/native/cpu/utils.h' 2024-12-17T23:51:57.2684625Z adding 'torch/include/ATen/native/cpu/zmath.h' 2024-12-17T23:51:57.2690644Z adding 'torch/include/ATen/native/cuda/Activation.h' 2024-12-17T23:51:57.2694846Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2024-12-17T23:51:57.2701166Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2024-12-17T23:51:57.2707107Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2024-12-17T23:51:57.2711479Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2024-12-17T23:51:57.2714566Z adding 'torch/include/ATen/native/cuda/Copy.h' 2024-12-17T23:51:57.2722578Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2024-12-17T23:51:57.2727002Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2024-12-17T23:51:57.2730456Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2024-12-17T23:51:57.2739403Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2024-12-17T23:51:57.2743243Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2024-12-17T23:51:57.2746508Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2024-12-17T23:51:57.2752021Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2024-12-17T23:51:57.2755872Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2024-12-17T23:51:57.2761471Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2024-12-17T23:51:57.2765045Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2024-12-17T23:51:57.2768148Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2024-12-17T23:51:57.2772837Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2024-12-17T23:51:57.2777683Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2024-12-17T23:51:57.2781062Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2024-12-17T23:51:57.2786362Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2024-12-17T23:51:57.2821132Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2024-12-17T23:51:57.2830584Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2024-12-17T23:51:57.2834321Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2024-12-17T23:51:57.2839862Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2024-12-17T23:51:57.2858603Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2024-12-17T23:51:57.2866585Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2024-12-17T23:51:57.2870501Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2024-12-17T23:51:57.2874178Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2024-12-17T23:51:57.2890984Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2024-12-17T23:51:57.2895351Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2024-12-17T23:51:57.2898986Z adding 'torch/include/ATen/native/cuda/Resize.h' 2024-12-17T23:51:57.2902329Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2024-12-17T23:51:57.2905492Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2024-12-17T23:51:57.2912612Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2024-12-17T23:51:57.2916469Z adding 'torch/include/ATen/native/cuda/Sort.h' 2024-12-17T23:51:57.2920129Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2024-12-17T23:51:57.2925767Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2024-12-17T23:51:57.2929244Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2024-12-17T23:51:57.2933520Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2024-12-17T23:51:57.2939885Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2024-12-17T23:51:57.2947413Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2024-12-17T23:51:57.2950899Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2024-12-17T23:51:57.2953939Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2024-12-17T23:51:57.2956973Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2024-12-17T23:51:57.2962345Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2024-12-17T23:51:57.2966447Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2024-12-17T23:51:57.2969828Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2024-12-17T23:51:57.2973003Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2024-12-17T23:51:57.2977713Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2024-12-17T23:51:57.2981151Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2024-12-17T23:51:57.2984276Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2024-12-17T23:51:57.2989001Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2024-12-17T23:51:57.2993718Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2024-12-17T23:51:57.3001964Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2024-12-17T23:51:57.3005722Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2024-12-17T23:51:57.3010596Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2024-12-17T23:51:57.3014858Z adding 'torch/include/ATen/native/hip/ck_bgemm.h' 2024-12-17T23:51:57.3018639Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2024-12-17T23:51:57.3023413Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2024-12-17T23:51:57.3026999Z adding 'torch/include/ATen/native/hip/ck_types.h' 2024-12-17T23:51:57.3035808Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2024-12-17T23:51:57.3039944Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2024-12-17T23:51:57.3043652Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2024-12-17T23:51:57.3047496Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2024-12-17T23:51:57.3051494Z adding 'torch/include/ATen/native/mps/Copy.h' 2024-12-17T23:51:57.3054915Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2024-12-17T23:51:57.3058554Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2024-12-17T23:51:57.3062938Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2024-12-17T23:51:57.3067346Z adding 'torch/include/ATen/native/mps/MetalShaderLibrary.h' 2024-12-17T23:51:57.3074852Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2024-12-17T23:51:57.3078641Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2024-12-17T23:51:57.3082282Z adding 'torch/include/ATen/native/mps/UnaryConstants.h' 2024-12-17T23:51:57.3086402Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2024-12-17T23:51:57.3090034Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2024-12-17T23:51:57.3093888Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2024-12-17T23:51:57.3097360Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2024-12-17T23:51:57.3104220Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2024-12-17T23:51:57.3108996Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2024-12-17T23:51:57.3112465Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2024-12-17T23:51:57.3115881Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2024-12-17T23:51:57.3119422Z adding 'torch/include/ATen/native/quantized/Copy.h' 2024-12-17T23:51:57.3123089Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2024-12-17T23:51:57.3126736Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2024-12-17T23:51:57.3130573Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2024-12-17T23:51:57.3136842Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2024-12-17T23:51:57.3140789Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2024-12-17T23:51:57.3147078Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2024-12-17T23:51:57.3155833Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2024-12-17T23:51:57.3162407Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2024-12-17T23:51:57.3167071Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2024-12-17T23:51:57.3171127Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2024-12-17T23:51:57.3178050Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2024-12-17T23:51:57.3185217Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2024-12-17T23:51:57.3192199Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2024-12-17T23:51:57.3196818Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2024-12-17T23:51:57.3200353Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2024-12-17T23:51:57.3205249Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2024-12-17T23:51:57.3209388Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2024-12-17T23:51:57.3212897Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2024-12-17T23:51:57.3219715Z adding 'torch/include/ATen/native/transformers/attention.h' 2024-12-17T23:51:57.3229936Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2024-12-17T23:51:57.3234486Z adding 'torch/include/ATen/native/utils/Factory.h' 2024-12-17T23:51:57.3239623Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2024-12-17T23:51:57.3244775Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2024-12-17T23:51:57.3432572Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2024-12-17T23:51:57.3435626Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2024-12-17T23:51:57.3439184Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3442335Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2024-12-17T23:51:57.3445606Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2024-12-17T23:51:57.3448762Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2024-12-17T23:51:57.3452091Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2024-12-17T23:51:57.3455522Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3458817Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2024-12-17T23:51:57.3462030Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2024-12-17T23:51:57.3465210Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2024-12-17T23:51:57.3468548Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2024-12-17T23:51:57.3472023Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2024-12-17T23:51:57.3475402Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2024-12-17T23:51:57.3478816Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3481933Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-12-17T23:51:57.3485791Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-12-17T23:51:57.3489082Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2024-12-17T23:51:57.3493158Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2024-12-17T23:51:57.3497424Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3500724Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2024-12-17T23:51:57.3504696Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2024-12-17T23:51:57.3508325Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2024-12-17T23:51:57.3511947Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2024-12-17T23:51:57.3515717Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2024-12-17T23:51:57.3519247Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3523009Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2024-12-17T23:51:57.3526670Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2024-12-17T23:51:57.3530369Z adding 'torch/include/ATen/ops/_add_relu.h' 2024-12-17T23:51:57.3534406Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3537863Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2024-12-17T23:51:57.3541822Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2024-12-17T23:51:57.3545542Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2024-12-17T23:51:57.3549421Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2024-12-17T23:51:57.3553585Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2024-12-17T23:51:57.3557563Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.3560988Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2024-12-17T23:51:57.3564852Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2024-12-17T23:51:57.3568142Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2024-12-17T23:51:57.3572199Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2024-12-17T23:51:57.3576005Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2024-12-17T23:51:57.3579755Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2024-12-17T23:51:57.3583784Z adding 'torch/include/ATen/ops/_aminmax.h' 2024-12-17T23:51:57.3587621Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3591122Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2024-12-17T23:51:57.3594910Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2024-12-17T23:51:57.3598178Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2024-12-17T23:51:57.3602394Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2024-12-17T23:51:57.3606481Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2024-12-17T23:51:57.3610203Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3614008Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2024-12-17T23:51:57.3617665Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2024-12-17T23:51:57.3621300Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2024-12-17T23:51:57.3625357Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2024-12-17T23:51:57.3628891Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2024-12-17T23:51:57.3633143Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3636885Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2024-12-17T23:51:57.3640306Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2024-12-17T23:51:57.3644110Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2024-12-17T23:51:57.3647403Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2024-12-17T23:51:57.3651616Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2024-12-17T23:51:57.3655624Z adding 'torch/include/ATen/ops/_assert_async.h' 2024-12-17T23:51:57.3659189Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2024-12-17T23:51:57.3663162Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2024-12-17T23:51:57.3666720Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2024-12-17T23:51:57.3670380Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2024-12-17T23:51:57.3674601Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2024-12-17T23:51:57.3679757Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3682930Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2024-12-17T23:51:57.3687266Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2024-12-17T23:51:57.3692781Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2024-12-17T23:51:57.3697331Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3702061Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h' 2024-12-17T23:51:57.3707171Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2024-12-17T23:51:57.3710929Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2024-12-17T23:51:57.3714884Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2024-12-17T23:51:57.3718454Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3722264Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2024-12-17T23:51:57.3725740Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2024-12-17T23:51:57.3729706Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2024-12-17T23:51:57.3733705Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3737127Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2024-12-17T23:51:57.3740455Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2024-12-17T23:51:57.3743525Z adding 'torch/include/ATen/ops/_backward.h' 2024-12-17T23:51:57.3747748Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3750817Z adding 'torch/include/ATen/ops/_backward_native.h' 2024-12-17T23:51:57.3754148Z adding 'torch/include/ATen/ops/_backward_ops.h' 2024-12-17T23:51:57.3757469Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2024-12-17T23:51:57.3761323Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2024-12-17T23:51:57.3765120Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3768292Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2024-12-17T23:51:57.3771701Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2024-12-17T23:51:57.3775272Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3778545Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2024-12-17T23:51:57.3781926Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2024-12-17T23:51:57.3785344Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2024-12-17T23:51:57.3788939Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3792513Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2024-12-17T23:51:57.3796341Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2024-12-17T23:51:57.3799936Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2024-12-17T23:51:57.3803504Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3806762Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2024-12-17T23:51:57.3810036Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2024-12-17T23:51:57.3813309Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2024-12-17T23:51:57.3817071Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2024-12-17T23:51:57.3820550Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2024-12-17T23:51:57.3823959Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3827024Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2024-12-17T23:51:57.3830736Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2024-12-17T23:51:57.3833869Z adding 'torch/include/ATen/ops/_cast_Char.h' 2024-12-17T23:51:57.3837242Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3840225Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2024-12-17T23:51:57.3843441Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2024-12-17T23:51:57.3846605Z adding 'torch/include/ATen/ops/_cast_Double.h' 2024-12-17T23:51:57.3850032Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3853039Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2024-12-17T23:51:57.3856299Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2024-12-17T23:51:57.3859465Z adding 'torch/include/ATen/ops/_cast_Float.h' 2024-12-17T23:51:57.3862866Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3865826Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2024-12-17T23:51:57.3869021Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2024-12-17T23:51:57.3872179Z adding 'torch/include/ATen/ops/_cast_Half.h' 2024-12-17T23:51:57.3875506Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3878518Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2024-12-17T23:51:57.3881756Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2024-12-17T23:51:57.3884908Z adding 'torch/include/ATen/ops/_cast_Int.h' 2024-12-17T23:51:57.3888234Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3891203Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2024-12-17T23:51:57.3894364Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2024-12-17T23:51:57.3897667Z adding 'torch/include/ATen/ops/_cast_Long.h' 2024-12-17T23:51:57.3901063Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3904051Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2024-12-17T23:51:57.3907287Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2024-12-17T23:51:57.3910414Z adding 'torch/include/ATen/ops/_cast_Short.h' 2024-12-17T23:51:57.3913737Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3916705Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2024-12-17T23:51:57.3919895Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2024-12-17T23:51:57.3923166Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2024-12-17T23:51:57.3926586Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3929786Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2024-12-17T23:51:57.3933004Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2024-12-17T23:51:57.3936193Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2024-12-17T23:51:57.3939602Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2024-12-17T23:51:57.3942855Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2024-12-17T23:51:57.3946278Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3949415Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2024-12-17T23:51:57.3952635Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2024-12-17T23:51:57.3955717Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2024-12-17T23:51:57.3959077Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2024-12-17T23:51:57.3962391Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2024-12-17T23:51:57.3965807Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.3968898Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2024-12-17T23:51:57.3972087Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2024-12-17T23:51:57.3975290Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2024-12-17T23:51:57.3978600Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2024-12-17T23:51:57.3981797Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2024-12-17T23:51:57.3985479Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.3990363Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2024-12-17T23:51:57.3994149Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2024-12-17T23:51:57.3998080Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2024-12-17T23:51:57.4003520Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4008539Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2024-12-17T23:51:57.4013437Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2024-12-17T23:51:57.4018752Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2024-12-17T23:51:57.4023873Z adding 'torch/include/ATen/ops/_coalesce.h' 2024-12-17T23:51:57.4030078Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4034896Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2024-12-17T23:51:57.4040067Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2024-12-17T23:51:57.4043494Z adding 'torch/include/ATen/ops/_coalesced.h' 2024-12-17T23:51:57.4047591Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4050865Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2024-12-17T23:51:57.4054782Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2024-12-17T23:51:57.4058613Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2024-12-17T23:51:57.4062489Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2024-12-17T23:51:57.4066529Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2024-12-17T23:51:57.4069972Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2024-12-17T23:51:57.4073080Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2024-12-17T23:51:57.4076712Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2024-12-17T23:51:57.4080309Z adding 'torch/include/ATen/ops/_conj.h' 2024-12-17T23:51:57.4083655Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4086737Z adding 'torch/include/ATen/ops/_conj_copy.h' 2024-12-17T23:51:57.4090138Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4094064Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.4097302Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2024-12-17T23:51:57.4100643Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2024-12-17T23:51:57.4103801Z adding 'torch/include/ATen/ops/_conj_native.h' 2024-12-17T23:51:57.4107014Z adding 'torch/include/ATen/ops/_conj_ops.h' 2024-12-17T23:51:57.4110251Z adding 'torch/include/ATen/ops/_conj_physical.h' 2024-12-17T23:51:57.4113631Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4116634Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2024-12-17T23:51:57.4119917Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2024-12-17T23:51:57.4123636Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2024-12-17T23:51:57.4128004Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2024-12-17T23:51:57.4131235Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2024-12-17T23:51:57.4134665Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2024-12-17T23:51:57.4138158Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2024-12-17T23:51:57.4141710Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.4144893Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2024-12-17T23:51:57.4148172Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2024-12-17T23:51:57.4151271Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2024-12-17T23:51:57.4154493Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2024-12-17T23:51:57.4157633Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2024-12-17T23:51:57.4160962Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2024-12-17T23:51:57.4164237Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2024-12-17T23:51:57.4167779Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.4170904Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2024-12-17T23:51:57.4174175Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2024-12-17T23:51:57.4177474Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2024-12-17T23:51:57.4181313Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2024-12-17T23:51:57.4184808Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2024-12-17T23:51:57.4188197Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2024-12-17T23:51:57.4191436Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2024-12-17T23:51:57.4194752Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2024-12-17T23:51:57.4197939Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h' 2024-12-17T23:51:57.4201178Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h' 2024-12-17T23:51:57.4204255Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h' 2024-12-17T23:51:57.4207545Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h' 2024-12-17T23:51:57.4210667Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2024-12-17T23:51:57.4213992Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2024-12-17T23:51:57.4218159Z adding 'torch/include/ATen/ops/_convolution.h' 2024-12-17T23:51:57.4222203Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4225582Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.4229022Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2024-12-17T23:51:57.4232668Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.4235743Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2024-12-17T23:51:57.4239203Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2024-12-17T23:51:57.4242599Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2024-12-17T23:51:57.4246118Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.4249144Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2024-12-17T23:51:57.4252452Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2024-12-17T23:51:57.4255718Z adding 'torch/include/ATen/ops/_convolution_native.h' 2024-12-17T23:51:57.4259448Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2024-12-17T23:51:57.4264931Z adding 'torch/include/ATen/ops/_copy_from.h' 2024-12-17T23:51:57.4268399Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2024-12-17T23:51:57.4271823Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4274855Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2024-12-17T23:51:57.4278163Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2024-12-17T23:51:57.4281702Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4286573Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2024-12-17T23:51:57.4291233Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2024-12-17T23:51:57.4294528Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2024-12-17T23:51:57.4299821Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2024-12-17T23:51:57.4304710Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2024-12-17T23:51:57.4309786Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2024-12-17T23:51:57.4314892Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2024-12-17T23:51:57.4320089Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2024-12-17T23:51:57.4325458Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2024-12-17T23:51:57.4329015Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2024-12-17T23:51:57.4332891Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2024-12-17T23:51:57.4336540Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2024-12-17T23:51:57.4340489Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2024-12-17T23:51:57.4344207Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2024-12-17T23:51:57.4347997Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2024-12-17T23:51:57.4352085Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2024-12-17T23:51:57.4355775Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4359585Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2024-12-17T23:51:57.4363442Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2024-12-17T23:51:57.4367334Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2024-12-17T23:51:57.4371646Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2024-12-17T23:51:57.4375738Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4379190Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2024-12-17T23:51:57.4383161Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2024-12-17T23:51:57.4386838Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2024-12-17T23:51:57.4390394Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2024-12-17T23:51:57.4394605Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2024-12-17T23:51:57.4398374Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2024-12-17T23:51:57.4402382Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4406159Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2024-12-17T23:51:57.4409528Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2024-12-17T23:51:57.4413764Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2024-12-17T23:51:57.4417896Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2024-12-17T23:51:57.4421518Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4425313Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2024-12-17T23:51:57.4428614Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2024-12-17T23:51:57.4432639Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2024-12-17T23:51:57.4437353Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2024-12-17T23:51:57.4442198Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2024-12-17T23:51:57.4446561Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4450276Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2024-12-17T23:51:57.4453686Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2024-12-17T23:51:57.4457570Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2024-12-17T23:51:57.4461275Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4465360Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2024-12-17T23:51:57.4469113Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2024-12-17T23:51:57.4472694Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4475933Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2024-12-17T23:51:57.4479113Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2024-12-17T23:51:57.4482515Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2024-12-17T23:51:57.4485780Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2024-12-17T23:51:57.4489520Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2024-12-17T23:51:57.4492914Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2024-12-17T23:51:57.4497337Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.4500674Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2024-12-17T23:51:57.4504099Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2024-12-17T23:51:57.4507889Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2024-12-17T23:51:57.4511427Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.4514994Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2024-12-17T23:51:57.4518776Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2024-12-17T23:51:57.4522283Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2024-12-17T23:51:57.4526147Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.4529206Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2024-12-17T23:51:57.4533188Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2024-12-17T23:51:57.4536927Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2024-12-17T23:51:57.4540513Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.4544221Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2024-12-17T23:51:57.4557574Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2024-12-17T23:51:57.4558135Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2024-12-17T23:51:57.4558562Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2024-12-17T23:51:57.4559041Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2024-12-17T23:51:57.4562262Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2024-12-17T23:51:57.4565636Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2024-12-17T23:51:57.4569531Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2024-12-17T23:51:57.4573236Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2024-12-17T23:51:57.4576770Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2024-12-17T23:51:57.4580465Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2024-12-17T23:51:57.4583834Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2024-12-17T23:51:57.4587891Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2024-12-17T23:51:57.4591759Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.4594928Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2024-12-17T23:51:57.4598780Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2024-12-17T23:51:57.4601932Z adding 'torch/include/ATen/ops/_dimI.h' 2024-12-17T23:51:57.4605771Z adding 'torch/include/ATen/ops/_dimI_native.h' 2024-12-17T23:51:57.4609427Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2024-12-17T23:51:57.4612859Z adding 'torch/include/ATen/ops/_dimV.h' 2024-12-17T23:51:57.4616538Z adding 'torch/include/ATen/ops/_dimV_native.h' 2024-12-17T23:51:57.4619890Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2024-12-17T23:51:57.4623811Z adding 'torch/include/ATen/ops/_dim_arange.h' 2024-12-17T23:51:57.4627243Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.4630778Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2024-12-17T23:51:57.4634596Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2024-12-17T23:51:57.4637965Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2024-12-17T23:51:57.4641992Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4645253Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2024-12-17T23:51:57.4649065Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2024-12-17T23:51:57.4652740Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2024-12-17T23:51:57.4656386Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2024-12-17T23:51:57.4660805Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2024-12-17T23:51:57.4664851Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2024-12-17T23:51:57.4668299Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2024-12-17T23:51:57.4672396Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2024-12-17T23:51:57.4676642Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2024-12-17T23:51:57.4682335Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2024-12-17T23:51:57.4687476Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2024-12-17T23:51:57.4692974Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2024-12-17T23:51:57.4698834Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2024-12-17T23:51:57.4703228Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4707189Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2024-12-17T23:51:57.4711310Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2024-12-17T23:51:57.4715525Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2024-12-17T23:51:57.4719205Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2024-12-17T23:51:57.4723052Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2024-12-17T23:51:57.4727198Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2024-12-17T23:51:57.4730781Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2024-12-17T23:51:57.4734293Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2024-12-17T23:51:57.4738349Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2024-12-17T23:51:57.4741667Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2024-12-17T23:51:57.4745194Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2024-12-17T23:51:57.4748670Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4751755Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2024-12-17T23:51:57.4755864Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2024-12-17T23:51:57.4759790Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2024-12-17T23:51:57.4763570Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4766912Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2024-12-17T23:51:57.4770246Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2024-12-17T23:51:57.4773373Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2024-12-17T23:51:57.4777224Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2024-12-17T23:51:57.4780827Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2024-12-17T23:51:57.4784582Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4788566Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2024-12-17T23:51:57.4791756Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2024-12-17T23:51:57.4794998Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2024-12-17T23:51:57.4798568Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2024-12-17T23:51:57.4801911Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2024-12-17T23:51:57.4805462Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2024-12-17T23:51:57.4808981Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2024-12-17T23:51:57.4812758Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4816021Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2024-12-17T23:51:57.4819371Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2024-12-17T23:51:57.4822576Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2024-12-17T23:51:57.4826026Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2024-12-17T23:51:57.4829436Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2024-12-17T23:51:57.4832965Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.4836427Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2024-12-17T23:51:57.4840000Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2024-12-17T23:51:57.4843980Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2024-12-17T23:51:57.4847754Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4851003Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2024-12-17T23:51:57.4854403Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2024-12-17T23:51:57.4857946Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2024-12-17T23:51:57.4861878Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2024-12-17T23:51:57.4865766Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4869083Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2024-12-17T23:51:57.4872438Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2024-12-17T23:51:57.4875943Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2024-12-17T23:51:57.4879055Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2024-12-17T23:51:57.4882468Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4885484Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2024-12-17T23:51:57.4888806Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2024-12-17T23:51:57.4892313Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2024-12-17T23:51:57.4895626Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2024-12-17T23:51:57.4899123Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2024-12-17T23:51:57.4902379Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2024-12-17T23:51:57.4905589Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2024-12-17T23:51:57.4909118Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2024-12-17T23:51:57.4912605Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4915741Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2024-12-17T23:51:57.4918988Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2024-12-17T23:51:57.4922089Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2024-12-17T23:51:57.4925580Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2024-12-17T23:51:57.4928940Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2024-12-17T23:51:57.4932244Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2024-12-17T23:51:57.4935573Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2024-12-17T23:51:57.4939008Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2024-12-17T23:51:57.4942168Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2024-12-17T23:51:57.4945521Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2024-12-17T23:51:57.4948955Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4952106Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2024-12-17T23:51:57.4955355Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2024-12-17T23:51:57.4958545Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2024-12-17T23:51:57.4962781Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2024-12-17T23:51:57.4966362Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2024-12-17T23:51:57.4969876Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.4973070Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2024-12-17T23:51:57.4976407Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2024-12-17T23:51:57.4979726Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2024-12-17T23:51:57.4983289Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2024-12-17T23:51:57.4986636Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2024-12-17T23:51:57.4990074Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2024-12-17T23:51:57.4993927Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2024-12-17T23:51:57.4997270Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2024-12-17T23:51:57.5001307Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2024-12-17T23:51:57.5005219Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2024-12-17T23:51:57.5009067Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2024-12-17T23:51:57.5012938Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2024-12-17T23:51:57.5016450Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2024-12-17T23:51:57.5020481Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2024-12-17T23:51:57.5024184Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2024-12-17T23:51:57.5027682Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2024-12-17T23:51:57.5031578Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2024-12-17T23:51:57.5035003Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2024-12-17T23:51:57.5039180Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2024-12-17T23:51:57.5042948Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2024-12-17T23:51:57.5046357Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2024-12-17T23:51:57.5050193Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2024-12-17T23:51:57.5053495Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2024-12-17T23:51:57.5057568Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2024-12-17T23:51:57.5061709Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2024-12-17T23:51:57.5065309Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2024-12-17T23:51:57.5069260Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2024-12-17T23:51:57.5073298Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2024-12-17T23:51:57.5077113Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2024-12-17T23:51:57.5081546Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2024-12-17T23:51:57.5085382Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2024-12-17T23:51:57.5088957Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2024-12-17T23:51:57.5092882Z adding 'torch/include/ATen/ops/_foobar.h' 2024-12-17T23:51:57.5096708Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5100198Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2024-12-17T23:51:57.5103969Z adding 'torch/include/ATen/ops/_foobar_native.h' 2024-12-17T23:51:57.5107464Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2024-12-17T23:51:57.5111347Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2024-12-17T23:51:57.5115179Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5119290Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2024-12-17T23:51:57.5123094Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2024-12-17T23:51:57.5126722Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2024-12-17T23:51:57.5130582Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2024-12-17T23:51:57.5134437Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5137819Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2024-12-17T23:51:57.5141655Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2024-12-17T23:51:57.5145241Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2024-12-17T23:51:57.5149358Z adding 'torch/include/ATen/ops/_foreach_add.h' 2024-12-17T23:51:57.5153597Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5156916Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2024-12-17T23:51:57.5160904Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2024-12-17T23:51:57.5165502Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2024-12-17T23:51:57.5169672Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2024-12-17T23:51:57.5173776Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5177638Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2024-12-17T23:51:57.5181131Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2024-12-17T23:51:57.5187281Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2024-12-17T23:51:57.5193222Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2024-12-17T23:51:57.5198960Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5203183Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2024-12-17T23:51:57.5207024Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2024-12-17T23:51:57.5211253Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2024-12-17T23:51:57.5215460Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2024-12-17T23:51:57.5219415Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5223145Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2024-12-17T23:51:57.5226868Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2024-12-17T23:51:57.5230374Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2024-12-17T23:51:57.5233752Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2024-12-17T23:51:57.5237459Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5241085Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2024-12-17T23:51:57.5244277Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2024-12-17T23:51:57.5247542Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2024-12-17T23:51:57.5250847Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2024-12-17T23:51:57.5254902Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5258305Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2024-12-17T23:51:57.5261465Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2024-12-17T23:51:57.5264833Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2024-12-17T23:51:57.5268424Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2024-12-17T23:51:57.5272014Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5275304Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2024-12-17T23:51:57.5278575Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2024-12-17T23:51:57.5282298Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2024-12-17T23:51:57.5286571Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2024-12-17T23:51:57.5290278Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5293496Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2024-12-17T23:51:57.5296913Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2024-12-17T23:51:57.5300721Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2024-12-17T23:51:57.5304119Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2024-12-17T23:51:57.5307680Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5310795Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2024-12-17T23:51:57.5313827Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2024-12-17T23:51:57.5317174Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2024-12-17T23:51:57.5320418Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2024-12-17T23:51:57.5323828Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5326928Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2024-12-17T23:51:57.5330255Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2024-12-17T23:51:57.5333581Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2024-12-17T23:51:57.5336849Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2024-12-17T23:51:57.5340246Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5344064Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2024-12-17T23:51:57.5347299Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2024-12-17T23:51:57.5350672Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2024-12-17T23:51:57.5354283Z adding 'torch/include/ATen/ops/_foreach_div.h' 2024-12-17T23:51:57.5357895Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5361298Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2024-12-17T23:51:57.5364649Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2024-12-17T23:51:57.5368740Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2024-12-17T23:51:57.5372221Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2024-12-17T23:51:57.5375507Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5378747Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2024-12-17T23:51:57.5381841Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2024-12-17T23:51:57.5385134Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2024-12-17T23:51:57.5388378Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2024-12-17T23:51:57.5392074Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5395004Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2024-12-17T23:51:57.5398008Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2024-12-17T23:51:57.5401282Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2024-12-17T23:51:57.5404527Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2024-12-17T23:51:57.5407898Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5410978Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2024-12-17T23:51:57.5414165Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2024-12-17T23:51:57.5417610Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2024-12-17T23:51:57.5420780Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2024-12-17T23:51:57.5424154Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5427288Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2024-12-17T23:51:57.5430393Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2024-12-17T23:51:57.5433795Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2024-12-17T23:51:57.5437021Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2024-12-17T23:51:57.5440294Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5443947Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2024-12-17T23:51:57.5447223Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2024-12-17T23:51:57.5451263Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2024-12-17T23:51:57.5454831Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2024-12-17T23:51:57.5458763Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5462499Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2024-12-17T23:51:57.5465769Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2024-12-17T23:51:57.5469798Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2024-12-17T23:51:57.5473852Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2024-12-17T23:51:57.5477712Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5481559Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2024-12-17T23:51:57.5485100Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2024-12-17T23:51:57.5489401Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2024-12-17T23:51:57.5493426Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2024-12-17T23:51:57.5497048Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5500986Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2024-12-17T23:51:57.5505706Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2024-12-17T23:51:57.5509309Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2024-12-17T23:51:57.5513192Z adding 'torch/include/ATen/ops/_foreach_log.h' 2024-12-17T23:51:57.5517026Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2024-12-17T23:51:57.5520581Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5524358Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2024-12-17T23:51:57.5527671Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2024-12-17T23:51:57.5531550Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2024-12-17T23:51:57.5535412Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2024-12-17T23:51:57.5539133Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5542982Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2024-12-17T23:51:57.5546504Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2024-12-17T23:51:57.5550167Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2024-12-17T23:51:57.5554088Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2024-12-17T23:51:57.5558116Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5561434Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2024-12-17T23:51:57.5565005Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2024-12-17T23:51:57.5568658Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2024-12-17T23:51:57.5572626Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5583762Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2024-12-17T23:51:57.5584233Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2024-12-17T23:51:57.5585926Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2024-12-17T23:51:57.5589505Z adding 'torch/include/ATen/ops/_foreach_max.h' 2024-12-17T23:51:57.5593190Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5597193Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2024-12-17T23:51:57.5600244Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2024-12-17T23:51:57.5604167Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2024-12-17T23:51:57.5608247Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2024-12-17T23:51:57.5611990Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5616010Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2024-12-17T23:51:57.5619802Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2024-12-17T23:51:57.5623823Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2024-12-17T23:51:57.5628091Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2024-12-17T23:51:57.5632131Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5635599Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2024-12-17T23:51:57.5639763Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2024-12-17T23:51:57.5643626Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2024-12-17T23:51:57.5647739Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2024-12-17T23:51:57.5651974Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5655381Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2024-12-17T23:51:57.5659439Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2024-12-17T23:51:57.5664030Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2024-12-17T23:51:57.5667650Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2024-12-17T23:51:57.5671618Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5675339Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2024-12-17T23:51:57.5678630Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2024-12-17T23:51:57.5682608Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2024-12-17T23:51:57.5686421Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2024-12-17T23:51:57.5690275Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5694264Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2024-12-17T23:51:57.5699434Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2024-12-17T23:51:57.5704724Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2024-12-17T23:51:57.5708753Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2024-12-17T23:51:57.5713444Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5716815Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2024-12-17T23:51:57.5720848Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2024-12-17T23:51:57.5724855Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2024-12-17T23:51:57.5729012Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2024-12-17T23:51:57.5733296Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5737067Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2024-12-17T23:51:57.5740495Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2024-12-17T23:51:57.5743943Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2024-12-17T23:51:57.5747200Z adding 'torch/include/ATen/ops/_foreach_round.h' 2024-12-17T23:51:57.5751287Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5754624Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2024-12-17T23:51:57.5757819Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2024-12-17T23:51:57.5761075Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2024-12-17T23:51:57.5764281Z adding 'torch/include/ATen/ops/_foreach_rsqrt.h' 2024-12-17T23:51:57.5768421Z adding 'torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5771646Z adding 'torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h' 2024-12-17T23:51:57.5774794Z adding 'torch/include/ATen/ops/_foreach_rsqrt_native.h' 2024-12-17T23:51:57.5778339Z adding 'torch/include/ATen/ops/_foreach_rsqrt_ops.h' 2024-12-17T23:51:57.5781630Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2024-12-17T23:51:57.5784993Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5788127Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2024-12-17T23:51:57.5791256Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2024-12-17T23:51:57.5794582Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2024-12-17T23:51:57.5798512Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2024-12-17T23:51:57.5802164Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5805222Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2024-12-17T23:51:57.5808340Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2024-12-17T23:51:57.5811640Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2024-12-17T23:51:57.5814863Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2024-12-17T23:51:57.5818370Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5821574Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2024-12-17T23:51:57.5824688Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2024-12-17T23:51:57.5827910Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2024-12-17T23:51:57.5831172Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2024-12-17T23:51:57.5834539Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5837664Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2024-12-17T23:51:57.5840817Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2024-12-17T23:51:57.5844654Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2024-12-17T23:51:57.5847975Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2024-12-17T23:51:57.5851278Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5854362Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2024-12-17T23:51:57.5857568Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2024-12-17T23:51:57.5860880Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2024-12-17T23:51:57.5864440Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2024-12-17T23:51:57.5868127Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5871322Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2024-12-17T23:51:57.5874515Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2024-12-17T23:51:57.5878207Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2024-12-17T23:51:57.5881728Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2024-12-17T23:51:57.5885746Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5888959Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2024-12-17T23:51:57.5891680Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2024-12-17T23:51:57.5894857Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2024-12-17T23:51:57.5898211Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2024-12-17T23:51:57.5901582Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5904677Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2024-12-17T23:51:57.5907784Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2024-12-17T23:51:57.5911386Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2024-12-17T23:51:57.5914677Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2024-12-17T23:51:57.5917965Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5921037Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2024-12-17T23:51:57.5924131Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2024-12-17T23:51:57.5927408Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2024-12-17T23:51:57.5930648Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2024-12-17T23:51:57.5934105Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.5937322Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2024-12-17T23:51:57.5940445Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2024-12-17T23:51:57.5943788Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2024-12-17T23:51:57.5947088Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2024-12-17T23:51:57.5985657Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2024-12-17T23:51:57.5988852Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2024-12-17T23:51:57.5992145Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2024-12-17T23:51:57.5995325Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2024-12-17T23:51:57.5998816Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6002480Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2024-12-17T23:51:57.6005855Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2024-12-17T23:51:57.6009091Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2024-12-17T23:51:57.6012518Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6015620Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2024-12-17T23:51:57.6019207Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6022355Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2024-12-17T23:51:57.6025681Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2024-12-17T23:51:57.6028726Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2024-12-17T23:51:57.6032036Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2024-12-17T23:51:57.6035513Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2024-12-17T23:51:57.6039050Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6042346Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2024-12-17T23:51:57.6045625Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2024-12-17T23:51:57.6049331Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2024-12-17T23:51:57.6053134Z adding 'torch/include/ATen/ops/_fused_adam.h' 2024-12-17T23:51:57.6057087Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6060806Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2024-12-17T23:51:57.6064642Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2024-12-17T23:51:57.6068007Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2024-12-17T23:51:57.6071787Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2024-12-17T23:51:57.6075700Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2024-12-17T23:51:57.6079497Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6082702Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2024-12-17T23:51:57.6086008Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2024-12-17T23:51:57.6089369Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2024-12-17T23:51:57.6093480Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2024-12-17T23:51:57.6097193Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2024-12-17T23:51:57.6100708Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6104564Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2024-12-17T23:51:57.6107791Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2024-12-17T23:51:57.6111251Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2024-12-17T23:51:57.6115074Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2024-12-17T23:51:57.6118789Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6121871Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2024-12-17T23:51:57.6125133Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2024-12-17T23:51:57.6128414Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2024-12-17T23:51:57.6132260Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2024-12-17T23:51:57.6135628Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2024-12-17T23:51:57.6139013Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2024-12-17T23:51:57.6142259Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2024-12-17T23:51:57.6145447Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2024-12-17T23:51:57.6148616Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2024-12-17T23:51:57.6151992Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2024-12-17T23:51:57.6155630Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2024-12-17T23:51:57.6159368Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6162601Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2024-12-17T23:51:57.6165853Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2024-12-17T23:51:57.6169118Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2024-12-17T23:51:57.6173127Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2024-12-17T23:51:57.6176631Z adding 'torch/include/ATen/ops/_fw_primal.h' 2024-12-17T23:51:57.6179947Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6183004Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2024-12-17T23:51:57.6186354Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6189611Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.6192532Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2024-12-17T23:51:57.6195920Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2024-12-17T23:51:57.6199012Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2024-12-17T23:51:57.6202146Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2024-12-17T23:51:57.6207243Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2024-12-17T23:51:57.6211046Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.6215046Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2024-12-17T23:51:57.6220954Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2024-12-17T23:51:57.6225504Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2024-12-17T23:51:57.6230704Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2024-12-17T23:51:57.6236083Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.6240119Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2024-12-17T23:51:57.6243800Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2024-12-17T23:51:57.6248266Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6251731Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2024-12-17T23:51:57.6257274Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2024-12-17T23:51:57.6262377Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2024-12-17T23:51:57.6267717Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.6270860Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2024-12-17T23:51:57.6274756Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2024-12-17T23:51:57.6278038Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2024-12-17T23:51:57.6282248Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6285683Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2024-12-17T23:51:57.6289402Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2024-12-17T23:51:57.6293368Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2024-12-17T23:51:57.6297140Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6300345Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2024-12-17T23:51:57.6304479Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2024-12-17T23:51:57.6309142Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2024-12-17T23:51:57.6312601Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2024-12-17T23:51:57.6316260Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6319412Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2024-12-17T23:51:57.6323166Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2024-12-17T23:51:57.6326629Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2024-12-17T23:51:57.6330012Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2024-12-17T23:51:57.6333602Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6336811Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2024-12-17T23:51:57.6339958Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2024-12-17T23:51:57.6343337Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2024-12-17T23:51:57.6347193Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2024-12-17T23:51:57.6350869Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6354098Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2024-12-17T23:51:57.6357327Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2024-12-17T23:51:57.6360945Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2024-12-17T23:51:57.6364260Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2024-12-17T23:51:57.6367669Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2024-12-17T23:51:57.6370715Z adding 'torch/include/ATen/ops/_indices.h' 2024-12-17T23:51:57.6374389Z adding 'torch/include/ATen/ops/_indices_copy.h' 2024-12-17T23:51:57.6377479Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6380821Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.6383801Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2024-12-17T23:51:57.6386965Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2024-12-17T23:51:57.6390035Z adding 'torch/include/ATen/ops/_indices_native.h' 2024-12-17T23:51:57.6393241Z adding 'torch/include/ATen/ops/_indices_ops.h' 2024-12-17T23:51:57.6396478Z adding 'torch/include/ATen/ops/_int_mm.h' 2024-12-17T23:51:57.6399761Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2024-12-17T23:51:57.6403393Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2024-12-17T23:51:57.6406635Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2024-12-17T23:51:57.6409985Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2024-12-17T23:51:57.6413267Z adding 'torch/include/ATen/ops/_is_all_true.h' 2024-12-17T23:51:57.6416707Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6419623Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2024-12-17T23:51:57.6422875Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2024-12-17T23:51:57.6426019Z adding 'torch/include/ATen/ops/_is_any_true.h' 2024-12-17T23:51:57.6429422Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6432371Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2024-12-17T23:51:57.6435490Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2024-12-17T23:51:57.6438691Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2024-12-17T23:51:57.6442045Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.6445043Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2024-12-17T23:51:57.6448185Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2024-12-17T23:51:57.6451531Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2024-12-17T23:51:57.6454820Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2024-12-17T23:51:57.6458275Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2024-12-17T23:51:57.6461476Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2024-12-17T23:51:57.6464779Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2024-12-17T23:51:57.6467884Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2024-12-17T23:51:57.6471198Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6474151Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2024-12-17T23:51:57.6477376Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2024-12-17T23:51:57.6480513Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2024-12-17T23:51:57.6483892Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6486855Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2024-12-17T23:51:57.6490195Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2024-12-17T23:51:57.6493438Z adding 'torch/include/ATen/ops/_linalg_det.h' 2024-12-17T23:51:57.6496896Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.6499987Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2024-12-17T23:51:57.6503548Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2024-12-17T23:51:57.6506969Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2024-12-17T23:51:57.6510786Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2024-12-17T23:51:57.6514127Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2024-12-17T23:51:57.6518148Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2024-12-17T23:51:57.6521816Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2024-12-17T23:51:57.6526163Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.6529310Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2024-12-17T23:51:57.6532755Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2024-12-17T23:51:57.6536681Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2024-12-17T23:51:57.6540288Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2024-12-17T23:51:57.6543765Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2024-12-17T23:51:57.6547716Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2024-12-17T23:51:57.6550996Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2024-12-17T23:51:57.6554942Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2024-12-17T23:51:57.6558586Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2024-12-17T23:51:57.6562013Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2024-12-17T23:51:57.6565702Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2024-12-17T23:51:57.6569037Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2024-12-17T23:51:57.6573241Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.6576727Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2024-12-17T23:51:57.6580327Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2024-12-17T23:51:57.6584041Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2024-12-17T23:51:57.6587424Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2024-12-17T23:51:57.6591273Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2024-12-17T23:51:57.6594978Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2024-12-17T23:51:57.6598657Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2024-12-17T23:51:57.6602834Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.6606071Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2024-12-17T23:51:57.6610116Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2024-12-17T23:51:57.6613739Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2024-12-17T23:51:57.6617320Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2024-12-17T23:51:57.6621015Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2024-12-17T23:51:57.6624564Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2024-12-17T23:51:57.6628716Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2024-12-17T23:51:57.6632836Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.6636024Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2024-12-17T23:51:57.6640100Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2024-12-17T23:51:57.6643419Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2024-12-17T23:51:57.6647180Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2024-12-17T23:51:57.6650856Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2024-12-17T23:51:57.6654344Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2024-12-17T23:51:57.6658349Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2024-12-17T23:51:57.6661856Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2024-12-17T23:51:57.6666758Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2024-12-17T23:51:57.6671496Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2024-12-17T23:51:57.6675869Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2024-12-17T23:51:57.6679087Z adding 'torch/include/ATen/ops/_log_softmax.h' 2024-12-17T23:51:57.6683029Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2024-12-17T23:51:57.6687125Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.6691001Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2024-12-17T23:51:57.6695000Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2024-12-17T23:51:57.6700140Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2024-12-17T23:51:57.6705190Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2024-12-17T23:51:57.6710238Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2024-12-17T23:51:57.6714906Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2024-12-17T23:51:57.6719314Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.6722873Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2024-12-17T23:51:57.6726809Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2024-12-17T23:51:57.6730105Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2024-12-17T23:51:57.6734154Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2024-12-17T23:51:57.6737598Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2024-12-17T23:51:57.6741673Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2024-12-17T23:51:57.6745074Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2024-12-17T23:51:57.6748370Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2024-12-17T23:51:57.6752299Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2024-12-17T23:51:57.6755506Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2024-12-17T23:51:57.6758823Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2024-12-17T23:51:57.6762284Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2024-12-17T23:51:57.6766094Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6769643Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2024-12-17T23:51:57.6773192Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2024-12-17T23:51:57.6776540Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2024-12-17T23:51:57.6779948Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.6783014Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2024-12-17T23:51:57.6786376Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2024-12-17T23:51:57.6789684Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2024-12-17T23:51:57.6792897Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2024-12-17T23:51:57.6796020Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2024-12-17T23:51:57.6800021Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2024-12-17T23:51:57.6803260Z adding 'torch/include/ATen/ops/_make_dual.h' 2024-12-17T23:51:57.6806697Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6810566Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2024-12-17T23:51:57.6814086Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6817527Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.6820464Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2024-12-17T23:51:57.6823781Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2024-12-17T23:51:57.6826902Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2024-12-17T23:51:57.6830134Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2024-12-17T23:51:57.6833603Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2024-12-17T23:51:57.6837107Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6840183Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2024-12-17T23:51:57.6843354Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2024-12-17T23:51:57.6846516Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2024-12-17T23:51:57.6850894Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2024-12-17T23:51:57.6853749Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2024-12-17T23:51:57.6857344Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6860525Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2024-12-17T23:51:57.6863769Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2024-12-17T23:51:57.6866917Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2024-12-17T23:51:57.6870254Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2024-12-17T23:51:57.6873456Z adding 'torch/include/ATen/ops/_masked_scale.h' 2024-12-17T23:51:57.6876826Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6879963Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2024-12-17T23:51:57.6883181Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2024-12-17T23:51:57.6886942Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2024-12-17T23:51:57.6890206Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2024-12-17T23:51:57.6893526Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2024-12-17T23:51:57.6897090Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6900253Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2024-12-17T23:51:57.6903483Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2024-12-17T23:51:57.6906633Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2024-12-17T23:51:57.6910042Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2024-12-17T23:51:57.6913468Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6916596Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2024-12-17T23:51:57.6919797Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2024-12-17T23:51:57.6922935Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2024-12-17T23:51:57.6926248Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2024-12-17T23:51:57.6929482Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2024-12-17T23:51:57.6932928Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2024-12-17T23:51:57.6936096Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2024-12-17T23:51:57.6939362Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2024-12-17T23:51:57.6942537Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2024-12-17T23:51:57.6946040Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6949054Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2024-12-17T23:51:57.6952335Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2024-12-17T23:51:57.6955622Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2024-12-17T23:51:57.6958994Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6962089Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2024-12-17T23:51:57.6965240Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2024-12-17T23:51:57.6968572Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2024-12-17T23:51:57.6972333Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2024-12-17T23:51:57.6976052Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6979071Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2024-12-17T23:51:57.6982468Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2024-12-17T23:51:57.6986216Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2024-12-17T23:51:57.6989952Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.6993136Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2024-12-17T23:51:57.6996438Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2024-12-17T23:51:57.6999922Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2024-12-17T23:51:57.7003443Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7007404Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2024-12-17T23:51:57.7011067Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2024-12-17T23:51:57.7015142Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2024-12-17T23:51:57.7019400Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2024-12-17T23:51:57.7022975Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7026805Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2024-12-17T23:51:57.7030845Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2024-12-17T23:51:57.7034787Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2024-12-17T23:51:57.7039207Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2024-12-17T23:51:57.7043336Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7046678Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2024-12-17T23:51:57.7050636Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2024-12-17T23:51:57.7054324Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2024-12-17T23:51:57.7058370Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2024-12-17T23:51:57.7062195Z adding 'torch/include/ATen/ops/_neg_view.h' 2024-12-17T23:51:57.7065655Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7069374Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2024-12-17T23:51:57.7073351Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7076768Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.7080332Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2024-12-17T23:51:57.7083827Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2024-12-17T23:51:57.7087577Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2024-12-17T23:51:57.7091358Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2024-12-17T23:51:57.7094828Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2024-12-17T23:51:57.7098759Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2024-12-17T23:51:57.7102144Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2024-12-17T23:51:57.7106031Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2024-12-17T23:51:57.7109869Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2024-12-17T23:51:57.7113088Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2024-12-17T23:51:57.7117113Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2024-12-17T23:51:57.7120809Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7124376Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2024-12-17T23:51:57.7128406Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2024-12-17T23:51:57.7132026Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7135815Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2024-12-17T23:51:57.7139545Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2024-12-17T23:51:57.7142984Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2024-12-17T23:51:57.7146921Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2024-12-17T23:51:57.7150648Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2024-12-17T23:51:57.7154529Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2024-12-17T23:51:57.7158258Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2024-12-17T23:51:57.7161599Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2024-12-17T23:51:57.7165225Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2024-12-17T23:51:57.7168587Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2024-12-17T23:51:57.7172416Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2024-12-17T23:51:57.7175811Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2024-12-17T23:51:57.7179545Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2024-12-17T23:51:57.7183258Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2024-12-17T23:51:57.7186480Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2024-12-17T23:51:57.7190312Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2024-12-17T23:51:57.7193500Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2024-12-17T23:51:57.7198590Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2024-12-17T23:51:57.7203635Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2024-12-17T23:51:57.7208641Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2024-12-17T23:51:57.7213211Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2024-12-17T23:51:57.7216727Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2024-12-17T23:51:57.7220761Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2024-12-17T23:51:57.7224270Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2024-12-17T23:51:57.7228020Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2024-12-17T23:51:57.7231835Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2024-12-17T23:51:57.7235237Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2024-12-17T23:51:57.7239374Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7242785Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.7245760Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2024-12-17T23:51:57.7249772Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2024-12-17T23:51:57.7253036Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2024-12-17T23:51:57.7256404Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2024-12-17T23:51:57.7259728Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2024-12-17T23:51:57.7262914Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2024-12-17T23:51:57.7266834Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2024-12-17T23:51:57.7270127Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2024-12-17T23:51:57.7273281Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2024-12-17T23:51:57.7276814Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2024-12-17T23:51:57.7280321Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2024-12-17T23:51:57.7283677Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7286703Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2024-12-17T23:51:57.7289890Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2024-12-17T23:51:57.7293005Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2024-12-17T23:51:57.7296561Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2024-12-17T23:51:57.7300286Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2024-12-17T23:51:57.7303482Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2024-12-17T23:51:57.7306715Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2024-12-17T23:51:57.7309701Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2024-12-17T23:51:57.7313007Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2024-12-17T23:51:57.7316359Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2024-12-17T23:51:57.7319849Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7323011Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2024-12-17T23:51:57.7326454Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2024-12-17T23:51:57.7329556Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2024-12-17T23:51:57.7332940Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7336005Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2024-12-17T23:51:57.7339397Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2024-12-17T23:51:57.7342625Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2024-12-17T23:51:57.7345869Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2024-12-17T23:51:57.7349105Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2024-12-17T23:51:57.7352312Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2024-12-17T23:51:57.7356269Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7359324Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2024-12-17T23:51:57.7362619Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2024-12-17T23:51:57.7365866Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2024-12-17T23:51:57.7369314Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7372202Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2024-12-17T23:51:57.7375437Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2024-12-17T23:51:57.7378764Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2024-12-17T23:51:57.7382080Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2024-12-17T23:51:57.7385646Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7388990Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.7391819Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2024-12-17T23:51:57.7395165Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2024-12-17T23:51:57.7398440Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2024-12-17T23:51:57.7401614Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2024-12-17T23:51:57.7404711Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2024-12-17T23:51:57.7408063Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2024-12-17T23:51:57.7411257Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2024-12-17T23:51:57.7414531Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2024-12-17T23:51:57.7418142Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7421507Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.7424593Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2024-12-17T23:51:57.7428132Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2024-12-17T23:51:57.7431217Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2024-12-17T23:51:57.7434385Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2024-12-17T23:51:57.7437680Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2024-12-17T23:51:57.7441099Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7444149Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2024-12-17T23:51:57.7447593Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2024-12-17T23:51:57.7450679Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2024-12-17T23:51:57.7454298Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.7457746Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2024-12-17T23:51:57.7461074Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2024-12-17T23:51:57.7464731Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2024-12-17T23:51:57.7468367Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7471492Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2024-12-17T23:51:57.7474859Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2024-12-17T23:51:57.7477941Z adding 'torch/include/ATen/ops/_nnz.h' 2024-12-17T23:51:57.7481062Z adding 'torch/include/ATen/ops/_nnz_native.h' 2024-12-17T23:51:57.7484296Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2024-12-17T23:51:57.7487664Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2024-12-17T23:51:57.7490996Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2024-12-17T23:51:57.7494427Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.7497597Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2024-12-17T23:51:57.7500848Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2024-12-17T23:51:57.7504266Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7507308Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2024-12-17T23:51:57.7510721Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2024-12-17T23:51:57.7513948Z adding 'torch/include/ATen/ops/_pad_circular.h' 2024-12-17T23:51:57.7517310Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.7520330Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2024-12-17T23:51:57.7523518Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2024-12-17T23:51:57.7526777Z adding 'torch/include/ATen/ops/_pad_enum.h' 2024-12-17T23:51:57.7530158Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.7533365Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2024-12-17T23:51:57.7536650Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2024-12-17T23:51:57.7539805Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2024-12-17T23:51:57.7543233Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.7546266Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2024-12-17T23:51:57.7549547Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2024-12-17T23:51:57.7552914Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2024-12-17T23:51:57.7557055Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2024-12-17T23:51:57.7560495Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2024-12-17T23:51:57.7563662Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2024-12-17T23:51:57.7566927Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2024-12-17T23:51:57.7570000Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2024-12-17T23:51:57.7573431Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7576586Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2024-12-17T23:51:57.7579833Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2024-12-17T23:51:57.7583008Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2024-12-17T23:51:57.7586377Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2024-12-17T23:51:57.7589603Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2024-12-17T23:51:57.7592973Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7596074Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2024-12-17T23:51:57.7599958Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2024-12-17T23:51:57.7603187Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2024-12-17T23:51:57.7606475Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2024-12-17T23:51:57.7609744Z adding 'torch/include/ATen/ops/_pin_memory.h' 2024-12-17T23:51:57.7613189Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7616301Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2024-12-17T23:51:57.7619659Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2024-12-17T23:51:57.7622843Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2024-12-17T23:51:57.7626074Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2024-12-17T23:51:57.7629361Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2024-12-17T23:51:57.7632517Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2024-12-17T23:51:57.7635609Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2024-12-17T23:51:57.7638909Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2024-12-17T23:51:57.7642163Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2024-12-17T23:51:57.7645798Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2024-12-17T23:51:57.7648929Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2024-12-17T23:51:57.7652143Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2024-12-17T23:51:57.7655257Z adding 'torch/include/ATen/ops/_print.h' 2024-12-17T23:51:57.7659361Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7662394Z adding 'torch/include/ATen/ops/_print_native.h' 2024-12-17T23:51:57.7665618Z adding 'torch/include/ATen/ops/_print_ops.h' 2024-12-17T23:51:57.7668832Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2024-12-17T23:51:57.7672231Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.7675228Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2024-12-17T23:51:57.7678453Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2024-12-17T23:51:57.7681673Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2024-12-17T23:51:57.7685085Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.7688076Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2024-12-17T23:51:57.7691381Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2024-12-17T23:51:57.7694597Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2024-12-17T23:51:57.7698320Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2024-12-17T23:51:57.7702137Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7705465Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.7708438Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2024-12-17T23:51:57.7711928Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2024-12-17T23:51:57.7715125Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2024-12-17T23:51:57.7718258Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2024-12-17T23:51:57.7721443Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2024-12-17T23:51:57.7724504Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2024-12-17T23:51:57.7727711Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2024-12-17T23:51:57.7730980Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2024-12-17T23:51:57.7734365Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7737450Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2024-12-17T23:51:57.7740664Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2024-12-17T23:51:57.7743862Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2024-12-17T23:51:57.7747220Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.7755215Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2024-12-17T23:51:57.7757189Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2024-12-17T23:51:57.7760707Z adding 'torch/include/ATen/ops/_resize_output.h' 2024-12-17T23:51:57.7764536Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7768166Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2024-12-17T23:51:57.7771052Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2024-12-17T23:51:57.7774387Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2024-12-17T23:51:57.7777687Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2024-12-17T23:51:57.7780956Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.7783864Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2024-12-17T23:51:57.7787257Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2024-12-17T23:51:57.7790157Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2024-12-17T23:51:57.7793327Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7796256Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2024-12-17T23:51:57.7799423Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2024-12-17T23:51:57.7802582Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2024-12-17T23:51:57.7805914Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7808932Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2024-12-17T23:51:57.7812033Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2024-12-17T23:51:57.7815039Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2024-12-17T23:51:57.7818419Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2024-12-17T23:51:57.7821521Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2024-12-17T23:51:57.7824802Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.7827698Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2024-12-17T23:51:57.7830927Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2024-12-17T23:51:57.7834148Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2024-12-17T23:51:57.7837438Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.7840491Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2024-12-17T23:51:57.7843506Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2024-12-17T23:51:57.7846730Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2024-12-17T23:51:57.7849882Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2024-12-17T23:51:57.7853661Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2024-12-17T23:51:57.7856801Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2024-12-17T23:51:57.7860140Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2024-12-17T23:51:57.7863553Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2024-12-17T23:51:57.7866685Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2024-12-17T23:51:57.7870155Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2024-12-17T23:51:57.7873437Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2024-12-17T23:51:57.7876465Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2024-12-17T23:51:57.7879807Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2024-12-17T23:51:57.7883005Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2024-12-17T23:51:57.7886268Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2024-12-17T23:51:57.7889561Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2024-12-17T23:51:57.7892714Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2024-12-17T23:51:57.7896092Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2024-12-17T23:51:57.7899343Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2024-12-17T23:51:57.7902442Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2024-12-17T23:51:57.7905716Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2024-12-17T23:51:57.7909068Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2024-12-17T23:51:57.7912527Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2024-12-17T23:51:57.7915852Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2024-12-17T23:51:57.7918990Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2024-12-17T23:51:57.7922326Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2024-12-17T23:51:57.7925554Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2024-12-17T23:51:57.7928815Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2024-12-17T23:51:57.7932087Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2024-12-17T23:51:57.7935252Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2024-12-17T23:51:57.7938478Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2024-12-17T23:51:57.7941936Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2024-12-17T23:51:57.7945188Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2024-12-17T23:51:57.7948841Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2024-12-17T23:51:57.7952186Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2024-12-17T23:51:57.7955294Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2024-12-17T23:51:57.7958586Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2024-12-17T23:51:57.7961961Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2024-12-17T23:51:57.7965585Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2024-12-17T23:51:57.7969210Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7972501Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2024-12-17T23:51:57.7975758Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2024-12-17T23:51:57.7979158Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.7982157Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2024-12-17T23:51:57.7985472Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2024-12-17T23:51:57.7988623Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2024-12-17T23:51:57.7992051Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2024-12-17T23:51:57.7995168Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2024-12-17T23:51:57.7998476Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2024-12-17T23:51:57.8001847Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2024-12-17T23:51:57.8005259Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8008338Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2024-12-17T23:51:57.8011685Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2024-12-17T23:51:57.8014819Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2024-12-17T23:51:57.8018288Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2024-12-17T23:51:57.8021391Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2024-12-17T23:51:57.8024694Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8027598Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2024-12-17T23:51:57.8030729Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2024-12-17T23:51:57.8034814Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2024-12-17T23:51:57.8038593Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8041829Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2024-12-17T23:51:57.8045127Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2024-12-17T23:51:57.8048340Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2024-12-17T23:51:57.8051930Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2024-12-17T23:51:57.8055544Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2024-12-17T23:51:57.8059090Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2024-12-17T23:51:57.8062381Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2024-12-17T23:51:57.8065563Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2024-12-17T23:51:57.8068857Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2024-12-17T23:51:57.8072076Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2024-12-17T23:51:57.8075423Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8078228Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2024-12-17T23:51:57.8081419Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2024-12-17T23:51:57.8084564Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2024-12-17T23:51:57.8087892Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8090799Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2024-12-17T23:51:57.8094032Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2024-12-17T23:51:57.8097262Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2024-12-17T23:51:57.8100462Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8103324Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2024-12-17T23:51:57.8106527Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2024-12-17T23:51:57.8109536Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2024-12-17T23:51:57.8112960Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8115887Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2024-12-17T23:51:57.8119119Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2024-12-17T23:51:57.8122197Z adding 'torch/include/ATen/ops/_softmax.h' 2024-12-17T23:51:57.8125446Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2024-12-17T23:51:57.8128910Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.8131923Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2024-12-17T23:51:57.8135069Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2024-12-17T23:51:57.8138259Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2024-12-17T23:51:57.8141453Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2024-12-17T23:51:57.8144504Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2024-12-17T23:51:57.8147753Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2024-12-17T23:51:57.8151040Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.8153983Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2024-12-17T23:51:57.8157093Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2024-12-17T23:51:57.8160121Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2024-12-17T23:51:57.8163249Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2024-12-17T23:51:57.8166291Z adding 'torch/include/ATen/ops/_softmax_native.h' 2024-12-17T23:51:57.8169518Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2024-12-17T23:51:57.8172739Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2024-12-17T23:51:57.8176112Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8179095Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2024-12-17T23:51:57.8182544Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2024-12-17T23:51:57.8185654Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2024-12-17T23:51:57.8188741Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2024-12-17T23:51:57.8192050Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8195363Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.8198170Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2024-12-17T23:51:57.8201356Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2024-12-17T23:51:57.8204425Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2024-12-17T23:51:57.8207534Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2024-12-17T23:51:57.8210769Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2024-12-17T23:51:57.8214336Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8217466Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2024-12-17T23:51:57.8220751Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2024-12-17T23:51:57.8224208Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2024-12-17T23:51:57.8227790Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8230925Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2024-12-17T23:51:57.8234323Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2024-12-17T23:51:57.8238114Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2024-12-17T23:51:57.8241740Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8244803Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2024-12-17T23:51:57.8248556Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2024-12-17T23:51:57.8251892Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2024-12-17T23:51:57.8256215Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8266824Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2024-12-17T23:51:57.8267482Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2024-12-17T23:51:57.8268087Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2024-12-17T23:51:57.8269968Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8272992Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2024-12-17T23:51:57.8276521Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2024-12-17T23:51:57.8279902Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2024-12-17T23:51:57.8284113Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2024-12-17T23:51:57.8287802Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8291279Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2024-12-17T23:51:57.8294451Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2024-12-17T23:51:57.8298337Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2024-12-17T23:51:57.8301670Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8304974Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2024-12-17T23:51:57.8308059Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2024-12-17T23:51:57.8311705Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2024-12-17T23:51:57.8314971Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2024-12-17T23:51:57.8318795Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8321789Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2024-12-17T23:51:57.8325257Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2024-12-17T23:51:57.8328466Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2024-12-17T23:51:57.8331992Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8334979Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2024-12-17T23:51:57.8338581Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2024-12-17T23:51:57.8341809Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2024-12-17T23:51:57.8345362Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8348349Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2024-12-17T23:51:57.8351959Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2024-12-17T23:51:57.8355927Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2024-12-17T23:51:57.8359561Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8362561Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2024-12-17T23:51:57.8366010Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2024-12-17T23:51:57.8369365Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2024-12-17T23:51:57.8372682Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2024-12-17T23:51:57.8376263Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8379385Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2024-12-17T23:51:57.8382598Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2024-12-17T23:51:57.8385794Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8389380Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8392432Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2024-12-17T23:51:57.8395743Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2024-12-17T23:51:57.8398909Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2024-12-17T23:51:57.8402217Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8405326Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2024-12-17T23:51:57.8408589Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2024-12-17T23:51:57.8411677Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2024-12-17T23:51:57.8414967Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8418000Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2024-12-17T23:51:57.8421202Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2024-12-17T23:51:57.8424316Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2024-12-17T23:51:57.8427454Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2024-12-17T23:51:57.8430552Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2024-12-17T23:51:57.8433774Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2024-12-17T23:51:57.8437054Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2024-12-17T23:51:57.8440289Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2024-12-17T23:51:57.8443491Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2024-12-17T23:51:57.8446707Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2024-12-17T23:51:57.8449692Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2024-12-17T23:51:57.8452875Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2024-12-17T23:51:57.8456003Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2024-12-17T23:51:57.8459239Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2024-12-17T23:51:57.8462417Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2024-12-17T23:51:57.8465604Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2024-12-17T23:51:57.8468631Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2024-12-17T23:51:57.8471787Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2024-12-17T23:51:57.8474819Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2024-12-17T23:51:57.8478006Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2024-12-17T23:51:57.8481141Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2024-12-17T23:51:57.8484505Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2024-12-17T23:51:57.8487694Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2024-12-17T23:51:57.8490944Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2024-12-17T23:51:57.8494066Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2024-12-17T23:51:57.8497405Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2024-12-17T23:51:57.8500440Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2024-12-17T23:51:57.8503611Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2024-12-17T23:51:57.8506717Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2024-12-17T23:51:57.8509951Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2024-12-17T23:51:57.8512941Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2024-12-17T23:51:57.8516074Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2024-12-17T23:51:57.8519246Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2024-12-17T23:51:57.8522509Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2024-12-17T23:51:57.8525833Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8528777Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2024-12-17T23:51:57.8532014Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2024-12-17T23:51:57.8535254Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8538563Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8541571Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2024-12-17T23:51:57.8544939Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2024-12-17T23:51:57.8548136Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2024-12-17T23:51:57.8551410Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8554307Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2024-12-17T23:51:57.8557970Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2024-12-17T23:51:57.8561155Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2024-12-17T23:51:57.8564393Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2024-12-17T23:51:57.8567707Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8570626Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2024-12-17T23:51:57.8573822Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2024-12-17T23:51:57.8577184Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8580337Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8583283Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2024-12-17T23:51:57.8586663Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2024-12-17T23:51:57.8590087Z adding 'torch/include/ATen/ops/_spdiags.h' 2024-12-17T23:51:57.8593448Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8596583Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2024-12-17T23:51:57.8599682Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2024-12-17T23:51:57.8602966Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2024-12-17T23:51:57.8606209Z adding 'torch/include/ATen/ops/_spsolve.h' 2024-12-17T23:51:57.8609248Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2024-12-17T23:51:57.8612548Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2024-12-17T23:51:57.8615728Z adding 'torch/include/ATen/ops/_stack.h' 2024-12-17T23:51:57.8619264Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8622296Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2024-12-17T23:51:57.8625450Z adding 'torch/include/ATen/ops/_stack_native.h' 2024-12-17T23:51:57.8628674Z adding 'torch/include/ATen/ops/_stack_ops.h' 2024-12-17T23:51:57.8631977Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2024-12-17T23:51:57.8635430Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8638492Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2024-12-17T23:51:57.8641786Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2024-12-17T23:51:57.8644886Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2024-12-17T23:51:57.8648308Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8651390Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2024-12-17T23:51:57.8654595Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2024-12-17T23:51:57.8657710Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2024-12-17T23:51:57.8661021Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2024-12-17T23:51:57.8664216Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2024-12-17T23:51:57.8667485Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2024-12-17T23:51:57.8670809Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2024-12-17T23:51:57.8674135Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8677184Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2024-12-17T23:51:57.8680415Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2024-12-17T23:51:57.8683768Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2024-12-17T23:51:57.8687295Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8690484Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8693606Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2024-12-17T23:51:57.8697004Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2024-12-17T23:51:57.8700275Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2024-12-17T23:51:57.8703596Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8706958Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2024-12-17T23:51:57.8710380Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8713803Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.8716715Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2024-12-17T23:51:57.8720133Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2024-12-17T23:51:57.8723211Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2024-12-17T23:51:57.8726738Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2024-12-17T23:51:57.8729949Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2024-12-17T23:51:57.8733242Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8736428Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2024-12-17T23:51:57.8739598Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2024-12-17T23:51:57.8743026Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2024-12-17T23:51:57.8746423Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8749745Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2024-12-17T23:51:57.8752764Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2024-12-17T23:51:57.8756282Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2024-12-17T23:51:57.8759474Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2024-12-17T23:51:57.8763394Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8766511Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2024-12-17T23:51:57.8769629Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2024-12-17T23:51:57.8772998Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2024-12-17T23:51:57.8776372Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2024-12-17T23:51:57.8779958Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8783073Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2024-12-17T23:51:57.8786219Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2024-12-17T23:51:57.8789530Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2024-12-17T23:51:57.8792852Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2024-12-17T23:51:57.8796398Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8799494Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2024-12-17T23:51:57.8802682Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2024-12-17T23:51:57.8805947Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2024-12-17T23:51:57.8809231Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2024-12-17T23:51:57.8812553Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8815458Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2024-12-17T23:51:57.8818768Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2024-12-17T23:51:57.8822031Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2024-12-17T23:51:57.8825364Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8828292Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2024-12-17T23:51:57.8831426Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2024-12-17T23:51:57.8834506Z adding 'torch/include/ATen/ops/_test_string_default.h' 2024-12-17T23:51:57.8838042Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8840968Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2024-12-17T23:51:57.8844129Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2024-12-17T23:51:57.8847202Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2024-12-17T23:51:57.8850773Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8853726Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2024-12-17T23:51:57.8857032Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2024-12-17T23:51:57.8860255Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2024-12-17T23:51:57.8863810Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8867078Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2024-12-17T23:51:57.8870320Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2024-12-17T23:51:57.8873516Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2024-12-17T23:51:57.8876858Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8879817Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2024-12-17T23:51:57.8883043Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2024-12-17T23:51:57.8886276Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2024-12-17T23:51:57.8889586Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2024-12-17T23:51:57.8893026Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8896116Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2024-12-17T23:51:57.8899248Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2024-12-17T23:51:57.8902556Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2024-12-17T23:51:57.8905976Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8909141Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2024-12-17T23:51:57.8912083Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2024-12-17T23:51:57.8915423Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2024-12-17T23:51:57.8918882Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2024-12-17T23:51:57.8922113Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2024-12-17T23:51:57.8925432Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8928598Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2024-12-17T23:51:57.8932117Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8935261Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2024-12-17T23:51:57.8938498Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2024-12-17T23:51:57.8941857Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2024-12-17T23:51:57.8945010Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2024-12-17T23:51:57.8948235Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2024-12-17T23:51:57.8951610Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8954670Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2024-12-17T23:51:57.8957719Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2024-12-17T23:51:57.8961083Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2024-12-17T23:51:57.8964414Z adding 'torch/include/ATen/ops/_to_copy.h' 2024-12-17T23:51:57.8967817Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8970800Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2024-12-17T23:51:57.8974105Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2024-12-17T23:51:57.8977288Z adding 'torch/include/ATen/ops/_to_cpu.h' 2024-12-17T23:51:57.8980538Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.8983419Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2024-12-17T23:51:57.8986554Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2024-12-17T23:51:57.8989749Z adding 'torch/include/ATen/ops/_to_dense.h' 2024-12-17T23:51:57.8993071Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.8996038Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2024-12-17T23:51:57.8999348Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2024-12-17T23:51:57.9002584Z adding 'torch/include/ATen/ops/_to_sparse.h' 2024-12-17T23:51:57.9005733Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2024-12-17T23:51:57.9009027Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9012067Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2024-12-17T23:51:57.9015192Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2024-12-17T23:51:57.9018466Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2024-12-17T23:51:57.9021796Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2024-12-17T23:51:57.9024946Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2024-12-17T23:51:57.9028276Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9031273Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2024-12-17T23:51:57.9034366Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2024-12-17T23:51:57.9037478Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2024-12-17T23:51:57.9040739Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2024-12-17T23:51:57.9044101Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9047174Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2024-12-17T23:51:57.9050227Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2024-12-17T23:51:57.9053493Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9056587Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2024-12-17T23:51:57.9059717Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2024-12-17T23:51:57.9062764Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2024-12-17T23:51:57.9065957Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2024-12-17T23:51:57.9069064Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2024-12-17T23:51:57.9072401Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9075383Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2024-12-17T23:51:57.9078453Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2024-12-17T23:51:57.9081471Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2024-12-17T23:51:57.9084704Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2024-12-17T23:51:57.9087910Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2024-12-17T23:51:57.9091026Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2024-12-17T23:51:57.9095124Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2024-12-17T23:51:57.9098530Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2024-12-17T23:51:57.9101723Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2024-12-17T23:51:57.9104765Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2024-12-17T23:51:57.9107918Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2024-12-17T23:51:57.9111204Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2024-12-17T23:51:57.9114589Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9117651Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2024-12-17T23:51:57.9120878Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2024-12-17T23:51:57.9123931Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2024-12-17T23:51:57.9127343Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2024-12-17T23:51:57.9130847Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2024-12-17T23:51:57.9134583Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9137971Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2024-12-17T23:51:57.9141229Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2024-12-17T23:51:57.9144535Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2024-12-17T23:51:57.9148055Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2024-12-17T23:51:57.9151433Z adding 'torch/include/ATen/ops/_trilinear.h' 2024-12-17T23:51:57.9154915Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9158728Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.9161760Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2024-12-17T23:51:57.9165098Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2024-12-17T23:51:57.9168629Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2024-12-17T23:51:57.9172100Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9175301Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2024-12-17T23:51:57.9178630Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2024-12-17T23:51:57.9182028Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2024-12-17T23:51:57.9185459Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2024-12-17T23:51:57.9188787Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9192190Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2024-12-17T23:51:57.9194978Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2024-12-17T23:51:57.9198284Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2024-12-17T23:51:57.9201527Z adding 'torch/include/ATen/ops/_unique.h' 2024-12-17T23:51:57.9204782Z adding 'torch/include/ATen/ops/_unique2.h' 2024-12-17T23:51:57.9208429Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9211799Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2024-12-17T23:51:57.9214903Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2024-12-17T23:51:57.9218084Z adding 'torch/include/ATen/ops/_unique2_native.h' 2024-12-17T23:51:57.9221548Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2024-12-17T23:51:57.9224982Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9228161Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2024-12-17T23:51:57.9231470Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2024-12-17T23:51:57.9234547Z adding 'torch/include/ATen/ops/_unique_native.h' 2024-12-17T23:51:57.9238090Z adding 'torch/include/ATen/ops/_unique_ops.h' 2024-12-17T23:51:57.9241201Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2024-12-17T23:51:57.9244899Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9247907Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2024-12-17T23:51:57.9251238Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2024-12-17T23:51:57.9254294Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2024-12-17T23:51:57.9257864Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9260801Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2024-12-17T23:51:57.9264133Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2024-12-17T23:51:57.9267253Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2024-12-17T23:51:57.9270740Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9273657Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2024-12-17T23:51:57.9277056Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2024-12-17T23:51:57.9280195Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2024-12-17T23:51:57.9283815Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9286754Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2024-12-17T23:51:57.9290219Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2024-12-17T23:51:57.9293529Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2024-12-17T23:51:57.9297093Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9300125Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2024-12-17T23:51:57.9303470Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2024-12-17T23:51:57.9306795Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2024-12-17T23:51:57.9310417Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9313608Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2024-12-17T23:51:57.9316938Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2024-12-17T23:51:57.9320855Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2024-12-17T23:51:57.9324742Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2024-12-17T23:51:57.9328428Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.9331915Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2024-12-17T23:51:57.9335083Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2024-12-17T23:51:57.9338502Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2024-12-17T23:51:57.9341825Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2024-12-17T23:51:57.9344950Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2024-12-17T23:51:57.9348484Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2024-12-17T23:51:57.9351946Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.9355068Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9358201Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2024-12-17T23:51:57.9361425Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2024-12-17T23:51:57.9364655Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2024-12-17T23:51:57.9367903Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2024-12-17T23:51:57.9371055Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2024-12-17T23:51:57.9374433Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2024-12-17T23:51:57.9378260Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2024-12-17T23:51:57.9382015Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2024-12-17T23:51:57.9385661Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.9388793Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2024-12-17T23:51:57.9392120Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2024-12-17T23:51:57.9395518Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2024-12-17T23:51:57.9398872Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2024-12-17T23:51:57.9402259Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2024-12-17T23:51:57.9405550Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2024-12-17T23:51:57.9408887Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.9411984Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9415134Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2024-12-17T23:51:57.9418503Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2024-12-17T23:51:57.9421571Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2024-12-17T23:51:57.9424829Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2024-12-17T23:51:57.9428029Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2024-12-17T23:51:57.9431473Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2024-12-17T23:51:57.9435029Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2024-12-17T23:51:57.9438742Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2024-12-17T23:51:57.9442348Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.9445423Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2024-12-17T23:51:57.9448703Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2024-12-17T23:51:57.9451932Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2024-12-17T23:51:57.9455364Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2024-12-17T23:51:57.9458695Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2024-12-17T23:51:57.9461876Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2024-12-17T23:51:57.9465233Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.9468362Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9471475Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2024-12-17T23:51:57.9474672Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2024-12-17T23:51:57.9477750Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2024-12-17T23:51:57.9481076Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2024-12-17T23:51:57.9484137Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2024-12-17T23:51:57.9487382Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2024-12-17T23:51:57.9490997Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2024-12-17T23:51:57.9494758Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2024-12-17T23:51:57.9498535Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.9501645Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2024-12-17T23:51:57.9504946Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2024-12-17T23:51:57.9508093Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2024-12-17T23:51:57.9511355Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2024-12-17T23:51:57.9514435Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2024-12-17T23:51:57.9517716Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2024-12-17T23:51:57.9521130Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.9524208Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9527352Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2024-12-17T23:51:57.9530617Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2024-12-17T23:51:57.9533691Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2024-12-17T23:51:57.9537042Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2024-12-17T23:51:57.9540237Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2024-12-17T23:51:57.9543588Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2024-12-17T23:51:57.9547292Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2024-12-17T23:51:57.9551247Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2024-12-17T23:51:57.9554917Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.9558180Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2024-12-17T23:51:57.9561689Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2024-12-17T23:51:57.9564960Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2024-12-17T23:51:57.9568223Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2024-12-17T23:51:57.9571504Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2024-12-17T23:51:57.9574898Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2024-12-17T23:51:57.9578466Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.9581803Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9584954Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2024-12-17T23:51:57.9588381Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2024-12-17T23:51:57.9591497Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2024-12-17T23:51:57.9594847Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2024-12-17T23:51:57.9598119Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2024-12-17T23:51:57.9601497Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2024-12-17T23:51:57.9604862Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2024-12-17T23:51:57.9608076Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2024-12-17T23:51:57.9611228Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2024-12-17T23:51:57.9614598Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2024-12-17T23:51:57.9617975Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2024-12-17T23:51:57.9621242Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9624148Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2024-12-17T23:51:57.9627354Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2024-12-17T23:51:57.9630524Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2024-12-17T23:51:57.9633849Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2024-12-17T23:51:57.9636986Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2024-12-17T23:51:57.9640166Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2024-12-17T23:51:57.9643438Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2024-12-17T23:51:57.9646676Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2024-12-17T23:51:57.9650167Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9653156Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2024-12-17T23:51:57.9656562Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2024-12-17T23:51:57.9659731Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2024-12-17T23:51:57.9663150Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9666088Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2024-12-17T23:51:57.9669566Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2024-12-17T23:51:57.9672646Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2024-12-17T23:51:57.9676064Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9679132Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2024-12-17T23:51:57.9682341Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2024-12-17T23:51:57.9685583Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2024-12-17T23:51:57.9688890Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9692009Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2024-12-17T23:51:57.9695170Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2024-12-17T23:51:57.9698512Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2024-12-17T23:51:57.9701855Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9704882Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2024-12-17T23:51:57.9708238Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2024-12-17T23:51:57.9711647Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2024-12-17T23:51:57.9714896Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9718047Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2024-12-17T23:51:57.9721232Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2024-12-17T23:51:57.9724353Z adding 'torch/include/ATen/ops/_values.h' 2024-12-17T23:51:57.9727451Z adding 'torch/include/ATen/ops/_values_copy.h' 2024-12-17T23:51:57.9731001Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9734245Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.9737465Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2024-12-17T23:51:57.9740684Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2024-12-17T23:51:57.9743934Z adding 'torch/include/ATen/ops/_values_native.h' 2024-12-17T23:51:57.9747243Z adding 'torch/include/ATen/ops/_values_ops.h' 2024-12-17T23:51:57.9750234Z adding 'torch/include/ATen/ops/_version.h' 2024-12-17T23:51:57.9753717Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9756646Z adding 'torch/include/ATen/ops/_version_native.h' 2024-12-17T23:51:57.9759968Z adding 'torch/include/ATen/ops/_version_ops.h' 2024-12-17T23:51:57.9763089Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2024-12-17T23:51:57.9767170Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2024-12-17T23:51:57.9770349Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h' 2024-12-17T23:51:57.9773771Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h' 2024-12-17T23:51:57.9776908Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h' 2024-12-17T23:51:57.9780268Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h' 2024-12-17T23:51:57.9783289Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2024-12-17T23:51:57.9786629Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2024-12-17T23:51:57.9789893Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2024-12-17T23:51:57.9793197Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2024-12-17T23:51:57.9796259Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2024-12-17T23:51:57.9799456Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2024-12-17T23:51:57.9802523Z adding 'torch/include/ATen/ops/_weight_norm.h' 2024-12-17T23:51:57.9805768Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9808997Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2024-12-17T23:51:57.9812360Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9815299Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2024-12-17T23:51:57.9818682Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2024-12-17T23:51:57.9821763Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2024-12-17T23:51:57.9825191Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2024-12-17T23:51:57.9828559Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9831600Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2024-12-17T23:51:57.9834717Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2024-12-17T23:51:57.9837750Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2024-12-17T23:51:57.9841163Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2024-12-17T23:51:57.9844605Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9847460Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2024-12-17T23:51:57.9851155Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2024-12-17T23:51:57.9854279Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2024-12-17T23:51:57.9857806Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2024-12-17T23:51:57.9860845Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2024-12-17T23:51:57.9864092Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2024-12-17T23:51:57.9867382Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2024-12-17T23:51:57.9870608Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9873493Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2024-12-17T23:51:57.9876598Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2024-12-17T23:51:57.9879767Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2024-12-17T23:51:57.9883299Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9886229Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2024-12-17T23:51:57.9889314Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2024-12-17T23:51:57.9892324Z adding 'torch/include/ATen/ops/abs.h' 2024-12-17T23:51:57.9895571Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9898739Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2024-12-17T23:51:57.9901831Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2024-12-17T23:51:57.9904986Z adding 'torch/include/ATen/ops/abs_native.h' 2024-12-17T23:51:57.9908225Z adding 'torch/include/ATen/ops/abs_ops.h' 2024-12-17T23:51:57.9911272Z adding 'torch/include/ATen/ops/absolute.h' 2024-12-17T23:51:57.9914574Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9917524Z adding 'torch/include/ATen/ops/absolute_native.h' 2024-12-17T23:51:57.9920747Z adding 'torch/include/ATen/ops/absolute_ops.h' 2024-12-17T23:51:57.9923865Z adding 'torch/include/ATen/ops/acos.h' 2024-12-17T23:51:57.9927334Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.9930161Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2024-12-17T23:51:57.9933230Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2024-12-17T23:51:57.9936236Z adding 'torch/include/ATen/ops/acos_meta.h' 2024-12-17T23:51:57.9939417Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2024-12-17T23:51:57.9942417Z adding 'torch/include/ATen/ops/acos_native.h' 2024-12-17T23:51:57.9945684Z adding 'torch/include/ATen/ops/acos_ops.h' 2024-12-17T23:51:57.9948967Z adding 'torch/include/ATen/ops/acosh.h' 2024-12-17T23:51:57.9952289Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:57.9955234Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2024-12-17T23:51:57.9958298Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2024-12-17T23:51:57.9961299Z adding 'torch/include/ATen/ops/acosh_meta.h' 2024-12-17T23:51:57.9964431Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2024-12-17T23:51:57.9967406Z adding 'torch/include/ATen/ops/acosh_native.h' 2024-12-17T23:51:57.9970866Z adding 'torch/include/ATen/ops/acosh_ops.h' 2024-12-17T23:51:57.9973947Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2024-12-17T23:51:57.9977348Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:57.9980492Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9983361Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2024-12-17T23:51:57.9986654Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2024-12-17T23:51:57.9990084Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2024-12-17T23:51:57.9993465Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:57.9996460Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2024-12-17T23:51:57.9999582Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2024-12-17T23:51:58.0002634Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2024-12-17T23:51:58.0005846Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2024-12-17T23:51:58.0009356Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2024-12-17T23:51:58.0012607Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2024-12-17T23:51:58.0015755Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-12-17T23:51:58.0019095Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-12-17T23:51:58.0022195Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2024-12-17T23:51:58.0025553Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2024-12-17T23:51:58.0029008Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0032197Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2024-12-17T23:51:58.0035429Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2024-12-17T23:51:58.0038445Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2024-12-17T23:51:58.0041827Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2024-12-17T23:51:58.0044963Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2024-12-17T23:51:58.0048976Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0052017Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2024-12-17T23:51:58.0055170Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2024-12-17T23:51:58.0058633Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2024-12-17T23:51:58.0061958Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2024-12-17T23:51:58.0065569Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0068577Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2024-12-17T23:51:58.0071902Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2024-12-17T23:51:58.0075005Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2024-12-17T23:51:58.0078317Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2024-12-17T23:51:58.0081560Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2024-12-17T23:51:58.0084872Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2024-12-17T23:51:58.0088688Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0091636Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2024-12-17T23:51:58.0094842Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2024-12-17T23:51:58.0098036Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2024-12-17T23:51:58.0101310Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2024-12-17T23:51:58.0104467Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2024-12-17T23:51:58.0107792Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2024-12-17T23:51:58.0111114Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2024-12-17T23:51:58.0114369Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2024-12-17T23:51:58.0118009Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0121025Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2024-12-17T23:51:58.0124888Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2024-12-17T23:51:58.0127499Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2024-12-17T23:51:58.0130704Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2024-12-17T23:51:58.0134089Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2024-12-17T23:51:58.0137469Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2024-12-17T23:51:58.0140968Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0144192Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2024-12-17T23:51:58.0147419Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2024-12-17T23:51:58.0150448Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2024-12-17T23:51:58.0153731Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2024-12-17T23:51:58.0156854Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2024-12-17T23:51:58.0160184Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2024-12-17T23:51:58.0163477Z adding 'torch/include/ATen/ops/add.h' 2024-12-17T23:51:58.0166840Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.0170264Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0173382Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2024-12-17T23:51:58.0176755Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2024-12-17T23:51:58.0179766Z adding 'torch/include/ATen/ops/add_meta.h' 2024-12-17T23:51:58.0183047Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2024-12-17T23:51:58.0186435Z adding 'torch/include/ATen/ops/add_native.h' 2024-12-17T23:51:58.0190002Z adding 'torch/include/ATen/ops/add_ops.h' 2024-12-17T23:51:58.0193488Z adding 'torch/include/ATen/ops/addbmm.h' 2024-12-17T23:51:58.0196744Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2024-12-17T23:51:58.0200132Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2024-12-17T23:51:58.0203277Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2024-12-17T23:51:58.0206357Z adding 'torch/include/ATen/ops/addbmm_native.h' 2024-12-17T23:51:58.0209795Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2024-12-17T23:51:58.0213024Z adding 'torch/include/ATen/ops/addcdiv.h' 2024-12-17T23:51:58.0216939Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0220327Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2024-12-17T23:51:58.0223997Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2024-12-17T23:51:58.0227497Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2024-12-17T23:51:58.0230869Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2024-12-17T23:51:58.0233954Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2024-12-17T23:51:58.0237423Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2024-12-17T23:51:58.0240768Z adding 'torch/include/ATen/ops/addcmul.h' 2024-12-17T23:51:58.0244379Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0247531Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2024-12-17T23:51:58.0250614Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2024-12-17T23:51:58.0253807Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2024-12-17T23:51:58.0257099Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2024-12-17T23:51:58.0260117Z adding 'torch/include/ATen/ops/addcmul_native.h' 2024-12-17T23:51:58.0263525Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2024-12-17T23:51:58.0266786Z adding 'torch/include/ATen/ops/addmm.h' 2024-12-17T23:51:58.0270175Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0273297Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2024-12-17T23:51:58.0276632Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2024-12-17T23:51:58.0279545Z adding 'torch/include/ATen/ops/addmm_meta.h' 2024-12-17T23:51:58.0282927Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2024-12-17T23:51:58.0286105Z adding 'torch/include/ATen/ops/addmm_native.h' 2024-12-17T23:51:58.0289446Z adding 'torch/include/ATen/ops/addmm_ops.h' 2024-12-17T23:51:58.0292662Z adding 'torch/include/ATen/ops/addmv.h' 2024-12-17T23:51:58.0296210Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0299233Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2024-12-17T23:51:58.0302276Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2024-12-17T23:51:58.0305310Z adding 'torch/include/ATen/ops/addmv_meta.h' 2024-12-17T23:51:58.0308435Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2024-12-17T23:51:58.0311656Z adding 'torch/include/ATen/ops/addmv_native.h' 2024-12-17T23:51:58.0314974Z adding 'torch/include/ATen/ops/addmv_ops.h' 2024-12-17T23:51:58.0318269Z adding 'torch/include/ATen/ops/addr.h' 2024-12-17T23:51:58.0321664Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.0324602Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2024-12-17T23:51:58.0327728Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2024-12-17T23:51:58.0330749Z adding 'torch/include/ATen/ops/addr_native.h' 2024-12-17T23:51:58.0334045Z adding 'torch/include/ATen/ops/addr_ops.h' 2024-12-17T23:51:58.0337255Z adding 'torch/include/ATen/ops/adjoint.h' 2024-12-17T23:51:58.0340576Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0343567Z adding 'torch/include/ATen/ops/adjoint_native.h' 2024-12-17T23:51:58.0346474Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2024-12-17T23:51:58.0349912Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2024-12-17T23:51:58.0353242Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2024-12-17T23:51:58.0356599Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0359486Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2024-12-17T23:51:58.0362740Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2024-12-17T23:51:58.0366209Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.0369216Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2024-12-17T23:51:58.0372573Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2024-12-17T23:51:58.0375640Z adding 'torch/include/ATen/ops/alias.h' 2024-12-17T23:51:58.0379161Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.0382231Z adding 'torch/include/ATen/ops/alias_copy.h' 2024-12-17T23:51:58.0385673Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.0388799Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0397893Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2024-12-17T23:51:58.0398037Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2024-12-17T23:51:58.0400664Z adding 'torch/include/ATen/ops/alias_native.h' 2024-12-17T23:51:58.0404072Z adding 'torch/include/ATen/ops/alias_ops.h' 2024-12-17T23:51:58.0407337Z adding 'torch/include/ATen/ops/align_as.h' 2024-12-17T23:51:58.0410636Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0414231Z adding 'torch/include/ATen/ops/align_as_native.h' 2024-12-17T23:51:58.0417054Z adding 'torch/include/ATen/ops/align_as_ops.h' 2024-12-17T23:51:58.0420093Z adding 'torch/include/ATen/ops/align_tensors.h' 2024-12-17T23:51:58.0423372Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0426424Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2024-12-17T23:51:58.0430268Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2024-12-17T23:51:58.0432780Z adding 'torch/include/ATen/ops/align_to.h' 2024-12-17T23:51:58.0436094Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0439088Z adding 'torch/include/ATen/ops/align_to_native.h' 2024-12-17T23:51:58.0442384Z adding 'torch/include/ATen/ops/align_to_ops.h' 2024-12-17T23:51:58.0445764Z adding 'torch/include/ATen/ops/all.h' 2024-12-17T23:51:58.0449226Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.0452443Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0455663Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0459029Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2024-12-17T23:51:58.0462266Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2024-12-17T23:51:58.0465445Z adding 'torch/include/ATen/ops/all_meta.h' 2024-12-17T23:51:58.0468649Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2024-12-17T23:51:58.0471970Z adding 'torch/include/ATen/ops/all_native.h' 2024-12-17T23:51:58.0475489Z adding 'torch/include/ATen/ops/all_ops.h' 2024-12-17T23:51:58.0478903Z adding 'torch/include/ATen/ops/allclose.h' 2024-12-17T23:51:58.0482349Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.0485252Z adding 'torch/include/ATen/ops/allclose_native.h' 2024-12-17T23:51:58.0488529Z adding 'torch/include/ATen/ops/allclose_ops.h' 2024-12-17T23:51:58.0491633Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2024-12-17T23:51:58.0495062Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0498075Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2024-12-17T23:51:58.0501389Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2024-12-17T23:51:58.0504635Z adding 'torch/include/ATen/ops/amax.h' 2024-12-17T23:51:58.0508047Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0511140Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2024-12-17T23:51:58.0514232Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2024-12-17T23:51:58.0517374Z adding 'torch/include/ATen/ops/amax_meta.h' 2024-12-17T23:51:58.0520481Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2024-12-17T23:51:58.0523608Z adding 'torch/include/ATen/ops/amax_native.h' 2024-12-17T23:51:58.0527083Z adding 'torch/include/ATen/ops/amax_ops.h' 2024-12-17T23:51:58.0530122Z adding 'torch/include/ATen/ops/amin.h' 2024-12-17T23:51:58.0533591Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0536675Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2024-12-17T23:51:58.0539955Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2024-12-17T23:51:58.0542974Z adding 'torch/include/ATen/ops/amin_meta.h' 2024-12-17T23:51:58.0546259Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2024-12-17T23:51:58.0549539Z adding 'torch/include/ATen/ops/amin_native.h' 2024-12-17T23:51:58.0552687Z adding 'torch/include/ATen/ops/amin_ops.h' 2024-12-17T23:51:58.0555883Z adding 'torch/include/ATen/ops/aminmax.h' 2024-12-17T23:51:58.0559357Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0562491Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2024-12-17T23:51:58.0565636Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2024-12-17T23:51:58.0568862Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2024-12-17T23:51:58.0572152Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2024-12-17T23:51:58.0575331Z adding 'torch/include/ATen/ops/aminmax_native.h' 2024-12-17T23:51:58.0578740Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2024-12-17T23:51:58.0581850Z adding 'torch/include/ATen/ops/and.h' 2024-12-17T23:51:58.0585253Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0588296Z adding 'torch/include/ATen/ops/and_native.h' 2024-12-17T23:51:58.0591719Z adding 'torch/include/ATen/ops/and_ops.h' 2024-12-17T23:51:58.0595820Z adding 'torch/include/ATen/ops/angle.h' 2024-12-17T23:51:58.0599113Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2024-12-17T23:51:58.0602260Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2024-12-17T23:51:58.0605286Z adding 'torch/include/ATen/ops/angle_native.h' 2024-12-17T23:51:58.0608605Z adding 'torch/include/ATen/ops/angle_ops.h' 2024-12-17T23:51:58.0611975Z adding 'torch/include/ATen/ops/any.h' 2024-12-17T23:51:58.0615578Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.0619193Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0622202Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0625404Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2024-12-17T23:51:58.0628561Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2024-12-17T23:51:58.0631816Z adding 'torch/include/ATen/ops/any_meta.h' 2024-12-17T23:51:58.0635063Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2024-12-17T23:51:58.0638394Z adding 'torch/include/ATen/ops/any_native.h' 2024-12-17T23:51:58.0642065Z adding 'torch/include/ATen/ops/any_ops.h' 2024-12-17T23:51:58.0645534Z adding 'torch/include/ATen/ops/arange.h' 2024-12-17T23:51:58.0649240Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.0652419Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2024-12-17T23:51:58.0655547Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2024-12-17T23:51:58.0658899Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2024-12-17T23:51:58.0662087Z adding 'torch/include/ATen/ops/arange_native.h' 2024-12-17T23:51:58.0665822Z adding 'torch/include/ATen/ops/arange_ops.h' 2024-12-17T23:51:58.0669081Z adding 'torch/include/ATen/ops/arccos.h' 2024-12-17T23:51:58.0672918Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0675968Z adding 'torch/include/ATen/ops/arccos_native.h' 2024-12-17T23:51:58.0679204Z adding 'torch/include/ATen/ops/arccos_ops.h' 2024-12-17T23:51:58.0682474Z adding 'torch/include/ATen/ops/arccosh.h' 2024-12-17T23:51:58.0685799Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0688867Z adding 'torch/include/ATen/ops/arccosh_native.h' 2024-12-17T23:51:58.0692256Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2024-12-17T23:51:58.0695374Z adding 'torch/include/ATen/ops/arcsin.h' 2024-12-17T23:51:58.0698936Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0701833Z adding 'torch/include/ATen/ops/arcsin_native.h' 2024-12-17T23:51:58.0705132Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2024-12-17T23:51:58.0708413Z adding 'torch/include/ATen/ops/arcsinh.h' 2024-12-17T23:51:58.0711612Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0714508Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2024-12-17T23:51:58.0717706Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2024-12-17T23:51:58.0720837Z adding 'torch/include/ATen/ops/arctan.h' 2024-12-17T23:51:58.0724100Z adding 'torch/include/ATen/ops/arctan2.h' 2024-12-17T23:51:58.0727519Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0730392Z adding 'torch/include/ATen/ops/arctan2_native.h' 2024-12-17T23:51:58.0733543Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2024-12-17T23:51:58.0736926Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0739830Z adding 'torch/include/ATen/ops/arctan_native.h' 2024-12-17T23:51:58.0743073Z adding 'torch/include/ATen/ops/arctan_ops.h' 2024-12-17T23:51:58.0746216Z adding 'torch/include/ATen/ops/arctanh.h' 2024-12-17T23:51:58.0749910Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0752561Z adding 'torch/include/ATen/ops/arctanh_native.h' 2024-12-17T23:51:58.0755739Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2024-12-17T23:51:58.0758864Z adding 'torch/include/ATen/ops/argmax.h' 2024-12-17T23:51:58.0762236Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0765160Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2024-12-17T23:51:58.0768301Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2024-12-17T23:51:58.0771467Z adding 'torch/include/ATen/ops/argmax_meta.h' 2024-12-17T23:51:58.0774605Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2024-12-17T23:51:58.0777631Z adding 'torch/include/ATen/ops/argmax_native.h' 2024-12-17T23:51:58.0780812Z adding 'torch/include/ATen/ops/argmax_ops.h' 2024-12-17T23:51:58.0783936Z adding 'torch/include/ATen/ops/argmin.h' 2024-12-17T23:51:58.0787298Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0790221Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2024-12-17T23:51:58.0793343Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2024-12-17T23:51:58.0796386Z adding 'torch/include/ATen/ops/argmin_meta.h' 2024-12-17T23:51:58.0799500Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2024-12-17T23:51:58.0802509Z adding 'torch/include/ATen/ops/argmin_native.h' 2024-12-17T23:51:58.0805689Z adding 'torch/include/ATen/ops/argmin_ops.h' 2024-12-17T23:51:58.0808883Z adding 'torch/include/ATen/ops/argsort.h' 2024-12-17T23:51:58.0812401Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0815318Z adding 'torch/include/ATen/ops/argsort_native.h' 2024-12-17T23:51:58.0819096Z adding 'torch/include/ATen/ops/argsort_ops.h' 2024-12-17T23:51:58.0822022Z adding 'torch/include/ATen/ops/argwhere.h' 2024-12-17T23:51:58.0825185Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.0828051Z adding 'torch/include/ATen/ops/argwhere_native.h' 2024-12-17T23:51:58.0831117Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2024-12-17T23:51:58.0834451Z adding 'torch/include/ATen/ops/as_strided.h' 2024-12-17T23:51:58.0837943Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0841247Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2024-12-17T23:51:58.0844761Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.0848021Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0850868Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2024-12-17T23:51:58.0854123Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2024-12-17T23:51:58.0857440Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2024-12-17T23:51:58.0860558Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2024-12-17T23:51:58.0863674Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2024-12-17T23:51:58.0866731Z adding 'torch/include/ATen/ops/as_strided_native.h' 2024-12-17T23:51:58.0869970Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2024-12-17T23:51:58.0873693Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2024-12-17T23:51:58.0877513Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.0880734Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0883505Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2024-12-17T23:51:58.0886812Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2024-12-17T23:51:58.0889920Z adding 'torch/include/ATen/ops/asin.h' 2024-12-17T23:51:58.0893295Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0896233Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2024-12-17T23:51:58.0899627Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2024-12-17T23:51:58.0902539Z adding 'torch/include/ATen/ops/asin_meta.h' 2024-12-17T23:51:58.0905560Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2024-12-17T23:51:58.0908587Z adding 'torch/include/ATen/ops/asin_native.h' 2024-12-17T23:51:58.0911971Z adding 'torch/include/ATen/ops/asin_ops.h' 2024-12-17T23:51:58.0915123Z adding 'torch/include/ATen/ops/asinh.h' 2024-12-17T23:51:58.0918495Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0921390Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2024-12-17T23:51:58.0924495Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2024-12-17T23:51:58.0927470Z adding 'torch/include/ATen/ops/asinh_meta.h' 2024-12-17T23:51:58.0930544Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2024-12-17T23:51:58.0933548Z adding 'torch/include/ATen/ops/asinh_native.h' 2024-12-17T23:51:58.0936833Z adding 'torch/include/ATen/ops/asinh_ops.h' 2024-12-17T23:51:58.0940127Z adding 'torch/include/ATen/ops/atan.h' 2024-12-17T23:51:58.0943321Z adding 'torch/include/ATen/ops/atan2.h' 2024-12-17T23:51:58.0946765Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0949696Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2024-12-17T23:51:58.0952773Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2024-12-17T23:51:58.0955740Z adding 'torch/include/ATen/ops/atan2_meta.h' 2024-12-17T23:51:58.0958850Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2024-12-17T23:51:58.0961795Z adding 'torch/include/ATen/ops/atan2_native.h' 2024-12-17T23:51:58.0965050Z adding 'torch/include/ATen/ops/atan2_ops.h' 2024-12-17T23:51:58.0968832Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0971738Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2024-12-17T23:51:58.0974830Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2024-12-17T23:51:58.0977929Z adding 'torch/include/ATen/ops/atan_meta.h' 2024-12-17T23:51:58.0981031Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2024-12-17T23:51:58.0984056Z adding 'torch/include/ATen/ops/atan_native.h' 2024-12-17T23:51:58.0987266Z adding 'torch/include/ATen/ops/atan_ops.h' 2024-12-17T23:51:58.0990402Z adding 'torch/include/ATen/ops/atanh.h' 2024-12-17T23:51:58.0993793Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.0996726Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2024-12-17T23:51:58.0999837Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2024-12-17T23:51:58.1002826Z adding 'torch/include/ATen/ops/atanh_meta.h' 2024-12-17T23:51:58.1005921Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2024-12-17T23:51:58.1008933Z adding 'torch/include/ATen/ops/atanh_native.h' 2024-12-17T23:51:58.1012514Z adding 'torch/include/ATen/ops/atanh_ops.h' 2024-12-17T23:51:58.1015576Z adding 'torch/include/ATen/ops/atleast_1d.h' 2024-12-17T23:51:58.1019035Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.1021998Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2024-12-17T23:51:58.1025356Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2024-12-17T23:51:58.1028457Z adding 'torch/include/ATen/ops/atleast_2d.h' 2024-12-17T23:51:58.1032149Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.1034904Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2024-12-17T23:51:58.1038190Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2024-12-17T23:51:58.1041412Z adding 'torch/include/ATen/ops/atleast_3d.h' 2024-12-17T23:51:58.1044718Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.1047780Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2024-12-17T23:51:58.1050994Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2024-12-17T23:51:58.1054482Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2024-12-17T23:51:58.1058173Z adding 'torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1061406Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.1064531Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2024-12-17T23:51:58.1067818Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2024-12-17T23:51:58.1071297Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2024-12-17T23:51:58.1074732Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2024-12-17T23:51:58.1078398Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1081602Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2024-12-17T23:51:58.1084788Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2024-12-17T23:51:58.1088025Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2024-12-17T23:51:58.1091248Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2024-12-17T23:51:58.1094535Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2024-12-17T23:51:58.1098139Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2024-12-17T23:51:58.1101698Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1104815Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2024-12-17T23:51:58.1107967Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2024-12-17T23:51:58.1111588Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2024-12-17T23:51:58.1115091Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2024-12-17T23:51:58.1118305Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2024-12-17T23:51:58.1121769Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2024-12-17T23:51:58.1125378Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2024-12-17T23:51:58.1128642Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2024-12-17T23:51:58.1132117Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1135217Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2024-12-17T23:51:58.1138723Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2024-12-17T23:51:58.1141835Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2024-12-17T23:51:58.1145360Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2024-12-17T23:51:58.1148496Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2024-12-17T23:51:58.1151924Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2024-12-17T23:51:58.1155506Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1158583Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2024-12-17T23:51:58.1161954Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2024-12-17T23:51:58.1165027Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2024-12-17T23:51:58.1168482Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2024-12-17T23:51:58.1171741Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2024-12-17T23:51:58.1175079Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2024-12-17T23:51:58.1178530Z adding 'torch/include/ATen/ops/baddbmm.h' 2024-12-17T23:51:58.1182006Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1185453Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2024-12-17T23:51:58.1188515Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2024-12-17T23:51:58.1191492Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2024-12-17T23:51:58.1194773Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2024-12-17T23:51:58.1197838Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2024-12-17T23:51:58.1201325Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2024-12-17T23:51:58.1205083Z adding 'torch/include/ATen/ops/bartlett_window.h' 2024-12-17T23:51:58.1208559Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1211587Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2024-12-17T23:51:58.1214991Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2024-12-17T23:51:58.1218692Z adding 'torch/include/ATen/ops/batch_norm.h' 2024-12-17T23:51:58.1222548Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2024-12-17T23:51:58.1226535Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2024-12-17T23:51:58.1230204Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2024-12-17T23:51:58.1233368Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2024-12-17T23:51:58.1237001Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1240079Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2024-12-17T23:51:58.1243352Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2024-12-17T23:51:58.1246789Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2024-12-17T23:51:58.1250072Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2024-12-17T23:51:58.1253590Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2024-12-17T23:51:58.1257047Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2024-12-17T23:51:58.1260483Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1263675Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2024-12-17T23:51:58.1266907Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2024-12-17T23:51:58.1270184Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2024-12-17T23:51:58.1273458Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.1276521Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2024-12-17T23:51:58.1279893Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2024-12-17T23:51:58.1283131Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2024-12-17T23:51:58.1286406Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2024-12-17T23:51:58.1289643Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2024-12-17T23:51:58.1293010Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1296128Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2024-12-17T23:51:58.1299244Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2024-12-17T23:51:58.1302708Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2024-12-17T23:51:58.1306053Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2024-12-17T23:51:58.1309370Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1312675Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2024-12-17T23:51:58.1315741Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2024-12-17T23:51:58.1319064Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2024-12-17T23:51:58.1322208Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2024-12-17T23:51:58.1325432Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2024-12-17T23:51:58.1328499Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2024-12-17T23:51:58.1331778Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1334759Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2024-12-17T23:51:58.1337858Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2024-12-17T23:51:58.1341815Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2024-12-17T23:51:58.1345271Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2024-12-17T23:51:58.1348631Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1351639Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2024-12-17T23:51:58.1354757Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2024-12-17T23:51:58.1357783Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2024-12-17T23:51:58.1361066Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2024-12-17T23:51:58.1364480Z adding 'torch/include/ATen/ops/bernoulli.h' 2024-12-17T23:51:58.1367997Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1371263Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1374446Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2024-12-17T23:51:58.1377699Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2024-12-17T23:51:58.1380812Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2024-12-17T23:51:58.1383874Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2024-12-17T23:51:58.1387443Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2024-12-17T23:51:58.1390676Z adding 'torch/include/ATen/ops/bilinear.h' 2024-12-17T23:51:58.1393998Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.1396876Z adding 'torch/include/ATen/ops/bilinear_native.h' 2024-12-17T23:51:58.1400001Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2024-12-17T23:51:58.1403218Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2024-12-17T23:51:58.1406482Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2024-12-17T23:51:58.1409721Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2024-12-17T23:51:58.1412878Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2024-12-17T23:51:58.1416038Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2024-12-17T23:51:58.1419474Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2024-12-17T23:51:58.1422676Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2024-12-17T23:51:58.1425823Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2024-12-17T23:51:58.1428877Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2024-12-17T23:51:58.1432094Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2024-12-17T23:51:58.1435361Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2024-12-17T23:51:58.1438749Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1441726Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2024-12-17T23:51:58.1444976Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2024-12-17T23:51:58.1448067Z adding 'torch/include/ATen/ops/bincount.h' 2024-12-17T23:51:58.1451358Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1454357Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2024-12-17T23:51:58.1457569Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2024-12-17T23:51:58.1460606Z adding 'torch/include/ATen/ops/bincount_native.h' 2024-12-17T23:51:58.1463855Z adding 'torch/include/ATen/ops/bincount_ops.h' 2024-12-17T23:51:58.1467050Z adding 'torch/include/ATen/ops/binomial.h' 2024-12-17T23:51:58.1470535Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1473904Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2024-12-17T23:51:58.1476854Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2024-12-17T23:51:58.1479994Z adding 'torch/include/ATen/ops/binomial_native.h' 2024-12-17T23:51:58.1483238Z adding 'torch/include/ATen/ops/binomial_ops.h' 2024-12-17T23:51:58.1486762Z adding 'torch/include/ATen/ops/bitwise_and.h' 2024-12-17T23:51:58.1490191Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1493519Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1496878Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2024-12-17T23:51:58.1499931Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2024-12-17T23:51:58.1503403Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2024-12-17T23:51:58.1506583Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2024-12-17T23:51:58.1509866Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2024-12-17T23:51:58.1513467Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2024-12-17T23:51:58.1516997Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2024-12-17T23:51:58.1520662Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1523896Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1526934Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2024-12-17T23:51:58.1530039Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2024-12-17T23:51:58.1533231Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2024-12-17T23:51:58.1536615Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2024-12-17T23:51:58.1539759Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2024-12-17T23:51:58.1543495Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2024-12-17T23:51:58.1546691Z adding 'torch/include/ATen/ops/bitwise_not.h' 2024-12-17T23:51:58.1550249Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1553234Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2024-12-17T23:51:58.1556487Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2024-12-17T23:51:58.1559638Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2024-12-17T23:51:58.1562814Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2024-12-17T23:51:58.1566035Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2024-12-17T23:51:58.1569201Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2024-12-17T23:51:58.1572646Z adding 'torch/include/ATen/ops/bitwise_or.h' 2024-12-17T23:51:58.1576215Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1579460Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1582525Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2024-12-17T23:51:58.1585634Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2024-12-17T23:51:58.1588952Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2024-12-17T23:51:58.1592185Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2024-12-17T23:51:58.1595407Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2024-12-17T23:51:58.1599020Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2024-12-17T23:51:58.1602553Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2024-12-17T23:51:58.1606081Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1609333Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1612514Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2024-12-17T23:51:58.1615675Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2024-12-17T23:51:58.1619080Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2024-12-17T23:51:58.1622343Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2024-12-17T23:51:58.1625463Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2024-12-17T23:51:58.1629383Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2024-12-17T23:51:58.1632835Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2024-12-17T23:51:58.1636250Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1639589Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1642558Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2024-12-17T23:51:58.1645782Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2024-12-17T23:51:58.1648818Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2024-12-17T23:51:58.1652178Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2024-12-17T23:51:58.1655318Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2024-12-17T23:51:58.1659132Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2024-12-17T23:51:58.1662743Z adding 'torch/include/ATen/ops/blackman_window.h' 2024-12-17T23:51:58.1666249Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1669406Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2024-12-17T23:51:58.1672899Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2024-12-17T23:51:58.1676091Z adding 'torch/include/ATen/ops/block_diag.h' 2024-12-17T23:51:58.1679538Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1682434Z adding 'torch/include/ATen/ops/block_diag_native.h' 2024-12-17T23:51:58.1685823Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2024-12-17T23:51:58.1688942Z adding 'torch/include/ATen/ops/bmm.h' 2024-12-17T23:51:58.1692443Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1695474Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2024-12-17T23:51:58.1698712Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2024-12-17T23:51:58.1701900Z adding 'torch/include/ATen/ops/bmm_meta.h' 2024-12-17T23:51:58.1705022Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2024-12-17T23:51:58.1708268Z adding 'torch/include/ATen/ops/bmm_native.h' 2024-12-17T23:51:58.1711518Z adding 'torch/include/ATen/ops/bmm_ops.h' 2024-12-17T23:51:58.1714783Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2024-12-17T23:51:58.1718234Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.1721586Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2024-12-17T23:51:58.1724990Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2024-12-17T23:51:58.1728154Z adding 'torch/include/ATen/ops/broadcast_to.h' 2024-12-17T23:51:58.1731639Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.1734617Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2024-12-17T23:51:58.1737944Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2024-12-17T23:51:58.1741369Z adding 'torch/include/ATen/ops/bucketize.h' 2024-12-17T23:51:58.1744777Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1748240Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2024-12-17T23:51:58.1751100Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2024-12-17T23:51:58.1754136Z adding 'torch/include/ATen/ops/bucketize_native.h' 2024-12-17T23:51:58.1757583Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2024-12-17T23:51:58.1760743Z adding 'torch/include/ATen/ops/can_cast.h' 2024-12-17T23:51:58.1763990Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.1766883Z adding 'torch/include/ATen/ops/can_cast_native.h' 2024-12-17T23:51:58.1770269Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2024-12-17T23:51:58.1773167Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2024-12-17T23:51:58.1776606Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.1779504Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2024-12-17T23:51:58.1782718Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2024-12-17T23:51:58.1785864Z adding 'torch/include/ATen/ops/cat.h' 2024-12-17T23:51:58.1789147Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1792347Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.1795357Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2024-12-17T23:51:58.1798379Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2024-12-17T23:51:58.1801926Z adding 'torch/include/ATen/ops/cat_meta.h' 2024-12-17T23:51:58.1805363Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2024-12-17T23:51:58.1808545Z adding 'torch/include/ATen/ops/cat_native.h' 2024-12-17T23:51:58.1811932Z adding 'torch/include/ATen/ops/cat_ops.h' 2024-12-17T23:51:58.1815198Z adding 'torch/include/ATen/ops/cauchy.h' 2024-12-17T23:51:58.1818605Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1821612Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2024-12-17T23:51:58.1824700Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2024-12-17T23:51:58.1827779Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2024-12-17T23:51:58.1830787Z adding 'torch/include/ATen/ops/cauchy_native.h' 2024-12-17T23:51:58.1834116Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2024-12-17T23:51:58.1837107Z adding 'torch/include/ATen/ops/ccol_indices.h' 2024-12-17T23:51:58.1840362Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1843296Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2024-12-17T23:51:58.1846683Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1849883Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1852860Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2024-12-17T23:51:58.1855991Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2024-12-17T23:51:58.1858997Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2024-12-17T23:51:58.1862243Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2024-12-17T23:51:58.1865390Z adding 'torch/include/ATen/ops/cdist.h' 2024-12-17T23:51:58.1868689Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.1871643Z adding 'torch/include/ATen/ops/cdist_native.h' 2024-12-17T23:51:58.1874858Z adding 'torch/include/ATen/ops/cdist_ops.h' 2024-12-17T23:51:58.1878150Z adding 'torch/include/ATen/ops/ceil.h' 2024-12-17T23:51:58.1881483Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.1884394Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2024-12-17T23:51:58.1887462Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2024-12-17T23:51:58.1890442Z adding 'torch/include/ATen/ops/ceil_meta.h' 2024-12-17T23:51:58.1893537Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2024-12-17T23:51:58.1896986Z adding 'torch/include/ATen/ops/ceil_native.h' 2024-12-17T23:51:58.1900010Z adding 'torch/include/ATen/ops/ceil_ops.h' 2024-12-17T23:51:58.1903101Z adding 'torch/include/ATen/ops/celu.h' 2024-12-17T23:51:58.1906418Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1909314Z adding 'torch/include/ATen/ops/celu_native.h' 2024-12-17T23:51:58.1912568Z adding 'torch/include/ATen/ops/celu_ops.h' 2024-12-17T23:51:58.1915729Z adding 'torch/include/ATen/ops/chain_matmul.h' 2024-12-17T23:51:58.1919167Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.1922015Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2024-12-17T23:51:58.1925097Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2024-12-17T23:51:58.1928109Z adding 'torch/include/ATen/ops/chalf.h' 2024-12-17T23:51:58.1931345Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.1934256Z adding 'torch/include/ATen/ops/chalf_native.h' 2024-12-17T23:51:58.1937495Z adding 'torch/include/ATen/ops/chalf_ops.h' 2024-12-17T23:51:58.1940842Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2024-12-17T23:51:58.1944248Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1947201Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2024-12-17T23:51:58.1950289Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2024-12-17T23:51:58.1953304Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2024-12-17T23:51:58.1956489Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2024-12-17T23:51:58.1959562Z adding 'torch/include/ATen/ops/cholesky.h' 2024-12-17T23:51:58.1962877Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2024-12-17T23:51:58.1966002Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2024-12-17T23:51:58.1969225Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2024-12-17T23:51:58.1972410Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2024-12-17T23:51:58.1975715Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2024-12-17T23:51:58.1979000Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2024-12-17T23:51:58.1982196Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2024-12-17T23:51:58.1985340Z adding 'torch/include/ATen/ops/cholesky_native.h' 2024-12-17T23:51:58.1988564Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2024-12-17T23:51:58.1991866Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2024-12-17T23:51:58.1995253Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.1999294Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2024-12-17T23:51:58.2002745Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2024-12-17T23:51:58.2005980Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2024-12-17T23:51:58.2009460Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2012423Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2024-12-17T23:51:58.2015712Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2024-12-17T23:51:58.2018981Z adding 'torch/include/ATen/ops/chunk.h' 2024-12-17T23:51:58.2022250Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2025333Z adding 'torch/include/ATen/ops/chunk_native.h' 2024-12-17T23:51:58.2028489Z adding 'torch/include/ATen/ops/chunk_ops.h' 2024-12-17T23:51:58.2031986Z adding 'torch/include/ATen/ops/clamp.h' 2024-12-17T23:51:58.2035545Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.2038666Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2024-12-17T23:51:58.2041972Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2024-12-17T23:51:58.2045239Z adding 'torch/include/ATen/ops/clamp_max.h' 2024-12-17T23:51:58.2049117Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.2051929Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2024-12-17T23:51:58.2055161Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2024-12-17T23:51:58.2058407Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2024-12-17T23:51:58.2061616Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2024-12-17T23:51:58.2064822Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2024-12-17T23:51:58.2068306Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2024-12-17T23:51:58.2071907Z adding 'torch/include/ATen/ops/clamp_meta.h' 2024-12-17T23:51:58.2075072Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2024-12-17T23:51:58.2078367Z adding 'torch/include/ATen/ops/clamp_min.h' 2024-12-17T23:51:58.2081996Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.2085692Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2024-12-17T23:51:58.2089224Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2024-12-17T23:51:58.2092236Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2024-12-17T23:51:58.2095494Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2024-12-17T23:51:58.2098774Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2024-12-17T23:51:58.2102274Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2024-12-17T23:51:58.2105626Z adding 'torch/include/ATen/ops/clamp_native.h' 2024-12-17T23:51:58.2109271Z adding 'torch/include/ATen/ops/clamp_ops.h' 2024-12-17T23:51:58.2112777Z adding 'torch/include/ATen/ops/clip.h' 2024-12-17T23:51:58.2116527Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2119524Z adding 'torch/include/ATen/ops/clip_native.h' 2024-12-17T23:51:58.2123177Z adding 'torch/include/ATen/ops/clip_ops.h' 2024-12-17T23:51:58.2126581Z adding 'torch/include/ATen/ops/clone.h' 2024-12-17T23:51:58.2129978Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2133383Z adding 'torch/include/ATen/ops/clone_native.h' 2024-12-17T23:51:58.2136551Z adding 'torch/include/ATen/ops/clone_ops.h' 2024-12-17T23:51:58.2139643Z adding 'torch/include/ATen/ops/coalesce.h' 2024-12-17T23:51:58.2142914Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2145987Z adding 'torch/include/ATen/ops/coalesce_native.h' 2024-12-17T23:51:58.2149192Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2024-12-17T23:51:58.2153140Z adding 'torch/include/ATen/ops/col2im.h' 2024-12-17T23:51:58.2156711Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2024-12-17T23:51:58.2160003Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2024-12-17T23:51:58.2163202Z adding 'torch/include/ATen/ops/col2im_native.h' 2024-12-17T23:51:58.2166670Z adding 'torch/include/ATen/ops/col2im_ops.h' 2024-12-17T23:51:58.2169713Z adding 'torch/include/ATen/ops/col_indices.h' 2024-12-17T23:51:58.2173112Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2176132Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2024-12-17T23:51:58.2179651Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2182913Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.2185982Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2024-12-17T23:51:58.2189234Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2024-12-17T23:51:58.2192311Z adding 'torch/include/ATen/ops/col_indices_native.h' 2024-12-17T23:51:58.2195521Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2024-12-17T23:51:58.2198649Z adding 'torch/include/ATen/ops/column_stack.h' 2024-12-17T23:51:58.2202093Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2204951Z adding 'torch/include/ATen/ops/column_stack_native.h' 2024-12-17T23:51:58.2208340Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2024-12-17T23:51:58.2211604Z adding 'torch/include/ATen/ops/combinations.h' 2024-12-17T23:51:58.2214864Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2218022Z adding 'torch/include/ATen/ops/combinations_native.h' 2024-12-17T23:51:58.2221164Z adding 'torch/include/ATen/ops/combinations_ops.h' 2024-12-17T23:51:58.2224648Z adding 'torch/include/ATen/ops/complex.h' 2024-12-17T23:51:58.2228465Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2231917Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2024-12-17T23:51:58.2235020Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2024-12-17T23:51:58.2238336Z adding 'torch/include/ATen/ops/complex_native.h' 2024-12-17T23:51:58.2241562Z adding 'torch/include/ATen/ops/complex_ops.h' 2024-12-17T23:51:58.2244997Z adding 'torch/include/ATen/ops/concat.h' 2024-12-17T23:51:58.2248505Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2251479Z adding 'torch/include/ATen/ops/concat_native.h' 2024-12-17T23:51:58.2255039Z adding 'torch/include/ATen/ops/concat_ops.h' 2024-12-17T23:51:58.2258437Z adding 'torch/include/ATen/ops/concatenate.h' 2024-12-17T23:51:58.2261884Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2264862Z adding 'torch/include/ATen/ops/concatenate_native.h' 2024-12-17T23:51:58.2268232Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2024-12-17T23:51:58.2271368Z adding 'torch/include/ATen/ops/conj.h' 2024-12-17T23:51:58.2274804Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2277691Z adding 'torch/include/ATen/ops/conj_native.h' 2024-12-17T23:51:58.2280868Z adding 'torch/include/ATen/ops/conj_ops.h' 2024-12-17T23:51:58.2283910Z adding 'torch/include/ATen/ops/conj_physical.h' 2024-12-17T23:51:58.2287154Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2290452Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2293470Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2024-12-17T23:51:58.2296626Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2024-12-17T23:51:58.2299657Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2024-12-17T23:51:58.2303023Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2024-12-17T23:51:58.2306422Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2024-12-17T23:51:58.2309755Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2312652Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2024-12-17T23:51:58.2315965Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2024-12-17T23:51:58.2319235Z adding 'torch/include/ATen/ops/contiguous.h' 2024-12-17T23:51:58.2322502Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2325530Z adding 'torch/include/ATen/ops/contiguous_native.h' 2024-12-17T23:51:58.2328697Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2024-12-17T23:51:58.2332084Z adding 'torch/include/ATen/ops/conv1d.h' 2024-12-17T23:51:58.2335548Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2338742Z adding 'torch/include/ATen/ops/conv1d_native.h' 2024-12-17T23:51:58.2342078Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2024-12-17T23:51:58.2345587Z adding 'torch/include/ATen/ops/conv2d.h' 2024-12-17T23:51:58.2349036Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2352021Z adding 'torch/include/ATen/ops/conv2d_native.h' 2024-12-17T23:51:58.2355288Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2024-12-17T23:51:58.2358749Z adding 'torch/include/ATen/ops/conv3d.h' 2024-12-17T23:51:58.2362223Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2365239Z adding 'torch/include/ATen/ops/conv3d_native.h' 2024-12-17T23:51:58.2368491Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2024-12-17T23:51:58.2372144Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2024-12-17T23:51:58.2375921Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2379074Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2024-12-17T23:51:58.2382344Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2024-12-17T23:51:58.2385845Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2024-12-17T23:51:58.2388860Z adding 'torch/include/ATen/ops/conv_tbc.h' 2024-12-17T23:51:58.2391983Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2024-12-17T23:51:58.2395283Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2398181Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2024-12-17T23:51:58.2401440Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2024-12-17T23:51:58.2404569Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2407475Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2024-12-17T23:51:58.2410697Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2024-12-17T23:51:58.2414090Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2024-12-17T23:51:58.2417647Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2420585Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2024-12-17T23:51:58.2423954Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2024-12-17T23:51:58.2427231Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2024-12-17T23:51:58.2430565Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2433641Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2024-12-17T23:51:58.2436860Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2024-12-17T23:51:58.2440176Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2024-12-17T23:51:58.2443595Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2446672Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2024-12-17T23:51:58.2449881Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2024-12-17T23:51:58.2453363Z adding 'torch/include/ATen/ops/convolution.h' 2024-12-17T23:51:58.2457559Z adding 'torch/include/ATen/ops/convolution_backward.h' 2024-12-17T23:51:58.2461372Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2464512Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2024-12-17T23:51:58.2467786Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2024-12-17T23:51:58.2471236Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2024-12-17T23:51:58.2475455Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2024-12-17T23:51:58.2479387Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2482603Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2024-12-17T23:51:58.2486079Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2024-12-17T23:51:58.2489696Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2492834Z adding 'torch/include/ATen/ops/convolution_native.h' 2024-12-17T23:51:58.2496428Z adding 'torch/include/ATen/ops/convolution_ops.h' 2024-12-17T23:51:58.2500645Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2024-12-17T23:51:58.2504116Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2507254Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2024-12-17T23:51:58.2510765Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2024-12-17T23:51:58.2513924Z adding 'torch/include/ATen/ops/copy.h' 2024-12-17T23:51:58.2517383Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2520568Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.2523672Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2024-12-17T23:51:58.2526781Z adding 'torch/include/ATen/ops/copy_native.h' 2024-12-17T23:51:58.2530245Z adding 'torch/include/ATen/ops/copy_ops.h' 2024-12-17T23:51:58.2533627Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2024-12-17T23:51:58.2537151Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2540367Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2024-12-17T23:51:58.2543401Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2024-12-17T23:51:58.2546940Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2024-12-17T23:51:58.2550607Z adding 'torch/include/ATen/ops/copysign.h' 2024-12-17T23:51:58.2553583Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2557116Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.2560361Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2024-12-17T23:51:58.2563584Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2024-12-17T23:51:58.2587169Z adding 'torch/include/ATen/ops/copysign_meta.h' 2024-12-17T23:51:58.2587802Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2024-12-17T23:51:58.2588328Z adding 'torch/include/ATen/ops/copysign_native.h' 2024-12-17T23:51:58.2588819Z adding 'torch/include/ATen/ops/copysign_ops.h' 2024-12-17T23:51:58.2589292Z adding 'torch/include/ATen/ops/corrcoef.h' 2024-12-17T23:51:58.2590030Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2590751Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2024-12-17T23:51:58.2591170Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2024-12-17T23:51:58.2592273Z adding 'torch/include/ATen/ops/cos.h' 2024-12-17T23:51:58.2595688Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.2598763Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2024-12-17T23:51:58.2601920Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2024-12-17T23:51:58.2604922Z adding 'torch/include/ATen/ops/cos_meta.h' 2024-12-17T23:51:58.2608163Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2024-12-17T23:51:58.2611160Z adding 'torch/include/ATen/ops/cos_native.h' 2024-12-17T23:51:58.2614571Z adding 'torch/include/ATen/ops/cos_ops.h' 2024-12-17T23:51:58.2617916Z adding 'torch/include/ATen/ops/cosh.h' 2024-12-17T23:51:58.2621434Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.2624513Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2024-12-17T23:51:58.2627649Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2024-12-17T23:51:58.2630798Z adding 'torch/include/ATen/ops/cosh_meta.h' 2024-12-17T23:51:58.2633906Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2024-12-17T23:51:58.2637042Z adding 'torch/include/ATen/ops/cosh_native.h' 2024-12-17T23:51:58.2640257Z adding 'torch/include/ATen/ops/cosh_ops.h' 2024-12-17T23:51:58.2643604Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2024-12-17T23:51:58.2647065Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2650047Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2024-12-17T23:51:58.2653368Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2024-12-17T23:51:58.2656531Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2024-12-17T23:51:58.2660023Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2667758Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2024-12-17T23:51:58.2671820Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2024-12-17T23:51:58.2675415Z adding 'torch/include/ATen/ops/count_nonzero.h' 2024-12-17T23:51:58.2679453Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2683206Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2024-12-17T23:51:58.2686540Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2024-12-17T23:51:58.2690422Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2024-12-17T23:51:58.2694334Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2024-12-17T23:51:58.2697978Z adding 'torch/include/ATen/ops/cov.h' 2024-12-17T23:51:58.2701936Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2705099Z adding 'torch/include/ATen/ops/cov_native.h' 2024-12-17T23:51:58.2709194Z adding 'torch/include/ATen/ops/cov_ops.h' 2024-12-17T23:51:58.2713486Z adding 'torch/include/ATen/ops/cross.h' 2024-12-17T23:51:58.2716609Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2720517Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2024-12-17T23:51:58.2724216Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2727824Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2024-12-17T23:51:58.2731967Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2024-12-17T23:51:58.2737168Z adding 'torch/include/ATen/ops/cross_native.h' 2024-12-17T23:51:58.2742473Z adding 'torch/include/ATen/ops/cross_ops.h' 2024-12-17T23:51:58.2747427Z adding 'torch/include/ATen/ops/crow_indices.h' 2024-12-17T23:51:58.2752615Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2763919Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2024-12-17T23:51:58.2764634Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2768078Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.2771818Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2024-12-17T23:51:58.2775341Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2024-12-17T23:51:58.2779077Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2024-12-17T23:51:58.2782696Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2024-12-17T23:51:58.2785933Z adding 'torch/include/ATen/ops/ctc_loss.h' 2024-12-17T23:51:58.2789531Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2792617Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2024-12-17T23:51:58.2796051Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2024-12-17T23:51:58.2800076Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2024-12-17T23:51:58.2803420Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2024-12-17T23:51:58.2807043Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2810046Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2024-12-17T23:51:58.2813527Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2024-12-17T23:51:58.2817224Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2024-12-17T23:51:58.2820527Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2823840Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2024-12-17T23:51:58.2826855Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2024-12-17T23:51:58.2830211Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2024-12-17T23:51:58.2833678Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2024-12-17T23:51:58.2837099Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2024-12-17T23:51:58.2840700Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2843920Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2024-12-17T23:51:58.2846958Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2024-12-17T23:51:58.2850460Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2024-12-17T23:51:58.2853886Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2857024Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2024-12-17T23:51:58.2860084Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2024-12-17T23:51:58.2863654Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2024-12-17T23:51:58.2867371Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2024-12-17T23:51:58.2872584Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2024-12-17T23:51:58.2875803Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2878797Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2024-12-17T23:51:58.2882074Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2024-12-17T23:51:58.2885571Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2024-12-17T23:51:58.2888958Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2024-12-17T23:51:58.2892115Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2024-12-17T23:51:58.2895683Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2024-12-17T23:51:58.2899520Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2024-12-17T23:51:58.2903454Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2906319Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2024-12-17T23:51:58.2909389Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2024-12-17T23:51:58.2912698Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2024-12-17T23:51:58.2916485Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2024-12-17T23:51:58.2920180Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2923354Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2024-12-17T23:51:58.2926544Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2024-12-17T23:51:58.2929935Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2024-12-17T23:51:58.2933135Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2024-12-17T23:51:58.2936479Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2024-12-17T23:51:58.2939920Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2942976Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2024-12-17T23:51:58.2946068Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2024-12-17T23:51:58.2949286Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2024-12-17T23:51:58.2952642Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2955661Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2024-12-17T23:51:58.2958669Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2024-12-17T23:51:58.2961970Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2024-12-17T23:51:58.2965129Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2024-12-17T23:51:58.2968568Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2971457Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2024-12-17T23:51:58.2974618Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2024-12-17T23:51:58.2977908Z adding 'torch/include/ATen/ops/cummax.h' 2024-12-17T23:51:58.2981428Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.2985071Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.2988002Z adding 'torch/include/ATen/ops/cummax_native.h' 2024-12-17T23:51:58.2991333Z adding 'torch/include/ATen/ops/cummax_ops.h' 2024-12-17T23:51:58.2994800Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2024-12-17T23:51:58.2998224Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3001109Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2024-12-17T23:51:58.3004332Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2024-12-17T23:51:58.3007555Z adding 'torch/include/ATen/ops/cummin.h' 2024-12-17T23:51:58.3011156Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3014390Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3017433Z adding 'torch/include/ATen/ops/cummin_native.h' 2024-12-17T23:51:58.3020912Z adding 'torch/include/ATen/ops/cummin_ops.h' 2024-12-17T23:51:58.3024264Z adding 'torch/include/ATen/ops/cumprod.h' 2024-12-17T23:51:58.3027556Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2024-12-17T23:51:58.3031043Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3033786Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2024-12-17T23:51:58.3036905Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2024-12-17T23:51:58.3040391Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3043553Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3046722Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2024-12-17T23:51:58.3049957Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2024-12-17T23:51:58.3052962Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2024-12-17T23:51:58.3056277Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2024-12-17T23:51:58.3059351Z adding 'torch/include/ATen/ops/cumprod_native.h' 2024-12-17T23:51:58.3062987Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2024-12-17T23:51:58.3066354Z adding 'torch/include/ATen/ops/cumsum.h' 2024-12-17T23:51:58.3069950Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3073199Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3076293Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2024-12-17T23:51:58.3079520Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2024-12-17T23:51:58.3082547Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2024-12-17T23:51:58.3085835Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2024-12-17T23:51:58.3088907Z adding 'torch/include/ATen/ops/cumsum_native.h' 2024-12-17T23:51:58.3092513Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2024-12-17T23:51:58.3095935Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2024-12-17T23:51:58.3099431Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3102489Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2024-12-17T23:51:58.3105662Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2024-12-17T23:51:58.3108816Z adding 'torch/include/ATen/ops/data.h' 2024-12-17T23:51:58.3112037Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3115076Z adding 'torch/include/ATen/ops/data_native.h' 2024-12-17T23:51:58.3118293Z adding 'torch/include/ATen/ops/data_ops.h' 2024-12-17T23:51:58.3121478Z adding 'torch/include/ATen/ops/deg2rad.h' 2024-12-17T23:51:58.3124871Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3127815Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2024-12-17T23:51:58.3131181Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2024-12-17T23:51:58.3134155Z adding 'torch/include/ATen/ops/dense_dim.h' 2024-12-17T23:51:58.3137692Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3140596Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2024-12-17T23:51:58.3143789Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2024-12-17T23:51:58.3147212Z adding 'torch/include/ATen/ops/dequantize.h' 2024-12-17T23:51:58.3150509Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3153623Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2024-12-17T23:51:58.3156743Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2024-12-17T23:51:58.3159883Z adding 'torch/include/ATen/ops/dequantize_native.h' 2024-12-17T23:51:58.3163290Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2024-12-17T23:51:58.3166479Z adding 'torch/include/ATen/ops/det.h' 2024-12-17T23:51:58.3169768Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3172759Z adding 'torch/include/ATen/ops/det_native.h' 2024-12-17T23:51:58.3176012Z adding 'torch/include/ATen/ops/det_ops.h' 2024-12-17T23:51:58.3179080Z adding 'torch/include/ATen/ops/detach.h' 2024-12-17T23:51:58.3182514Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3185440Z adding 'torch/include/ATen/ops/detach_copy.h' 2024-12-17T23:51:58.3188877Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3192153Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3195090Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2024-12-17T23:51:58.3198402Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2024-12-17T23:51:58.3201483Z adding 'torch/include/ATen/ops/detach_native.h' 2024-12-17T23:51:58.3204746Z adding 'torch/include/ATen/ops/detach_ops.h' 2024-12-17T23:51:58.3207824Z adding 'torch/include/ATen/ops/diag.h' 2024-12-17T23:51:58.3211222Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3214303Z adding 'torch/include/ATen/ops/diag_embed.h' 2024-12-17T23:51:58.3217787Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3221011Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3223959Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2024-12-17T23:51:58.3227263Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2024-12-17T23:51:58.3230481Z adding 'torch/include/ATen/ops/diag_native.h' 2024-12-17T23:51:58.3233612Z adding 'torch/include/ATen/ops/diag_ops.h' 2024-12-17T23:51:58.3236908Z adding 'torch/include/ATen/ops/diagflat.h' 2024-12-17T23:51:58.3240215Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3243454Z adding 'torch/include/ATen/ops/diagflat_native.h' 2024-12-17T23:51:58.3246809Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2024-12-17T23:51:58.3249906Z adding 'torch/include/ATen/ops/diagonal.h' 2024-12-17T23:51:58.3253641Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2024-12-17T23:51:58.3257437Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3260733Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2024-12-17T23:51:58.3264098Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2024-12-17T23:51:58.3267584Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3270825Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3274113Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2024-12-17T23:51:58.3277465Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3280808Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3283669Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2024-12-17T23:51:58.3287048Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2024-12-17T23:51:58.3290085Z adding 'torch/include/ATen/ops/diagonal_native.h' 2024-12-17T23:51:58.3293539Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2024-12-17T23:51:58.3296897Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2024-12-17T23:51:58.3300360Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3303612Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3306464Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2024-12-17T23:51:58.3309878Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2024-12-17T23:51:58.3313136Z adding 'torch/include/ATen/ops/diff.h' 2024-12-17T23:51:58.3316319Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3319214Z adding 'torch/include/ATen/ops/diff_native.h' 2024-12-17T23:51:58.3322428Z adding 'torch/include/ATen/ops/diff_ops.h' 2024-12-17T23:51:58.3325688Z adding 'torch/include/ATen/ops/digamma.h' 2024-12-17T23:51:58.3329032Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3331932Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2024-12-17T23:51:58.3334990Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2024-12-17T23:51:58.3338085Z adding 'torch/include/ATen/ops/digamma_meta.h' 2024-12-17T23:51:58.3341340Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2024-12-17T23:51:58.3344310Z adding 'torch/include/ATen/ops/digamma_native.h' 2024-12-17T23:51:58.3347481Z adding 'torch/include/ATen/ops/digamma_ops.h' 2024-12-17T23:51:58.3350576Z adding 'torch/include/ATen/ops/dist.h' 2024-12-17T23:51:58.3353835Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3356904Z adding 'torch/include/ATen/ops/dist_native.h' 2024-12-17T23:51:58.3360087Z adding 'torch/include/ATen/ops/dist_ops.h' 2024-12-17T23:51:58.3363385Z adding 'torch/include/ATen/ops/div.h' 2024-12-17T23:51:58.3366749Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3369927Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3372885Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2024-12-17T23:51:58.3376119Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2024-12-17T23:51:58.3379215Z adding 'torch/include/ATen/ops/div_meta.h' 2024-12-17T23:51:58.3382357Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2024-12-17T23:51:58.3385655Z adding 'torch/include/ATen/ops/div_native.h' 2024-12-17T23:51:58.3389395Z adding 'torch/include/ATen/ops/div_ops.h' 2024-12-17T23:51:58.3392834Z adding 'torch/include/ATen/ops/divide.h' 2024-12-17T23:51:58.3396224Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3399251Z adding 'torch/include/ATen/ops/divide_native.h' 2024-12-17T23:51:58.3402863Z adding 'torch/include/ATen/ops/divide_ops.h' 2024-12-17T23:51:58.3406140Z adding 'torch/include/ATen/ops/dot.h' 2024-12-17T23:51:58.3409354Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3412272Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2024-12-17T23:51:58.3415283Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2024-12-17T23:51:58.3418390Z adding 'torch/include/ATen/ops/dot_native.h' 2024-12-17T23:51:58.3421498Z adding 'torch/include/ATen/ops/dot_ops.h' 2024-12-17T23:51:58.3424620Z adding 'torch/include/ATen/ops/dropout.h' 2024-12-17T23:51:58.3427848Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3430691Z adding 'torch/include/ATen/ops/dropout_native.h' 2024-12-17T23:51:58.3433819Z adding 'torch/include/ATen/ops/dropout_ops.h' 2024-12-17T23:51:58.3436856Z adding 'torch/include/ATen/ops/dsplit.h' 2024-12-17T23:51:58.3440084Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3442955Z adding 'torch/include/ATen/ops/dsplit_native.h' 2024-12-17T23:51:58.3446109Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2024-12-17T23:51:58.3449210Z adding 'torch/include/ATen/ops/dstack.h' 2024-12-17T23:51:58.3452446Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3455320Z adding 'torch/include/ATen/ops/dstack_native.h' 2024-12-17T23:51:58.3458601Z adding 'torch/include/ATen/ops/dstack_ops.h' 2024-12-17T23:51:58.3461655Z adding 'torch/include/ATen/ops/einsum.h' 2024-12-17T23:51:58.3464872Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3467788Z adding 'torch/include/ATen/ops/einsum_native.h' 2024-12-17T23:51:58.3470891Z adding 'torch/include/ATen/ops/einsum_ops.h' 2024-12-17T23:51:58.3473958Z adding 'torch/include/ATen/ops/elu.h' 2024-12-17T23:51:58.3477167Z adding 'torch/include/ATen/ops/elu_backward.h' 2024-12-17T23:51:58.3480562Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3483521Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2024-12-17T23:51:58.3486624Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2024-12-17T23:51:58.3489606Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2024-12-17T23:51:58.3492754Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2024-12-17T23:51:58.3495747Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2024-12-17T23:51:58.3499138Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2024-12-17T23:51:58.3502491Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3505429Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2024-12-17T23:51:58.3508546Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2024-12-17T23:51:58.3511576Z adding 'torch/include/ATen/ops/elu_meta.h' 2024-12-17T23:51:58.3514686Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2024-12-17T23:51:58.3517673Z adding 'torch/include/ATen/ops/elu_native.h' 2024-12-17T23:51:58.3520916Z adding 'torch/include/ATen/ops/elu_ops.h' 2024-12-17T23:51:58.3524411Z adding 'torch/include/ATen/ops/embedding.h' 2024-12-17T23:51:58.3527717Z adding 'torch/include/ATen/ops/embedding_backward.h' 2024-12-17T23:51:58.3531046Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3533909Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2024-12-17T23:51:58.3537171Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2024-12-17T23:51:58.3540334Z adding 'torch/include/ATen/ops/embedding_bag.h' 2024-12-17T23:51:58.3543857Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3546872Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2024-12-17T23:51:58.3550350Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2024-12-17T23:51:58.3553835Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3557176Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2024-12-17T23:51:58.3560808Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3563827Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2024-12-17T23:51:58.3567132Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2024-12-17T23:51:58.3570297Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2024-12-17T23:51:58.3573676Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2024-12-17T23:51:58.3576964Z adding 'torch/include/ATen/ops/embedding_native.h' 2024-12-17T23:51:58.3580189Z adding 'torch/include/ATen/ops/embedding_ops.h' 2024-12-17T23:51:58.3583539Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2024-12-17T23:51:58.3586889Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3589975Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2024-12-17T23:51:58.3593168Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2024-12-17T23:51:58.3596283Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2024-12-17T23:51:58.3599404Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2024-12-17T23:51:58.3602666Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2024-12-17T23:51:58.3605979Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2024-12-17T23:51:58.3609238Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3613097Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2024-12-17T23:51:58.3616831Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2024-12-17T23:51:58.3620805Z adding 'torch/include/ATen/ops/empty.h' 2024-12-17T23:51:58.3624580Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3627915Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3630982Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2024-12-17T23:51:58.3634272Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2024-12-17T23:51:58.3637533Z adding 'torch/include/ATen/ops/empty_like.h' 2024-12-17T23:51:58.3641114Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3644261Z adding 'torch/include/ATen/ops/empty_like_native.h' 2024-12-17T23:51:58.3647600Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2024-12-17T23:51:58.3650977Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2024-12-17T23:51:58.3654218Z adding 'torch/include/ATen/ops/empty_native.h' 2024-12-17T23:51:58.3657944Z adding 'torch/include/ATen/ops/empty_ops.h' 2024-12-17T23:51:58.3661797Z adding 'torch/include/ATen/ops/empty_permuted.h' 2024-12-17T23:51:58.3665395Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3668479Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2024-12-17T23:51:58.3671747Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2024-12-17T23:51:58.3675271Z adding 'torch/include/ATen/ops/empty_quantized.h' 2024-12-17T23:51:58.3678793Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3681719Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2024-12-17T23:51:58.3685190Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2024-12-17T23:51:58.3688827Z adding 'torch/include/ATen/ops/empty_strided.h' 2024-12-17T23:51:58.3692416Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3695596Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2024-12-17T23:51:58.3698886Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2024-12-17T23:51:58.3702170Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2024-12-17T23:51:58.3705255Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2024-12-17T23:51:58.3708801Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2024-12-17T23:51:58.3712101Z adding 'torch/include/ATen/ops/eq.h' 2024-12-17T23:51:58.3715481Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3718570Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2024-12-17T23:51:58.3721722Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2024-12-17T23:51:58.3724872Z adding 'torch/include/ATen/ops/eq_meta.h' 2024-12-17T23:51:58.3728055Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2024-12-17T23:51:58.3731332Z adding 'torch/include/ATen/ops/eq_native.h' 2024-12-17T23:51:58.3734861Z adding 'torch/include/ATen/ops/eq_ops.h' 2024-12-17T23:51:58.3738297Z adding 'torch/include/ATen/ops/equal.h' 2024-12-17T23:51:58.3741447Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2024-12-17T23:51:58.3745072Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2024-12-17T23:51:58.3748037Z adding 'torch/include/ATen/ops/equal_native.h' 2024-12-17T23:51:58.3751368Z adding 'torch/include/ATen/ops/equal_ops.h' 2024-12-17T23:51:58.3754888Z adding 'torch/include/ATen/ops/erf.h' 2024-12-17T23:51:58.3758817Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3762241Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2024-12-17T23:51:58.3765396Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2024-12-17T23:51:58.3768563Z adding 'torch/include/ATen/ops/erf_meta.h' 2024-12-17T23:51:58.3771642Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2024-12-17T23:51:58.3774942Z adding 'torch/include/ATen/ops/erf_native.h' 2024-12-17T23:51:58.3778214Z adding 'torch/include/ATen/ops/erf_ops.h' 2024-12-17T23:51:58.3781443Z adding 'torch/include/ATen/ops/erfc.h' 2024-12-17T23:51:58.3784791Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3787877Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2024-12-17T23:51:58.3791007Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2024-12-17T23:51:58.3793960Z adding 'torch/include/ATen/ops/erfc_meta.h' 2024-12-17T23:51:58.3797141Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2024-12-17T23:51:58.3800208Z adding 'torch/include/ATen/ops/erfc_native.h' 2024-12-17T23:51:58.3803360Z adding 'torch/include/ATen/ops/erfc_ops.h' 2024-12-17T23:51:58.3806418Z adding 'torch/include/ATen/ops/erfinv.h' 2024-12-17T23:51:58.3809716Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3812696Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2024-12-17T23:51:58.3815984Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2024-12-17T23:51:58.3819039Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2024-12-17T23:51:58.3822133Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2024-12-17T23:51:58.3825113Z adding 'torch/include/ATen/ops/erfinv_native.h' 2024-12-17T23:51:58.3828394Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2024-12-17T23:51:58.3831544Z adding 'torch/include/ATen/ops/exp.h' 2024-12-17T23:51:58.3834614Z adding 'torch/include/ATen/ops/exp2.h' 2024-12-17T23:51:58.3837985Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3840903Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2024-12-17T23:51:58.3844089Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2024-12-17T23:51:58.3847080Z adding 'torch/include/ATen/ops/exp2_meta.h' 2024-12-17T23:51:58.3850132Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2024-12-17T23:51:58.3853093Z adding 'torch/include/ATen/ops/exp2_native.h' 2024-12-17T23:51:58.3856313Z adding 'torch/include/ATen/ops/exp2_ops.h' 2024-12-17T23:51:58.3859673Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3862578Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2024-12-17T23:51:58.3865663Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2024-12-17T23:51:58.3868679Z adding 'torch/include/ATen/ops/exp_meta.h' 2024-12-17T23:51:58.3871720Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2024-12-17T23:51:58.3874717Z adding 'torch/include/ATen/ops/exp_native.h' 2024-12-17T23:51:58.3877878Z adding 'torch/include/ATen/ops/exp_ops.h' 2024-12-17T23:51:58.3880962Z adding 'torch/include/ATen/ops/expand.h' 2024-12-17T23:51:58.3883943Z adding 'torch/include/ATen/ops/expand_as.h' 2024-12-17T23:51:58.3887134Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.3890134Z adding 'torch/include/ATen/ops/expand_as_native.h' 2024-12-17T23:51:58.3893258Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2024-12-17T23:51:58.3896594Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3899856Z adding 'torch/include/ATen/ops/expand_copy.h' 2024-12-17T23:51:58.3903369Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3906559Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3909351Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2024-12-17T23:51:58.3912918Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2024-12-17T23:51:58.3915926Z adding 'torch/include/ATen/ops/expand_native.h' 2024-12-17T23:51:58.3919088Z adding 'torch/include/ATen/ops/expand_ops.h' 2024-12-17T23:51:58.3922132Z adding 'torch/include/ATen/ops/expm1.h' 2024-12-17T23:51:58.3925501Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.3928525Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2024-12-17T23:51:58.3931482Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2024-12-17T23:51:58.3934429Z adding 'torch/include/ATen/ops/expm1_meta.h' 2024-12-17T23:51:58.3937638Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2024-12-17T23:51:58.3940689Z adding 'torch/include/ATen/ops/expm1_native.h' 2024-12-17T23:51:58.3943965Z adding 'torch/include/ATen/ops/expm1_ops.h' 2024-12-17T23:51:58.3947150Z adding 'torch/include/ATen/ops/exponential.h' 2024-12-17T23:51:58.3950479Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3953424Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2024-12-17T23:51:58.3956470Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2024-12-17T23:51:58.3959505Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2024-12-17T23:51:58.3962536Z adding 'torch/include/ATen/ops/exponential_native.h' 2024-12-17T23:51:58.3965824Z adding 'torch/include/ATen/ops/exponential_ops.h' 2024-12-17T23:51:58.3969553Z adding 'torch/include/ATen/ops/eye.h' 2024-12-17T23:51:58.3973122Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.3976301Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2024-12-17T23:51:58.3979554Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2024-12-17T23:51:58.3982703Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2024-12-17T23:51:58.3985742Z adding 'torch/include/ATen/ops/eye_native.h' 2024-12-17T23:51:58.3989107Z adding 'torch/include/ATen/ops/eye_ops.h' 2024-12-17T23:51:58.3992396Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2024-12-17T23:51:58.3995681Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2024-12-17T23:51:58.3998832Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2024-12-17T23:51:58.4002479Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4005553Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2024-12-17T23:51:58.4008904Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2024-12-17T23:51:58.4012739Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.4016272Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2024-12-17T23:51:58.4019984Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2024-12-17T23:51:58.4023526Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2024-12-17T23:51:58.4027327Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2024-12-17T23:51:58.4031278Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4034631Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2024-12-17T23:51:58.4038245Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2024-12-17T23:51:58.4041827Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2024-12-17T23:51:58.4045269Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2024-12-17T23:51:58.4048615Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2024-12-17T23:51:58.4051955Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4055003Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2024-12-17T23:51:58.4058337Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2024-12-17T23:51:58.4061968Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.4065024Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2024-12-17T23:51:58.4068325Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2024-12-17T23:51:58.4071348Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2024-12-17T23:51:58.4074631Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2024-12-17T23:51:58.4078051Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4081009Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2024-12-17T23:51:58.4084224Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2024-12-17T23:51:58.4087258Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2024-12-17T23:51:58.4090540Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4093685Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2024-12-17T23:51:58.4097090Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4099947Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2024-12-17T23:51:58.4103082Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2024-12-17T23:51:58.4106029Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2024-12-17T23:51:58.4109117Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2024-12-17T23:51:58.4112228Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2024-12-17T23:51:58.4115545Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4118591Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2024-12-17T23:51:58.4121850Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4124900Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2024-12-17T23:51:58.4128098Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2024-12-17T23:51:58.4131251Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2024-12-17T23:51:58.4134399Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2024-12-17T23:51:58.4137609Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2024-12-17T23:51:58.4140871Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4143713Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2024-12-17T23:51:58.4146802Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2024-12-17T23:51:58.4149838Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2024-12-17T23:51:58.4153059Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4155880Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2024-12-17T23:51:58.4158949Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2024-12-17T23:51:58.4161993Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2024-12-17T23:51:58.4165280Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4168152Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2024-12-17T23:51:58.4171284Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2024-12-17T23:51:58.4174327Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2024-12-17T23:51:58.4177647Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4180713Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2024-12-17T23:51:58.4183868Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2024-12-17T23:51:58.4186858Z adding 'torch/include/ATen/ops/feature_dropout.h' 2024-12-17T23:51:58.4190110Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4192993Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2024-12-17T23:51:58.4196155Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2024-12-17T23:51:58.4199503Z adding 'torch/include/ATen/ops/fft_fft.h' 2024-12-17T23:51:58.4203008Z adding 'torch/include/ATen/ops/fft_fft2.h' 2024-12-17T23:51:58.4206430Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4209392Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2024-12-17T23:51:58.4212610Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2024-12-17T23:51:58.4216604Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4219588Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2024-12-17T23:51:58.4222761Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2024-12-17T23:51:58.4225981Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2024-12-17T23:51:58.4229332Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.4232207Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2024-12-17T23:51:58.4235438Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2024-12-17T23:51:58.4238879Z adding 'torch/include/ATen/ops/fft_fftn.h' 2024-12-17T23:51:58.4242307Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4245245Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2024-12-17T23:51:58.4248447Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2024-12-17T23:51:58.4251522Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2024-12-17T23:51:58.4254707Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4257689Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2024-12-17T23:51:58.4260815Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2024-12-17T23:51:58.4264158Z adding 'torch/include/ATen/ops/fft_hfft.h' 2024-12-17T23:51:58.4267702Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2024-12-17T23:51:58.4271125Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4274053Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2024-12-17T23:51:58.4277291Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2024-12-17T23:51:58.4280805Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4283832Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2024-12-17T23:51:58.4287041Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2024-12-17T23:51:58.4290477Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2024-12-17T23:51:58.4293953Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4296996Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2024-12-17T23:51:58.4300235Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2024-12-17T23:51:58.4303679Z adding 'torch/include/ATen/ops/fft_ifft.h' 2024-12-17T23:51:58.4307209Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2024-12-17T23:51:58.4310691Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4313628Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2024-12-17T23:51:58.4316826Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2024-12-17T23:51:58.4320181Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4323133Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2024-12-17T23:51:58.4326464Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2024-12-17T23:51:58.4329903Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2024-12-17T23:51:58.4333427Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4336435Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2024-12-17T23:51:58.4339626Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2024-12-17T23:51:58.4342700Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2024-12-17T23:51:58.4345941Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4348806Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2024-12-17T23:51:58.4351888Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2024-12-17T23:51:58.4355962Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2024-12-17T23:51:58.4359534Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2024-12-17T23:51:58.4362992Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4365923Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2024-12-17T23:51:58.4369173Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2024-12-17T23:51:58.4372518Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4375415Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2024-12-17T23:51:58.4378746Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2024-12-17T23:51:58.4382395Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2024-12-17T23:51:58.4386083Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4389106Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2024-12-17T23:51:58.4392532Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2024-12-17T23:51:58.4396144Z adding 'torch/include/ATen/ops/fft_irfft.h' 2024-12-17T23:51:58.4399677Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2024-12-17T23:51:58.4403317Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4406237Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2024-12-17T23:51:58.4409615Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2024-12-17T23:51:58.4413157Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4416131Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2024-12-17T23:51:58.4419537Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2024-12-17T23:51:58.4422990Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2024-12-17T23:51:58.4426646Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4429713Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2024-12-17T23:51:58.4432974Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2024-12-17T23:51:58.4436513Z adding 'torch/include/ATen/ops/fft_rfft.h' 2024-12-17T23:51:58.4440063Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2024-12-17T23:51:58.4443683Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4446779Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2024-12-17T23:51:58.4450018Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2024-12-17T23:51:58.4453492Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4456549Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2024-12-17T23:51:58.4459970Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2024-12-17T23:51:58.4463286Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2024-12-17T23:51:58.4466747Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.4469804Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2024-12-17T23:51:58.4473066Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2024-12-17T23:51:58.4476618Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2024-12-17T23:51:58.4480140Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4483283Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2024-12-17T23:51:58.4486599Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2024-12-17T23:51:58.4489862Z adding 'torch/include/ATen/ops/fill.h' 2024-12-17T23:51:58.4493374Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.4496467Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2024-12-17T23:51:58.4499622Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2024-12-17T23:51:58.4502516Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2024-12-17T23:51:58.4505971Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4508956Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2024-12-17T23:51:58.4512123Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2024-12-17T23:51:58.4515325Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2024-12-17T23:51:58.4518410Z adding 'torch/include/ATen/ops/fill_native.h' 2024-12-17T23:51:58.4521982Z adding 'torch/include/ATen/ops/fill_ops.h' 2024-12-17T23:51:58.4525179Z adding 'torch/include/ATen/ops/fix.h' 2024-12-17T23:51:58.4528614Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4531616Z adding 'torch/include/ATen/ops/fix_native.h' 2024-12-17T23:51:58.4534880Z adding 'torch/include/ATen/ops/fix_ops.h' 2024-12-17T23:51:58.4538328Z adding 'torch/include/ATen/ops/flatten.h' 2024-12-17T23:51:58.4541634Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4544725Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2024-12-17T23:51:58.4548009Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4551006Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2024-12-17T23:51:58.4554183Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2024-12-17T23:51:58.4557281Z adding 'torch/include/ATen/ops/flatten_native.h' 2024-12-17T23:51:58.4560772Z adding 'torch/include/ATen/ops/flatten_ops.h' 2024-12-17T23:51:58.4564048Z adding 'torch/include/ATen/ops/flip.h' 2024-12-17T23:51:58.4567456Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.4570466Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2024-12-17T23:51:58.4573751Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2024-12-17T23:51:58.4576918Z adding 'torch/include/ATen/ops/flip_native.h' 2024-12-17T23:51:58.4580171Z adding 'torch/include/ATen/ops/flip_ops.h' 2024-12-17T23:51:58.4583358Z adding 'torch/include/ATen/ops/fliplr.h' 2024-12-17T23:51:58.4586568Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4589563Z adding 'torch/include/ATen/ops/fliplr_native.h' 2024-12-17T23:51:58.4592651Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2024-12-17T23:51:58.4595824Z adding 'torch/include/ATen/ops/flipud.h' 2024-12-17T23:51:58.4599024Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4602040Z adding 'torch/include/ATen/ops/flipud_native.h' 2024-12-17T23:51:58.4605151Z adding 'torch/include/ATen/ops/flipud_ops.h' 2024-12-17T23:51:58.4608485Z adding 'torch/include/ATen/ops/float_power.h' 2024-12-17T23:51:58.4612039Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4614963Z adding 'torch/include/ATen/ops/float_power_native.h' 2024-12-17T23:51:58.4618729Z adding 'torch/include/ATen/ops/float_power_ops.h' 2024-12-17T23:51:58.4622022Z adding 'torch/include/ATen/ops/floor.h' 2024-12-17T23:51:58.4625485Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.4628554Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2024-12-17T23:51:58.4631634Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2024-12-17T23:51:58.4634924Z adding 'torch/include/ATen/ops/floor_divide.h' 2024-12-17T23:51:58.4638242Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.4641377Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2024-12-17T23:51:58.4644501Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2024-12-17T23:51:58.4647832Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2024-12-17T23:51:58.4650806Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2024-12-17T23:51:58.4654292Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2024-12-17T23:51:58.4657554Z adding 'torch/include/ATen/ops/floor_meta.h' 2024-12-17T23:51:58.4660669Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2024-12-17T23:51:58.4663803Z adding 'torch/include/ATen/ops/floor_native.h' 2024-12-17T23:51:58.4667051Z adding 'torch/include/ATen/ops/floor_ops.h' 2024-12-17T23:51:58.4670304Z adding 'torch/include/ATen/ops/fmax.h' 2024-12-17T23:51:58.4673671Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.4676678Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2024-12-17T23:51:58.4679874Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2024-12-17T23:51:58.4682858Z adding 'torch/include/ATen/ops/fmax_meta.h' 2024-12-17T23:51:58.4686103Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2024-12-17T23:51:58.4689083Z adding 'torch/include/ATen/ops/fmax_native.h' 2024-12-17T23:51:58.4692204Z adding 'torch/include/ATen/ops/fmax_ops.h' 2024-12-17T23:51:58.4695368Z adding 'torch/include/ATen/ops/fmin.h' 2024-12-17T23:51:58.4698881Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.4701783Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2024-12-17T23:51:58.4704833Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2024-12-17T23:51:58.4707804Z adding 'torch/include/ATen/ops/fmin_meta.h' 2024-12-17T23:51:58.4710906Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2024-12-17T23:51:58.4714046Z adding 'torch/include/ATen/ops/fmin_native.h' 2024-12-17T23:51:58.4717208Z adding 'torch/include/ATen/ops/fmin_ops.h' 2024-12-17T23:51:58.4720386Z adding 'torch/include/ATen/ops/fmod.h' 2024-12-17T23:51:58.4723654Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.4726817Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.4729678Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2024-12-17T23:51:58.4732720Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2024-12-17T23:51:58.4735719Z adding 'torch/include/ATen/ops/fmod_meta.h' 2024-12-17T23:51:58.4738914Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2024-12-17T23:51:58.4742065Z adding 'torch/include/ATen/ops/fmod_native.h' 2024-12-17T23:51:58.4745530Z adding 'torch/include/ATen/ops/fmod_ops.h' 2024-12-17T23:51:58.4748698Z adding 'torch/include/ATen/ops/frac.h' 2024-12-17T23:51:58.4751992Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.4754865Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2024-12-17T23:51:58.4757915Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2024-12-17T23:51:58.4760852Z adding 'torch/include/ATen/ops/frac_meta.h' 2024-12-17T23:51:58.4763922Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2024-12-17T23:51:58.4766891Z adding 'torch/include/ATen/ops/frac_native.h' 2024-12-17T23:51:58.4770089Z adding 'torch/include/ATen/ops/frac_ops.h' 2024-12-17T23:51:58.4773314Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2024-12-17T23:51:58.4776640Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2024-12-17T23:51:58.4780038Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.4782997Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2024-12-17T23:51:58.4786109Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2024-12-17T23:51:58.4789110Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2024-12-17T23:51:58.4792228Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2024-12-17T23:51:58.4795343Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2024-12-17T23:51:58.4798853Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2024-12-17T23:51:58.4802340Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.4805295Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2024-12-17T23:51:58.4808416Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2024-12-17T23:51:58.4812034Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2024-12-17T23:51:58.4815242Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2024-12-17T23:51:58.4818399Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2024-12-17T23:51:58.4821712Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2024-12-17T23:51:58.4824922Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2024-12-17T23:51:58.4828138Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2024-12-17T23:51:58.4831399Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2024-12-17T23:51:58.4834509Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2024-12-17T23:51:58.4837530Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2024-12-17T23:51:58.4840820Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2024-12-17T23:51:58.4844194Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.4847132Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2024-12-17T23:51:58.4850288Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2024-12-17T23:51:58.4854242Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2024-12-17T23:51:58.4857822Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2024-12-17T23:51:58.4860953Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2024-12-17T23:51:58.4864245Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2024-12-17T23:51:58.4867403Z adding 'torch/include/ATen/ops/frexp.h' 2024-12-17T23:51:58.4870653Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.4873665Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2024-12-17T23:51:58.4876726Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2024-12-17T23:51:58.4879712Z adding 'torch/include/ATen/ops/frexp_native.h' 2024-12-17T23:51:58.4882914Z adding 'torch/include/ATen/ops/frexp_ops.h' 2024-12-17T23:51:58.4886090Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2024-12-17T23:51:58.4889414Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4892282Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2024-12-17T23:51:58.4895627Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2024-12-17T23:51:58.4899441Z adding 'torch/include/ATen/ops/from_blob.h' 2024-12-17T23:51:58.4902828Z adding 'torch/include/ATen/ops/from_file.h' 2024-12-17T23:51:58.4906324Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.4909426Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2024-12-17T23:51:58.4912696Z adding 'torch/include/ATen/ops/from_file_native.h' 2024-12-17T23:51:58.4916038Z adding 'torch/include/ATen/ops/from_file_ops.h' 2024-12-17T23:51:58.4919855Z adding 'torch/include/ATen/ops/full.h' 2024-12-17T23:51:58.4923611Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.4926863Z adding 'torch/include/ATen/ops/full_like.h' 2024-12-17T23:51:58.4930516Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.4933609Z adding 'torch/include/ATen/ops/full_like_native.h' 2024-12-17T23:51:58.4937057Z adding 'torch/include/ATen/ops/full_like_ops.h' 2024-12-17T23:51:58.4940337Z adding 'torch/include/ATen/ops/full_native.h' 2024-12-17T23:51:58.4943911Z adding 'torch/include/ATen/ops/full_ops.h' 2024-12-17T23:51:58.4947286Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2024-12-17T23:51:58.4950803Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4953768Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2024-12-17T23:51:58.4957180Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2024-12-17T23:51:58.4960356Z adding 'torch/include/ATen/ops/gather.h' 2024-12-17T23:51:58.4963641Z adding 'torch/include/ATen/ops/gather_backward.h' 2024-12-17T23:51:58.4966948Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4969959Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2024-12-17T23:51:58.4973285Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2024-12-17T23:51:58.4976762Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.4979928Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.4982957Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2024-12-17T23:51:58.4986179Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2024-12-17T23:51:58.4989182Z adding 'torch/include/ATen/ops/gather_meta.h' 2024-12-17T23:51:58.4992454Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2024-12-17T23:51:58.4995546Z adding 'torch/include/ATen/ops/gather_native.h' 2024-12-17T23:51:58.4998963Z adding 'torch/include/ATen/ops/gather_ops.h' 2024-12-17T23:51:58.5002254Z adding 'torch/include/ATen/ops/gcd.h' 2024-12-17T23:51:58.5005590Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5008687Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2024-12-17T23:51:58.5011772Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2024-12-17T23:51:58.5014942Z adding 'torch/include/ATen/ops/gcd_meta.h' 2024-12-17T23:51:58.5018177Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2024-12-17T23:51:58.5021260Z adding 'torch/include/ATen/ops/gcd_native.h' 2024-12-17T23:51:58.5024659Z adding 'torch/include/ATen/ops/gcd_ops.h' 2024-12-17T23:51:58.5027859Z adding 'torch/include/ATen/ops/ge.h' 2024-12-17T23:51:58.5031420Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5034428Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2024-12-17T23:51:58.5037721Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2024-12-17T23:51:58.5040803Z adding 'torch/include/ATen/ops/ge_meta.h' 2024-12-17T23:51:58.5044039Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2024-12-17T23:51:58.5047256Z adding 'torch/include/ATen/ops/ge_native.h' 2024-12-17T23:51:58.5050641Z adding 'torch/include/ATen/ops/ge_ops.h' 2024-12-17T23:51:58.5053983Z adding 'torch/include/ATen/ops/gelu.h' 2024-12-17T23:51:58.5057406Z adding 'torch/include/ATen/ops/gelu_backward.h' 2024-12-17T23:51:58.5060913Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5063959Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2024-12-17T23:51:58.5067096Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2024-12-17T23:51:58.5070209Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2024-12-17T23:51:58.5073361Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2024-12-17T23:51:58.5076593Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2024-12-17T23:51:58.5079808Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2024-12-17T23:51:58.5083300Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5086184Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2024-12-17T23:51:58.5089448Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2024-12-17T23:51:58.5092543Z adding 'torch/include/ATen/ops/gelu_meta.h' 2024-12-17T23:51:58.5103084Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2024-12-17T23:51:58.5108212Z adding 'torch/include/ATen/ops/gelu_native.h' 2024-12-17T23:51:58.5111414Z adding 'torch/include/ATen/ops/gelu_ops.h' 2024-12-17T23:51:58.5114741Z adding 'torch/include/ATen/ops/geometric.h' 2024-12-17T23:51:58.5118081Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.5122027Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2024-12-17T23:51:58.5125280Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2024-12-17T23:51:58.5128364Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2024-12-17T23:51:58.5131504Z adding 'torch/include/ATen/ops/geometric_native.h' 2024-12-17T23:51:58.5134801Z adding 'torch/include/ATen/ops/geometric_ops.h' 2024-12-17T23:51:58.5138182Z adding 'torch/include/ATen/ops/geqrf.h' 2024-12-17T23:51:58.5141356Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2024-12-17T23:51:58.5144635Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2024-12-17T23:51:58.5147683Z adding 'torch/include/ATen/ops/geqrf_native.h' 2024-12-17T23:51:58.5150964Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2024-12-17T23:51:58.5154175Z adding 'torch/include/ATen/ops/ger.h' 2024-12-17T23:51:58.5157448Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5160461Z adding 'torch/include/ATen/ops/ger_native.h' 2024-12-17T23:51:58.5163643Z adding 'torch/include/ATen/ops/ger_ops.h' 2024-12-17T23:51:58.5166908Z adding 'torch/include/ATen/ops/glu.h' 2024-12-17T23:51:58.5170024Z adding 'torch/include/ATen/ops/glu_backward.h' 2024-12-17T23:51:58.5173347Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2024-12-17T23:51:58.5176666Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2024-12-17T23:51:58.5179849Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2024-12-17T23:51:58.5183314Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.5186297Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2024-12-17T23:51:58.5189811Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2024-12-17T23:51:58.5192869Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2024-12-17T23:51:58.5196232Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2024-12-17T23:51:58.5199435Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2024-12-17T23:51:58.5202639Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2024-12-17T23:51:58.5206091Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5209024Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2024-12-17T23:51:58.5212280Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2024-12-17T23:51:58.5215383Z adding 'torch/include/ATen/ops/glu_jvp.h' 2024-12-17T23:51:58.5218884Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.5221979Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2024-12-17T23:51:58.5225061Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2024-12-17T23:51:58.5228158Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2024-12-17T23:51:58.5231366Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2024-12-17T23:51:58.5234505Z adding 'torch/include/ATen/ops/glu_meta.h' 2024-12-17T23:51:58.5237626Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2024-12-17T23:51:58.5240799Z adding 'torch/include/ATen/ops/glu_native.h' 2024-12-17T23:51:58.5244029Z adding 'torch/include/ATen/ops/glu_ops.h' 2024-12-17T23:51:58.5247514Z adding 'torch/include/ATen/ops/gradient.h' 2024-12-17T23:51:58.5250905Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5253867Z adding 'torch/include/ATen/ops/gradient_native.h' 2024-12-17T23:51:58.5257772Z adding 'torch/include/ATen/ops/gradient_ops.h' 2024-12-17T23:51:58.5261088Z adding 'torch/include/ATen/ops/greater.h' 2024-12-17T23:51:58.5265208Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5267535Z adding 'torch/include/ATen/ops/greater_equal.h' 2024-12-17T23:51:58.5271083Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5274115Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2024-12-17T23:51:58.5277479Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2024-12-17T23:51:58.5280607Z adding 'torch/include/ATen/ops/greater_native.h' 2024-12-17T23:51:58.5283973Z adding 'torch/include/ATen/ops/greater_ops.h' 2024-12-17T23:51:58.5287389Z adding 'torch/include/ATen/ops/grid_sampler.h' 2024-12-17T23:51:58.5290558Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2024-12-17T23:51:58.5293848Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2024-12-17T23:51:58.5297354Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.5300419Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2024-12-17T23:51:58.5303653Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2024-12-17T23:51:58.5306713Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2024-12-17T23:51:58.5310074Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2024-12-17T23:51:58.5313377Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.5316383Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2024-12-17T23:51:58.5319441Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2024-12-17T23:51:58.5322412Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2024-12-17T23:51:58.5325599Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2024-12-17T23:51:58.5328730Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2024-12-17T23:51:58.5332030Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2024-12-17T23:51:58.5336359Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.5341069Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2024-12-17T23:51:58.5344164Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2024-12-17T23:51:58.5347237Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2024-12-17T23:51:58.5350604Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2024-12-17T23:51:58.5353896Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.5356927Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2024-12-17T23:51:58.5360222Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2024-12-17T23:51:58.5363229Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2024-12-17T23:51:58.5366459Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2024-12-17T23:51:58.5369701Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5372562Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2024-12-17T23:51:58.5375650Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2024-12-17T23:51:58.5378838Z adding 'torch/include/ATen/ops/group_norm.h' 2024-12-17T23:51:58.5382157Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5385039Z adding 'torch/include/ATen/ops/group_norm_native.h' 2024-12-17T23:51:58.5388198Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2024-12-17T23:51:58.5391350Z adding 'torch/include/ATen/ops/gru.h' 2024-12-17T23:51:58.5394419Z adding 'torch/include/ATen/ops/gru_cell.h' 2024-12-17T23:51:58.5397656Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5400632Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2024-12-17T23:51:58.5403801Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2024-12-17T23:51:58.5407189Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5410097Z adding 'torch/include/ATen/ops/gru_native.h' 2024-12-17T23:51:58.5413322Z adding 'torch/include/ATen/ops/gru_ops.h' 2024-12-17T23:51:58.5416562Z adding 'torch/include/ATen/ops/gt.h' 2024-12-17T23:51:58.5420650Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5423631Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2024-12-17T23:51:58.5426756Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2024-12-17T23:51:58.5429780Z adding 'torch/include/ATen/ops/gt_meta.h' 2024-12-17T23:51:58.5432920Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2024-12-17T23:51:58.5436001Z adding 'torch/include/ATen/ops/gt_native.h' 2024-12-17T23:51:58.5439380Z adding 'torch/include/ATen/ops/gt_ops.h' 2024-12-17T23:51:58.5443068Z adding 'torch/include/ATen/ops/hamming_window.h' 2024-12-17T23:51:58.5446688Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.5449764Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2024-12-17T23:51:58.5453433Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2024-12-17T23:51:58.5457087Z adding 'torch/include/ATen/ops/hann_window.h' 2024-12-17T23:51:58.5460505Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.5463452Z adding 'torch/include/ATen/ops/hann_window_native.h' 2024-12-17T23:51:58.5466818Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2024-12-17T23:51:58.5469965Z adding 'torch/include/ATen/ops/hardshrink.h' 2024-12-17T23:51:58.5473139Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2024-12-17T23:51:58.5476546Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5479451Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2024-12-17T23:51:58.5482555Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2024-12-17T23:51:58.5485474Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2024-12-17T23:51:58.5488574Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2024-12-17T23:51:58.5491558Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2024-12-17T23:51:58.5494733Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2024-12-17T23:51:58.5498142Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5501069Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2024-12-17T23:51:58.5504184Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2024-12-17T23:51:58.5507104Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2024-12-17T23:51:58.5510196Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2024-12-17T23:51:58.5513196Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2024-12-17T23:51:58.5516300Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2024-12-17T23:51:58.5519390Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2024-12-17T23:51:58.5522511Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2024-12-17T23:51:58.5526036Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5528964Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2024-12-17T23:51:58.5532005Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2024-12-17T23:51:58.5534974Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2024-12-17T23:51:58.5538194Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2024-12-17T23:51:58.5541177Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2024-12-17T23:51:58.5544364Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2024-12-17T23:51:58.5547664Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5550648Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2024-12-17T23:51:58.5553758Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2024-12-17T23:51:58.5556856Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2024-12-17T23:51:58.5559977Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2024-12-17T23:51:58.5563116Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2024-12-17T23:51:58.5566360Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2024-12-17T23:51:58.5569588Z adding 'torch/include/ATen/ops/hardswish.h' 2024-12-17T23:51:58.5572831Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2024-12-17T23:51:58.5576185Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.5579351Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2024-12-17T23:51:58.5582415Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2024-12-17T23:51:58.5585512Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2024-12-17T23:51:58.5588659Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2024-12-17T23:51:58.5591918Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2024-12-17T23:51:58.5595060Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2024-12-17T23:51:58.5598132Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2024-12-17T23:51:58.5601169Z adding 'torch/include/ATen/ops/hardswish_native.h' 2024-12-17T23:51:58.5604391Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2024-12-17T23:51:58.5607667Z adding 'torch/include/ATen/ops/hardtanh.h' 2024-12-17T23:51:58.5610847Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2024-12-17T23:51:58.5614214Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2024-12-17T23:51:58.5617450Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2024-12-17T23:51:58.5620607Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2024-12-17T23:51:58.5623982Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2024-12-17T23:51:58.5627194Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2024-12-17T23:51:58.5630440Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2024-12-17T23:51:58.5633527Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2024-12-17T23:51:58.5636680Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2024-12-17T23:51:58.5639964Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2024-12-17T23:51:58.5643213Z adding 'torch/include/ATen/ops/heaviside.h' 2024-12-17T23:51:58.5646693Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5649604Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2024-12-17T23:51:58.5652820Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2024-12-17T23:51:58.5655884Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2024-12-17T23:51:58.5659222Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2024-12-17T23:51:58.5662178Z adding 'torch/include/ATen/ops/heaviside_native.h' 2024-12-17T23:51:58.5665583Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2024-12-17T23:51:58.5668828Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2024-12-17T23:51:58.5672095Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5675095Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2024-12-17T23:51:58.5678243Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2024-12-17T23:51:58.5681456Z adding 'torch/include/ATen/ops/histc.h' 2024-12-17T23:51:58.5684642Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2024-12-17T23:51:58.5687897Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2024-12-17T23:51:58.5690988Z adding 'torch/include/ATen/ops/histc_native.h' 2024-12-17T23:51:58.5694300Z adding 'torch/include/ATen/ops/histc_ops.h' 2024-12-17T23:51:58.5697885Z adding 'torch/include/ATen/ops/histogram.h' 2024-12-17T23:51:58.5701224Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2024-12-17T23:51:58.5704514Z adding 'torch/include/ATen/ops/histogram_native.h' 2024-12-17T23:51:58.5708822Z adding 'torch/include/ATen/ops/histogram_ops.h' 2024-12-17T23:51:58.5712080Z adding 'torch/include/ATen/ops/histogramdd.h' 2024-12-17T23:51:58.5715571Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5718552Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2024-12-17T23:51:58.5722087Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2024-12-17T23:51:58.5725332Z adding 'torch/include/ATen/ops/hsplit.h' 2024-12-17T23:51:58.5728750Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5731797Z adding 'torch/include/ATen/ops/hsplit_native.h' 2024-12-17T23:51:58.5735010Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2024-12-17T23:51:58.5738330Z adding 'torch/include/ATen/ops/hspmm.h' 2024-12-17T23:51:58.5741390Z adding 'torch/include/ATen/ops/hspmm_native.h' 2024-12-17T23:51:58.5744722Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2024-12-17T23:51:58.5747849Z adding 'torch/include/ATen/ops/hstack.h' 2024-12-17T23:51:58.5751639Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5755055Z adding 'torch/include/ATen/ops/hstack_native.h' 2024-12-17T23:51:58.5758681Z adding 'torch/include/ATen/ops/hstack_ops.h' 2024-12-17T23:51:58.5762361Z adding 'torch/include/ATen/ops/huber_loss.h' 2024-12-17T23:51:58.5765554Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2024-12-17T23:51:58.5769144Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.5772174Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2024-12-17T23:51:58.5775472Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2024-12-17T23:51:58.5778627Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2024-12-17T23:51:58.5782052Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2024-12-17T23:51:58.5785236Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2024-12-17T23:51:58.5788529Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2024-12-17T23:51:58.5791522Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2024-12-17T23:51:58.5794721Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2024-12-17T23:51:58.5797977Z adding 'torch/include/ATen/ops/hypot.h' 2024-12-17T23:51:58.5801403Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5804309Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2024-12-17T23:51:58.5807383Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2024-12-17T23:51:58.5810385Z adding 'torch/include/ATen/ops/hypot_meta.h' 2024-12-17T23:51:58.5813635Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2024-12-17T23:51:58.5816744Z adding 'torch/include/ATen/ops/hypot_native.h' 2024-12-17T23:51:58.5819953Z adding 'torch/include/ATen/ops/hypot_ops.h' 2024-12-17T23:51:58.5823066Z adding 'torch/include/ATen/ops/i0.h' 2024-12-17T23:51:58.5826337Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5829190Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2024-12-17T23:51:58.5832262Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2024-12-17T23:51:58.5835255Z adding 'torch/include/ATen/ops/i0_meta.h' 2024-12-17T23:51:58.5838299Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2024-12-17T23:51:58.5841274Z adding 'torch/include/ATen/ops/i0_native.h' 2024-12-17T23:51:58.5844583Z adding 'torch/include/ATen/ops/i0_ops.h' 2024-12-17T23:51:58.5848384Z adding 'torch/include/ATen/ops/igamma.h' 2024-12-17T23:51:58.5851886Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5854823Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2024-12-17T23:51:58.5858057Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2024-12-17T23:51:58.5861027Z adding 'torch/include/ATen/ops/igamma_meta.h' 2024-12-17T23:51:58.5864239Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2024-12-17T23:51:58.5867149Z adding 'torch/include/ATen/ops/igamma_native.h' 2024-12-17T23:51:58.5870324Z adding 'torch/include/ATen/ops/igamma_ops.h' 2024-12-17T23:51:58.5873424Z adding 'torch/include/ATen/ops/igammac.h' 2024-12-17T23:51:58.5876788Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5879677Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2024-12-17T23:51:58.5882743Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2024-12-17T23:51:58.5885688Z adding 'torch/include/ATen/ops/igammac_meta.h' 2024-12-17T23:51:58.5888800Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2024-12-17T23:51:58.5891759Z adding 'torch/include/ATen/ops/igammac_native.h' 2024-12-17T23:51:58.5894983Z adding 'torch/include/ATen/ops/igammac_ops.h' 2024-12-17T23:51:58.5898279Z adding 'torch/include/ATen/ops/im2col.h' 2024-12-17T23:51:58.5901422Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2024-12-17T23:51:58.5904649Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2024-12-17T23:51:58.5907664Z adding 'torch/include/ATen/ops/im2col_native.h' 2024-12-17T23:51:58.5910974Z adding 'torch/include/ATen/ops/im2col_ops.h' 2024-12-17T23:51:58.5914060Z adding 'torch/include/ATen/ops/imag.h' 2024-12-17T23:51:58.5917231Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5920112Z adding 'torch/include/ATen/ops/imag_native.h' 2024-12-17T23:51:58.5923199Z adding 'torch/include/ATen/ops/imag_ops.h' 2024-12-17T23:51:58.5926266Z adding 'torch/include/ATen/ops/index.h' 2024-12-17T23:51:58.5929409Z adding 'torch/include/ATen/ops/index_add.h' 2024-12-17T23:51:58.5932819Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5935784Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5938975Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2024-12-17T23:51:58.5942099Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2024-12-17T23:51:58.5945194Z adding 'torch/include/ATen/ops/index_add_meta.h' 2024-12-17T23:51:58.5948367Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2024-12-17T23:51:58.5951384Z adding 'torch/include/ATen/ops/index_add_native.h' 2024-12-17T23:51:58.5954731Z adding 'torch/include/ATen/ops/index_add_ops.h' 2024-12-17T23:51:58.5958083Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5961073Z adding 'torch/include/ATen/ops/index_copy.h' 2024-12-17T23:51:58.5964407Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.5967451Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.5970450Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2024-12-17T23:51:58.5973541Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2024-12-17T23:51:58.5976723Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2024-12-17T23:51:58.5979886Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2024-12-17T23:51:58.5983494Z adding 'torch/include/ATen/ops/index_copy_native.h' 2024-12-17T23:51:58.5986923Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2024-12-17T23:51:58.5990094Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2024-12-17T23:51:58.5993184Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2024-12-17T23:51:58.5996461Z adding 'torch/include/ATen/ops/index_fill.h' 2024-12-17T23:51:58.5999824Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6002919Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6006119Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2024-12-17T23:51:58.6009208Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2024-12-17T23:51:58.6012381Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2024-12-17T23:51:58.6015345Z adding 'torch/include/ATen/ops/index_fill_native.h' 2024-12-17T23:51:58.6019209Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2024-12-17T23:51:58.6022677Z adding 'torch/include/ATen/ops/index_meta.h' 2024-12-17T23:51:58.6025919Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2024-12-17T23:51:58.6028974Z adding 'torch/include/ATen/ops/index_native.h' 2024-12-17T23:51:58.6032191Z adding 'torch/include/ATen/ops/index_ops.h' 2024-12-17T23:51:58.6035407Z adding 'torch/include/ATen/ops/index_put.h' 2024-12-17T23:51:58.6038761Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6041646Z adding 'torch/include/ATen/ops/index_put_native.h' 2024-12-17T23:51:58.6044939Z adding 'torch/include/ATen/ops/index_put_ops.h' 2024-12-17T23:51:58.6048124Z adding 'torch/include/ATen/ops/index_reduce.h' 2024-12-17T23:51:58.6051532Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.6054536Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2024-12-17T23:51:58.6057803Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2024-12-17T23:51:58.6060956Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2024-12-17T23:51:58.6064115Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2024-12-17T23:51:58.6067135Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2024-12-17T23:51:58.6070442Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2024-12-17T23:51:58.6073632Z adding 'torch/include/ATen/ops/index_select.h' 2024-12-17T23:51:58.6076903Z adding 'torch/include/ATen/ops/index_select_backward.h' 2024-12-17T23:51:58.6080218Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6083087Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2024-12-17T23:51:58.6086230Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2024-12-17T23:51:58.6089431Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6092411Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2024-12-17T23:51:58.6095514Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2024-12-17T23:51:58.6098698Z adding 'torch/include/ATen/ops/index_select_native.h' 2024-12-17T23:51:58.6101991Z adding 'torch/include/ATen/ops/index_select_ops.h' 2024-12-17T23:51:58.6104981Z adding 'torch/include/ATen/ops/indices.h' 2024-12-17T23:51:58.6108361Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6111333Z adding 'torch/include/ATen/ops/indices_copy.h' 2024-12-17T23:51:58.6114683Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6118015Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.6120808Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2024-12-17T23:51:58.6124095Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2024-12-17T23:51:58.6127095Z adding 'torch/include/ATen/ops/indices_native.h' 2024-12-17T23:51:58.6130332Z adding 'torch/include/ATen/ops/indices_ops.h' 2024-12-17T23:51:58.6133552Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2024-12-17T23:51:58.6137096Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6140114Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2024-12-17T23:51:58.6143269Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2024-12-17T23:51:58.6146331Z adding 'torch/include/ATen/ops/inner.h' 2024-12-17T23:51:58.6149601Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6152597Z adding 'torch/include/ATen/ops/inner_native.h' 2024-12-17T23:51:58.6155877Z adding 'torch/include/ATen/ops/inner_ops.h' 2024-12-17T23:51:58.6159222Z adding 'torch/include/ATen/ops/instance_norm.h' 2024-12-17T23:51:58.6162536Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6165539Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2024-12-17T23:51:58.6168816Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2024-12-17T23:51:58.6171920Z adding 'torch/include/ATen/ops/int_repr.h' 2024-12-17T23:51:58.6175321Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6178331Z adding 'torch/include/ATen/ops/int_repr_native.h' 2024-12-17T23:51:58.6181683Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2024-12-17T23:51:58.6184802Z adding 'torch/include/ATen/ops/inverse.h' 2024-12-17T23:51:58.6188225Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6191220Z adding 'torch/include/ATen/ops/inverse_native.h' 2024-12-17T23:51:58.6194398Z adding 'torch/include/ATen/ops/inverse_ops.h' 2024-12-17T23:51:58.6197526Z adding 'torch/include/ATen/ops/is_coalesced.h' 2024-12-17T23:51:58.6200794Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6203788Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2024-12-17T23:51:58.6206897Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2024-12-17T23:51:58.6210085Z adding 'torch/include/ATen/ops/is_complex.h' 2024-12-17T23:51:58.6213348Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6216401Z adding 'torch/include/ATen/ops/is_complex_native.h' 2024-12-17T23:51:58.6219630Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2024-12-17T23:51:58.6222659Z adding 'torch/include/ATen/ops/is_conj.h' 2024-12-17T23:51:58.6225969Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6228839Z adding 'torch/include/ATen/ops/is_conj_native.h' 2024-12-17T23:51:58.6232057Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2024-12-17T23:51:58.6235088Z adding 'torch/include/ATen/ops/is_distributed.h' 2024-12-17T23:51:58.6238471Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6251882Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2024-12-17T23:51:58.6252202Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2024-12-17T23:51:58.6252371Z adding 'torch/include/ATen/ops/is_floating_point.h' 2024-12-17T23:51:58.6252680Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6254005Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2024-12-17T23:51:58.6257557Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2024-12-17T23:51:58.6260704Z adding 'torch/include/ATen/ops/is_inference.h' 2024-12-17T23:51:58.6264315Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6267193Z adding 'torch/include/ATen/ops/is_inference_native.h' 2024-12-17T23:51:58.6270507Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2024-12-17T23:51:58.6273957Z adding 'torch/include/ATen/ops/is_leaf.h' 2024-12-17T23:51:58.6277723Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6281075Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2024-12-17T23:51:58.6284605Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2024-12-17T23:51:58.6287673Z adding 'torch/include/ATen/ops/is_neg.h' 2024-12-17T23:51:58.6291047Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6293898Z adding 'torch/include/ATen/ops/is_neg_native.h' 2024-12-17T23:51:58.6297240Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2024-12-17T23:51:58.6300295Z adding 'torch/include/ATen/ops/is_nonzero.h' 2024-12-17T23:51:58.6304304Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6307269Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2024-12-17T23:51:58.6310498Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2024-12-17T23:51:58.6313383Z adding 'torch/include/ATen/ops/is_pinned.h' 2024-12-17T23:51:58.6316598Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6319644Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2024-12-17T23:51:58.6322766Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2024-12-17T23:51:58.6325775Z adding 'torch/include/ATen/ops/is_same_size.h' 2024-12-17T23:51:58.6328987Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6331880Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2024-12-17T23:51:58.6335147Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2024-12-17T23:51:58.6338244Z adding 'torch/include/ATen/ops/is_set_to.h' 2024-12-17T23:51:58.6341352Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2024-12-17T23:51:58.6344388Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2024-12-17T23:51:58.6347335Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2024-12-17T23:51:58.6350410Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2024-12-17T23:51:58.6353418Z adding 'torch/include/ATen/ops/is_signed.h' 2024-12-17T23:51:58.6356666Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6359510Z adding 'torch/include/ATen/ops/is_signed_native.h' 2024-12-17T23:51:58.6362589Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2024-12-17T23:51:58.6365664Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2024-12-17T23:51:58.6369022Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6371851Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2024-12-17T23:51:58.6374879Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2024-12-17T23:51:58.6378070Z adding 'torch/include/ATen/ops/isclose.h' 2024-12-17T23:51:58.6381298Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6384168Z adding 'torch/include/ATen/ops/isclose_native.h' 2024-12-17T23:51:58.6387328Z adding 'torch/include/ATen/ops/isclose_ops.h' 2024-12-17T23:51:58.6390317Z adding 'torch/include/ATen/ops/isfinite.h' 2024-12-17T23:51:58.6393523Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6396341Z adding 'torch/include/ATen/ops/isfinite_native.h' 2024-12-17T23:51:58.6399411Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2024-12-17T23:51:58.6402659Z adding 'torch/include/ATen/ops/isin.h' 2024-12-17T23:51:58.6406101Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.6409238Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2024-12-17T23:51:58.6412509Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2024-12-17T23:51:58.6415568Z adding 'torch/include/ATen/ops/isin_meta.h' 2024-12-17T23:51:58.6418924Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2024-12-17T23:51:58.6422098Z adding 'torch/include/ATen/ops/isin_native.h' 2024-12-17T23:51:58.6425554Z adding 'torch/include/ATen/ops/isin_ops.h' 2024-12-17T23:51:58.6428738Z adding 'torch/include/ATen/ops/isinf.h' 2024-12-17T23:51:58.6431942Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6434849Z adding 'torch/include/ATen/ops/isinf_native.h' 2024-12-17T23:51:58.6438005Z adding 'torch/include/ATen/ops/isinf_ops.h' 2024-12-17T23:51:58.6441092Z adding 'torch/include/ATen/ops/isnan.h' 2024-12-17T23:51:58.6444333Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6447261Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2024-12-17T23:51:58.6450308Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2024-12-17T23:51:58.6453272Z adding 'torch/include/ATen/ops/isnan_native.h' 2024-12-17T23:51:58.6456502Z adding 'torch/include/ATen/ops/isnan_ops.h' 2024-12-17T23:51:58.6459668Z adding 'torch/include/ATen/ops/isneginf.h' 2024-12-17T23:51:58.6463019Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.6465910Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2024-12-17T23:51:58.6468984Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2024-12-17T23:51:58.6471940Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2024-12-17T23:51:58.6475023Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2024-12-17T23:51:58.6478024Z adding 'torch/include/ATen/ops/isneginf_native.h' 2024-12-17T23:51:58.6481164Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2024-12-17T23:51:58.6484241Z adding 'torch/include/ATen/ops/isposinf.h' 2024-12-17T23:51:58.6487532Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.6490465Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2024-12-17T23:51:58.6493522Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2024-12-17T23:51:58.6496676Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2024-12-17T23:51:58.6499781Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2024-12-17T23:51:58.6502799Z adding 'torch/include/ATen/ops/isposinf_native.h' 2024-12-17T23:51:58.6505956Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2024-12-17T23:51:58.6508935Z adding 'torch/include/ATen/ops/isreal.h' 2024-12-17T23:51:58.6512125Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6514951Z adding 'torch/include/ATen/ops/isreal_native.h' 2024-12-17T23:51:58.6517996Z adding 'torch/include/ATen/ops/isreal_ops.h' 2024-12-17T23:51:58.6521155Z adding 'torch/include/ATen/ops/istft.h' 2024-12-17T23:51:58.6524615Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6527542Z adding 'torch/include/ATen/ops/istft_native.h' 2024-12-17T23:51:58.6530759Z adding 'torch/include/ATen/ops/istft_ops.h' 2024-12-17T23:51:58.6533712Z adding 'torch/include/ATen/ops/item.h' 2024-12-17T23:51:58.6537021Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6539877Z adding 'torch/include/ATen/ops/item_native.h' 2024-12-17T23:51:58.6542961Z adding 'torch/include/ATen/ops/item_ops.h' 2024-12-17T23:51:58.6546422Z adding 'torch/include/ATen/ops/kaiser_window.h' 2024-12-17T23:51:58.6549977Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6552981Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2024-12-17T23:51:58.6556520Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2024-12-17T23:51:58.6559683Z adding 'torch/include/ATen/ops/kl_div.h' 2024-12-17T23:51:58.6562918Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6565788Z adding 'torch/include/ATen/ops/kl_div_native.h' 2024-12-17T23:51:58.6568900Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2024-12-17T23:51:58.6572670Z adding 'torch/include/ATen/ops/kron.h' 2024-12-17T23:51:58.6576047Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6579017Z adding 'torch/include/ATen/ops/kron_native.h' 2024-12-17T23:51:58.6582188Z adding 'torch/include/ATen/ops/kron_ops.h' 2024-12-17T23:51:58.6585422Z adding 'torch/include/ATen/ops/kthvalue.h' 2024-12-17T23:51:58.6589348Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6592470Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6595523Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2024-12-17T23:51:58.6598607Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2024-12-17T23:51:58.6601632Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2024-12-17T23:51:58.6605013Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2024-12-17T23:51:58.6608084Z adding 'torch/include/ATen/ops/l1_loss.h' 2024-12-17T23:51:58.6611372Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6614248Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2024-12-17T23:51:58.6617419Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2024-12-17T23:51:58.6620687Z adding 'torch/include/ATen/ops/layer_norm.h' 2024-12-17T23:51:58.6624072Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6627036Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2024-12-17T23:51:58.6630184Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2024-12-17T23:51:58.6633248Z adding 'torch/include/ATen/ops/lcm.h' 2024-12-17T23:51:58.6636573Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.6639506Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2024-12-17T23:51:58.6642586Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2024-12-17T23:51:58.6645574Z adding 'torch/include/ATen/ops/lcm_meta.h' 2024-12-17T23:51:58.6648653Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2024-12-17T23:51:58.6651620Z adding 'torch/include/ATen/ops/lcm_native.h' 2024-12-17T23:51:58.6654853Z adding 'torch/include/ATen/ops/lcm_ops.h' 2024-12-17T23:51:58.6658079Z adding 'torch/include/ATen/ops/ldexp.h' 2024-12-17T23:51:58.6661371Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6664245Z adding 'torch/include/ATen/ops/ldexp_native.h' 2024-12-17T23:51:58.6667514Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2024-12-17T23:51:58.6670701Z adding 'torch/include/ATen/ops/le.h' 2024-12-17T23:51:58.6674014Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.6676994Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2024-12-17T23:51:58.6680119Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2024-12-17T23:51:58.6683119Z adding 'torch/include/ATen/ops/le_meta.h' 2024-12-17T23:51:58.6686268Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2024-12-17T23:51:58.6689306Z adding 'torch/include/ATen/ops/le_native.h' 2024-12-17T23:51:58.6692702Z adding 'torch/include/ATen/ops/le_ops.h' 2024-12-17T23:51:58.6695976Z adding 'torch/include/ATen/ops/leaky_relu.h' 2024-12-17T23:51:58.6699248Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2024-12-17T23:51:58.6702761Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.6705659Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2024-12-17T23:51:58.6708752Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2024-12-17T23:51:58.6711755Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2024-12-17T23:51:58.6714896Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2024-12-17T23:51:58.6717934Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2024-12-17T23:51:58.6721175Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2024-12-17T23:51:58.6724607Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.6728185Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2024-12-17T23:51:58.6732041Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2024-12-17T23:51:58.6735382Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2024-12-17T23:51:58.6738720Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2024-12-17T23:51:58.6741916Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2024-12-17T23:51:58.6745212Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2024-12-17T23:51:58.6748549Z adding 'torch/include/ATen/ops/lerp.h' 2024-12-17T23:51:58.6751936Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.6755295Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2024-12-17T23:51:58.6758923Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2024-12-17T23:51:58.6762469Z adding 'torch/include/ATen/ops/lerp_meta.h' 2024-12-17T23:51:58.6766161Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2024-12-17T23:51:58.6769754Z adding 'torch/include/ATen/ops/lerp_native.h' 2024-12-17T23:51:58.6773676Z adding 'torch/include/ATen/ops/lerp_ops.h' 2024-12-17T23:51:58.6777554Z adding 'torch/include/ATen/ops/less.h' 2024-12-17T23:51:58.6781391Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6785070Z adding 'torch/include/ATen/ops/less_equal.h' 2024-12-17T23:51:58.6788468Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6791613Z adding 'torch/include/ATen/ops/less_equal_native.h' 2024-12-17T23:51:58.6795071Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2024-12-17T23:51:58.6798408Z adding 'torch/include/ATen/ops/less_native.h' 2024-12-17T23:51:58.6801842Z adding 'torch/include/ATen/ops/less_ops.h' 2024-12-17T23:51:58.6805236Z adding 'torch/include/ATen/ops/lgamma.h' 2024-12-17T23:51:58.6808630Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.6811668Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2024-12-17T23:51:58.6814746Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2024-12-17T23:51:58.6817833Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2024-12-17T23:51:58.6821412Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2024-12-17T23:51:58.6824455Z adding 'torch/include/ATen/ops/lgamma_native.h' 2024-12-17T23:51:58.6827622Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2024-12-17T23:51:58.6830702Z adding 'torch/include/ATen/ops/lift.h' 2024-12-17T23:51:58.6833926Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6837089Z adding 'torch/include/ATen/ops/lift_fresh.h' 2024-12-17T23:51:58.6840375Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6843348Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2024-12-17T23:51:58.6846619Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.6849799Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.6852566Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2024-12-17T23:51:58.6855711Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2024-12-17T23:51:58.6858803Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2024-12-17T23:51:58.6861875Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2024-12-17T23:51:58.6864842Z adding 'torch/include/ATen/ops/lift_native.h' 2024-12-17T23:51:58.6868102Z adding 'torch/include/ATen/ops/lift_ops.h' 2024-12-17T23:51:58.6871231Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2024-12-17T23:51:58.6874498Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6878019Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2024-12-17T23:51:58.6881404Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.6884319Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2024-12-17T23:51:58.6887427Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2024-12-17T23:51:58.6890456Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2024-12-17T23:51:58.6893591Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2024-12-17T23:51:58.6896739Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2024-12-17T23:51:58.6900003Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2024-12-17T23:51:58.6903079Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2024-12-17T23:51:58.6906241Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2024-12-17T23:51:58.6909471Z adding 'torch/include/ATen/ops/linalg_cond.h' 2024-12-17T23:51:58.6912958Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6915908Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2024-12-17T23:51:58.6919188Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2024-12-17T23:51:58.6922341Z adding 'torch/include/ATen/ops/linalg_cross.h' 2024-12-17T23:51:58.6925804Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.6928751Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2024-12-17T23:51:58.6931829Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2024-12-17T23:51:58.6934810Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2024-12-17T23:51:58.6938031Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2024-12-17T23:51:58.6941052Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2024-12-17T23:51:58.6944269Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2024-12-17T23:51:58.6947321Z adding 'torch/include/ATen/ops/linalg_det.h' 2024-12-17T23:51:58.6950594Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6953486Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2024-12-17T23:51:58.6956613Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2024-12-17T23:51:58.6959711Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2024-12-17T23:51:58.6962970Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6965821Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2024-12-17T23:51:58.6968946Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2024-12-17T23:51:58.6972008Z adding 'torch/include/ATen/ops/linalg_eig.h' 2024-12-17T23:51:58.6975202Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2024-12-17T23:51:58.6978459Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2024-12-17T23:51:58.6981416Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2024-12-17T23:51:58.6984584Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2024-12-17T23:51:58.6987688Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2024-12-17T23:51:58.6991029Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.6994085Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2024-12-17T23:51:58.6997305Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2024-12-17T23:51:58.7000430Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2024-12-17T23:51:58.7003664Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7006590Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2024-12-17T23:51:58.7009634Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2024-12-17T23:51:58.7012564Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2024-12-17T23:51:58.7015717Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2024-12-17T23:51:58.7018922Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2024-12-17T23:51:58.7022184Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7025305Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2024-12-17T23:51:58.7028529Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2024-12-17T23:51:58.7031812Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2024-12-17T23:51:58.7035071Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2024-12-17T23:51:58.7038188Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2024-12-17T23:51:58.7041315Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2024-12-17T23:51:58.7044508Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2024-12-17T23:51:58.7047680Z adding 'torch/include/ATen/ops/linalg_inv.h' 2024-12-17T23:51:58.7050943Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7054102Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2024-12-17T23:51:58.7057694Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7060710Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2024-12-17T23:51:58.7063866Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2024-12-17T23:51:58.7066845Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2024-12-17T23:51:58.7070118Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2024-12-17T23:51:58.7073139Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2024-12-17T23:51:58.7076513Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2024-12-17T23:51:58.7079623Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2024-12-17T23:51:58.7082872Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2024-12-17T23:51:58.7086153Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2024-12-17T23:51:58.7089481Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7092657Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2024-12-17T23:51:58.7096103Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7099309Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2024-12-17T23:51:58.7102519Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2024-12-17T23:51:58.7105658Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2024-12-17T23:51:58.7108901Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2024-12-17T23:51:58.7111922Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2024-12-17T23:51:58.7115293Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2024-12-17T23:51:58.7118386Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2024-12-17T23:51:58.7121779Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2024-12-17T23:51:58.7124987Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2024-12-17T23:51:58.7128480Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7131589Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2024-12-17T23:51:58.7134686Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2024-12-17T23:51:58.7137926Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2024-12-17T23:51:58.7141046Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2024-12-17T23:51:58.7144166Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2024-12-17T23:51:58.7147377Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2024-12-17T23:51:58.7150806Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2024-12-17T23:51:58.7154291Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.7157315Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2024-12-17T23:51:58.7160619Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2024-12-17T23:51:58.7163651Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2024-12-17T23:51:58.7167090Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2024-12-17T23:51:58.7170276Z adding 'torch/include/ATen/ops/linalg_lu.h' 2024-12-17T23:51:58.7173769Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7177588Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2024-12-17T23:51:58.7180757Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2024-12-17T23:51:58.7183983Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2024-12-17T23:51:58.7187320Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7190549Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2024-12-17T23:51:58.7194008Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7197062Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2024-12-17T23:51:58.7200378Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2024-12-17T23:51:58.7203439Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2024-12-17T23:51:58.7206689Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2024-12-17T23:51:58.7209702Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2024-12-17T23:51:58.7213127Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2024-12-17T23:51:58.7216357Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2024-12-17T23:51:58.7219843Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2024-12-17T23:51:58.7223020Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2024-12-17T23:51:58.7226214Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2024-12-17T23:51:58.7229330Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2024-12-17T23:51:58.7232530Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2024-12-17T23:51:58.7235824Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2024-12-17T23:51:58.7239302Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7242252Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2024-12-17T23:51:58.7245480Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2024-12-17T23:51:58.7248546Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2024-12-17T23:51:58.7251826Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2024-12-17T23:51:58.7254846Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2024-12-17T23:51:58.7258295Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2024-12-17T23:51:58.7261537Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2024-12-17T23:51:58.7265300Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7268641Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2024-12-17T23:51:58.7272314Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2024-12-17T23:51:58.7275451Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2024-12-17T23:51:58.7279139Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.7282623Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2024-12-17T23:51:58.7286191Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2024-12-17T23:51:58.7289593Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2024-12-17T23:51:58.7292828Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2024-12-17T23:51:58.7296395Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2024-12-17T23:51:58.7299871Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7303070Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2024-12-17T23:51:58.7306488Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2024-12-17T23:51:58.7309853Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2024-12-17T23:51:58.7314001Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7316990Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2024-12-17T23:51:58.7320125Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2024-12-17T23:51:58.7323568Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2024-12-17T23:51:58.7327472Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7330508Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2024-12-17T23:51:58.7334150Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2024-12-17T23:51:58.7337476Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2024-12-17T23:51:58.7340928Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7343834Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2024-12-17T23:51:58.7346979Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2024-12-17T23:51:58.7350287Z adding 'torch/include/ATen/ops/linalg_norm.h' 2024-12-17T23:51:58.7354233Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7356689Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2024-12-17T23:51:58.7360042Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2024-12-17T23:51:58.7363506Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2024-12-17T23:51:58.7366894Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.7370100Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7373421Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7376506Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2024-12-17T23:51:58.7380143Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2024-12-17T23:51:58.7383518Z adding 'torch/include/ATen/ops/linalg_qr.h' 2024-12-17T23:51:58.7386837Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7389743Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2024-12-17T23:51:58.7392858Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2024-12-17T23:51:58.7395822Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2024-12-17T23:51:58.7398936Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2024-12-17T23:51:58.7401943Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2024-12-17T23:51:58.7405132Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2024-12-17T23:51:58.7408248Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2024-12-17T23:51:58.7411521Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7414388Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2024-12-17T23:51:58.7417774Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2024-12-17T23:51:58.7420890Z adding 'torch/include/ATen/ops/linalg_solve.h' 2024-12-17T23:51:58.7424184Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7427158Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2024-12-17T23:51:58.7430426Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7433312Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2024-12-17T23:51:58.7436513Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2024-12-17T23:51:58.7439530Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2024-12-17T23:51:58.7442720Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2024-12-17T23:51:58.7445880Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2024-12-17T23:51:58.7449061Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2024-12-17T23:51:58.7452128Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2024-12-17T23:51:58.7455085Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2024-12-17T23:51:58.7458359Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2024-12-17T23:51:58.7461484Z adding 'torch/include/ATen/ops/linalg_svd.h' 2024-12-17T23:51:58.7464863Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7473058Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2024-12-17T23:51:58.7478011Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2024-12-17T23:51:58.7481343Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2024-12-17T23:51:58.7484991Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7488176Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2024-12-17T23:51:58.7491528Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2024-12-17T23:51:58.7494497Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2024-12-17T23:51:58.7497983Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7501027Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2024-12-17T23:51:58.7504189Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2024-12-17T23:51:58.7507304Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2024-12-17T23:51:58.7510587Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7513484Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2024-12-17T23:51:58.7516693Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2024-12-17T23:51:58.7519847Z adding 'torch/include/ATen/ops/linalg_vander.h' 2024-12-17T23:51:58.7523136Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7526024Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2024-12-17T23:51:58.7529137Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2024-12-17T23:51:58.7532222Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2024-12-17T23:51:58.7535523Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7538570Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2024-12-17T23:51:58.7541764Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2024-12-17T23:51:58.7544989Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2024-12-17T23:51:58.7548436Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7551472Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2024-12-17T23:51:58.7554632Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2024-12-17T23:51:58.7557670Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2024-12-17T23:51:58.7560862Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2024-12-17T23:51:58.7563883Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2024-12-17T23:51:58.7567170Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2024-12-17T23:51:58.7570351Z adding 'torch/include/ATen/ops/linear.h' 2024-12-17T23:51:58.7573953Z adding 'torch/include/ATen/ops/linear_backward.h' 2024-12-17T23:51:58.7577418Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.7580423Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2024-12-17T23:51:58.7583706Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2024-12-17T23:51:58.7586994Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.7590082Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7593038Z adding 'torch/include/ATen/ops/linear_native.h' 2024-12-17T23:51:58.7596282Z adding 'torch/include/ATen/ops/linear_ops.h' 2024-12-17T23:51:58.7599926Z adding 'torch/include/ATen/ops/linspace.h' 2024-12-17T23:51:58.7603636Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.7606676Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2024-12-17T23:51:58.7609802Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2024-12-17T23:51:58.7612868Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2024-12-17T23:51:58.7616093Z adding 'torch/include/ATen/ops/linspace_native.h' 2024-12-17T23:51:58.7619927Z adding 'torch/include/ATen/ops/linspace_ops.h' 2024-12-17T23:51:58.7623195Z adding 'torch/include/ATen/ops/log.h' 2024-12-17T23:51:58.7626317Z adding 'torch/include/ATen/ops/log10.h' 2024-12-17T23:51:58.7629635Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7632574Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2024-12-17T23:51:58.7635678Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2024-12-17T23:51:58.7638642Z adding 'torch/include/ATen/ops/log10_meta.h' 2024-12-17T23:51:58.7641784Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2024-12-17T23:51:58.7644790Z adding 'torch/include/ATen/ops/log10_native.h' 2024-12-17T23:51:58.7648564Z adding 'torch/include/ATen/ops/log10_ops.h' 2024-12-17T23:51:58.7651213Z adding 'torch/include/ATen/ops/log1p.h' 2024-12-17T23:51:58.7654456Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7657492Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2024-12-17T23:51:58.7660614Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2024-12-17T23:51:58.7663581Z adding 'torch/include/ATen/ops/log1p_meta.h' 2024-12-17T23:51:58.7666746Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2024-12-17T23:51:58.7669798Z adding 'torch/include/ATen/ops/log1p_native.h' 2024-12-17T23:51:58.7673012Z adding 'torch/include/ATen/ops/log1p_ops.h' 2024-12-17T23:51:58.7676371Z adding 'torch/include/ATen/ops/log2.h' 2024-12-17T23:51:58.7679769Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7682866Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2024-12-17T23:51:58.7686059Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2024-12-17T23:51:58.7689104Z adding 'torch/include/ATen/ops/log2_meta.h' 2024-12-17T23:51:58.7692346Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2024-12-17T23:51:58.7695409Z adding 'torch/include/ATen/ops/log2_native.h' 2024-12-17T23:51:58.7698895Z adding 'torch/include/ATen/ops/log2_ops.h' 2024-12-17T23:51:58.7702377Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7705488Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2024-12-17T23:51:58.7708577Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2024-12-17T23:51:58.7711726Z adding 'torch/include/ATen/ops/log_meta.h' 2024-12-17T23:51:58.7714860Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2024-12-17T23:51:58.7718004Z adding 'torch/include/ATen/ops/log_native.h' 2024-12-17T23:51:58.7721317Z adding 'torch/include/ATen/ops/log_normal.h' 2024-12-17T23:51:58.7724707Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.7728098Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2024-12-17T23:51:58.7731109Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2024-12-17T23:51:58.7734381Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2024-12-17T23:51:58.7737462Z adding 'torch/include/ATen/ops/log_normal_native.h' 2024-12-17T23:51:58.7740896Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2024-12-17T23:51:58.7745934Z adding 'torch/include/ATen/ops/log_ops.h' 2024-12-17T23:51:58.7749222Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2024-12-17T23:51:58.7752607Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2024-12-17T23:51:58.7756032Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2024-12-17T23:51:58.7759243Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2024-12-17T23:51:58.7762523Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2024-12-17T23:51:58.7766269Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2024-12-17T23:51:58.7770942Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7774448Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2024-12-17T23:51:58.7778377Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2024-12-17T23:51:58.7781920Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2024-12-17T23:51:58.7784960Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2024-12-17T23:51:58.7788821Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2024-12-17T23:51:58.7792413Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2024-12-17T23:51:58.7795661Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2024-12-17T23:51:58.7799018Z adding 'torch/include/ATen/ops/log_softmax.h' 2024-12-17T23:51:58.7802337Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.7806303Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7808773Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2024-12-17T23:51:58.7812212Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2024-12-17T23:51:58.7815465Z adding 'torch/include/ATen/ops/logaddexp.h' 2024-12-17T23:51:58.7818822Z adding 'torch/include/ATen/ops/logaddexp2.h' 2024-12-17T23:51:58.7822200Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7825165Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2024-12-17T23:51:58.7828483Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2024-12-17T23:51:58.7831507Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2024-12-17T23:51:58.7834619Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2024-12-17T23:51:58.7837659Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2024-12-17T23:51:58.7840848Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2024-12-17T23:51:58.7844442Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7847396Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2024-12-17T23:51:58.7850483Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2024-12-17T23:51:58.7853473Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2024-12-17T23:51:58.7856733Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2024-12-17T23:51:58.7859776Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2024-12-17T23:51:58.7863025Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2024-12-17T23:51:58.7866197Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2024-12-17T23:51:58.7869495Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.7872634Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7875760Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2024-12-17T23:51:58.7879075Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2024-12-17T23:51:58.7882202Z adding 'torch/include/ATen/ops/logdet.h' 2024-12-17T23:51:58.7885454Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.7888322Z adding 'torch/include/ATen/ops/logdet_native.h' 2024-12-17T23:51:58.7891409Z adding 'torch/include/ATen/ops/logdet_ops.h' 2024-12-17T23:51:58.7894512Z adding 'torch/include/ATen/ops/logical_and.h' 2024-12-17T23:51:58.7897905Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.7900916Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2024-12-17T23:51:58.7903992Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2024-12-17T23:51:58.7906984Z adding 'torch/include/ATen/ops/logical_and_native.h' 2024-12-17T23:51:58.7910234Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2024-12-17T23:51:58.7913405Z adding 'torch/include/ATen/ops/logical_not.h' 2024-12-17T23:51:58.7916698Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.7919807Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2024-12-17T23:51:58.7922875Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2024-12-17T23:51:58.7925913Z adding 'torch/include/ATen/ops/logical_not_native.h' 2024-12-17T23:51:58.7929175Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2024-12-17T23:51:58.7932304Z adding 'torch/include/ATen/ops/logical_or.h' 2024-12-17T23:51:58.7935625Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.7938767Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2024-12-17T23:51:58.7941859Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2024-12-17T23:51:58.7945018Z adding 'torch/include/ATen/ops/logical_or_native.h' 2024-12-17T23:51:58.7948263Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2024-12-17T23:51:58.7951405Z adding 'torch/include/ATen/ops/logical_xor.h' 2024-12-17T23:51:58.7955237Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.7957758Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2024-12-17T23:51:58.7960823Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2024-12-17T23:51:58.7963836Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2024-12-17T23:51:58.7967074Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2024-12-17T23:51:58.7970261Z adding 'torch/include/ATen/ops/logit.h' 2024-12-17T23:51:58.7973415Z adding 'torch/include/ATen/ops/logit_backward.h' 2024-12-17T23:51:58.7976908Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.7979927Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2024-12-17T23:51:58.7983049Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2024-12-17T23:51:58.7986107Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2024-12-17T23:51:58.7989312Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2024-12-17T23:51:58.7992362Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2024-12-17T23:51:58.7995582Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2024-12-17T23:51:58.7998738Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2024-12-17T23:51:58.8001852Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2024-12-17T23:51:58.8004945Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2024-12-17T23:51:58.8007930Z adding 'torch/include/ATen/ops/logit_native.h' 2024-12-17T23:51:58.8011192Z adding 'torch/include/ATen/ops/logit_ops.h' 2024-12-17T23:51:58.8014944Z adding 'torch/include/ATen/ops/logspace.h' 2024-12-17T23:51:58.8018691Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8021760Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2024-12-17T23:51:58.8024903Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2024-12-17T23:51:58.8028019Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2024-12-17T23:51:58.8031110Z adding 'torch/include/ATen/ops/logspace_native.h' 2024-12-17T23:51:58.8034921Z adding 'torch/include/ATen/ops/logspace_ops.h' 2024-12-17T23:51:58.8038365Z adding 'torch/include/ATen/ops/logsumexp.h' 2024-12-17T23:51:58.8041669Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8044868Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.8047914Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8050855Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2024-12-17T23:51:58.8054200Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2024-12-17T23:51:58.8057561Z adding 'torch/include/ATen/ops/lshift.h' 2024-12-17T23:51:58.8061613Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8064701Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2024-12-17T23:51:58.8067786Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2024-12-17T23:51:58.8070919Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2024-12-17T23:51:58.8073940Z adding 'torch/include/ATen/ops/lshift_native.h' 2024-12-17T23:51:58.8077851Z adding 'torch/include/ATen/ops/lshift_ops.h' 2024-12-17T23:51:58.8081572Z adding 'torch/include/ATen/ops/lstm.h' 2024-12-17T23:51:58.8084749Z adding 'torch/include/ATen/ops/lstm_cell.h' 2024-12-17T23:51:58.8088309Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8091254Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2024-12-17T23:51:58.8094744Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2024-12-17T23:51:58.8098298Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8101763Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2024-12-17T23:51:58.8105521Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8109771Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2024-12-17T23:51:58.8112881Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2024-12-17T23:51:58.8116059Z adding 'torch/include/ATen/ops/lstm_native.h' 2024-12-17T23:51:58.8120020Z adding 'torch/include/ATen/ops/lstm_ops.h' 2024-12-17T23:51:58.8123784Z adding 'torch/include/ATen/ops/lt.h' 2024-12-17T23:51:58.8127772Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.8131343Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2024-12-17T23:51:58.8135116Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2024-12-17T23:51:58.8138866Z adding 'torch/include/ATen/ops/lt_meta.h' 2024-12-17T23:51:58.8142411Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2024-12-17T23:51:58.8145534Z adding 'torch/include/ATen/ops/lt_native.h' 2024-12-17T23:51:58.8149197Z adding 'torch/include/ATen/ops/lt_ops.h' 2024-12-17T23:51:58.8152537Z adding 'torch/include/ATen/ops/lu_solve.h' 2024-12-17T23:51:58.8155945Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8159063Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2024-12-17T23:51:58.8162293Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2024-12-17T23:51:58.8165817Z adding 'torch/include/ATen/ops/lu_unpack.h' 2024-12-17T23:51:58.8169205Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.8172233Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2024-12-17T23:51:58.8175493Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2024-12-17T23:51:58.8178731Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2024-12-17T23:51:58.8181935Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2024-12-17T23:51:58.8184972Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2024-12-17T23:51:58.8188288Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2024-12-17T23:51:58.8191401Z adding 'torch/include/ATen/ops/mH.h' 2024-12-17T23:51:58.8194933Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8197820Z adding 'torch/include/ATen/ops/mH_native.h' 2024-12-17T23:51:58.8200918Z adding 'torch/include/ATen/ops/mH_ops.h' 2024-12-17T23:51:58.8203892Z adding 'torch/include/ATen/ops/mT.h' 2024-12-17T23:51:58.8207091Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8209922Z adding 'torch/include/ATen/ops/mT_native.h' 2024-12-17T23:51:58.8212994Z adding 'torch/include/ATen/ops/mT_ops.h' 2024-12-17T23:51:58.8216238Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2024-12-17T23:51:58.8219690Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8222606Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2024-12-17T23:51:58.8225737Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2024-12-17T23:51:58.8228923Z adding 'torch/include/ATen/ops/masked_fill.h' 2024-12-17T23:51:58.8232324Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8235319Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2024-12-17T23:51:58.8238412Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2024-12-17T23:51:58.8241493Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2024-12-17T23:51:58.8244620Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2024-12-17T23:51:58.8248101Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2024-12-17T23:51:58.8251327Z adding 'torch/include/ATen/ops/masked_scatter.h' 2024-12-17T23:51:58.8254584Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2024-12-17T23:51:58.8258010Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8260921Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2024-12-17T23:51:58.8264110Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2024-12-17T23:51:58.8267909Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8270322Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2024-12-17T23:51:58.8273389Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2024-12-17T23:51:58.8276440Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2024-12-17T23:51:58.8279431Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2024-12-17T23:51:58.8282705Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2024-12-17T23:51:58.8285849Z adding 'torch/include/ATen/ops/masked_select.h' 2024-12-17T23:51:58.8288928Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2024-12-17T23:51:58.8292195Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8295069Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2024-12-17T23:51:58.8298306Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2024-12-17T23:51:58.8301430Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2024-12-17T23:51:58.8304508Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2024-12-17T23:51:58.8307518Z adding 'torch/include/ATen/ops/masked_select_native.h' 2024-12-17T23:51:58.8310670Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2024-12-17T23:51:58.8313815Z adding 'torch/include/ATen/ops/matmul.h' 2024-12-17T23:51:58.8317041Z adding 'torch/include/ATen/ops/matmul_backward.h' 2024-12-17T23:51:58.8320363Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8323301Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2024-12-17T23:51:58.8326539Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2024-12-17T23:51:58.8329817Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8332716Z adding 'torch/include/ATen/ops/matmul_native.h' 2024-12-17T23:51:58.8335953Z adding 'torch/include/ATen/ops/matmul_ops.h' 2024-12-17T23:51:58.8339104Z adding 'torch/include/ATen/ops/matrix_H.h' 2024-12-17T23:51:58.8342354Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8345209Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2024-12-17T23:51:58.8348308Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2024-12-17T23:51:58.8351357Z adding 'torch/include/ATen/ops/matrix_exp.h' 2024-12-17T23:51:58.8354385Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2024-12-17T23:51:58.8357616Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8360474Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2024-12-17T23:51:58.8363569Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2024-12-17T23:51:58.8366770Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8369640Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2024-12-17T23:51:58.8372737Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2024-12-17T23:51:58.8376416Z adding 'torch/include/ATen/ops/matrix_power.h' 2024-12-17T23:51:58.8379857Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8383647Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2024-12-17T23:51:58.8387377Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2024-12-17T23:51:58.8391406Z adding 'torch/include/ATen/ops/max.h' 2024-12-17T23:51:58.8395450Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.8399168Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8402863Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2024-12-17T23:51:58.8406582Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2024-12-17T23:51:58.8410305Z adding 'torch/include/ATen/ops/max_meta.h' 2024-12-17T23:51:58.8414027Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2024-12-17T23:51:58.8417913Z adding 'torch/include/ATen/ops/max_native.h' 2024-12-17T23:51:58.8421156Z adding 'torch/include/ATen/ops/max_ops.h' 2024-12-17T23:51:58.8424482Z adding 'torch/include/ATen/ops/max_pool1d.h' 2024-12-17T23:51:58.8428087Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8431017Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2024-12-17T23:51:58.8434433Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2024-12-17T23:51:58.8437642Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2024-12-17T23:51:58.8441272Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8444406Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2024-12-17T23:51:58.8448710Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2024-12-17T23:51:58.8452133Z adding 'torch/include/ATen/ops/max_pool2d.h' 2024-12-17T23:51:58.8455398Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2024-12-17T23:51:58.8458922Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8461999Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2024-12-17T23:51:58.8465318Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2024-12-17T23:51:58.8468604Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8471544Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2024-12-17T23:51:58.8474705Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2024-12-17T23:51:58.8477953Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2024-12-17T23:51:58.8481341Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2024-12-17T23:51:58.8484947Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.8487957Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2024-12-17T23:51:58.8491129Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2024-12-17T23:51:58.8494210Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2024-12-17T23:51:58.8497463Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2024-12-17T23:51:58.8500553Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2024-12-17T23:51:58.8503867Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2024-12-17T23:51:58.8507283Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.8510270Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2024-12-17T23:51:58.8513614Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2024-12-17T23:51:58.8516660Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2024-12-17T23:51:58.8519851Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2024-12-17T23:51:58.8522919Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2024-12-17T23:51:58.8526204Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2024-12-17T23:51:58.8529302Z adding 'torch/include/ATen/ops/max_pool3d.h' 2024-12-17T23:51:58.8532576Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8535475Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2024-12-17T23:51:58.8538798Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2024-12-17T23:51:58.8542073Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2024-12-17T23:51:58.8545410Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2024-12-17T23:51:58.8548708Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2024-12-17T23:51:58.8551943Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2024-12-17T23:51:58.8555548Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2024-12-17T23:51:58.8558414Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2024-12-17T23:51:58.8561636Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2024-12-17T23:51:58.8564804Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2024-12-17T23:51:58.8567994Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2024-12-17T23:51:58.8571412Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2024-12-17T23:51:58.8574959Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2024-12-17T23:51:58.8578399Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2024-12-17T23:51:58.8581766Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2024-12-17T23:51:58.8584902Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2024-12-17T23:51:58.8588247Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2024-12-17T23:51:58.8591828Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2024-12-17T23:51:58.8595224Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2024-12-17T23:51:58.8598561Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2024-12-17T23:51:58.8601610Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2024-12-17T23:51:58.8605099Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2024-12-17T23:51:58.8608403Z adding 'torch/include/ATen/ops/maximum.h' 2024-12-17T23:51:58.8611756Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.8614854Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2024-12-17T23:51:58.8618105Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2024-12-17T23:51:58.8621281Z adding 'torch/include/ATen/ops/maximum_meta.h' 2024-12-17T23:51:58.8624365Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2024-12-17T23:51:58.8627529Z adding 'torch/include/ATen/ops/maximum_native.h' 2024-12-17T23:51:58.8630830Z adding 'torch/include/ATen/ops/maximum_ops.h' 2024-12-17T23:51:58.8634257Z adding 'torch/include/ATen/ops/mean.h' 2024-12-17T23:51:58.8637770Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8641026Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.8644321Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8647408Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2024-12-17T23:51:58.8650696Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2024-12-17T23:51:58.8653893Z adding 'torch/include/ATen/ops/mean_meta.h' 2024-12-17T23:51:58.8657176Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2024-12-17T23:51:58.8660474Z adding 'torch/include/ATen/ops/mean_native.h' 2024-12-17T23:51:58.8664000Z adding 'torch/include/ATen/ops/mean_ops.h' 2024-12-17T23:51:58.8667610Z adding 'torch/include/ATen/ops/median.h' 2024-12-17T23:51:58.8671113Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8674280Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8677612Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2024-12-17T23:51:58.8680803Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2024-12-17T23:51:58.8684091Z adding 'torch/include/ATen/ops/median_native.h' 2024-12-17T23:51:58.8687792Z adding 'torch/include/ATen/ops/median_ops.h' 2024-12-17T23:51:58.8691046Z adding 'torch/include/ATen/ops/meshgrid.h' 2024-12-17T23:51:58.8695021Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8698064Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2024-12-17T23:51:58.8701414Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2024-12-17T23:51:58.8705004Z adding 'torch/include/ATen/ops/min.h' 2024-12-17T23:51:58.8708503Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.8711917Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8714910Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2024-12-17T23:51:58.8718241Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2024-12-17T23:51:58.8721520Z adding 'torch/include/ATen/ops/min_meta.h' 2024-12-17T23:51:58.8724711Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2024-12-17T23:51:58.8728009Z adding 'torch/include/ATen/ops/min_native.h' 2024-12-17T23:51:58.8731699Z adding 'torch/include/ATen/ops/min_ops.h' 2024-12-17T23:51:58.8735109Z adding 'torch/include/ATen/ops/minimum.h' 2024-12-17T23:51:58.8738741Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.8741703Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2024-12-17T23:51:58.8744971Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2024-12-17T23:51:58.8748017Z adding 'torch/include/ATen/ops/minimum_meta.h' 2024-12-17T23:51:58.8751268Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2024-12-17T23:51:58.8754309Z adding 'torch/include/ATen/ops/minimum_native.h' 2024-12-17T23:51:58.8757733Z adding 'torch/include/ATen/ops/minimum_ops.h' 2024-12-17T23:51:58.8761187Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2024-12-17T23:51:58.8764620Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2024-12-17T23:51:58.8768370Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8772004Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2024-12-17T23:51:58.8775672Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2024-12-17T23:51:58.8779688Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2024-12-17T23:51:58.8783184Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8786465Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2024-12-17T23:51:58.8789695Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2024-12-17T23:51:58.8793163Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2024-12-17T23:51:58.8797005Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2024-12-17T23:51:58.8800585Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2024-12-17T23:51:58.8804133Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2024-12-17T23:51:58.8807194Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2024-12-17T23:51:58.8810425Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2024-12-17T23:51:58.8814027Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8817289Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2024-12-17T23:51:58.8821063Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2024-12-17T23:51:58.8824504Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2024-12-17T23:51:58.8827888Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2024-12-17T23:51:58.8831429Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2024-12-17T23:51:58.8834432Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2024-12-17T23:51:58.8837632Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2024-12-17T23:51:58.8841316Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2024-12-17T23:51:58.8844942Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8848076Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2024-12-17T23:51:58.8851147Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2024-12-17T23:51:58.8854511Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2024-12-17T23:51:58.8858283Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2024-12-17T23:51:58.8862330Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8865440Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2024-12-17T23:51:58.8868547Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2024-12-17T23:51:58.8871859Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2024-12-17T23:51:58.8875225Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2024-12-17T23:51:58.8878837Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2024-12-17T23:51:58.8882447Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8885622Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2024-12-17T23:51:58.8888799Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2024-12-17T23:51:58.8892429Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2024-12-17T23:51:58.8895944Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8899135Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2024-12-17T23:51:58.8902261Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2024-12-17T23:51:58.8905761Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2024-12-17T23:51:58.8908977Z adding 'torch/include/ATen/ops/mish.h' 2024-12-17T23:51:58.8912066Z adding 'torch/include/ATen/ops/mish_backward.h' 2024-12-17T23:51:58.8915784Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.8918607Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2024-12-17T23:51:58.8921801Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2024-12-17T23:51:58.8924856Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2024-12-17T23:51:58.8928105Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2024-12-17T23:51:58.8931611Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.8934723Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2024-12-17T23:51:58.8938043Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2024-12-17T23:51:58.8941195Z adding 'torch/include/ATen/ops/mish_meta.h' 2024-12-17T23:51:58.8944444Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2024-12-17T23:51:58.8947467Z adding 'torch/include/ATen/ops/mish_native.h' 2024-12-17T23:51:58.8950812Z adding 'torch/include/ATen/ops/mish_ops.h' 2024-12-17T23:51:58.8954085Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2024-12-17T23:51:58.8957483Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2024-12-17T23:51:58.8960862Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8963889Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2024-12-17T23:51:58.8967206Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2024-12-17T23:51:58.8970327Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2024-12-17T23:51:58.8973650Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2024-12-17T23:51:58.8977274Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2024-12-17T23:51:58.8981063Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.8984181Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2024-12-17T23:51:58.8987501Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2024-12-17T23:51:58.8990813Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2024-12-17T23:51:58.8994078Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2024-12-17T23:51:58.8997626Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9000732Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2024-12-17T23:51:58.9004269Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9007320Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2024-12-17T23:51:58.9010482Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2024-12-17T23:51:58.9013691Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2024-12-17T23:51:58.9017111Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2024-12-17T23:51:58.9020538Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2024-12-17T23:51:58.9024056Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9027040Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2024-12-17T23:51:58.9030508Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2024-12-17T23:51:58.9033805Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9036919Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2024-12-17T23:51:58.9040209Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2024-12-17T23:51:58.9043623Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2024-12-17T23:51:58.9047064Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2024-12-17T23:51:58.9050457Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9053611Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2024-12-17T23:51:58.9057082Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2024-12-17T23:51:58.9060567Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9063667Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2024-12-17T23:51:58.9066998Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2024-12-17T23:51:58.9070371Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2024-12-17T23:51:58.9073709Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2024-12-17T23:51:58.9077304Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9080386Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2024-12-17T23:51:58.9083741Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2024-12-17T23:51:58.9087203Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9090166Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2024-12-17T23:51:58.9093568Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2024-12-17T23:51:58.9097557Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2024-12-17T23:51:58.9101206Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9104336Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2024-12-17T23:51:58.9107623Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2024-12-17T23:51:58.9111426Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2024-12-17T23:51:58.9115131Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9118139Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2024-12-17T23:51:58.9121560Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2024-12-17T23:51:58.9124949Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2024-12-17T23:51:58.9128834Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2024-12-17T23:51:58.9132560Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9135779Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2024-12-17T23:51:58.9139240Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2024-12-17T23:51:58.9143155Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2024-12-17T23:51:58.9146717Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9149902Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2024-12-17T23:51:58.9153060Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2024-12-17T23:51:58.9156689Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2024-12-17T23:51:58.9159997Z adding 'torch/include/ATen/ops/mm.h' 2024-12-17T23:51:58.9163385Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.9166464Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2024-12-17T23:51:58.9169566Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2024-12-17T23:51:58.9172735Z adding 'torch/include/ATen/ops/mm_meta.h' 2024-12-17T23:51:58.9175905Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2024-12-17T23:51:58.9179171Z adding 'torch/include/ATen/ops/mm_native.h' 2024-12-17T23:51:58.9182345Z adding 'torch/include/ATen/ops/mm_ops.h' 2024-12-17T23:51:58.9185791Z adding 'torch/include/ATen/ops/mode.h' 2024-12-17T23:51:58.9189256Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9192395Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.9195708Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2024-12-17T23:51:58.9198805Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2024-12-17T23:51:58.9202038Z adding 'torch/include/ATen/ops/mode_native.h' 2024-12-17T23:51:58.9205538Z adding 'torch/include/ATen/ops/mode_ops.h' 2024-12-17T23:51:58.9208769Z adding 'torch/include/ATen/ops/moveaxis.h' 2024-12-17T23:51:58.9212210Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.9215118Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2024-12-17T23:51:58.9218646Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2024-12-17T23:51:58.9221807Z adding 'torch/include/ATen/ops/movedim.h' 2024-12-17T23:51:58.9225194Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.9228188Z adding 'torch/include/ATen/ops/movedim_native.h' 2024-12-17T23:51:58.9231418Z adding 'torch/include/ATen/ops/movedim_ops.h' 2024-12-17T23:51:58.9235347Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2024-12-17T23:51:58.9239056Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9242204Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2024-12-17T23:51:58.9245685Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2024-12-17T23:51:58.9249519Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2024-12-17T23:51:58.9253358Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9256592Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2024-12-17T23:51:58.9260065Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2024-12-17T23:51:58.9263315Z adding 'torch/include/ATen/ops/mse_loss.h' 2024-12-17T23:51:58.9266539Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2024-12-17T23:51:58.9269722Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2024-12-17T23:51:58.9273031Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2024-12-17T23:51:58.9276077Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2024-12-17T23:51:58.9279372Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2024-12-17T23:51:58.9282726Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.9285688Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2024-12-17T23:51:58.9289014Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2024-12-17T23:51:58.9292024Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2024-12-17T23:51:58.9295218Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2024-12-17T23:51:58.9298337Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2024-12-17T23:51:58.9301482Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2024-12-17T23:51:58.9304569Z adding 'torch/include/ATen/ops/msort.h' 2024-12-17T23:51:58.9307832Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.9310669Z adding 'torch/include/ATen/ops/msort_native.h' 2024-12-17T23:51:58.9313779Z adding 'torch/include/ATen/ops/msort_ops.h' 2024-12-17T23:51:58.9316910Z adding 'torch/include/ATen/ops/mul.h' 2024-12-17T23:51:58.9320805Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9323611Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.9326505Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2024-12-17T23:51:58.9329577Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2024-12-17T23:51:58.9332659Z adding 'torch/include/ATen/ops/mul_meta.h' 2024-12-17T23:51:58.9335750Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2024-12-17T23:51:58.9339027Z adding 'torch/include/ATen/ops/mul_native.h' 2024-12-17T23:51:58.9342485Z adding 'torch/include/ATen/ops/mul_ops.h' 2024-12-17T23:51:58.9345887Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2024-12-17T23:51:58.9349197Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2024-12-17T23:51:58.9352460Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2024-12-17T23:51:58.9355672Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2024-12-17T23:51:58.9358740Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2024-12-17T23:51:58.9362025Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2024-12-17T23:51:58.9365230Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2024-12-17T23:51:58.9368391Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2024-12-17T23:51:58.9371432Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2024-12-17T23:51:58.9374690Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2024-12-17T23:51:58.9378213Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2024-12-17T23:51:58.9381454Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2024-12-17T23:51:58.9384697Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2024-12-17T23:51:58.9387860Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2024-12-17T23:51:58.9390914Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2024-12-17T23:51:58.9394158Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2024-12-17T23:51:58.9397627Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.9400681Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2024-12-17T23:51:58.9403943Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2024-12-17T23:51:58.9407105Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2024-12-17T23:51:58.9410150Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2024-12-17T23:51:58.9413386Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2024-12-17T23:51:58.9416515Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2024-12-17T23:51:58.9419748Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2024-12-17T23:51:58.9422945Z adding 'torch/include/ATen/ops/multinomial.h' 2024-12-17T23:51:58.9426236Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2024-12-17T23:51:58.9429402Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2024-12-17T23:51:58.9432392Z adding 'torch/include/ATen/ops/multinomial_native.h' 2024-12-17T23:51:58.9435594Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2024-12-17T23:51:58.9438826Z adding 'torch/include/ATen/ops/multiply.h' 2024-12-17T23:51:58.9442106Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.9444952Z adding 'torch/include/ATen/ops/multiply_native.h' 2024-12-17T23:51:58.9448305Z adding 'torch/include/ATen/ops/multiply_ops.h' 2024-12-17T23:51:58.9451463Z adding 'torch/include/ATen/ops/mv.h' 2024-12-17T23:51:58.9454686Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9457662Z adding 'torch/include/ATen/ops/mv_native.h' 2024-12-17T23:51:58.9460867Z adding 'torch/include/ATen/ops/mv_ops.h' 2024-12-17T23:51:58.9463951Z adding 'torch/include/ATen/ops/mvlgamma.h' 2024-12-17T23:51:58.9467176Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9470154Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2024-12-17T23:51:58.9473242Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2024-12-17T23:51:58.9476220Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2024-12-17T23:51:58.9479407Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2024-12-17T23:51:58.9482580Z adding 'torch/include/ATen/ops/nan_to_num.h' 2024-12-17T23:51:58.9485922Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9488930Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2024-12-17T23:51:58.9492021Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2024-12-17T23:51:58.9495098Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2024-12-17T23:51:58.9498548Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2024-12-17T23:51:58.9501819Z adding 'torch/include/ATen/ops/nanmean.h' 2024-12-17T23:51:58.9505118Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.9508047Z adding 'torch/include/ATen/ops/nanmean_native.h' 2024-12-17T23:51:58.9511292Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2024-12-17T23:51:58.9514617Z adding 'torch/include/ATen/ops/nanmedian.h' 2024-12-17T23:51:58.9517991Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9521131Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.9524185Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2024-12-17T23:51:58.9527351Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2024-12-17T23:51:58.9530450Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2024-12-17T23:51:58.9533979Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2024-12-17T23:51:58.9537469Z adding 'torch/include/ATen/ops/nanquantile.h' 2024-12-17T23:51:58.9540942Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.9543983Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2024-12-17T23:51:58.9547373Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2024-12-17T23:51:58.9550610Z adding 'torch/include/ATen/ops/nansum.h' 2024-12-17T23:51:58.9553836Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2024-12-17T23:51:58.9556986Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2024-12-17T23:51:58.9560042Z adding 'torch/include/ATen/ops/nansum_native.h' 2024-12-17T23:51:58.9563251Z adding 'torch/include/ATen/ops/nansum_ops.h' 2024-12-17T23:51:58.9566502Z adding 'torch/include/ATen/ops/narrow.h' 2024-12-17T23:51:58.9569866Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.9573806Z adding 'torch/include/ATen/ops/narrow_copy.h' 2024-12-17T23:51:58.9577478Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.9580483Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2024-12-17T23:51:58.9583713Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2024-12-17T23:51:58.9586981Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2024-12-17T23:51:58.9590102Z adding 'torch/include/ATen/ops/narrow_native.h' 2024-12-17T23:51:58.9593382Z adding 'torch/include/ATen/ops/narrow_ops.h' 2024-12-17T23:51:58.9596666Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2024-12-17T23:51:58.9600013Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2024-12-17T23:51:58.9603468Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9606523Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2024-12-17T23:51:58.9609691Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2024-12-17T23:51:58.9612865Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2024-12-17T23:51:58.9616413Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2024-12-17T23:51:58.9619740Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2024-12-17T23:51:58.9622962Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2024-12-17T23:51:58.9626103Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2024-12-17T23:51:58.9629488Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2024-12-17T23:51:58.9632726Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2024-12-17T23:51:58.9636039Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.9639020Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2024-12-17T23:51:58.9642013Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2024-12-17T23:51:58.9645133Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2024-12-17T23:51:58.9648242Z adding 'torch/include/ATen/ops/native_dropout.h' 2024-12-17T23:51:58.9651454Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2024-12-17T23:51:58.9654737Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9657890Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2024-12-17T23:51:58.9660992Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2024-12-17T23:51:58.9663996Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2024-12-17T23:51:58.9667459Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2024-12-17T23:51:58.9670668Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9673634Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2024-12-17T23:51:58.9676723Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2024-12-17T23:51:58.9679785Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2024-12-17T23:51:58.9683052Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2024-12-17T23:51:58.9686837Z adding 'torch/include/ATen/ops/native_group_norm.h' 2024-12-17T23:51:58.9690847Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2024-12-17T23:51:58.9694631Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9697979Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2024-12-17T23:51:58.9701290Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2024-12-17T23:51:58.9704394Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2024-12-17T23:51:58.9707967Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2024-12-17T23:51:58.9711535Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9714768Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2024-12-17T23:51:58.9718316Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2024-12-17T23:51:58.9721148Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2024-12-17T23:51:58.9724634Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2024-12-17T23:51:58.9733389Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2024-12-17T23:51:58.9733960Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2024-12-17T23:51:58.9740092Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9742832Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2024-12-17T23:51:58.9746189Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2024-12-17T23:51:58.9749430Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2024-12-17T23:51:58.9753127Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2024-12-17T23:51:58.9756945Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9760088Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2024-12-17T23:51:58.9763404Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2024-12-17T23:51:58.9766586Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2024-12-17T23:51:58.9770198Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2024-12-17T23:51:58.9773713Z adding 'torch/include/ATen/ops/native_norm.h' 2024-12-17T23:51:58.9777826Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9781389Z adding 'torch/include/ATen/ops/native_norm_native.h' 2024-12-17T23:51:58.9785424Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2024-12-17T23:51:58.9789266Z adding 'torch/include/ATen/ops/ne.h' 2024-12-17T23:51:58.9793251Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.9796848Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2024-12-17T23:51:58.9800684Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2024-12-17T23:51:58.9804035Z adding 'torch/include/ATen/ops/ne_meta.h' 2024-12-17T23:51:58.9807403Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2024-12-17T23:51:58.9810600Z adding 'torch/include/ATen/ops/ne_native.h' 2024-12-17T23:51:58.9814225Z adding 'torch/include/ATen/ops/ne_ops.h' 2024-12-17T23:51:58.9817550Z adding 'torch/include/ATen/ops/neg.h' 2024-12-17T23:51:58.9821243Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.9824291Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2024-12-17T23:51:58.9827644Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2024-12-17T23:51:58.9830681Z adding 'torch/include/ATen/ops/neg_meta.h' 2024-12-17T23:51:58.9833861Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2024-12-17T23:51:58.9837141Z adding 'torch/include/ATen/ops/neg_native.h' 2024-12-17T23:51:58.9840429Z adding 'torch/include/ATen/ops/neg_ops.h' 2024-12-17T23:51:58.9843581Z adding 'torch/include/ATen/ops/negative.h' 2024-12-17T23:51:58.9846914Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.9849909Z adding 'torch/include/ATen/ops/negative_native.h' 2024-12-17T23:51:58.9853357Z adding 'torch/include/ATen/ops/negative_ops.h' 2024-12-17T23:51:58.9856740Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2024-12-17T23:51:58.9860125Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.9863080Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2024-12-17T23:51:58.9866276Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2024-12-17T23:51:58.9869780Z adding 'torch/include/ATen/ops/new_empty.h' 2024-12-17T23:51:58.9873355Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9876359Z adding 'torch/include/ATen/ops/new_empty_native.h' 2024-12-17T23:51:58.9879672Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2024-12-17T23:51:58.9883428Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2024-12-17T23:51:58.9887000Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9900884Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.9901316Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2024-12-17T23:51:58.9901942Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2024-12-17T23:51:58.9902060Z adding 'torch/include/ATen/ops/new_full.h' 2024-12-17T23:51:58.9903890Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9906798Z adding 'torch/include/ATen/ops/new_full_native.h' 2024-12-17T23:51:58.9910246Z adding 'torch/include/ATen/ops/new_full_ops.h' 2024-12-17T23:51:58.9914562Z adding 'torch/include/ATen/ops/new_ones.h' 2024-12-17T23:51:58.9917748Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9920741Z adding 'torch/include/ATen/ops/new_ones_native.h' 2024-12-17T23:51:58.9924031Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2024-12-17T23:51:58.9927472Z adding 'torch/include/ATen/ops/new_zeros.h' 2024-12-17T23:51:58.9931118Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:58.9934390Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2024-12-17T23:51:58.9937561Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2024-12-17T23:51:58.9940659Z adding 'torch/include/ATen/ops/nextafter.h' 2024-12-17T23:51:58.9944371Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:58.9947376Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2024-12-17T23:51:58.9950511Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2024-12-17T23:51:58.9953572Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2024-12-17T23:51:58.9956751Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2024-12-17T23:51:58.9959791Z adding 'torch/include/ATen/ops/nextafter_native.h' 2024-12-17T23:51:58.9963085Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2024-12-17T23:51:58.9966564Z adding 'torch/include/ATen/ops/nll_loss.h' 2024-12-17T23:51:58.9970204Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2024-12-17T23:51:58.9973877Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2024-12-17T23:51:58.9977777Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2024-12-17T23:51:58.9980857Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2024-12-17T23:51:58.9983975Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2024-12-17T23:51:58.9987312Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2024-12-17T23:51:58.9990773Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:58.9994218Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2024-12-17T23:51:58.9997753Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2024-12-17T23:51:59.0001024Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2024-12-17T23:51:59.0004212Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2024-12-17T23:51:59.0007511Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2024-12-17T23:51:59.0010575Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2024-12-17T23:51:59.0013872Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2024-12-17T23:51:59.0017564Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2024-12-17T23:51:59.0021200Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.0024301Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2024-12-17T23:51:59.0027593Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2024-12-17T23:51:59.0030700Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2024-12-17T23:51:59.0034021Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2024-12-17T23:51:59.0037147Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2024-12-17T23:51:59.0040470Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2024-12-17T23:51:59.0043872Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0047376Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2024-12-17T23:51:59.0051194Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.0053988Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2024-12-17T23:51:59.0057353Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2024-12-17T23:51:59.0060429Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2024-12-17T23:51:59.0063743Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2024-12-17T23:51:59.0066845Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2024-12-17T23:51:59.0070137Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2024-12-17T23:51:59.0073257Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2024-12-17T23:51:59.0076443Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2024-12-17T23:51:59.0079816Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0082779Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2024-12-17T23:51:59.0086167Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2024-12-17T23:51:59.0089609Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2024-12-17T23:51:59.0092941Z adding 'torch/include/ATen/ops/nonzero.h' 2024-12-17T23:51:59.0096202Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2024-12-17T23:51:59.0099577Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2024-12-17T23:51:59.0102770Z adding 'torch/include/ATen/ops/nonzero_native.h' 2024-12-17T23:51:59.0105897Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2024-12-17T23:51:59.0109343Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0112247Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2024-12-17T23:51:59.0115538Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2024-12-17T23:51:59.0118795Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2024-12-17T23:51:59.0122123Z adding 'torch/include/ATen/ops/nonzero_static.h' 2024-12-17T23:51:59.0125469Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2024-12-17T23:51:59.0128626Z adding 'torch/include/ATen/ops/nonzero_static_cuda_dispatch.h' 2024-12-17T23:51:59.0131860Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2024-12-17T23:51:59.0135124Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2024-12-17T23:51:59.0139000Z adding 'torch/include/ATen/ops/norm.h' 2024-12-17T23:51:59.0142916Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0146058Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.0149388Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0152506Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2024-12-17T23:51:59.0155935Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2024-12-17T23:51:59.0159110Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2024-12-17T23:51:59.0162472Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0165556Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2024-12-17T23:51:59.0168714Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2024-12-17T23:51:59.0171943Z adding 'torch/include/ATen/ops/norm_meta.h' 2024-12-17T23:51:59.0175151Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2024-12-17T23:51:59.0178713Z adding 'torch/include/ATen/ops/norm_native.h' 2024-12-17T23:51:59.0183037Z adding 'torch/include/ATen/ops/norm_ops.h' 2024-12-17T23:51:59.0187097Z adding 'torch/include/ATen/ops/normal.h' 2024-12-17T23:51:59.0191070Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0194412Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2024-12-17T23:51:59.0197691Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2024-12-17T23:51:59.0201089Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2024-12-17T23:51:59.0204536Z adding 'torch/include/ATen/ops/normal_native.h' 2024-12-17T23:51:59.0208956Z adding 'torch/include/ATen/ops/normal_ops.h' 2024-12-17T23:51:59.0212202Z adding 'torch/include/ATen/ops/not_equal.h' 2024-12-17T23:51:59.0215622Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0218864Z adding 'torch/include/ATen/ops/not_equal_native.h' 2024-12-17T23:51:59.0222357Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2024-12-17T23:51:59.0225883Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2024-12-17T23:51:59.0229365Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0232441Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2024-12-17T23:51:59.0235922Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2024-12-17T23:51:59.0238996Z adding 'torch/include/ATen/ops/numpy_T.h' 2024-12-17T23:51:59.0242415Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0245351Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2024-12-17T23:51:59.0248595Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2024-12-17T23:51:59.0251739Z adding 'torch/include/ATen/ops/one_hot.h' 2024-12-17T23:51:59.0255180Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0258248Z adding 'torch/include/ATen/ops/one_hot_native.h' 2024-12-17T23:51:59.0261557Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2024-12-17T23:51:59.0265221Z adding 'torch/include/ATen/ops/ones.h' 2024-12-17T23:51:59.0268953Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0272372Z adding 'torch/include/ATen/ops/ones_like.h' 2024-12-17T23:51:59.0275848Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0279244Z adding 'torch/include/ATen/ops/ones_like_native.h' 2024-12-17T23:51:59.0282746Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2024-12-17T23:51:59.0286040Z adding 'torch/include/ATen/ops/ones_native.h' 2024-12-17T23:51:59.0289583Z adding 'torch/include/ATen/ops/ones_ops.h' 2024-12-17T23:51:59.0292913Z adding 'torch/include/ATen/ops/or.h' 2024-12-17T23:51:59.0296798Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0300249Z adding 'torch/include/ATen/ops/or_native.h' 2024-12-17T23:51:59.0304086Z adding 'torch/include/ATen/ops/or_ops.h' 2024-12-17T23:51:59.0307793Z adding 'torch/include/ATen/ops/orgqr.h' 2024-12-17T23:51:59.0311554Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0314891Z adding 'torch/include/ATen/ops/orgqr_native.h' 2024-12-17T23:51:59.0318554Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2024-12-17T23:51:59.0321772Z adding 'torch/include/ATen/ops/ormqr.h' 2024-12-17T23:51:59.0325194Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2024-12-17T23:51:59.0328372Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2024-12-17T23:51:59.0331650Z adding 'torch/include/ATen/ops/ormqr_native.h' 2024-12-17T23:51:59.0334947Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2024-12-17T23:51:59.0338521Z adding 'torch/include/ATen/ops/outer.h' 2024-12-17T23:51:59.0341832Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0344982Z adding 'torch/include/ATen/ops/outer_native.h' 2024-12-17T23:51:59.0348898Z adding 'torch/include/ATen/ops/outer_ops.h' 2024-12-17T23:51:59.0352002Z adding 'torch/include/ATen/ops/output_nr.h' 2024-12-17T23:51:59.0355499Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0358430Z adding 'torch/include/ATen/ops/output_nr_native.h' 2024-12-17T23:51:59.0361670Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2024-12-17T23:51:59.0364810Z adding 'torch/include/ATen/ops/pad.h' 2024-12-17T23:51:59.0368131Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0371314Z adding 'torch/include/ATen/ops/pad_native.h' 2024-12-17T23:51:59.0374815Z adding 'torch/include/ATen/ops/pad_ops.h' 2024-12-17T23:51:59.0377730Z adding 'torch/include/ATen/ops/pad_sequence.h' 2024-12-17T23:51:59.0380998Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0383947Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2024-12-17T23:51:59.0387125Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2024-12-17T23:51:59.0390239Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2024-12-17T23:51:59.0393607Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0396512Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2024-12-17T23:51:59.0399699Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2024-12-17T23:51:59.0402983Z adding 'torch/include/ATen/ops/pdist.h' 2024-12-17T23:51:59.0406294Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0409201Z adding 'torch/include/ATen/ops/pdist_native.h' 2024-12-17T23:51:59.0412351Z adding 'torch/include/ATen/ops/pdist_ops.h' 2024-12-17T23:51:59.0415441Z adding 'torch/include/ATen/ops/permute.h' 2024-12-17T23:51:59.0418826Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0421824Z adding 'torch/include/ATen/ops/permute_copy.h' 2024-12-17T23:51:59.0425133Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0428337Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.0431161Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2024-12-17T23:51:59.0434463Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2024-12-17T23:51:59.0437679Z adding 'torch/include/ATen/ops/permute_native.h' 2024-12-17T23:51:59.0440858Z adding 'torch/include/ATen/ops/permute_ops.h' 2024-12-17T23:51:59.0443845Z adding 'torch/include/ATen/ops/pin_memory.h' 2024-12-17T23:51:59.0447150Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0450064Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2024-12-17T23:51:59.0453187Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2024-12-17T23:51:59.0456354Z adding 'torch/include/ATen/ops/pinverse.h' 2024-12-17T23:51:59.0459660Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0462544Z adding 'torch/include/ATen/ops/pinverse_native.h' 2024-12-17T23:51:59.0465728Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2024-12-17T23:51:59.0468892Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2024-12-17T23:51:59.0472231Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0475426Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.0478360Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2024-12-17T23:51:59.0481387Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2024-12-17T23:51:59.0484599Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2024-12-17T23:51:59.0487773Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2024-12-17T23:51:59.0491109Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0494348Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.0497496Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2024-12-17T23:51:59.0500474Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2024-12-17T23:51:59.0503691Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2024-12-17T23:51:59.0506812Z adding 'torch/include/ATen/ops/poisson.h' 2024-12-17T23:51:59.0510156Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0513141Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2024-12-17T23:51:59.0516319Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2024-12-17T23:51:59.0519360Z adding 'torch/include/ATen/ops/poisson_native.h' 2024-12-17T23:51:59.0522360Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2024-12-17T23:51:59.0525679Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0528588Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2024-12-17T23:51:59.0531745Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2024-12-17T23:51:59.0534962Z adding 'torch/include/ATen/ops/poisson_ops.h' 2024-12-17T23:51:59.0538218Z adding 'torch/include/ATen/ops/polar.h' 2024-12-17T23:51:59.0541502Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0544535Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2024-12-17T23:51:59.0547642Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2024-12-17T23:51:59.0550646Z adding 'torch/include/ATen/ops/polar_native.h' 2024-12-17T23:51:59.0553843Z adding 'torch/include/ATen/ops/polar_ops.h' 2024-12-17T23:51:59.0556921Z adding 'torch/include/ATen/ops/polygamma.h' 2024-12-17T23:51:59.0560199Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0563367Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.0566324Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2024-12-17T23:51:59.0569466Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2024-12-17T23:51:59.0572486Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2024-12-17T23:51:59.0575629Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2024-12-17T23:51:59.0578768Z adding 'torch/include/ATen/ops/polygamma_native.h' 2024-12-17T23:51:59.0582059Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2024-12-17T23:51:59.0585164Z adding 'torch/include/ATen/ops/positive.h' 2024-12-17T23:51:59.0588406Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0591470Z adding 'torch/include/ATen/ops/positive_native.h' 2024-12-17T23:51:59.0594695Z adding 'torch/include/ATen/ops/positive_ops.h' 2024-12-17T23:51:59.0598064Z adding 'torch/include/ATen/ops/pow.h' 2024-12-17T23:51:59.0601614Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.0604745Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2024-12-17T23:51:59.0608055Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2024-12-17T23:51:59.0611189Z adding 'torch/include/ATen/ops/pow_meta.h' 2024-12-17T23:51:59.0614538Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2024-12-17T23:51:59.0617789Z adding 'torch/include/ATen/ops/pow_native.h' 2024-12-17T23:51:59.0621531Z adding 'torch/include/ATen/ops/pow_ops.h' 2024-12-17T23:51:59.0624769Z adding 'torch/include/ATen/ops/prelu.h' 2024-12-17T23:51:59.0628230Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0631149Z adding 'torch/include/ATen/ops/prelu_native.h' 2024-12-17T23:51:59.0634490Z adding 'torch/include/ATen/ops/prelu_ops.h' 2024-12-17T23:51:59.0637918Z adding 'torch/include/ATen/ops/prod.h' 2024-12-17T23:51:59.0641361Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0644884Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.0648076Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0651320Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2024-12-17T23:51:59.0654516Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2024-12-17T23:51:59.0657856Z adding 'torch/include/ATen/ops/prod_meta.h' 2024-12-17T23:51:59.0661114Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2024-12-17T23:51:59.0664369Z adding 'torch/include/ATen/ops/prod_native.h' 2024-12-17T23:51:59.0667998Z adding 'torch/include/ATen/ops/prod_ops.h' 2024-12-17T23:51:59.0671472Z adding 'torch/include/ATen/ops/promote_types.h' 2024-12-17T23:51:59.0674853Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0677699Z adding 'torch/include/ATen/ops/promote_types_native.h' 2024-12-17T23:51:59.0680984Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2024-12-17T23:51:59.0684126Z adding 'torch/include/ATen/ops/put.h' 2024-12-17T23:51:59.0687628Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0690752Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2024-12-17T23:51:59.0693863Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2024-12-17T23:51:59.0697202Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2024-12-17T23:51:59.0700290Z adding 'torch/include/ATen/ops/put_native.h' 2024-12-17T23:51:59.0703776Z adding 'torch/include/ATen/ops/put_ops.h' 2024-12-17T23:51:59.0707027Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2024-12-17T23:51:59.0710323Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2024-12-17T23:51:59.0713515Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2024-12-17T23:51:59.0716722Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2024-12-17T23:51:59.0720233Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0723155Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2024-12-17T23:51:59.0726512Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2024-12-17T23:51:59.0729683Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2024-12-17T23:51:59.0733161Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0736174Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2024-12-17T23:51:59.0739583Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2024-12-17T23:51:59.0742609Z adding 'torch/include/ATen/ops/q_scale.h' 2024-12-17T23:51:59.0745812Z adding 'torch/include/ATen/ops/q_scale_native.h' 2024-12-17T23:51:59.0748937Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2024-12-17T23:51:59.0752202Z adding 'torch/include/ATen/ops/q_zero_point.h' 2024-12-17T23:51:59.0755349Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2024-12-17T23:51:59.0758593Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2024-12-17T23:51:59.0761856Z adding 'torch/include/ATen/ops/qr.h' 2024-12-17T23:51:59.0765200Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0768338Z adding 'torch/include/ATen/ops/qr_native.h' 2024-12-17T23:51:59.0771622Z adding 'torch/include/ATen/ops/qr_ops.h' 2024-12-17T23:51:59.0774811Z adding 'torch/include/ATen/ops/qscheme.h' 2024-12-17T23:51:59.0777981Z adding 'torch/include/ATen/ops/qscheme_native.h' 2024-12-17T23:51:59.0781442Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2024-12-17T23:51:59.0785256Z adding 'torch/include/ATen/ops/quantile.h' 2024-12-17T23:51:59.0789252Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0792671Z adding 'torch/include/ATen/ops/quantile_native.h' 2024-12-17T23:51:59.0796605Z adding 'torch/include/ATen/ops/quantile_ops.h' 2024-12-17T23:51:59.0800014Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2024-12-17T23:51:59.0803627Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0806720Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2024-12-17T23:51:59.0810055Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2024-12-17T23:51:59.0813193Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2024-12-17T23:51:59.0816796Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2024-12-17T23:51:59.0820279Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2024-12-17T23:51:59.0824617Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0827810Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2024-12-17T23:51:59.0830999Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2024-12-17T23:51:59.0834295Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2024-12-17T23:51:59.0837698Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0840728Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2024-12-17T23:51:59.0843806Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2024-12-17T23:51:59.0846848Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2024-12-17T23:51:59.0850266Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2024-12-17T23:51:59.0853505Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2024-12-17T23:51:59.0857243Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2024-12-17T23:51:59.0860680Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2024-12-17T23:51:59.0864152Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0867083Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2024-12-17T23:51:59.0870408Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2024-12-17T23:51:59.0873626Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2024-12-17T23:51:59.0876998Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0879961Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2024-12-17T23:51:59.0883490Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2024-12-17T23:51:59.0886790Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2024-12-17T23:51:59.0890292Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0893269Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2024-12-17T23:51:59.0896679Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2024-12-17T23:51:59.0899946Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2024-12-17T23:51:59.0903376Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0906385Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2024-12-17T23:51:59.0909680Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2024-12-17T23:51:59.0912934Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2024-12-17T23:51:59.0916432Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0919379Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2024-12-17T23:51:59.0922676Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2024-12-17T23:51:59.0925893Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2024-12-17T23:51:59.0929304Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0932272Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2024-12-17T23:51:59.0935546Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2024-12-17T23:51:59.0939073Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2024-12-17T23:51:59.0942466Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0945572Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2024-12-17T23:51:59.0948965Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2024-12-17T23:51:59.0952233Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2024-12-17T23:51:59.0955769Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0958715Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2024-12-17T23:51:59.0962117Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2024-12-17T23:51:59.0965258Z adding 'torch/include/ATen/ops/rad2deg.h' 2024-12-17T23:51:59.0968681Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0971610Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2024-12-17T23:51:59.0975037Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2024-12-17T23:51:59.0980120Z adding 'torch/include/ATen/ops/rand.h' 2024-12-17T23:51:59.0984373Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0987850Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.0991164Z adding 'torch/include/ATen/ops/rand_like.h' 2024-12-17T23:51:59.0994620Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.0997803Z adding 'torch/include/ATen/ops/rand_like_native.h' 2024-12-17T23:51:59.1001167Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2024-12-17T23:51:59.1004585Z adding 'torch/include/ATen/ops/rand_native.h' 2024-12-17T23:51:59.1008343Z adding 'torch/include/ATen/ops/rand_ops.h' 2024-12-17T23:51:59.1013508Z adding 'torch/include/ATen/ops/randint.h' 2024-12-17T23:51:59.1018115Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1022846Z adding 'torch/include/ATen/ops/randint_like.h' 2024-12-17T23:51:59.1028181Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1031332Z adding 'torch/include/ATen/ops/randint_like_native.h' 2024-12-17T23:51:59.1035007Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2024-12-17T23:51:59.1038341Z adding 'torch/include/ATen/ops/randint_native.h' 2024-12-17T23:51:59.1042227Z adding 'torch/include/ATen/ops/randint_ops.h' 2024-12-17T23:51:59.1047325Z adding 'torch/include/ATen/ops/randn.h' 2024-12-17T23:51:59.1051661Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1054986Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1058522Z adding 'torch/include/ATen/ops/randn_like.h' 2024-12-17T23:51:59.1061980Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1065450Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-12-17T23:51:59.1068424Z adding 'torch/include/ATen/ops/randn_like_native.h' 2024-12-17T23:51:59.1071844Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2024-12-17T23:51:59.1075288Z adding 'torch/include/ATen/ops/randn_native.h' 2024-12-17T23:51:59.1079103Z adding 'torch/include/ATen/ops/randn_ops.h' 2024-12-17T23:51:59.1082845Z adding 'torch/include/ATen/ops/random.h' 2024-12-17T23:51:59.1086362Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1089596Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2024-12-17T23:51:59.1092880Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2024-12-17T23:51:59.1096071Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2024-12-17T23:51:59.1099443Z adding 'torch/include/ATen/ops/random_native.h' 2024-12-17T23:51:59.1103075Z adding 'torch/include/ATen/ops/random_ops.h' 2024-12-17T23:51:59.1107331Z adding 'torch/include/ATen/ops/randperm.h' 2024-12-17T23:51:59.1111878Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1115070Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2024-12-17T23:51:59.1118415Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2024-12-17T23:51:59.1121539Z adding 'torch/include/ATen/ops/randperm_native.h' 2024-12-17T23:51:59.1125137Z adding 'torch/include/ATen/ops/randperm_ops.h' 2024-12-17T23:51:59.1128798Z adding 'torch/include/ATen/ops/range.h' 2024-12-17T23:51:59.1132294Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1135516Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2024-12-17T23:51:59.1138770Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2024-12-17T23:51:59.1142165Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2024-12-17T23:51:59.1145176Z adding 'torch/include/ATen/ops/range_native.h' 2024-12-17T23:51:59.1148776Z adding 'torch/include/ATen/ops/range_ops.h' 2024-12-17T23:51:59.1152585Z adding 'torch/include/ATen/ops/ravel.h' 2024-12-17T23:51:59.1155960Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1158990Z adding 'torch/include/ATen/ops/ravel_native.h' 2024-12-17T23:51:59.1162230Z adding 'torch/include/ATen/ops/ravel_ops.h' 2024-12-17T23:51:59.1165359Z adding 'torch/include/ATen/ops/real.h' 2024-12-17T23:51:59.1168640Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1171748Z adding 'torch/include/ATen/ops/real_native.h' 2024-12-17T23:51:59.1175203Z adding 'torch/include/ATen/ops/real_ops.h' 2024-12-17T23:51:59.1178591Z adding 'torch/include/ATen/ops/reciprocal.h' 2024-12-17T23:51:59.1182144Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.1185131Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2024-12-17T23:51:59.1188417Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2024-12-17T23:51:59.1191437Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2024-12-17T23:51:59.1194759Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2024-12-17T23:51:59.1197801Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2024-12-17T23:51:59.1201188Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2024-12-17T23:51:59.1204381Z adding 'torch/include/ATen/ops/record_stream.h' 2024-12-17T23:51:59.1207541Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2024-12-17T23:51:59.1210710Z adding 'torch/include/ATen/ops/record_stream_native.h' 2024-12-17T23:51:59.1213888Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2024-12-17T23:51:59.1217103Z adding 'torch/include/ATen/ops/refine_names.h' 2024-12-17T23:51:59.1220428Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1223484Z adding 'torch/include/ATen/ops/refine_names_native.h' 2024-12-17T23:51:59.1226776Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2024-12-17T23:51:59.1230162Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2024-12-17T23:51:59.1233876Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2024-12-17T23:51:59.1237528Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.1240748Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2024-12-17T23:51:59.1244116Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2024-12-17T23:51:59.1247208Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2024-12-17T23:51:59.1250606Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2024-12-17T23:51:59.1253652Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2024-12-17T23:51:59.1257142Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2024-12-17T23:51:59.1260600Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.1263802Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2024-12-17T23:51:59.1267028Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2024-12-17T23:51:59.1270218Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2024-12-17T23:51:59.1273523Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2024-12-17T23:51:59.1276680Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2024-12-17T23:51:59.1280030Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2024-12-17T23:51:59.1283405Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2024-12-17T23:51:59.1287188Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2024-12-17T23:51:59.1290682Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2024-12-17T23:51:59.1293872Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2024-12-17T23:51:59.1297073Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2024-12-17T23:51:59.1300493Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2024-12-17T23:51:59.1303706Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2024-12-17T23:51:59.1306868Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2024-12-17T23:51:59.1309958Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2024-12-17T23:51:59.1313305Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2024-12-17T23:51:59.1316772Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2024-12-17T23:51:59.1320337Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2024-12-17T23:51:59.1323880Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.1326918Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2024-12-17T23:51:59.1330144Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2024-12-17T23:51:59.1333176Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2024-12-17T23:51:59.1336489Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2024-12-17T23:51:59.1339559Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2024-12-17T23:51:59.1342807Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2024-12-17T23:51:59.1346422Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.1349440Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2024-12-17T23:51:59.1352615Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2024-12-17T23:51:59.1355696Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2024-12-17T23:51:59.1358898Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2024-12-17T23:51:59.1361941Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2024-12-17T23:51:59.1365143Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2024-12-17T23:51:59.1368236Z adding 'torch/include/ATen/ops/relu.h' 2024-12-17T23:51:59.1371285Z adding 'torch/include/ATen/ops/relu6.h' 2024-12-17T23:51:59.1374506Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1377511Z adding 'torch/include/ATen/ops/relu6_native.h' 2024-12-17T23:51:59.1380724Z adding 'torch/include/ATen/ops/relu6_ops.h' 2024-12-17T23:51:59.1384024Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1387018Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2024-12-17T23:51:59.1390107Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2024-12-17T23:51:59.1393182Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2024-12-17T23:51:59.1396255Z adding 'torch/include/ATen/ops/relu_native.h' 2024-12-17T23:51:59.1399460Z adding 'torch/include/ATen/ops/relu_ops.h' 2024-12-17T23:51:59.1403015Z adding 'torch/include/ATen/ops/remainder.h' 2024-12-17T23:51:59.1406418Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1410025Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.1412976Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2024-12-17T23:51:59.1416132Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2024-12-17T23:51:59.1419233Z adding 'torch/include/ATen/ops/remainder_meta.h' 2024-12-17T23:51:59.1422358Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2024-12-17T23:51:59.1425444Z adding 'torch/include/ATen/ops/remainder_native.h' 2024-12-17T23:51:59.1428960Z adding 'torch/include/ATen/ops/remainder_ops.h' 2024-12-17T23:51:59.1432091Z adding 'torch/include/ATen/ops/rename.h' 2024-12-17T23:51:59.1435485Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1438418Z adding 'torch/include/ATen/ops/rename_native.h' 2024-12-17T23:51:59.1441580Z adding 'torch/include/ATen/ops/rename_ops.h' 2024-12-17T23:51:59.1444892Z adding 'torch/include/ATen/ops/renorm.h' 2024-12-17T23:51:59.1448229Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.1451728Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2024-12-17T23:51:59.1454888Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2024-12-17T23:51:59.1458081Z adding 'torch/include/ATen/ops/renorm_meta.h' 2024-12-17T23:51:59.1461327Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2024-12-17T23:51:59.1464364Z adding 'torch/include/ATen/ops/renorm_native.h' 2024-12-17T23:51:59.1467647Z adding 'torch/include/ATen/ops/renorm_ops.h' 2024-12-17T23:51:59.1470965Z adding 'torch/include/ATen/ops/repeat.h' 2024-12-17T23:51:59.1474371Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1477927Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2024-12-17T23:51:59.1481535Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1484798Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1487851Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2024-12-17T23:51:59.1490986Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2024-12-17T23:51:59.1494070Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2024-12-17T23:51:59.1497599Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2024-12-17T23:51:59.1500710Z adding 'torch/include/ATen/ops/repeat_native.h' 2024-12-17T23:51:59.1503910Z adding 'torch/include/ATen/ops/repeat_ops.h' 2024-12-17T23:51:59.1507304Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2024-12-17T23:51:59.1510883Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2024-12-17T23:51:59.1514389Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.1517414Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2024-12-17T23:51:59.1520669Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2024-12-17T23:51:59.1523705Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2024-12-17T23:51:59.1526906Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2024-12-17T23:51:59.1530302Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2024-12-17T23:51:59.1533584Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2024-12-17T23:51:59.1537095Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.1540100Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2024-12-17T23:51:59.1543310Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2024-12-17T23:51:59.1546357Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2024-12-17T23:51:59.1549573Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2024-12-17T23:51:59.1552701Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2024-12-17T23:51:59.1555921Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2024-12-17T23:51:59.1559253Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2024-12-17T23:51:59.1562779Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2024-12-17T23:51:59.1566143Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2024-12-17T23:51:59.1569373Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2024-12-17T23:51:59.1572412Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2024-12-17T23:51:59.1575669Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2024-12-17T23:51:59.1579257Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.1582145Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2024-12-17T23:51:59.1585322Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2024-12-17T23:51:59.1588363Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2024-12-17T23:51:59.1591565Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2024-12-17T23:51:59.1594629Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2024-12-17T23:51:59.1597867Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2024-12-17T23:51:59.1601390Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2024-12-17T23:51:59.1604987Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2024-12-17T23:51:59.1608504Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2024-12-17T23:51:59.1611852Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2024-12-17T23:51:59.1615017Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2024-12-17T23:51:59.1618454Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2024-12-17T23:51:59.1621856Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.1625039Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2024-12-17T23:51:59.1628269Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2024-12-17T23:51:59.1631428Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2024-12-17T23:51:59.1634813Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2024-12-17T23:51:59.1637821Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2024-12-17T23:51:59.1641180Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2024-12-17T23:51:59.1644214Z adding 'torch/include/ATen/ops/requires_grad.h' 2024-12-17T23:51:59.1647680Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1650637Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2024-12-17T23:51:59.1653923Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2024-12-17T23:51:59.1657235Z adding 'torch/include/ATen/ops/reshape.h' 2024-12-17T23:51:59.1660449Z adding 'torch/include/ATen/ops/reshape_as.h' 2024-12-17T23:51:59.1663748Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1667291Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2024-12-17T23:51:59.1670214Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2024-12-17T23:51:59.1673465Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2024-12-17T23:51:59.1676925Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1680250Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2024-12-17T23:51:59.1683258Z adding 'torch/include/ATen/ops/reshape_native.h' 2024-12-17T23:51:59.1686422Z adding 'torch/include/ATen/ops/reshape_ops.h' 2024-12-17T23:51:59.1690051Z adding 'torch/include/ATen/ops/resize.h' 2024-12-17T23:51:59.1693497Z adding 'torch/include/ATen/ops/resize_as.h' 2024-12-17T23:51:59.1697114Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1700176Z adding 'torch/include/ATen/ops/resize_as_native.h' 2024-12-17T23:51:59.1703633Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2024-12-17T23:51:59.1707001Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2024-12-17T23:51:59.1710416Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1713591Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2024-12-17T23:51:59.1716653Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2024-12-17T23:51:59.1720067Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2024-12-17T23:51:59.1723497Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1726776Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2024-12-17T23:51:59.1729899Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2024-12-17T23:51:59.1733263Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2024-12-17T23:51:59.1736631Z adding 'torch/include/ATen/ops/resize_native.h' 2024-12-17T23:51:59.1740338Z adding 'torch/include/ATen/ops/resize_ops.h' 2024-12-17T23:51:59.1743693Z adding 'torch/include/ATen/ops/resolve_conj.h' 2024-12-17T23:51:59.1746988Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1750118Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2024-12-17T23:51:59.1753330Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2024-12-17T23:51:59.1756608Z adding 'torch/include/ATen/ops/resolve_neg.h' 2024-12-17T23:51:59.1759938Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1762951Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2024-12-17T23:51:59.1766157Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2024-12-17T23:51:59.1769447Z adding 'torch/include/ATen/ops/result_type.h' 2024-12-17T23:51:59.1772918Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1775932Z adding 'torch/include/ATen/ops/result_type_native.h' 2024-12-17T23:51:59.1779442Z adding 'torch/include/ATen/ops/result_type_ops.h' 2024-12-17T23:51:59.1782565Z adding 'torch/include/ATen/ops/retain_grad.h' 2024-12-17T23:51:59.1786113Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1789036Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2024-12-17T23:51:59.1792634Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2024-12-17T23:51:59.1796127Z adding 'torch/include/ATen/ops/retains_grad.h' 2024-12-17T23:51:59.1799947Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1803217Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2024-12-17T23:51:59.1806838Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2024-12-17T23:51:59.1810490Z adding 'torch/include/ATen/ops/rms_norm.h' 2024-12-17T23:51:59.1814277Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1817383Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2024-12-17T23:51:59.1820782Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2024-12-17T23:51:59.1824007Z adding 'torch/include/ATen/ops/rnn_relu.h' 2024-12-17T23:51:59.1827373Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2024-12-17T23:51:59.1830702Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1833774Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2024-12-17T23:51:59.1837041Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2024-12-17T23:51:59.1840584Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1843600Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2024-12-17T23:51:59.1846945Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2024-12-17T23:51:59.1850312Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2024-12-17T23:51:59.1853602Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2024-12-17T23:51:59.1857036Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1860002Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2024-12-17T23:51:59.1863893Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2024-12-17T23:51:59.1867495Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1870533Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2024-12-17T23:51:59.1873869Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2024-12-17T23:51:59.1877266Z adding 'torch/include/ATen/ops/roll.h' 2024-12-17T23:51:59.1880725Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1883741Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2024-12-17T23:51:59.1886820Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2024-12-17T23:51:59.1889982Z adding 'torch/include/ATen/ops/roll_native.h' 2024-12-17T23:51:59.1893304Z adding 'torch/include/ATen/ops/roll_ops.h' 2024-12-17T23:51:59.1896669Z adding 'torch/include/ATen/ops/rot90.h' 2024-12-17T23:51:59.1900240Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1903198Z adding 'torch/include/ATen/ops/rot90_native.h' 2024-12-17T23:51:59.1906443Z adding 'torch/include/ATen/ops/rot90_ops.h' 2024-12-17T23:51:59.1909631Z adding 'torch/include/ATen/ops/round.h' 2024-12-17T23:51:59.1913152Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.1916162Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2024-12-17T23:51:59.1919354Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2024-12-17T23:51:59.1922393Z adding 'torch/include/ATen/ops/round_meta.h' 2024-12-17T23:51:59.1925534Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2024-12-17T23:51:59.1928636Z adding 'torch/include/ATen/ops/round_native.h' 2024-12-17T23:51:59.1932021Z adding 'torch/include/ATen/ops/round_ops.h' 2024-12-17T23:51:59.1935091Z adding 'torch/include/ATen/ops/row_indices.h' 2024-12-17T23:51:59.1938476Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1941525Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2024-12-17T23:51:59.1944966Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1948207Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.1951033Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2024-12-17T23:51:59.1954214Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2024-12-17T23:51:59.1957260Z adding 'torch/include/ATen/ops/row_indices_native.h' 2024-12-17T23:51:59.1960402Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2024-12-17T23:51:59.1963508Z adding 'torch/include/ATen/ops/row_stack.h' 2024-12-17T23:51:59.1966833Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1969759Z adding 'torch/include/ATen/ops/row_stack_native.h' 2024-12-17T23:51:59.1972937Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2024-12-17T23:51:59.1976130Z adding 'torch/include/ATen/ops/rrelu.h' 2024-12-17T23:51:59.1979540Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.1982518Z adding 'torch/include/ATen/ops/rrelu_native.h' 2024-12-17T23:51:59.1985836Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2024-12-17T23:51:59.1989138Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2024-12-17T23:51:59.1992510Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2024-12-17T23:51:59.1995925Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.1998886Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2024-12-17T23:51:59.2002192Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2024-12-17T23:51:59.2005504Z adding 'torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2008707Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2024-12-17T23:51:59.2011841Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2024-12-17T23:51:59.2015004Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2024-12-17T23:51:59.2018283Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2024-12-17T23:51:59.2021795Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2024-12-17T23:51:59.2025097Z adding 'torch/include/ATen/ops/rshift.h' 2024-12-17T23:51:59.2028462Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2031567Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2024-12-17T23:51:59.2034597Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2024-12-17T23:51:59.2037742Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2024-12-17T23:51:59.2040801Z adding 'torch/include/ATen/ops/rshift_native.h' 2024-12-17T23:51:59.2044256Z adding 'torch/include/ATen/ops/rshift_ops.h' 2024-12-17T23:51:59.2047500Z adding 'torch/include/ATen/ops/rsqrt.h' 2024-12-17T23:51:59.2050918Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2054154Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2024-12-17T23:51:59.2057400Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2024-12-17T23:51:59.2060437Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2024-12-17T23:51:59.2063620Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2024-12-17T23:51:59.2066659Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2024-12-17T23:51:59.2069891Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2024-12-17T23:51:59.2073111Z adding 'torch/include/ATen/ops/rsub.h' 2024-12-17T23:51:59.2076439Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2079390Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2024-12-17T23:51:59.2082458Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2024-12-17T23:51:59.2085458Z adding 'torch/include/ATen/ops/rsub_native.h' 2024-12-17T23:51:59.2088873Z adding 'torch/include/ATen/ops/rsub_ops.h' 2024-12-17T23:51:59.2092223Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2024-12-17T23:51:59.2095593Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2098647Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2024-12-17T23:51:59.2102060Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2024-12-17T23:51:59.2105303Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2024-12-17T23:51:59.2108811Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.2111811Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2024-12-17T23:51:59.2115241Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2024-12-17T23:51:59.2118774Z adding 'torch/include/ATen/ops/scatter.h' 2024-12-17T23:51:59.2122084Z adding 'torch/include/ATen/ops/scatter_add.h' 2024-12-17T23:51:59.2125685Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2128742Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.2131951Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2024-12-17T23:51:59.2135186Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2024-12-17T23:51:59.2138462Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2024-12-17T23:51:59.2141672Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2024-12-17T23:51:59.2144929Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2024-12-17T23:51:59.2148432Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2024-12-17T23:51:59.2152064Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2155346Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.2158561Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2024-12-17T23:51:59.2162125Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2024-12-17T23:51:59.2165341Z adding 'torch/include/ATen/ops/scatter_meta.h' 2024-12-17T23:51:59.2168802Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2024-12-17T23:51:59.2172133Z adding 'torch/include/ATen/ops/scatter_native.h' 2024-12-17T23:51:59.2176285Z adding 'torch/include/ATen/ops/scatter_ops.h' 2024-12-17T23:51:59.2180109Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2024-12-17T23:51:59.2183740Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2186794Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2024-12-17T23:51:59.2190072Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2024-12-17T23:51:59.2193125Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2024-12-17T23:51:59.2196469Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2024-12-17T23:51:59.2199527Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2024-12-17T23:51:59.2203043Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2024-12-17T23:51:59.2212767Z adding 'torch/include/ATen/ops/searchsorted.h' 2024-12-17T23:51:59.2212983Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2024-12-17T23:51:59.2215766Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2024-12-17T23:51:59.2219119Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2024-12-17T23:51:59.2222605Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2024-12-17T23:51:59.2226218Z adding 'torch/include/ATen/ops/segment_reduce.h' 2024-12-17T23:51:59.2229762Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2232941Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2024-12-17T23:51:59.2236241Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2024-12-17T23:51:59.2239334Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2024-12-17T23:51:59.2242852Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2024-12-17T23:51:59.2246095Z adding 'torch/include/ATen/ops/select.h' 2024-12-17T23:51:59.2249690Z adding 'torch/include/ATen/ops/select_backward.h' 2024-12-17T23:51:59.2253327Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2256775Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2259925Z adding 'torch/include/ATen/ops/select_backward_native.h' 2024-12-17T23:51:59.2263216Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2024-12-17T23:51:59.2266668Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2269944Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.2273174Z adding 'torch/include/ATen/ops/select_copy.h' 2024-12-17T23:51:59.2276779Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2280097Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2283149Z adding 'torch/include/ATen/ops/select_copy_native.h' 2024-12-17T23:51:59.2286488Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2024-12-17T23:51:59.2289604Z adding 'torch/include/ATen/ops/select_native.h' 2024-12-17T23:51:59.2293150Z adding 'torch/include/ATen/ops/select_ops.h' 2024-12-17T23:51:59.2297186Z adding 'torch/include/ATen/ops/select_scatter.h' 2024-12-17T23:51:59.2301336Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2305209Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2308447Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2024-12-17T23:51:59.2311743Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2024-12-17T23:51:59.2315065Z adding 'torch/include/ATen/ops/selu.h' 2024-12-17T23:51:59.2318345Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.2321524Z adding 'torch/include/ATen/ops/selu_native.h' 2024-12-17T23:51:59.2324884Z adding 'torch/include/ATen/ops/selu_ops.h' 2024-12-17T23:51:59.2328808Z adding 'torch/include/ATen/ops/set.h' 2024-12-17T23:51:59.2332719Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2336012Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.2339231Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2024-12-17T23:51:59.2342577Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2024-12-17T23:51:59.2345535Z adding 'torch/include/ATen/ops/set_data.h' 2024-12-17T23:51:59.2348758Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.2351637Z adding 'torch/include/ATen/ops/set_data_native.h' 2024-12-17T23:51:59.2354760Z adding 'torch/include/ATen/ops/set_data_ops.h' 2024-12-17T23:51:59.2358128Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2024-12-17T23:51:59.2361403Z adding 'torch/include/ATen/ops/set_native.h' 2024-12-17T23:51:59.2365608Z adding 'torch/include/ATen/ops/set_ops.h' 2024-12-17T23:51:59.2368934Z adding 'torch/include/ATen/ops/sgn.h' 2024-12-17T23:51:59.2372291Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2375185Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2024-12-17T23:51:59.2378424Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2024-12-17T23:51:59.2381473Z adding 'torch/include/ATen/ops/sgn_meta.h' 2024-12-17T23:51:59.2384609Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2024-12-17T23:51:59.2387728Z adding 'torch/include/ATen/ops/sgn_native.h' 2024-12-17T23:51:59.2391125Z adding 'torch/include/ATen/ops/sgn_ops.h' 2024-12-17T23:51:59.2394250Z adding 'torch/include/ATen/ops/sigmoid.h' 2024-12-17T23:51:59.2397416Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2024-12-17T23:51:59.2400770Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2403718Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2024-12-17T23:51:59.2406841Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2024-12-17T23:51:59.2409892Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2024-12-17T23:51:59.2413022Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2024-12-17T23:51:59.2416074Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2024-12-17T23:51:59.2419443Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2024-12-17T23:51:59.2422789Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2425726Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2024-12-17T23:51:59.2428821Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2024-12-17T23:51:59.2431817Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2024-12-17T23:51:59.2434980Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2024-12-17T23:51:59.2438006Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2024-12-17T23:51:59.2441224Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2024-12-17T23:51:59.2444319Z adding 'torch/include/ATen/ops/sign.h' 2024-12-17T23:51:59.2447682Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2450796Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2024-12-17T23:51:59.2453922Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2024-12-17T23:51:59.2457047Z adding 'torch/include/ATen/ops/sign_meta.h' 2024-12-17T23:51:59.2460230Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2024-12-17T23:51:59.2463288Z adding 'torch/include/ATen/ops/sign_native.h' 2024-12-17T23:51:59.2466528Z adding 'torch/include/ATen/ops/sign_ops.h' 2024-12-17T23:51:59.2469672Z adding 'torch/include/ATen/ops/signbit.h' 2024-12-17T23:51:59.2472989Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2475928Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2024-12-17T23:51:59.2479009Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2024-12-17T23:51:59.2482038Z adding 'torch/include/ATen/ops/signbit_meta.h' 2024-12-17T23:51:59.2485146Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2024-12-17T23:51:59.2488192Z adding 'torch/include/ATen/ops/signbit_native.h' 2024-12-17T23:51:59.2491991Z adding 'torch/include/ATen/ops/signbit_ops.h' 2024-12-17T23:51:59.2494619Z adding 'torch/include/ATen/ops/silu.h' 2024-12-17T23:51:59.2497771Z adding 'torch/include/ATen/ops/silu_backward.h' 2024-12-17T23:51:59.2501123Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2504158Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.2507144Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2024-12-17T23:51:59.2510260Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2024-12-17T23:51:59.2513304Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2024-12-17T23:51:59.2516485Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2024-12-17T23:51:59.2519513Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2024-12-17T23:51:59.2522711Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2024-12-17T23:51:59.2526021Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2528936Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2024-12-17T23:51:59.2532022Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2024-12-17T23:51:59.2535019Z adding 'torch/include/ATen/ops/silu_meta.h' 2024-12-17T23:51:59.2538285Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2024-12-17T23:51:59.2541359Z adding 'torch/include/ATen/ops/silu_native.h' 2024-12-17T23:51:59.2544557Z adding 'torch/include/ATen/ops/silu_ops.h' 2024-12-17T23:51:59.2547687Z adding 'torch/include/ATen/ops/sin.h' 2024-12-17T23:51:59.2551164Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2554129Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2024-12-17T23:51:59.2557243Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2024-12-17T23:51:59.2560241Z adding 'torch/include/ATen/ops/sin_meta.h' 2024-12-17T23:51:59.2563348Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2024-12-17T23:51:59.2566476Z adding 'torch/include/ATen/ops/sin_native.h' 2024-12-17T23:51:59.2569718Z adding 'torch/include/ATen/ops/sin_ops.h' 2024-12-17T23:51:59.2572860Z adding 'torch/include/ATen/ops/sinc.h' 2024-12-17T23:51:59.2576216Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2579229Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2024-12-17T23:51:59.2582286Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2024-12-17T23:51:59.2585270Z adding 'torch/include/ATen/ops/sinc_meta.h' 2024-12-17T23:51:59.2588377Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2024-12-17T23:51:59.2591376Z adding 'torch/include/ATen/ops/sinc_native.h' 2024-12-17T23:51:59.2594620Z adding 'torch/include/ATen/ops/sinc_ops.h' 2024-12-17T23:51:59.2597744Z adding 'torch/include/ATen/ops/sinh.h' 2024-12-17T23:51:59.2601048Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2603965Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2024-12-17T23:51:59.2607025Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2024-12-17T23:51:59.2610722Z adding 'torch/include/ATen/ops/sinh_meta.h' 2024-12-17T23:51:59.2613935Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2024-12-17T23:51:59.2617110Z adding 'torch/include/ATen/ops/sinh_native.h' 2024-12-17T23:51:59.2620436Z adding 'torch/include/ATen/ops/sinh_ops.h' 2024-12-17T23:51:59.2623571Z adding 'torch/include/ATen/ops/size.h' 2024-12-17T23:51:59.2626834Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.2629741Z adding 'torch/include/ATen/ops/size_native.h' 2024-12-17T23:51:59.2632896Z adding 'torch/include/ATen/ops/size_ops.h' 2024-12-17T23:51:59.2636131Z adding 'torch/include/ATen/ops/slice.h' 2024-12-17T23:51:59.2639670Z adding 'torch/include/ATen/ops/slice_backward.h' 2024-12-17T23:51:59.2643180Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2646702Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2024-12-17T23:51:59.2649579Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2024-12-17T23:51:59.2653028Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2657109Z adding 'torch/include/ATen/ops/slice_copy.h' 2024-12-17T23:51:59.2660650Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2663958Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2666857Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2024-12-17T23:51:59.2670225Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2024-12-17T23:51:59.2673549Z adding 'torch/include/ATen/ops/slice_inverse.h' 2024-12-17T23:51:59.2676913Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2679938Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2024-12-17T23:51:59.2683147Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2024-12-17T23:51:59.2686169Z adding 'torch/include/ATen/ops/slice_native.h' 2024-12-17T23:51:59.2689336Z adding 'torch/include/ATen/ops/slice_ops.h' 2024-12-17T23:51:59.2692873Z adding 'torch/include/ATen/ops/slice_scatter.h' 2024-12-17T23:51:59.2696495Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2699816Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2702714Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2024-12-17T23:51:59.2705973Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2024-12-17T23:51:59.2709155Z adding 'torch/include/ATen/ops/slogdet.h' 2024-12-17T23:51:59.2712484Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.2715405Z adding 'torch/include/ATen/ops/slogdet_native.h' 2024-12-17T23:51:59.2718683Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2024-12-17T23:51:59.2722337Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2024-12-17T23:51:59.2725957Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.2729430Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2024-12-17T23:51:59.2732852Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2024-12-17T23:51:59.2736012Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2024-12-17T23:51:59.2739427Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2024-12-17T23:51:59.2742544Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2024-12-17T23:51:59.2745815Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2024-12-17T23:51:59.2749481Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2024-12-17T23:51:59.2753306Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2756509Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2024-12-17T23:51:59.2759710Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2024-12-17T23:51:59.2762774Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2024-12-17T23:51:59.2766101Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2024-12-17T23:51:59.2769743Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2024-12-17T23:51:59.2773419Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2776654Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2024-12-17T23:51:59.2779886Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2024-12-17T23:51:59.2782984Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2024-12-17T23:51:59.2786328Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2024-12-17T23:51:59.2790112Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2024-12-17T23:51:59.2794309Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2797051Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2024-12-17T23:51:59.2800334Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2024-12-17T23:51:59.2803413Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2024-12-17T23:51:59.2806725Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2024-12-17T23:51:59.2809845Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2024-12-17T23:51:59.2813183Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2024-12-17T23:51:59.2817007Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2024-12-17T23:51:59.2820614Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2024-12-17T23:51:59.2823940Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2024-12-17T23:51:59.2827084Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2024-12-17T23:51:59.2830435Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2024-12-17T23:51:59.2833502Z adding 'torch/include/ATen/ops/smm.h' 2024-12-17T23:51:59.2836727Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.2839589Z adding 'torch/include/ATen/ops/smm_native.h' 2024-12-17T23:51:59.2842699Z adding 'torch/include/ATen/ops/smm_ops.h' 2024-12-17T23:51:59.2845914Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2024-12-17T23:51:59.2849192Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2024-12-17T23:51:59.2853246Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2855929Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2024-12-17T23:51:59.2859097Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2024-12-17T23:51:59.2862285Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2024-12-17T23:51:59.2865422Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2024-12-17T23:51:59.2868815Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2871779Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2024-12-17T23:51:59.2874950Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2024-12-17T23:51:59.2877950Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2024-12-17T23:51:59.2881116Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2024-12-17T23:51:59.2884113Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2024-12-17T23:51:59.2887300Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2024-12-17T23:51:59.2890506Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2024-12-17T23:51:59.2893716Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2024-12-17T23:51:59.2897224Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2900167Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2024-12-17T23:51:59.2903444Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2024-12-17T23:51:59.2906828Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2909744Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2024-12-17T23:51:59.2912958Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2024-12-17T23:51:59.2916143Z adding 'torch/include/ATen/ops/softmax.h' 2024-12-17T23:51:59.2919465Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.2922596Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.2925558Z adding 'torch/include/ATen/ops/softmax_native.h' 2024-12-17T23:51:59.2928852Z adding 'torch/include/ATen/ops/softmax_ops.h' 2024-12-17T23:51:59.2931999Z adding 'torch/include/ATen/ops/softplus.h' 2024-12-17T23:51:59.2935216Z adding 'torch/include/ATen/ops/softplus_backward.h' 2024-12-17T23:51:59.2939302Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2941722Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2024-12-17T23:51:59.2944832Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2024-12-17T23:51:59.2947881Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2024-12-17T23:51:59.2951013Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2024-12-17T23:51:59.2954221Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2024-12-17T23:51:59.2957976Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2024-12-17T23:51:59.2961520Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2964609Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2024-12-17T23:51:59.2967829Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2024-12-17T23:51:59.2970999Z adding 'torch/include/ATen/ops/softplus_meta.h' 2024-12-17T23:51:59.2974149Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2024-12-17T23:51:59.2977453Z adding 'torch/include/ATen/ops/softplus_native.h' 2024-12-17T23:51:59.2980702Z adding 'torch/include/ATen/ops/softplus_ops.h' 2024-12-17T23:51:59.2984015Z adding 'torch/include/ATen/ops/softshrink.h' 2024-12-17T23:51:59.2987350Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2024-12-17T23:51:59.2990804Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.2993907Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2024-12-17T23:51:59.2997044Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2024-12-17T23:51:59.3000237Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2024-12-17T23:51:59.3003401Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2024-12-17T23:51:59.3006614Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2024-12-17T23:51:59.3009976Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2024-12-17T23:51:59.3013347Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3016552Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2024-12-17T23:51:59.3019738Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2024-12-17T23:51:59.3022922Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2024-12-17T23:51:59.3026085Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2024-12-17T23:51:59.3029258Z adding 'torch/include/ATen/ops/softshrink_native.h' 2024-12-17T23:51:59.3032591Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2024-12-17T23:51:59.3036079Z adding 'torch/include/ATen/ops/sort.h' 2024-12-17T23:51:59.3039682Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3042965Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3046373Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3049606Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2024-12-17T23:51:59.3052800Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2024-12-17T23:51:59.3056040Z adding 'torch/include/ATen/ops/sort_meta.h' 2024-12-17T23:51:59.3059286Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2024-12-17T23:51:59.3062617Z adding 'torch/include/ATen/ops/sort_native.h' 2024-12-17T23:51:59.3066375Z adding 'torch/include/ATen/ops/sort_ops.h' 2024-12-17T23:51:59.3070027Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2024-12-17T23:51:59.3073603Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3076628Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2024-12-17T23:51:59.3080189Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2024-12-17T23:51:59.3083694Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2024-12-17T23:51:59.3087802Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3090439Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2024-12-17T23:51:59.3093795Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2024-12-17T23:51:59.3097744Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2024-12-17T23:51:59.3101511Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3104544Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2024-12-17T23:51:59.3108356Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2024-12-17T23:51:59.3112017Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2024-12-17T23:51:59.3115515Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3118901Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3121946Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2024-12-17T23:51:59.3125613Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2024-12-17T23:51:59.3129213Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2024-12-17T23:51:59.3132728Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3135898Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2024-12-17T23:51:59.3139317Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2024-12-17T23:51:59.3142956Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2024-12-17T23:51:59.3146515Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3149561Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2024-12-17T23:51:59.3153091Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2024-12-17T23:51:59.3156161Z adding 'torch/include/ATen/ops/sparse_dim.h' 2024-12-17T23:51:59.3159641Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3162566Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2024-12-17T23:51:59.3165855Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2024-12-17T23:51:59.3169069Z adding 'torch/include/ATen/ops/sparse_mask.h' 2024-12-17T23:51:59.3172464Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3175528Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2024-12-17T23:51:59.3178859Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2024-12-17T23:51:59.3182240Z adding 'torch/include/ATen/ops/sparse_resize.h' 2024-12-17T23:51:59.3185544Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2024-12-17T23:51:59.3189014Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3192224Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2024-12-17T23:51:59.3195275Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2024-12-17T23:51:59.3198718Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2024-12-17T23:51:59.3202056Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3205312Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2024-12-17T23:51:59.3208504Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2024-12-17T23:51:59.3211842Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2024-12-17T23:51:59.3215208Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2024-12-17T23:51:59.3218494Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2024-12-17T23:51:59.3221991Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2024-12-17T23:51:59.3225186Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2024-12-17T23:51:59.3228702Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3232394Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2024-12-17T23:51:59.3235070Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2024-12-17T23:51:59.3238165Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2024-12-17T23:51:59.3241323Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2024-12-17T23:51:59.3244480Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2024-12-17T23:51:59.3247674Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2024-12-17T23:51:59.3251014Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2024-12-17T23:51:59.3254484Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3257973Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2024-12-17T23:51:59.3261307Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2024-12-17T23:51:59.3264369Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2024-12-17T23:51:59.3267655Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2024-12-17T23:51:59.3270726Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2024-12-17T23:51:59.3274073Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2024-12-17T23:51:59.3277362Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2024-12-17T23:51:59.3280733Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3283834Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2024-12-17T23:51:59.3286982Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2024-12-17T23:51:59.3290217Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2024-12-17T23:51:59.3293379Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2024-12-17T23:51:59.3296489Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2024-12-17T23:51:59.3299918Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2024-12-17T23:51:59.3303055Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2024-12-17T23:51:59.3306423Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3309354Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2024-12-17T23:51:59.3312508Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2024-12-17T23:51:59.3315720Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2024-12-17T23:51:59.3318880Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2024-12-17T23:51:59.3321910Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2024-12-17T23:51:59.3325054Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2024-12-17T23:51:59.3328122Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2024-12-17T23:51:59.3331479Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3334402Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2024-12-17T23:51:59.3337618Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2024-12-17T23:51:59.3340648Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2024-12-17T23:51:59.3343788Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2024-12-17T23:51:59.3347001Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2024-12-17T23:51:59.3350181Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2024-12-17T23:51:59.3353530Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2024-12-17T23:51:59.3356903Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3360343Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3364039Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2024-12-17T23:51:59.3367778Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2024-12-17T23:51:59.3370388Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2024-12-17T23:51:59.3373477Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2024-12-17T23:51:59.3376654Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2024-12-17T23:51:59.3380093Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2024-12-17T23:51:59.3383550Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2024-12-17T23:51:59.3386967Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3390260Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3393218Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2024-12-17T23:51:59.3396324Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2024-12-17T23:51:59.3399307Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2024-12-17T23:51:59.3402640Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2024-12-17T23:51:59.3405750Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2024-12-17T23:51:59.3409181Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2024-12-17T23:51:59.3412543Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2024-12-17T23:51:59.3416028Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3419286Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3422249Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2024-12-17T23:51:59.3425385Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2024-12-17T23:51:59.3428370Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2024-12-17T23:51:59.3431503Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2024-12-17T23:51:59.3434561Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2024-12-17T23:51:59.3438004Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2024-12-17T23:51:59.3441353Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2024-12-17T23:51:59.3444767Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3448010Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3450989Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2024-12-17T23:51:59.3454075Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2024-12-17T23:51:59.3457539Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2024-12-17T23:51:59.3460587Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2024-12-17T23:51:59.3463559Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2024-12-17T23:51:59.3466981Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2024-12-17T23:51:59.3470113Z adding 'torch/include/ATen/ops/special_digamma.h' 2024-12-17T23:51:59.3473400Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3476280Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2024-12-17T23:51:59.3479451Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2024-12-17T23:51:59.3482545Z adding 'torch/include/ATen/ops/special_entr.h' 2024-12-17T23:51:59.3485942Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3488870Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2024-12-17T23:51:59.3492512Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2024-12-17T23:51:59.3495070Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2024-12-17T23:51:59.3498264Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2024-12-17T23:51:59.3501231Z adding 'torch/include/ATen/ops/special_entr_native.h' 2024-12-17T23:51:59.3504419Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2024-12-17T23:51:59.3507533Z adding 'torch/include/ATen/ops/special_erf.h' 2024-12-17T23:51:59.3510814Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3513739Z adding 'torch/include/ATen/ops/special_erf_native.h' 2024-12-17T23:51:59.3516924Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2024-12-17T23:51:59.3520011Z adding 'torch/include/ATen/ops/special_erfc.h' 2024-12-17T23:51:59.3523281Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3526163Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2024-12-17T23:51:59.3529346Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2024-12-17T23:51:59.3532418Z adding 'torch/include/ATen/ops/special_erfcx.h' 2024-12-17T23:51:59.3535747Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3538847Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2024-12-17T23:51:59.3541936Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2024-12-17T23:51:59.3544936Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2024-12-17T23:51:59.3548069Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2024-12-17T23:51:59.3551042Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2024-12-17T23:51:59.3554164Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2024-12-17T23:51:59.3557631Z adding 'torch/include/ATen/ops/special_erfinv.h' 2024-12-17T23:51:59.3560969Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3563851Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2024-12-17T23:51:59.3567025Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2024-12-17T23:51:59.3570143Z adding 'torch/include/ATen/ops/special_exp2.h' 2024-12-17T23:51:59.3573410Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3576365Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2024-12-17T23:51:59.3579580Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2024-12-17T23:51:59.3582668Z adding 'torch/include/ATen/ops/special_expit.h' 2024-12-17T23:51:59.3585898Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3588781Z adding 'torch/include/ATen/ops/special_expit_native.h' 2024-12-17T23:51:59.3591966Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2024-12-17T23:51:59.3595088Z adding 'torch/include/ATen/ops/special_expm1.h' 2024-12-17T23:51:59.3598373Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3601266Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2024-12-17T23:51:59.3604425Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2024-12-17T23:51:59.3607548Z adding 'torch/include/ATen/ops/special_gammainc.h' 2024-12-17T23:51:59.3610859Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3613863Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2024-12-17T23:51:59.3617239Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2024-12-17T23:51:59.3620563Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2024-12-17T23:51:59.3624082Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3627191Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2024-12-17T23:51:59.3630412Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2024-12-17T23:51:59.3633623Z adding 'torch/include/ATen/ops/special_gammaln.h' 2024-12-17T23:51:59.3637613Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3639983Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2024-12-17T23:51:59.3643383Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2024-12-17T23:51:59.3646750Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2024-12-17T23:51:59.3650388Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3653835Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3656958Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2024-12-17T23:51:59.3660250Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2024-12-17T23:51:59.3663308Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2024-12-17T23:51:59.3666610Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2024-12-17T23:51:59.3669717Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2024-12-17T23:51:59.3673372Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2024-12-17T23:51:59.3676884Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2024-12-17T23:51:59.3680290Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3683742Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3686725Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2024-12-17T23:51:59.3690056Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2024-12-17T23:51:59.3693266Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2024-12-17T23:51:59.3696590Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2024-12-17T23:51:59.3699830Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2024-12-17T23:51:59.3703302Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2024-12-17T23:51:59.3706606Z adding 'torch/include/ATen/ops/special_i0.h' 2024-12-17T23:51:59.3710028Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3713029Z adding 'torch/include/ATen/ops/special_i0_native.h' 2024-12-17T23:51:59.3716332Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2024-12-17T23:51:59.3719563Z adding 'torch/include/ATen/ops/special_i0e.h' 2024-12-17T23:51:59.3723055Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3726038Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2024-12-17T23:51:59.3729336Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2024-12-17T23:51:59.3732374Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2024-12-17T23:51:59.3735700Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2024-12-17T23:51:59.3739002Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2024-12-17T23:51:59.3742194Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2024-12-17T23:51:59.3745474Z adding 'torch/include/ATen/ops/special_i1.h' 2024-12-17T23:51:59.3748895Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3752043Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2024-12-17T23:51:59.3755163Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2024-12-17T23:51:59.3758359Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2024-12-17T23:51:59.3761686Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2024-12-17T23:51:59.3764783Z adding 'torch/include/ATen/ops/special_i1_native.h' 2024-12-17T23:51:59.3768099Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2024-12-17T23:51:59.3771285Z adding 'torch/include/ATen/ops/special_i1e.h' 2024-12-17T23:51:59.3774960Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3778000Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2024-12-17T23:51:59.3781240Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2024-12-17T23:51:59.3784386Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2024-12-17T23:51:59.3787559Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2024-12-17T23:51:59.3790693Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2024-12-17T23:51:59.3793896Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2024-12-17T23:51:59.3797509Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2024-12-17T23:51:59.3801064Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3804455Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3807702Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2024-12-17T23:51:59.3811536Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2024-12-17T23:51:59.3815104Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2024-12-17T23:51:59.3818971Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2024-12-17T23:51:59.3822669Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2024-12-17T23:51:59.3826168Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2024-12-17T23:51:59.3830033Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2024-12-17T23:51:59.3834188Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.3837743Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3840734Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2024-12-17T23:51:59.3844108Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2024-12-17T23:51:59.3847231Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2024-12-17T23:51:59.3850559Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2024-12-17T23:51:59.3853915Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2024-12-17T23:51:59.3857504Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2024-12-17T23:51:59.3861500Z adding 'torch/include/ATen/ops/special_log1p.h' 2024-12-17T23:51:59.3864868Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3867762Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2024-12-17T23:51:59.3871137Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2024-12-17T23:51:59.3874302Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2024-12-17T23:51:59.3877718Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3880662Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2024-12-17T23:51:59.3883766Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2024-12-17T23:51:59.3886976Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2024-12-17T23:51:59.3890119Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2024-12-17T23:51:59.3893113Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2024-12-17T23:51:59.3896396Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2024-12-17T23:51:59.3899526Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2024-12-17T23:51:59.3902792Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3905710Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2024-12-17T23:51:59.3908903Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2024-12-17T23:51:59.3912175Z adding 'torch/include/ATen/ops/special_logit.h' 2024-12-17T23:51:59.3915359Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3918491Z adding 'torch/include/ATen/ops/special_logit_native.h' 2024-12-17T23:51:59.3921721Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2024-12-17T23:51:59.3924873Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2024-12-17T23:51:59.3928178Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.3931078Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2024-12-17T23:51:59.3934316Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2024-12-17T23:51:59.3937606Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2024-12-17T23:51:59.3941017Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3943968Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2024-12-17T23:51:59.3947099Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2024-12-17T23:51:59.3950082Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2024-12-17T23:51:59.3953258Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2024-12-17T23:51:59.3956280Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2024-12-17T23:51:59.3959512Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2024-12-17T23:51:59.3962800Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2024-12-17T23:51:59.3966262Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3969191Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2024-12-17T23:51:59.3972290Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2024-12-17T23:51:59.3975487Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2024-12-17T23:51:59.3978762Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2024-12-17T23:51:59.3981778Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2024-12-17T23:51:59.3985019Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2024-12-17T23:51:59.3988175Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2024-12-17T23:51:59.3991511Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.3994461Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2024-12-17T23:51:59.3997563Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2024-12-17T23:51:59.4000578Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2024-12-17T23:51:59.4003700Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2024-12-17T23:51:59.4013747Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2024-12-17T23:51:59.4014289Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2024-12-17T23:51:59.4014755Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2024-12-17T23:51:59.4016337Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4019322Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2024-12-17T23:51:59.4022457Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2024-12-17T23:51:59.4025440Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2024-12-17T23:51:59.4028588Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2024-12-17T23:51:59.4031613Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2024-12-17T23:51:59.4034800Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2024-12-17T23:51:59.4037997Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2024-12-17T23:51:59.4041257Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4044074Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2024-12-17T23:51:59.4047241Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2024-12-17T23:51:59.4050310Z adding 'torch/include/ATen/ops/special_ndtr.h' 2024-12-17T23:51:59.4053587Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4056597Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2024-12-17T23:51:59.4059830Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2024-12-17T23:51:59.4062959Z adding 'torch/include/ATen/ops/special_ndtri.h' 2024-12-17T23:51:59.4066315Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4069234Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2024-12-17T23:51:59.4072331Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2024-12-17T23:51:59.4075660Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2024-12-17T23:51:59.4078834Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2024-12-17T23:51:59.4082148Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2024-12-17T23:51:59.4085465Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2024-12-17T23:51:59.4088851Z adding 'torch/include/ATen/ops/special_polygamma.h' 2024-12-17T23:51:59.4092949Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4096475Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2024-12-17T23:51:59.4100186Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2024-12-17T23:51:59.4110933Z adding 'torch/include/ATen/ops/special_psi.h' 2024-12-17T23:51:59.4114985Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4118410Z adding 'torch/include/ATen/ops/special_psi_native.h' 2024-12-17T23:51:59.4122180Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2024-12-17T23:51:59.4126007Z adding 'torch/include/ATen/ops/special_round.h' 2024-12-17T23:51:59.4129626Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4132567Z adding 'torch/include/ATen/ops/special_round_native.h' 2024-12-17T23:51:59.4135957Z adding 'torch/include/ATen/ops/special_round_ops.h' 2024-12-17T23:51:59.4139378Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2024-12-17T23:51:59.4142822Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4145976Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2024-12-17T23:51:59.4149181Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2024-12-17T23:51:59.4152392Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2024-12-17T23:51:59.4155527Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2024-12-17T23:51:59.4159005Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2024-12-17T23:51:59.4162453Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2024-12-17T23:51:59.4165617Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2024-12-17T23:51:59.4168999Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4171984Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2024-12-17T23:51:59.4175123Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2024-12-17T23:51:59.4178471Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2024-12-17T23:51:59.4181618Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2024-12-17T23:51:59.4184739Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2024-12-17T23:51:59.4187812Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2024-12-17T23:51:59.4191135Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2024-12-17T23:51:59.4194583Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4197818Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4200800Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2024-12-17T23:51:59.4203946Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2024-12-17T23:51:59.4207093Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2024-12-17T23:51:59.4210298Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2024-12-17T23:51:59.4213370Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2024-12-17T23:51:59.4216879Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2024-12-17T23:51:59.4220284Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2024-12-17T23:51:59.4223772Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4227016Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4230009Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2024-12-17T23:51:59.4233109Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2024-12-17T23:51:59.4236161Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2024-12-17T23:51:59.4239302Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2024-12-17T23:51:59.4242363Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2024-12-17T23:51:59.4245838Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2024-12-17T23:51:59.4249252Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2024-12-17T23:51:59.4252712Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4255990Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4259066Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2024-12-17T23:51:59.4262247Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2024-12-17T23:51:59.4265419Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2024-12-17T23:51:59.4268613Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2024-12-17T23:51:59.4271727Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2024-12-17T23:51:59.4275185Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2024-12-17T23:51:59.4278572Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2024-12-17T23:51:59.4282006Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4285236Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4288179Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2024-12-17T23:51:59.4291351Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2024-12-17T23:51:59.4294486Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2024-12-17T23:51:59.4297772Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2024-12-17T23:51:59.4300805Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2024-12-17T23:51:59.4304230Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2024-12-17T23:51:59.4307332Z adding 'torch/include/ATen/ops/special_sinc.h' 2024-12-17T23:51:59.4310594Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4313492Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2024-12-17T23:51:59.4316718Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2024-12-17T23:51:59.4319825Z adding 'torch/include/ATen/ops/special_softmax.h' 2024-12-17T23:51:59.4323104Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4326036Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2024-12-17T23:51:59.4329201Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2024-12-17T23:51:59.4332299Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2024-12-17T23:51:59.4335645Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4338710Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2024-12-17T23:51:59.4341832Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2024-12-17T23:51:59.4344846Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2024-12-17T23:51:59.4347987Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2024-12-17T23:51:59.4351015Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2024-12-17T23:51:59.4354187Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2024-12-17T23:51:59.4357519Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2024-12-17T23:51:59.4360918Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4364423Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4367461Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2024-12-17T23:51:59.4370847Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2024-12-17T23:51:59.4374108Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2024-12-17T23:51:59.4377493Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2024-12-17T23:51:59.4380592Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2024-12-17T23:51:59.4384207Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2024-12-17T23:51:59.4387570Z adding 'torch/include/ATen/ops/special_xlogy.h' 2024-12-17T23:51:59.4391389Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4394398Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2024-12-17T23:51:59.4398112Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2024-12-17T23:51:59.4401593Z adding 'torch/include/ATen/ops/special_zeta.h' 2024-12-17T23:51:59.4405334Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4408552Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4412036Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2024-12-17T23:51:59.4415109Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2024-12-17T23:51:59.4418449Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2024-12-17T23:51:59.4421625Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2024-12-17T23:51:59.4425279Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2024-12-17T23:51:59.4428927Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2024-12-17T23:51:59.4432475Z adding 'torch/include/ATen/ops/split.h' 2024-12-17T23:51:59.4436123Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4439917Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4443101Z adding 'torch/include/ATen/ops/split_copy.h' 2024-12-17T23:51:59.4446553Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4449958Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4452782Z adding 'torch/include/ATen/ops/split_copy_native.h' 2024-12-17T23:51:59.4456687Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2024-12-17T23:51:59.4460322Z adding 'torch/include/ATen/ops/split_native.h' 2024-12-17T23:51:59.4463589Z adding 'torch/include/ATen/ops/split_ops.h' 2024-12-17T23:51:59.4466960Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2024-12-17T23:51:59.4470399Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4473802Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2024-12-17T23:51:59.4477386Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4480665Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4483834Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2024-12-17T23:51:59.4492887Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2024-12-17T23:51:59.4493376Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2024-12-17T23:51:59.4496288Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2024-12-17T23:51:59.4499367Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2024-12-17T23:51:59.4502499Z adding 'torch/include/ATen/ops/sqrt.h' 2024-12-17T23:51:59.4505929Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4508875Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2024-12-17T23:51:59.4512202Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2024-12-17T23:51:59.4515658Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2024-12-17T23:51:59.4518542Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2024-12-17T23:51:59.4521639Z adding 'torch/include/ATen/ops/sqrt_native.h' 2024-12-17T23:51:59.4524870Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2024-12-17T23:51:59.4528199Z adding 'torch/include/ATen/ops/square.h' 2024-12-17T23:51:59.4531555Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4534429Z adding 'torch/include/ATen/ops/square_native.h' 2024-12-17T23:51:59.4537801Z adding 'torch/include/ATen/ops/square_ops.h' 2024-12-17T23:51:59.4540951Z adding 'torch/include/ATen/ops/squeeze.h' 2024-12-17T23:51:59.4544467Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4547595Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4550755Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2024-12-17T23:51:59.4554149Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4557325Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4560189Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2024-12-17T23:51:59.4563898Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2024-12-17T23:51:59.4566795Z adding 'torch/include/ATen/ops/squeeze_native.h' 2024-12-17T23:51:59.4570267Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2024-12-17T23:51:59.4573684Z adding 'torch/include/ATen/ops/sspaddmm.h' 2024-12-17T23:51:59.4577180Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4580210Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2024-12-17T23:51:59.4583352Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2024-12-17T23:51:59.4586517Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2024-12-17T23:51:59.4589849Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2024-12-17T23:51:59.4592925Z adding 'torch/include/ATen/ops/stack.h' 2024-12-17T23:51:59.4596478Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4599430Z adding 'torch/include/ATen/ops/stack_native.h' 2024-12-17T23:51:59.4602923Z adding 'torch/include/ATen/ops/stack_ops.h' 2024-12-17T23:51:59.4606112Z adding 'torch/include/ATen/ops/std.h' 2024-12-17T23:51:59.4609624Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4612709Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2024-12-17T23:51:59.4615886Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2024-12-17T23:51:59.4619316Z adding 'torch/include/ATen/ops/std_mean.h' 2024-12-17T23:51:59.4623018Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4625982Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4629169Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2024-12-17T23:51:59.4632272Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2024-12-17T23:51:59.4635418Z adding 'torch/include/ATen/ops/std_mean_native.h' 2024-12-17T23:51:59.4639008Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2024-12-17T23:51:59.4642331Z adding 'torch/include/ATen/ops/std_native.h' 2024-12-17T23:51:59.4646061Z adding 'torch/include/ATen/ops/std_ops.h' 2024-12-17T23:51:59.4649475Z adding 'torch/include/ATen/ops/stft.h' 2024-12-17T23:51:59.4652874Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4655959Z adding 'torch/include/ATen/ops/stft_native.h' 2024-12-17T23:51:59.4659351Z adding 'torch/include/ATen/ops/stft_ops.h' 2024-12-17T23:51:59.4662495Z adding 'torch/include/ATen/ops/stride.h' 2024-12-17T23:51:59.4665821Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4668729Z adding 'torch/include/ATen/ops/stride_native.h' 2024-12-17T23:51:59.4671895Z adding 'torch/include/ATen/ops/stride_ops.h' 2024-12-17T23:51:59.4675121Z adding 'torch/include/ATen/ops/sub.h' 2024-12-17T23:51:59.4678415Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4681656Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4684630Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2024-12-17T23:51:59.4687800Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2024-12-17T23:51:59.4690896Z adding 'torch/include/ATen/ops/sub_meta.h' 2024-12-17T23:51:59.4694060Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2024-12-17T23:51:59.4697324Z adding 'torch/include/ATen/ops/sub_native.h' 2024-12-17T23:51:59.4700872Z adding 'torch/include/ATen/ops/sub_ops.h' 2024-12-17T23:51:59.4704123Z adding 'torch/include/ATen/ops/subtract.h' 2024-12-17T23:51:59.4707500Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4710755Z adding 'torch/include/ATen/ops/subtract_native.h' 2024-12-17T23:51:59.4713962Z adding 'torch/include/ATen/ops/subtract_ops.h' 2024-12-17T23:51:59.4717382Z adding 'torch/include/ATen/ops/sum.h' 2024-12-17T23:51:59.4720733Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4723978Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4727077Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4730274Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2024-12-17T23:51:59.4733583Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2024-12-17T23:51:59.4737767Z adding 'torch/include/ATen/ops/sum_meta.h' 2024-12-17T23:51:59.4741205Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2024-12-17T23:51:59.4744463Z adding 'torch/include/ATen/ops/sum_native.h' 2024-12-17T23:51:59.4748259Z adding 'torch/include/ATen/ops/sum_ops.h' 2024-12-17T23:51:59.4751555Z adding 'torch/include/ATen/ops/sum_to_size.h' 2024-12-17T23:51:59.4755272Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4758090Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2024-12-17T23:51:59.4761306Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2024-12-17T23:51:59.4764637Z adding 'torch/include/ATen/ops/svd.h' 2024-12-17T23:51:59.4767984Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4771559Z adding 'torch/include/ATen/ops/svd_native.h' 2024-12-17T23:51:59.4774939Z adding 'torch/include/ATen/ops/svd_ops.h' 2024-12-17T23:51:59.4778300Z adding 'torch/include/ATen/ops/swapaxes.h' 2024-12-17T23:51:59.4781721Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4784632Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2024-12-17T23:51:59.4788016Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2024-12-17T23:51:59.4791241Z adding 'torch/include/ATen/ops/swapdims.h' 2024-12-17T23:51:59.4794694Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4797741Z adding 'torch/include/ATen/ops/swapdims_native.h' 2024-12-17T23:51:59.4800971Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2024-12-17T23:51:59.4804275Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2024-12-17T23:51:59.4807609Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4810785Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2024-12-17T23:51:59.4814287Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4818077Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2024-12-17T23:51:59.4821460Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2024-12-17T23:51:59.4824502Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2024-12-17T23:51:59.4828241Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2024-12-17T23:51:59.4831261Z adding 'torch/include/ATen/ops/sym_numel.h' 2024-12-17T23:51:59.4834765Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4837681Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2024-12-17T23:51:59.4841139Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2024-12-17T23:51:59.4844242Z adding 'torch/include/ATen/ops/sym_size.h' 2024-12-17T23:51:59.4847826Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4850748Z adding 'torch/include/ATen/ops/sym_size_native.h' 2024-12-17T23:51:59.4854187Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2024-12-17T23:51:59.4857424Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2024-12-17T23:51:59.4861058Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4863943Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2024-12-17T23:51:59.4867924Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2024-12-17T23:51:59.4871196Z adding 'torch/include/ATen/ops/sym_stride.h' 2024-12-17T23:51:59.4874930Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4877906Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2024-12-17T23:51:59.4881205Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2024-12-17T23:51:59.4884236Z adding 'torch/include/ATen/ops/t.h' 2024-12-17T23:51:59.4887982Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4890973Z adding 'torch/include/ATen/ops/t_copy.h' 2024-12-17T23:51:59.4894669Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.4897884Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4901061Z adding 'torch/include/ATen/ops/t_copy_native.h' 2024-12-17T23:51:59.4904257Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2024-12-17T23:51:59.4907594Z adding 'torch/include/ATen/ops/t_native.h' 2024-12-17T23:51:59.4910882Z adding 'torch/include/ATen/ops/t_ops.h' 2024-12-17T23:51:59.4914246Z adding 'torch/include/ATen/ops/take.h' 2024-12-17T23:51:59.4917678Z adding 'torch/include/ATen/ops/take_along_dim.h' 2024-12-17T23:51:59.4921103Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.4924434Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2024-12-17T23:51:59.4927733Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2024-12-17T23:51:59.4931267Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2024-12-17T23:51:59.4934449Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2024-12-17T23:51:59.4937836Z adding 'torch/include/ATen/ops/take_native.h' 2024-12-17T23:51:59.4941046Z adding 'torch/include/ATen/ops/take_ops.h' 2024-12-17T23:51:59.4944378Z adding 'torch/include/ATen/ops/tan.h' 2024-12-17T23:51:59.4947764Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4950916Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2024-12-17T23:51:59.4954047Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2024-12-17T23:51:59.4957305Z adding 'torch/include/ATen/ops/tan_meta.h' 2024-12-17T23:51:59.4960455Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2024-12-17T23:51:59.4963807Z adding 'torch/include/ATen/ops/tan_native.h' 2024-12-17T23:51:59.4967326Z adding 'torch/include/ATen/ops/tan_ops.h' 2024-12-17T23:51:59.4970322Z adding 'torch/include/ATen/ops/tanh.h' 2024-12-17T23:51:59.4973513Z adding 'torch/include/ATen/ops/tanh_backward.h' 2024-12-17T23:51:59.4976967Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.4979958Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2024-12-17T23:51:59.4983075Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2024-12-17T23:51:59.4986089Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2024-12-17T23:51:59.4989280Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2024-12-17T23:51:59.4992310Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2024-12-17T23:51:59.4995535Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2024-12-17T23:51:59.4998953Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5001890Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2024-12-17T23:51:59.5004993Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2024-12-17T23:51:59.5008001Z adding 'torch/include/ATen/ops/tanh_meta.h' 2024-12-17T23:51:59.5011111Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2024-12-17T23:51:59.5014225Z adding 'torch/include/ATen/ops/tanh_native.h' 2024-12-17T23:51:59.5017583Z adding 'torch/include/ATen/ops/tanh_ops.h' 2024-12-17T23:51:59.5020844Z adding 'torch/include/ATen/ops/tensor.h' 2024-12-17T23:51:59.5024222Z adding 'torch/include/ATen/ops/tensor_split.h' 2024-12-17T23:51:59.5027660Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5030644Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2024-12-17T23:51:59.5033887Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2024-12-17T23:51:59.5037048Z adding 'torch/include/ATen/ops/tensordot.h' 2024-12-17T23:51:59.5040396Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5043272Z adding 'torch/include/ATen/ops/tensordot_native.h' 2024-12-17T23:51:59.5046482Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2024-12-17T23:51:59.5050039Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2024-12-17T23:51:59.5053594Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5056649Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2024-12-17T23:51:59.5060005Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2024-12-17T23:51:59.5063209Z adding 'torch/include/ATen/ops/threshold.h' 2024-12-17T23:51:59.5066683Z adding 'torch/include/ATen/ops/threshold_backward.h' 2024-12-17T23:51:59.5070100Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5072993Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2024-12-17T23:51:59.5076077Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2024-12-17T23:51:59.5079114Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2024-12-17T23:51:59.5082217Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2024-12-17T23:51:59.5085285Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2024-12-17T23:51:59.5088674Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2024-12-17T23:51:59.5092038Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5094982Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2024-12-17T23:51:59.5098206Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2024-12-17T23:51:59.5101214Z adding 'torch/include/ATen/ops/threshold_meta.h' 2024-12-17T23:51:59.5104336Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2024-12-17T23:51:59.5107342Z adding 'torch/include/ATen/ops/threshold_native.h' 2024-12-17T23:51:59.5110654Z adding 'torch/include/ATen/ops/threshold_ops.h' 2024-12-17T23:51:59.5113803Z adding 'torch/include/ATen/ops/tile.h' 2024-12-17T23:51:59.5117038Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5119920Z adding 'torch/include/ATen/ops/tile_native.h' 2024-12-17T23:51:59.5122960Z adding 'torch/include/ATen/ops/tile_ops.h' 2024-12-17T23:51:59.5126082Z adding 'torch/include/ATen/ops/to.h' 2024-12-17T23:51:59.5129413Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5132432Z adding 'torch/include/ATen/ops/to_dense.h' 2024-12-17T23:51:59.5135651Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2024-12-17T23:51:59.5139103Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5142181Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2024-12-17T23:51:59.5145331Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2024-12-17T23:51:59.5148700Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5151590Z adding 'torch/include/ATen/ops/to_dense_native.h' 2024-12-17T23:51:59.5155059Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2024-12-17T23:51:59.5157983Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2024-12-17T23:51:59.5161232Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2024-12-17T23:51:59.5164681Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5167641Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2024-12-17T23:51:59.5170844Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2024-12-17T23:51:59.5174109Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5177342Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2024-12-17T23:51:59.5180345Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2024-12-17T23:51:59.5183720Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2024-12-17T23:51:59.5186853Z adding 'torch/include/ATen/ops/to_native.h' 2024-12-17T23:51:59.5190486Z adding 'torch/include/ATen/ops/to_ops.h' 2024-12-17T23:51:59.5194138Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2024-12-17T23:51:59.5197554Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5200680Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2024-12-17T23:51:59.5203946Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2024-12-17T23:51:59.5207147Z adding 'torch/include/ATen/ops/to_sparse.h' 2024-12-17T23:51:59.5210229Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2024-12-17T23:51:59.5213401Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5216516Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2024-12-17T23:51:59.5219753Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2024-12-17T23:51:59.5222902Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2024-12-17T23:51:59.5226138Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5229216Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2024-12-17T23:51:59.5232459Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2024-12-17T23:51:59.5235766Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5238751Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2024-12-17T23:51:59.5242004Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5245041Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2024-12-17T23:51:59.5248146Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2024-12-17T23:51:59.5251249Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2024-12-17T23:51:59.5254479Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5257676Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2024-12-17T23:51:59.5260907Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2024-12-17T23:51:59.5263994Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2024-12-17T23:51:59.5267372Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2024-12-17T23:51:59.5270845Z adding 'torch/include/ATen/ops/topk.h' 2024-12-17T23:51:59.5274877Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5277629Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2024-12-17T23:51:59.5280951Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2024-12-17T23:51:59.5284209Z adding 'torch/include/ATen/ops/topk_meta.h' 2024-12-17T23:51:59.5287324Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2024-12-17T23:51:59.5290536Z adding 'torch/include/ATen/ops/topk_native.h' 2024-12-17T23:51:59.5293835Z adding 'torch/include/ATen/ops/topk_ops.h' 2024-12-17T23:51:59.5297197Z adding 'torch/include/ATen/ops/trace.h' 2024-12-17T23:51:59.5300387Z adding 'torch/include/ATen/ops/trace_backward.h' 2024-12-17T23:51:59.5303848Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5306793Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2024-12-17T23:51:59.5309924Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2024-12-17T23:51:59.5313372Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5316913Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2024-12-17T23:51:59.5320480Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2024-12-17T23:51:59.5324021Z adding 'torch/include/ATen/ops/trace_native.h' 2024-12-17T23:51:59.5327739Z adding 'torch/include/ATen/ops/trace_ops.h' 2024-12-17T23:51:59.5330962Z adding 'torch/include/ATen/ops/transpose.h' 2024-12-17T23:51:59.5334405Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5337696Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5340859Z adding 'torch/include/ATen/ops/transpose_copy.h' 2024-12-17T23:51:59.5344160Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5347531Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5350417Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2024-12-17T23:51:59.5353835Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2024-12-17T23:51:59.5356893Z adding 'torch/include/ATen/ops/transpose_native.h' 2024-12-17T23:51:59.5360218Z adding 'torch/include/ATen/ops/transpose_ops.h' 2024-12-17T23:51:59.5363819Z adding 'torch/include/ATen/ops/trapezoid.h' 2024-12-17T23:51:59.5367089Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5369953Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2024-12-17T23:51:59.5373106Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2024-12-17T23:51:59.5376280Z adding 'torch/include/ATen/ops/trapz.h' 2024-12-17T23:51:59.5379752Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5382665Z adding 'torch/include/ATen/ops/trapz_native.h' 2024-12-17T23:51:59.5385799Z adding 'torch/include/ATen/ops/trapz_ops.h' 2024-12-17T23:51:59.5389034Z adding 'torch/include/ATen/ops/triangular_solve.h' 2024-12-17T23:51:59.5392466Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5395394Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2024-12-17T23:51:59.5398499Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2024-12-17T23:51:59.5401529Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2024-12-17T23:51:59.5404687Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2024-12-17T23:51:59.5407747Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2024-12-17T23:51:59.5411199Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2024-12-17T23:51:59.5414324Z adding 'torch/include/ATen/ops/tril.h' 2024-12-17T23:51:59.5417781Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5420702Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2024-12-17T23:51:59.5423813Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2024-12-17T23:51:59.5427023Z adding 'torch/include/ATen/ops/tril_indices.h' 2024-12-17T23:51:59.5430302Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5433320Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2024-12-17T23:51:59.5436408Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2024-12-17T23:51:59.5439431Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2024-12-17T23:51:59.5442679Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2024-12-17T23:51:59.5445731Z adding 'torch/include/ATen/ops/tril_meta.h' 2024-12-17T23:51:59.5448875Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2024-12-17T23:51:59.5451885Z adding 'torch/include/ATen/ops/tril_native.h' 2024-12-17T23:51:59.5455095Z adding 'torch/include/ATen/ops/tril_ops.h' 2024-12-17T23:51:59.5458389Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2024-12-17T23:51:59.5461711Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5464650Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2024-12-17T23:51:59.5468054Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2024-12-17T23:51:59.5471118Z adding 'torch/include/ATen/ops/triu.h' 2024-12-17T23:51:59.5474633Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5477553Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2024-12-17T23:51:59.5480850Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2024-12-17T23:51:59.5484164Z adding 'torch/include/ATen/ops/triu_indices.h' 2024-12-17T23:51:59.5487534Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5490657Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2024-12-17T23:51:59.5493757Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2024-12-17T23:51:59.5497075Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2024-12-17T23:51:59.5500384Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2024-12-17T23:51:59.5503595Z adding 'torch/include/ATen/ops/triu_meta.h' 2024-12-17T23:51:59.5506832Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2024-12-17T23:51:59.5509955Z adding 'torch/include/ATen/ops/triu_native.h' 2024-12-17T23:51:59.5513256Z adding 'torch/include/ATen/ops/triu_ops.h' 2024-12-17T23:51:59.5516442Z adding 'torch/include/ATen/ops/true_divide.h' 2024-12-17T23:51:59.5519930Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5522879Z adding 'torch/include/ATen/ops/true_divide_native.h' 2024-12-17T23:51:59.5526406Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2024-12-17T23:51:59.5529592Z adding 'torch/include/ATen/ops/trunc.h' 2024-12-17T23:51:59.5533056Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5536191Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2024-12-17T23:51:59.5539324Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2024-12-17T23:51:59.5542478Z adding 'torch/include/ATen/ops/trunc_meta.h' 2024-12-17T23:51:59.5545573Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2024-12-17T23:51:59.5548791Z adding 'torch/include/ATen/ops/trunc_native.h' 2024-12-17T23:51:59.5552049Z adding 'torch/include/ATen/ops/trunc_ops.h' 2024-12-17T23:51:59.5555240Z adding 'torch/include/ATen/ops/type_as.h' 2024-12-17T23:51:59.5558491Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5561488Z adding 'torch/include/ATen/ops/type_as_native.h' 2024-12-17T23:51:59.5564728Z adding 'torch/include/ATen/ops/type_as_ops.h' 2024-12-17T23:51:59.5567786Z adding 'torch/include/ATen/ops/unbind.h' 2024-12-17T23:51:59.5571180Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5574268Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5577700Z adding 'torch/include/ATen/ops/unbind_copy.h' 2024-12-17T23:51:59.5581098Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5584427Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5587518Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2024-12-17T23:51:59.5590566Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2024-12-17T23:51:59.5593732Z adding 'torch/include/ATen/ops/unbind_native.h' 2024-12-17T23:51:59.5596975Z adding 'torch/include/ATen/ops/unbind_ops.h' 2024-12-17T23:51:59.5600383Z adding 'torch/include/ATen/ops/unflatten.h' 2024-12-17T23:51:59.5603802Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5607691Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2024-12-17T23:51:59.5611260Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5614194Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2024-12-17T23:51:59.5617562Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2024-12-17T23:51:59.5620564Z adding 'torch/include/ATen/ops/unflatten_native.h' 2024-12-17T23:51:59.5623958Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2024-12-17T23:51:59.5626966Z adding 'torch/include/ATen/ops/unfold.h' 2024-12-17T23:51:59.5630600Z adding 'torch/include/ATen/ops/unfold_backward.h' 2024-12-17T23:51:59.5634205Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5637290Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2024-12-17T23:51:59.5640582Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2024-12-17T23:51:59.5643616Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2024-12-17T23:51:59.5647027Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2024-12-17T23:51:59.5650252Z adding 'torch/include/ATen/ops/unfold_copy.h' 2024-12-17T23:51:59.5653621Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5657075Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5660369Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2024-12-17T23:51:59.5663637Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2024-12-17T23:51:59.5666784Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2024-12-17T23:51:59.5670085Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2024-12-17T23:51:59.5673261Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2024-12-17T23:51:59.5676231Z adding 'torch/include/ATen/ops/unfold_native.h' 2024-12-17T23:51:59.5679556Z adding 'torch/include/ATen/ops/unfold_ops.h' 2024-12-17T23:51:59.5682680Z adding 'torch/include/ATen/ops/uniform.h' 2024-12-17T23:51:59.5686137Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5689156Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2024-12-17T23:51:59.5692372Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2024-12-17T23:51:59.5695480Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2024-12-17T23:51:59.5698756Z adding 'torch/include/ATen/ops/uniform_native.h' 2024-12-17T23:51:59.5702212Z adding 'torch/include/ATen/ops/uniform_ops.h' 2024-12-17T23:51:59.5705573Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2024-12-17T23:51:59.5709138Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5712170Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2024-12-17T23:51:59.5715462Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2024-12-17T23:51:59.5718534Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2024-12-17T23:51:59.5721931Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2024-12-17T23:51:59.5725280Z adding 'torch/include/ATen/ops/unique_dim.h' 2024-12-17T23:51:59.5728652Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5731936Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2024-12-17T23:51:59.5735320Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5738620Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2024-12-17T23:51:59.5741796Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2024-12-17T23:51:59.5744847Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2024-12-17T23:51:59.5748266Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2024-12-17T23:51:59.5751436Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2024-12-17T23:51:59.5754703Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2024-12-17T23:51:59.5757763Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2024-12-17T23:51:59.5761274Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2024-12-17T23:51:59.5764462Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2024-12-17T23:51:59.5767840Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5770826Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2024-12-17T23:51:59.5773969Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2024-12-17T23:51:59.5777530Z adding 'torch/include/ATen/ops/unsafe_split.h' 2024-12-17T23:51:59.5781001Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5784077Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2024-12-17T23:51:59.5787321Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2024-12-17T23:51:59.5790915Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2024-12-17T23:51:59.5794546Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5797495Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2024-12-17T23:51:59.5800907Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2024-12-17T23:51:59.5803963Z adding 'torch/include/ATen/ops/unsqueeze.h' 2024-12-17T23:51:59.5807456Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5810510Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2024-12-17T23:51:59.5813805Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5817625Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5820796Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2024-12-17T23:51:59.5824426Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2024-12-17T23:51:59.5827996Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2024-12-17T23:51:59.5831757Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2024-12-17T23:51:59.5836103Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2024-12-17T23:51:59.5840261Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2024-12-17T23:51:59.5844012Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5847246Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2024-12-17T23:51:59.5850730Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2024-12-17T23:51:59.5853827Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2024-12-17T23:51:59.5857397Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2024-12-17T23:51:59.5860549Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2024-12-17T23:51:59.5864019Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2024-12-17T23:51:59.5867438Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5870524Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5873805Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2024-12-17T23:51:59.5877082Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2024-12-17T23:51:59.5880143Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2024-12-17T23:51:59.5883367Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2024-12-17T23:51:59.5886462Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2024-12-17T23:51:59.5889980Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2024-12-17T23:51:59.5893908Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2024-12-17T23:51:59.5897903Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2024-12-17T23:51:59.5901573Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5904694Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2024-12-17T23:51:59.5907955Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2024-12-17T23:51:59.5911052Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2024-12-17T23:51:59.5914348Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2024-12-17T23:51:59.5917483Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2024-12-17T23:51:59.5921095Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2024-12-17T23:51:59.5924300Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.5927554Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5930605Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5933702Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2024-12-17T23:51:59.5937039Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2024-12-17T23:51:59.5940135Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2024-12-17T23:51:59.5943392Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2024-12-17T23:51:59.5946703Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2024-12-17T23:51:59.5949981Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2024-12-17T23:51:59.5953575Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2024-12-17T23:51:59.5957302Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2024-12-17T23:51:59.5960894Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5963922Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2024-12-17T23:51:59.5967658Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2024-12-17T23:51:59.5970764Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2024-12-17T23:51:59.5974078Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2024-12-17T23:51:59.5977303Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2024-12-17T23:51:59.5980610Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2024-12-17T23:51:59.5984004Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.5987050Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.5990104Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2024-12-17T23:51:59.5993301Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2024-12-17T23:51:59.5996341Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2024-12-17T23:51:59.5999566Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2024-12-17T23:51:59.6002710Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2024-12-17T23:51:59.6005988Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2024-12-17T23:51:59.6009554Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2024-12-17T23:51:59.6013225Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2024-12-17T23:51:59.6016871Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.6019943Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2024-12-17T23:51:59.6023197Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2024-12-17T23:51:59.6026250Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2024-12-17T23:51:59.6029459Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2024-12-17T23:51:59.6032527Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2024-12-17T23:51:59.6035761Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2024-12-17T23:51:59.6039114Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.6042202Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.6045256Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2024-12-17T23:51:59.6048450Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2024-12-17T23:51:59.6051447Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2024-12-17T23:51:59.6054640Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2024-12-17T23:51:59.6057808Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2024-12-17T23:51:59.6061121Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2024-12-17T23:51:59.6065036Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2024-12-17T23:51:59.6068859Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2024-12-17T23:51:59.6072596Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.6075660Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2024-12-17T23:51:59.6078970Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2024-12-17T23:51:59.6082069Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2024-12-17T23:51:59.6085292Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2024-12-17T23:51:59.6088374Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2024-12-17T23:51:59.6091650Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2024-12-17T23:51:59.6094980Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.6098345Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.6101387Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.6104490Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2024-12-17T23:51:59.6107705Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2024-12-17T23:51:59.6110745Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2024-12-17T23:51:59.6113959Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2024-12-17T23:51:59.6117095Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2024-12-17T23:51:59.6120483Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2024-12-17T23:51:59.6124207Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2024-12-17T23:51:59.6128375Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2024-12-17T23:51:59.6131882Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.6134873Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2024-12-17T23:51:59.6138280Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2024-12-17T23:51:59.6141386Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2024-12-17T23:51:59.6144661Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2024-12-17T23:51:59.6147821Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2024-12-17T23:51:59.6151102Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2024-12-17T23:51:59.6154493Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.6157556Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.6160611Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2024-12-17T23:51:59.6163796Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2024-12-17T23:51:59.6166817Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2024-12-17T23:51:59.6170078Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2024-12-17T23:51:59.6173186Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2024-12-17T23:51:59.6176605Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2024-12-17T23:51:59.6180314Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2024-12-17T23:51:59.6184453Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2024-12-17T23:51:59.6187915Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.6191039Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2024-12-17T23:51:59.6194344Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2024-12-17T23:51:59.6197462Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2024-12-17T23:51:59.6200749Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2024-12-17T23:51:59.6203903Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2024-12-17T23:51:59.6207272Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2024-12-17T23:51:59.6210899Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.6213889Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.6217138Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2024-12-17T23:51:59.6220510Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2024-12-17T23:51:59.6223580Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2024-12-17T23:51:59.6226840Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2024-12-17T23:51:59.6230169Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2024-12-17T23:51:59.6233680Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2024-12-17T23:51:59.6237016Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2024-12-17T23:51:59.6240448Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.6243379Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2024-12-17T23:51:59.6246518Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2024-12-17T23:51:59.6249409Z adding 'torch/include/ATen/ops/values.h' 2024-12-17T23:51:59.6252640Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.6255627Z adding 'torch/include/ATen/ops/values_copy.h' 2024-12-17T23:51:59.6259126Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.6262240Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.6265082Z adding 'torch/include/ATen/ops/values_copy_native.h' 2024-12-17T23:51:59.6268228Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2024-12-17T23:51:59.6271271Z adding 'torch/include/ATen/ops/values_native.h' 2024-12-17T23:51:59.6274916Z adding 'torch/include/ATen/ops/values_ops.h' 2024-12-17T23:51:59.6278001Z adding 'torch/include/ATen/ops/vander.h' 2024-12-17T23:51:59.6281264Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.6284155Z adding 'torch/include/ATen/ops/vander_native.h' 2024-12-17T23:51:59.6287296Z adding 'torch/include/ATen/ops/vander_ops.h' 2024-12-17T23:51:59.6290736Z adding 'torch/include/ATen/ops/var.h' 2024-12-17T23:51:59.6294217Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.6297425Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2024-12-17T23:51:59.6300576Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2024-12-17T23:51:59.6303869Z adding 'torch/include/ATen/ops/var_mean.h' 2024-12-17T23:51:59.6307542Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.6310757Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.6313822Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2024-12-17T23:51:59.6316916Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2024-12-17T23:51:59.6320099Z adding 'torch/include/ATen/ops/var_mean_native.h' 2024-12-17T23:51:59.6323658Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2024-12-17T23:51:59.6326936Z adding 'torch/include/ATen/ops/var_native.h' 2024-12-17T23:51:59.6330921Z adding 'torch/include/ATen/ops/var_ops.h' 2024-12-17T23:51:59.6334494Z adding 'torch/include/ATen/ops/vdot.h' 2024-12-17T23:51:59.6337894Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.6341197Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2024-12-17T23:51:59.6344325Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2024-12-17T23:51:59.6347671Z adding 'torch/include/ATen/ops/vdot_native.h' 2024-12-17T23:51:59.6350887Z adding 'torch/include/ATen/ops/vdot_ops.h' 2024-12-17T23:51:59.6354302Z adding 'torch/include/ATen/ops/view.h' 2024-12-17T23:51:59.6357354Z adding 'torch/include/ATen/ops/view_as.h' 2024-12-17T23:51:59.6360700Z adding 'torch/include/ATen/ops/view_as_complex.h' 2024-12-17T23:51:59.6364495Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2024-12-17T23:51:59.6368391Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.6372417Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.6375600Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2024-12-17T23:51:59.6379424Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2024-12-17T23:51:59.6383110Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2024-12-17T23:51:59.6386806Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2024-12-17T23:51:59.6390397Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2024-12-17T23:51:59.6393950Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2024-12-17T23:51:59.6397626Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2024-12-17T23:51:59.6401200Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.6404123Z adding 'torch/include/ATen/ops/view_as_native.h' 2024-12-17T23:51:59.6407491Z adding 'torch/include/ATen/ops/view_as_ops.h' 2024-12-17T23:51:59.6410580Z adding 'torch/include/ATen/ops/view_as_real.h' 2024-12-17T23:51:59.6413901Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2024-12-17T23:51:59.6417450Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.6420798Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.6423794Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2024-12-17T23:51:59.6427000Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2024-12-17T23:51:59.6430132Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2024-12-17T23:51:59.6433198Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2024-12-17T23:51:59.6436523Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2024-12-17T23:51:59.6439480Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2024-12-17T23:51:59.6442621Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2024-12-17T23:51:59.6445834Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.6449096Z adding 'torch/include/ATen/ops/view_copy.h' 2024-12-17T23:51:59.6452725Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.6456006Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.6458998Z adding 'torch/include/ATen/ops/view_copy_native.h' 2024-12-17T23:51:59.6462291Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2024-12-17T23:51:59.6465500Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2024-12-17T23:51:59.6468560Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2024-12-17T23:51:59.6471712Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2024-12-17T23:51:59.6474807Z adding 'torch/include/ATen/ops/view_native.h' 2024-12-17T23:51:59.6478125Z adding 'torch/include/ATen/ops/view_ops.h' 2024-12-17T23:51:59.6481289Z adding 'torch/include/ATen/ops/vsplit.h' 2024-12-17T23:51:59.6484591Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.6487472Z adding 'torch/include/ATen/ops/vsplit_native.h' 2024-12-17T23:51:59.6490676Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2024-12-17T23:51:59.6493811Z adding 'torch/include/ATen/ops/vstack.h' 2024-12-17T23:51:59.6497191Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.6500121Z adding 'torch/include/ATen/ops/vstack_native.h' 2024-12-17T23:51:59.6503479Z adding 'torch/include/ATen/ops/vstack_ops.h' 2024-12-17T23:51:59.6506599Z adding 'torch/include/ATen/ops/where.h' 2024-12-17T23:51:59.6510024Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.6513019Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2024-12-17T23:51:59.6516072Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2024-12-17T23:51:59.6519137Z adding 'torch/include/ATen/ops/where_native.h' 2024-12-17T23:51:59.6522572Z adding 'torch/include/ATen/ops/where_ops.h' 2024-12-17T23:51:59.6525982Z adding 'torch/include/ATen/ops/xlogy.h' 2024-12-17T23:51:59.6529350Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.6532551Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:51:59.6536363Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2024-12-17T23:51:59.6663790Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2024-12-17T23:51:59.6668479Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2024-12-17T23:51:59.6673495Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2024-12-17T23:51:59.6678819Z adding 'torch/include/ATen/ops/xlogy_native.h' 2024-12-17T23:51:59.6683456Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2024-12-17T23:51:59.6686749Z adding 'torch/include/ATen/ops/xor.h' 2024-12-17T23:51:59.6691103Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:51:59.6694598Z adding 'torch/include/ATen/ops/xor_native.h' 2024-12-17T23:51:59.6698453Z adding 'torch/include/ATen/ops/xor_ops.h' 2024-12-17T23:51:59.6702427Z adding 'torch/include/ATen/ops/zero.h' 2024-12-17T23:51:59.6706045Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.6709850Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2024-12-17T23:51:59.6713666Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2024-12-17T23:51:59.6717238Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2024-12-17T23:51:59.6721294Z adding 'torch/include/ATen/ops/zero_native.h' 2024-12-17T23:51:59.6725234Z adding 'torch/include/ATen/ops/zero_ops.h' 2024-12-17T23:51:59.6729229Z adding 'torch/include/ATen/ops/zeros.h' 2024-12-17T23:51:59.6733822Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.6738181Z adding 'torch/include/ATen/ops/zeros_like.h' 2024-12-17T23:51:59.6741802Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2024-12-17T23:51:59.6745830Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-12-17T23:51:59.6749382Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2024-12-17T23:51:59.6753079Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2024-12-17T23:51:59.6756983Z adding 'torch/include/ATen/ops/zeros_native.h' 2024-12-17T23:51:59.6760941Z adding 'torch/include/ATen/ops/zeros_ops.h' 2024-12-17T23:51:59.6768665Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2024-12-17T23:51:59.6774435Z adding 'torch/include/ATen/quantized/Quantizer.h' 2024-12-17T23:51:59.6779476Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2024-12-17T23:51:59.6783098Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2024-12-17T23:51:59.6786724Z adding 'torch/include/ATen/xpu/XPUContext.h' 2024-12-17T23:51:59.6789898Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2024-12-17T23:51:59.6794963Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2024-12-17T23:51:59.6799183Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2024-12-17T23:51:59.6803866Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2024-12-17T23:51:59.6808045Z adding 'torch/include/THC/THCAtomics.cuh' 2024-12-17T23:51:59.6811758Z adding 'torch/include/THC/THCDeviceUtils.cuh' 2024-12-17T23:51:59.6820963Z adding 'torch/include/c10/core/Allocator.h' 2024-12-17T23:51:59.6826119Z adding 'torch/include/c10/core/AutogradState.h' 2024-12-17T23:51:59.6831913Z adding 'torch/include/c10/core/Backend.h' 2024-12-17T23:51:59.6837813Z adding 'torch/include/c10/core/CPUAllocator.h' 2024-12-17T23:51:59.6844167Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2024-12-17T23:51:59.6849306Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2024-12-17T23:51:59.6853636Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2024-12-17T23:51:59.6862192Z adding 'torch/include/c10/core/Contiguity.h' 2024-12-17T23:51:59.6863690Z adding 'torch/include/c10/core/CopyBytes.h' 2024-12-17T23:51:59.6867591Z adding 'torch/include/c10/core/DefaultDtype.h' 2024-12-17T23:51:59.6871071Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2024-12-17T23:51:59.6875891Z adding 'torch/include/c10/core/Device.h' 2024-12-17T23:51:59.6879949Z adding 'torch/include/c10/core/DeviceArray.h' 2024-12-17T23:51:59.6884866Z adding 'torch/include/c10/core/DeviceGuard.h' 2024-12-17T23:51:59.6889201Z adding 'torch/include/c10/core/DeviceType.h' 2024-12-17T23:51:59.6903372Z adding 'torch/include/c10/core/DispatchKey.h' 2024-12-17T23:51:59.6920245Z adding 'torch/include/c10/core/DispatchKeySet.h' 2024-12-17T23:51:59.6925961Z adding 'torch/include/c10/core/DynamicCast.h' 2024-12-17T23:51:59.6930507Z adding 'torch/include/c10/core/Event.h' 2024-12-17T23:51:59.6934780Z adding 'torch/include/c10/core/GeneratorImpl.h' 2024-12-17T23:51:59.6938362Z adding 'torch/include/c10/core/GradMode.h' 2024-12-17T23:51:59.6942337Z adding 'torch/include/c10/core/InferenceMode.h' 2024-12-17T23:51:59.6945829Z adding 'torch/include/c10/core/Layout.h' 2024-12-17T23:51:59.6951129Z adding 'torch/include/c10/core/MemoryFormat.h' 2024-12-17T23:51:59.6954596Z adding 'torch/include/c10/core/OptionalRef.h' 2024-12-17T23:51:59.6958457Z adding 'torch/include/c10/core/PyHandleCache.h' 2024-12-17T23:51:59.6961813Z adding 'torch/include/c10/core/QEngine.h' 2024-12-17T23:51:59.6965194Z adding 'torch/include/c10/core/QScheme.h' 2024-12-17T23:51:59.6968814Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2024-12-17T23:51:59.6972667Z adding 'torch/include/c10/core/SafePyObject.h' 2024-12-17T23:51:59.6979403Z adding 'torch/include/c10/core/Scalar.h' 2024-12-17T23:51:59.6987923Z adding 'torch/include/c10/core/ScalarType.h' 2024-12-17T23:51:59.6992001Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2024-12-17T23:51:59.6996424Z adding 'torch/include/c10/core/Storage.h' 2024-12-17T23:51:59.7002232Z adding 'torch/include/c10/core/StorageImpl.h' 2024-12-17T23:51:59.7007478Z adding 'torch/include/c10/core/Stream.h' 2024-12-17T23:51:59.7012049Z adding 'torch/include/c10/core/StreamGuard.h' 2024-12-17T23:51:59.7015964Z adding 'torch/include/c10/core/SymBool.h' 2024-12-17T23:51:59.7019984Z adding 'torch/include/c10/core/SymFloat.h' 2024-12-17T23:51:59.7026614Z adding 'torch/include/c10/core/SymInt.h' 2024-12-17T23:51:59.7030682Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2024-12-17T23:51:59.7034729Z adding 'torch/include/c10/core/SymNodeImpl.h' 2024-12-17T23:51:59.7039248Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2024-12-17T23:51:59.7081578Z adding 'torch/include/c10/core/TensorImpl.h' 2024-12-17T23:51:59.7094301Z adding 'torch/include/c10/core/TensorOptions.h' 2024-12-17T23:51:59.7098547Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2024-12-17T23:51:59.7101907Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2024-12-17T23:51:59.7105110Z adding 'torch/include/c10/core/alignment.h' 2024-12-17T23:51:59.7108848Z adding 'torch/include/c10/core/thread_pool.h' 2024-12-17T23:51:59.7113309Z adding 'torch/include/c10/core/impl/COW.h' 2024-12-17T23:51:59.7116932Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2024-12-17T23:51:59.7123589Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2024-12-17T23:51:59.7127692Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2024-12-17T23:51:59.7131097Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2024-12-17T23:51:59.7135406Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2024-12-17T23:51:59.7143053Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2024-12-17T23:51:59.7147881Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2024-12-17T23:51:59.7153975Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2024-12-17T23:51:59.7159416Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2024-12-17T23:51:59.7166532Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2024-12-17T23:51:59.7172238Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2024-12-17T23:51:59.7176034Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2024-12-17T23:51:59.7181435Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2024-12-17T23:51:59.7185983Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2024-12-17T23:51:59.7190094Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2024-12-17T23:51:59.7193419Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2024-12-17T23:51:59.7198449Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2024-12-17T23:51:59.7203052Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2024-12-17T23:51:59.7211172Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2024-12-17T23:51:59.7216581Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2024-12-17T23:51:59.7222068Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2024-12-17T23:51:59.7226899Z adding 'torch/include/c10/cuda/CUDAException.h' 2024-12-17T23:51:59.7231377Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2024-12-17T23:51:59.7235492Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2024-12-17T23:51:59.7241272Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2024-12-17T23:51:59.7245605Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2024-12-17T23:51:59.7249666Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2024-12-17T23:51:59.7253136Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2024-12-17T23:51:59.7259580Z adding 'torch/include/c10/cuda/CUDAStream.h' 2024-12-17T23:51:59.7264158Z adding 'torch/include/c10/cuda/driver_api.h' 2024-12-17T23:51:59.7270609Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2024-12-17T23:51:59.7274484Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2024-12-17T23:51:59.7277706Z adding 'torch/include/c10/cuda/impl/cuda_cmake_macros.h' 2024-12-17T23:51:59.7283641Z adding 'torch/include/c10/macros/Export.h' 2024-12-17T23:51:59.7291739Z adding 'torch/include/c10/macros/Macros.h' 2024-12-17T23:51:59.7295934Z adding 'torch/include/c10/macros/cmake_macros.h' 2024-12-17T23:51:59.7303009Z adding 'torch/include/c10/util/AbortHandler.h' 2024-12-17T23:51:59.7307948Z adding 'torch/include/c10/util/AlignOf.h' 2024-12-17T23:51:59.7312660Z adding 'torch/include/c10/util/ApproximateClock.h' 2024-12-17T23:51:59.7316138Z adding 'torch/include/c10/util/Array.h' 2024-12-17T23:51:59.7322148Z adding 'torch/include/c10/util/ArrayRef.h' 2024-12-17T23:51:59.7327862Z adding 'torch/include/c10/util/BFloat16-inl.h' 2024-12-17T23:51:59.7333642Z adding 'torch/include/c10/util/BFloat16-math.h' 2024-12-17T23:51:59.7338594Z adding 'torch/include/c10/util/BFloat16.h' 2024-12-17T23:51:59.7342048Z adding 'torch/include/c10/util/Backtrace.h' 2024-12-17T23:51:59.7347781Z adding 'torch/include/c10/util/Bitset.h' 2024-12-17T23:51:59.7353972Z adding 'torch/include/c10/util/C++17.h' 2024-12-17T23:51:59.7359585Z adding 'torch/include/c10/util/CallOnce.h' 2024-12-17T23:51:59.7365648Z adding 'torch/include/c10/util/ConstexprCrc.h' 2024-12-17T23:51:59.7370256Z adding 'torch/include/c10/util/DeadlockDetection.h' 2024-12-17T23:51:59.7374677Z adding 'torch/include/c10/util/Deprecated.h' 2024-12-17T23:51:59.7378110Z adding 'torch/include/c10/util/DimVector.h' 2024-12-17T23:51:59.7382147Z adding 'torch/include/c10/util/DynamicCounter.h' 2024-12-17T23:51:59.7393453Z adding 'torch/include/c10/util/Exception.h' 2024-12-17T23:51:59.7399035Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2024-12-17T23:51:59.7402883Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2024-12-17T23:51:59.7406049Z adding 'torch/include/c10/util/FbcodeMaps.h' 2024-12-17T23:51:59.7411432Z adding 'torch/include/c10/util/Flags.h' 2024-12-17T23:51:59.7416690Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2024-12-17T23:51:59.7422152Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2024-12-17T23:51:59.7426725Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2024-12-17T23:51:59.7431596Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2024-12-17T23:51:59.7435279Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2024-12-17T23:51:59.7439577Z adding 'torch/include/c10/util/Float8_e5m2.h' 2024-12-17T23:51:59.7444309Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2024-12-17T23:51:59.7449111Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2024-12-17T23:51:59.7452741Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2024-12-17T23:51:59.7456541Z adding 'torch/include/c10/util/FunctionRef.h' 2024-12-17T23:51:59.7459941Z adding 'torch/include/c10/util/Gauge.h' 2024-12-17T23:51:59.7464517Z adding 'torch/include/c10/util/Half-inl.h' 2024-12-17T23:51:59.7471782Z adding 'torch/include/c10/util/Half.h' 2024-12-17T23:51:59.7475859Z adding 'torch/include/c10/util/IdWrapper.h' 2024-12-17T23:51:59.7479620Z adding 'torch/include/c10/util/Lazy.h' 2024-12-17T23:51:59.7484857Z adding 'torch/include/c10/util/LeftRight.h' 2024-12-17T23:51:59.7488368Z adding 'torch/include/c10/util/Load.h' 2024-12-17T23:51:59.7494385Z adding 'torch/include/c10/util/Logging.h' 2024-12-17T23:51:59.7498531Z adding 'torch/include/c10/util/MathConstants.h' 2024-12-17T23:51:59.7503283Z adding 'torch/include/c10/util/MaybeOwned.h' 2024-12-17T23:51:59.7507971Z adding 'torch/include/c10/util/Metaprogramming.h' 2024-12-17T23:51:59.7511502Z adding 'torch/include/c10/util/NetworkFlow.h' 2024-12-17T23:51:59.7514941Z adding 'torch/include/c10/util/Optional.h' 2024-12-17T23:51:59.7519176Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2024-12-17T23:51:59.7522448Z adding 'torch/include/c10/util/ParallelGuard.h' 2024-12-17T23:51:59.7528062Z adding 'torch/include/c10/util/Registry.h' 2024-12-17T23:51:59.7531772Z adding 'torch/include/c10/util/ScopeExit.h' 2024-12-17T23:51:59.7535478Z adding 'torch/include/c10/util/SmallBuffer.h' 2024-12-17T23:51:59.7552853Z adding 'torch/include/c10/util/SmallVector.h' 2024-12-17T23:51:59.7558413Z adding 'torch/include/c10/util/StringUtil.h' 2024-12-17T23:51:59.7562117Z adding 'torch/include/c10/util/Synchronized.h' 2024-12-17T23:51:59.7565983Z adding 'torch/include/c10/util/ThreadLocal.h' 2024-12-17T23:51:59.7570641Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2024-12-17T23:51:59.7573999Z adding 'torch/include/c10/util/Type.h' 2024-12-17T23:51:59.7578215Z adding 'torch/include/c10/util/TypeCast.h' 2024-12-17T23:51:59.7582431Z adding 'torch/include/c10/util/TypeIndex.h' 2024-12-17T23:51:59.7588846Z adding 'torch/include/c10/util/TypeList.h' 2024-12-17T23:51:59.7593129Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2024-12-17T23:51:59.7597332Z adding 'torch/include/c10/util/TypeTraits.h' 2024-12-17T23:51:59.7600576Z adding 'torch/include/c10/util/Unicode.h' 2024-12-17T23:51:59.7604617Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2024-12-17T23:51:59.7607923Z adding 'torch/include/c10/util/Unroll.h' 2024-12-17T23:51:59.7611595Z adding 'torch/include/c10/util/WaitCounter.h' 2024-12-17T23:51:59.7614934Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2024-12-17T23:51:59.7618670Z adding 'torch/include/c10/util/accumulate.h' 2024-12-17T23:51:59.7622114Z adding 'torch/include/c10/util/bit_cast.h' 2024-12-17T23:51:59.7625364Z adding 'torch/include/c10/util/bits.h' 2024-12-17T23:51:59.7632775Z adding 'torch/include/c10/util/complex.h' 2024-12-17T23:51:59.7638534Z adding 'torch/include/c10/util/complex_math.h' 2024-12-17T23:51:59.7642787Z adding 'torch/include/c10/util/complex_utils.h' 2024-12-17T23:51:59.7646043Z adding 'torch/include/c10/util/copysign.h' 2024-12-17T23:51:59.7649272Z adding 'torch/include/c10/util/env.h' 2024-12-17T23:51:59.7652253Z adding 'torch/include/c10/util/error.h' 2024-12-17T23:51:59.7668352Z adding 'torch/include/c10/util/flat_hash_map.h' 2024-12-17T23:51:59.7673110Z adding 'torch/include/c10/util/floating_point_utils.h' 2024-12-17T23:51:59.7676735Z adding 'torch/include/c10/util/generic_math.h' 2024-12-17T23:51:59.7683167Z adding 'torch/include/c10/util/hash.h' 2024-12-17T23:51:59.7689188Z adding 'torch/include/c10/util/int128.h' 2024-12-17T23:51:59.7702322Z adding 'torch/include/c10/util/intrusive_ptr.h' 2024-12-17T23:51:59.7707171Z adding 'torch/include/c10/util/irange.h' 2024-12-17T23:51:59.7717759Z adding 'torch/include/c10/util/llvmMathExtras.h' 2024-12-17T23:51:59.7722394Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2024-12-17T23:51:59.7727320Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2024-12-17T23:51:59.7730754Z adding 'torch/include/c10/util/numa.h' 2024-12-17T23:51:59.7750019Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2024-12-17T23:51:59.7755932Z adding 'torch/include/c10/util/overflows.h' 2024-12-17T23:51:59.7759798Z adding 'torch/include/c10/util/overloaded.h' 2024-12-17T23:51:59.7762843Z adding 'torch/include/c10/util/python_stub.h' 2024-12-17T23:51:59.7766498Z adding 'torch/include/c10/util/qint32.h' 2024-12-17T23:51:59.7770015Z adding 'torch/include/c10/util/qint8.h' 2024-12-17T23:51:59.7773600Z adding 'torch/include/c10/util/quint2x4.h' 2024-12-17T23:51:59.7777266Z adding 'torch/include/c10/util/quint4x2.h' 2024-12-17T23:51:59.7780479Z adding 'torch/include/c10/util/quint8.h' 2024-12-17T23:51:59.7784636Z adding 'torch/include/c10/util/safe_numerics.h' 2024-12-17T23:51:59.7789109Z adding 'torch/include/c10/util/signal_handler.h' 2024-12-17T23:51:59.7799178Z adding 'torch/include/c10/util/sparse_bitset.h' 2024-12-17T23:51:59.7803961Z adding 'torch/include/c10/util/ssize.h' 2024-12-17T23:51:59.7807844Z adding 'torch/include/c10/util/static_tracepoint.h' 2024-12-17T23:51:59.7814871Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2024-12-17T23:51:59.7818809Z adding 'torch/include/c10/util/strides.h' 2024-12-17T23:51:59.7822890Z adding 'torch/include/c10/util/string_utils.h' 2024-12-17T23:51:59.7830969Z adding 'torch/include/c10/util/string_view.h' 2024-12-17T23:51:59.7843383Z adding 'torch/include/c10/util/strong_type.h' 2024-12-17T23:51:59.7850590Z adding 'torch/include/c10/util/tempfile.h' 2024-12-17T23:51:59.7853928Z adding 'torch/include/c10/util/thread_name.h' 2024-12-17T23:51:59.7865004Z adding 'torch/include/c10/util/typeid.h' 2024-12-17T23:51:59.7868952Z adding 'torch/include/c10/util/win32-headers.h' 2024-12-17T23:51:59.7875112Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2024-12-17T23:51:59.7880787Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2024-12-17T23:51:59.7885535Z adding 'torch/include/c10/xpu/XPUException.h' 2024-12-17T23:51:59.7889484Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2024-12-17T23:51:59.7892900Z adding 'torch/include/c10/xpu/XPUMacros.h' 2024-12-17T23:51:59.7898301Z adding 'torch/include/c10/xpu/XPUStream.h' 2024-12-17T23:51:59.7905078Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2024-12-17T23:51:59.7947143Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2024-12-17T23:51:59.7952302Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2024-12-17T23:51:59.7955564Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2024-12-17T23:51:59.7961075Z adding 'torch/include/caffe2/serialize/inline_container.h' 2024-12-17T23:51:59.7965491Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2024-12-17T23:51:59.7968769Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2024-12-17T23:51:59.7973455Z adding 'torch/include/caffe2/serialize/versions.h' 2024-12-17T23:51:59.7978794Z adding 'torch/include/kineto/AbstractConfig.h' 2024-12-17T23:51:59.7982948Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2024-12-17T23:51:59.7986870Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2024-12-17T23:51:59.7990453Z adding 'torch/include/kineto/ActivityType.h' 2024-12-17T23:51:59.7993673Z adding 'torch/include/kineto/ClientInterface.h' 2024-12-17T23:51:59.8000278Z adding 'torch/include/kineto/Config.h' 2024-12-17T23:51:59.8004700Z adding 'torch/include/kineto/GenericTraceActivity.h' 2024-12-17T23:51:59.8009129Z adding 'torch/include/kineto/IActivityProfiler.h' 2024-12-17T23:51:59.8013090Z adding 'torch/include/kineto/ILoggerObserver.h' 2024-12-17T23:51:59.8016972Z adding 'torch/include/kineto/ITraceActivity.h' 2024-12-17T23:51:59.8020295Z adding 'torch/include/kineto/LoggingAPI.h' 2024-12-17T23:51:59.8024102Z adding 'torch/include/kineto/ThreadUtil.h' 2024-12-17T23:51:59.8027382Z adding 'torch/include/kineto/TraceSpan.h' 2024-12-17T23:51:59.8031269Z adding 'torch/include/kineto/libkineto.h' 2024-12-17T23:51:59.8034894Z adding 'torch/include/kineto/output_base.h' 2024-12-17T23:51:59.8038102Z adding 'torch/include/kineto/time_since_epoch.h' 2024-12-17T23:51:59.8048110Z adding 'torch/include/pybind11/attr.h' 2024-12-17T23:51:59.8053474Z adding 'torch/include/pybind11/buffer_info.h' 2024-12-17T23:51:59.8077661Z adding 'torch/include/pybind11/cast.h' 2024-12-17T23:51:59.8084103Z adding 'torch/include/pybind11/chrono.h' 2024-12-17T23:51:59.8087352Z adding 'torch/include/pybind11/common.h' 2024-12-17T23:51:59.8090802Z adding 'torch/include/pybind11/complex.h' 2024-12-17T23:51:59.8093948Z adding 'torch/include/pybind11/eigen.h' 2024-12-17T23:51:59.8100073Z adding 'torch/include/pybind11/embed.h' 2024-12-17T23:51:59.8104447Z adding 'torch/include/pybind11/eval.h' 2024-12-17T23:51:59.8108987Z adding 'torch/include/pybind11/functional.h' 2024-12-17T23:51:59.8113785Z adding 'torch/include/pybind11/gil.h' 2024-12-17T23:51:59.8118829Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2024-12-17T23:51:59.8124178Z adding 'torch/include/pybind11/iostream.h' 2024-12-17T23:51:59.8151732Z adding 'torch/include/pybind11/numpy.h' 2024-12-17T23:51:59.8158386Z adding 'torch/include/pybind11/operators.h' 2024-12-17T23:51:59.8162185Z adding 'torch/include/pybind11/options.h' 2024-12-17T23:51:59.8203970Z adding 'torch/include/pybind11/pybind11.h' 2024-12-17T23:51:59.8239123Z adding 'torch/include/pybind11/pytypes.h' 2024-12-17T23:51:59.8248570Z adding 'torch/include/pybind11/stl.h' 2024-12-17T23:51:59.8259212Z adding 'torch/include/pybind11/stl_bind.h' 2024-12-17T23:51:59.8264210Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2024-12-17T23:51:59.8268931Z adding 'torch/include/pybind11/typing.h' 2024-12-17T23:51:59.8281998Z adding 'torch/include/pybind11/detail/class.h' 2024-12-17T23:51:59.8303895Z adding 'torch/include/pybind11/detail/common.h' 2024-12-17T23:51:59.8309244Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2024-12-17T23:51:59.8316549Z adding 'torch/include/pybind11/detail/descr.h' 2024-12-17T23:51:59.8322619Z adding 'torch/include/pybind11/detail/exception_translation.h' 2024-12-17T23:51:59.8333341Z adding 'torch/include/pybind11/detail/init.h' 2024-12-17T23:51:59.8350409Z adding 'torch/include/pybind11/detail/internals.h' 2024-12-17T23:51:59.8371555Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2024-12-17T23:51:59.8377009Z adding 'torch/include/pybind11/detail/typeid.h' 2024-12-17T23:51:59.8380896Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2024-12-17T23:51:59.8385670Z adding 'torch/include/pybind11/eigen/common.h' 2024-12-17T23:51:59.8397774Z adding 'torch/include/pybind11/eigen/matrix.h' 2024-12-17T23:51:59.8404969Z adding 'torch/include/pybind11/eigen/tensor.h' 2024-12-17T23:51:59.8415002Z adding 'torch/include/torch/custom_class.h' 2024-12-17T23:51:59.8420746Z adding 'torch/include/torch/custom_class_detail.h' 2024-12-17T23:51:59.8424026Z adding 'torch/include/torch/extension.h' 2024-12-17T23:51:59.8439205Z adding 'torch/include/torch/library.h' 2024-12-17T23:51:59.8444109Z adding 'torch/include/torch/script.h' 2024-12-17T23:51:59.8449414Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2024-12-17T23:51:59.8452601Z adding 'torch/include/torch/csrc/DataLoader.h' 2024-12-17T23:51:59.8455708Z adding 'torch/include/torch/csrc/Device.h' 2024-12-17T23:51:59.8459392Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2024-12-17T23:51:59.8462644Z adding 'torch/include/torch/csrc/Dtype.h' 2024-12-17T23:51:59.8465946Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2024-12-17T23:51:59.8469194Z adding 'torch/include/torch/csrc/Event.h' 2024-12-17T23:51:59.8475975Z adding 'torch/include/torch/csrc/Exceptions.h' 2024-12-17T23:51:59.8479427Z adding 'torch/include/torch/csrc/Export.h' 2024-12-17T23:51:59.8482904Z adding 'torch/include/torch/csrc/Generator.h' 2024-12-17T23:51:59.8486645Z adding 'torch/include/torch/csrc/Layout.h' 2024-12-17T23:51:59.8489948Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2024-12-17T23:51:59.8492872Z adding 'torch/include/torch/csrc/Module.h' 2024-12-17T23:51:59.8496441Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2024-12-17T23:51:59.8499820Z adding 'torch/include/torch/csrc/QScheme.h' 2024-12-17T23:51:59.8502928Z adding 'torch/include/torch/csrc/Size.h' 2024-12-17T23:51:59.8506308Z adding 'torch/include/torch/csrc/Storage.h' 2024-12-17T23:51:59.8509322Z adding 'torch/include/torch/csrc/StorageMethods.h' 2024-12-17T23:51:59.8512212Z adding 'torch/include/torch/csrc/StorageSharing.h' 2024-12-17T23:51:59.8515300Z adding 'torch/include/torch/csrc/Stream.h' 2024-12-17T23:51:59.8518332Z adding 'torch/include/torch/csrc/THConcat.h' 2024-12-17T23:51:59.8521517Z adding 'torch/include/torch/csrc/THP.h' 2024-12-17T23:51:59.8524628Z adding 'torch/include/torch/csrc/TypeInfo.h' 2024-12-17T23:51:59.8527566Z adding 'torch/include/torch/csrc/Types.h' 2024-12-17T23:51:59.8530858Z adding 'torch/include/torch/csrc/copy_utils.h' 2024-12-17T23:51:59.8533951Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2024-12-17T23:51:59.8537083Z adding 'torch/include/torch/csrc/python_dimname.h' 2024-12-17T23:51:59.8540232Z adding 'torch/include/torch/csrc/python_headers.h' 2024-12-17T23:51:59.8543360Z adding 'torch/include/torch/csrc/serialization.h' 2024-12-17T23:51:59.8548000Z adding 'torch/include/torch/csrc/utils.h' 2024-12-17T23:51:59.8553761Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2024-12-17T23:51:59.8557140Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2024-12-17T23:51:59.8560211Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2024-12-17T23:51:59.8563380Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2024-12-17T23:51:59.8566432Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2024-12-17T23:51:59.8570804Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2024-12-17T23:51:59.8575379Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2024-12-17T23:51:59.8580215Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2024-12-17T23:51:59.8584069Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2024-12-17T23:51:59.8587445Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2024-12-17T23:51:59.8590807Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2024-12-17T23:51:59.8594488Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2024-12-17T23:51:59.8598111Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2024-12-17T23:51:59.8601336Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2024-12-17T23:51:59.8608416Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2024-12-17T23:51:59.8614593Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2024-12-17T23:51:59.8619729Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2024-12-17T23:51:59.8623493Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2024-12-17T23:51:59.8631169Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2024-12-17T23:51:59.8635813Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2024-12-17T23:51:59.8639749Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2024-12-17T23:51:59.8644097Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2024-12-17T23:51:59.8647933Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2024-12-17T23:51:59.8651209Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2024-12-17T23:51:59.8656481Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2024-12-17T23:51:59.8661312Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2024-12-17T23:51:59.8664553Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2024-12-17T23:51:59.8668070Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2024-12-17T23:51:59.8672863Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2024-12-17T23:51:59.8676504Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2024-12-17T23:51:59.8679890Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2024-12-17T23:51:59.8683814Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2024-12-17T23:51:59.8690587Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2024-12-17T23:51:59.8696344Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2024-12-17T23:51:59.8700716Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2024-12-17T23:51:59.8705839Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2024-12-17T23:51:59.8715919Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2024-12-17T23:51:59.8721053Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2024-12-17T23:51:59.8725040Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2024-12-17T23:51:59.8729074Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2024-12-17T23:51:59.8733412Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2024-12-17T23:51:59.8737390Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2024-12-17T23:51:59.8742282Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2024-12-17T23:51:59.8746826Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2024-12-17T23:51:59.8751712Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2024-12-17T23:51:59.8756720Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2024-12-17T23:51:59.8760208Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2024-12-17T23:51:59.8764706Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2024-12-17T23:51:59.8768796Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2024-12-17T23:51:59.8773044Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2024-12-17T23:51:59.8776979Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2024-12-17T23:51:59.8781097Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2024-12-17T23:51:59.8785786Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2024-12-17T23:51:59.8789613Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2024-12-17T23:51:59.8793592Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2024-12-17T23:51:59.8797126Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2024-12-17T23:51:59.8801549Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2024-12-17T23:51:59.8809300Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2024-12-17T23:51:59.8813859Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2024-12-17T23:51:59.8819677Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2024-12-17T23:51:59.8823511Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2024-12-17T23:51:59.8827622Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2024-12-17T23:51:59.8839111Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2024-12-17T23:51:59.8843144Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2024-12-17T23:51:59.8848327Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2024-12-17T23:51:59.8854142Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2024-12-17T23:51:59.8859359Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2024-12-17T23:51:59.8862712Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2024-12-17T23:51:59.8873756Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2024-12-17T23:51:59.8878864Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2024-12-17T23:51:59.8883063Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2024-12-17T23:51:59.8886914Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2024-12-17T23:51:59.8891627Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2024-12-17T23:51:59.8896359Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2024-12-17T23:51:59.8900183Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2024-12-17T23:51:59.8903764Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2024-12-17T23:51:59.8907803Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2024-12-17T23:51:59.8915274Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2024-12-17T23:51:59.8920221Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2024-12-17T23:51:59.8923955Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2024-12-17T23:51:59.8927473Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2024-12-17T23:51:59.8934657Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2024-12-17T23:51:59.8941226Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2024-12-17T23:51:59.8945408Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2024-12-17T23:51:59.8949880Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2024-12-17T23:51:59.8956554Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2024-12-17T23:51:59.8961291Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2024-12-17T23:51:59.8965877Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2024-12-17T23:51:59.8970145Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2024-12-17T23:51:59.8975967Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2024-12-17T23:51:59.8980323Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2024-12-17T23:51:59.8984470Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2024-12-17T23:51:59.8989231Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2024-12-17T23:51:59.8993138Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2024-12-17T23:51:59.8997362Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2024-12-17T23:51:59.9001727Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2024-12-17T23:51:59.9009530Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2024-12-17T23:51:59.9014577Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2024-12-17T23:51:59.9019669Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2024-12-17T23:51:59.9023831Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2024-12-17T23:51:59.9030578Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2024-12-17T23:51:59.9036541Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2024-12-17T23:51:59.9041292Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2024-12-17T23:51:59.9045707Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2024-12-17T23:51:59.9050485Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2024-12-17T23:51:59.9053860Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2024-12-17T23:51:59.9057642Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2024-12-17T23:51:59.9065168Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2024-12-17T23:51:59.9069911Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2024-12-17T23:51:59.9074157Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2024-12-17T23:51:59.9078312Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2024-12-17T23:51:59.9083425Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2024-12-17T23:51:59.9088907Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2024-12-17T23:51:59.9092923Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2024-12-17T23:51:59.9097227Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2024-12-17T23:51:59.9101643Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2024-12-17T23:51:59.9108276Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2024-12-17T23:51:59.9115527Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2024-12-17T23:51:59.9119454Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2024-12-17T23:51:59.9123141Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2024-12-17T23:51:59.9127885Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2024-12-17T23:51:59.9131783Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2024-12-17T23:51:59.9135418Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2024-12-17T23:51:59.9140223Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2024-12-17T23:51:59.9144189Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2024-12-17T23:51:59.9148446Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2024-12-17T23:51:59.9152178Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2024-12-17T23:51:59.9158981Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2024-12-17T23:51:59.9163751Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2024-12-17T23:51:59.9177133Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2024-12-17T23:51:59.9177977Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2024-12-17T23:51:59.9178605Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2024-12-17T23:51:59.9182058Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2024-12-17T23:51:59.9185682Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2024-12-17T23:51:59.9189303Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2024-12-17T23:51:59.9192840Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2024-12-17T23:51:59.9196835Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2024-12-17T23:51:59.9200286Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2024-12-17T23:51:59.9207285Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2024-12-17T23:51:59.9212533Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2024-12-17T23:51:59.9216508Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2024-12-17T23:51:59.9222740Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2024-12-17T23:51:59.9228236Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2024-12-17T23:51:59.9232230Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2024-12-17T23:51:59.9236053Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2024-12-17T23:51:59.9240048Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2024-12-17T23:51:59.9244915Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2024-12-17T23:51:59.9249596Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2024-12-17T23:51:59.9255763Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2024-12-17T23:51:59.9260542Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2024-12-17T23:51:59.9265564Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2024-12-17T23:51:59.9269299Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2024-12-17T23:51:59.9273182Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2024-12-17T23:51:59.9277600Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2024-12-17T23:51:59.9281672Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2024-12-17T23:51:59.9286149Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2024-12-17T23:51:59.9289941Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2024-12-17T23:51:59.9311135Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2024-12-17T23:51:59.9317043Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2024-12-17T23:51:59.9326660Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2024-12-17T23:51:59.9332263Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2024-12-17T23:51:59.9339234Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2024-12-17T23:51:59.9344909Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2024-12-17T23:51:59.9349855Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2024-12-17T23:51:59.9361499Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2024-12-17T23:51:59.9367633Z adding 'torch/include/torch/csrc/autograd/edge.h' 2024-12-17T23:51:59.9374762Z adding 'torch/include/torch/csrc/autograd/engine.h' 2024-12-17T23:51:59.9381532Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2024-12-17T23:51:59.9395840Z adding 'torch/include/torch/csrc/autograd/function.h' 2024-12-17T23:51:59.9400168Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2024-12-17T23:51:59.9403542Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2024-12-17T23:51:59.9409686Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2024-12-17T23:51:59.9413433Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2024-12-17T23:51:59.9417329Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2024-12-17T23:51:59.9421674Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2024-12-17T23:51:59.9424939Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2024-12-17T23:51:59.9429795Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2024-12-17T23:51:59.9435770Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2024-12-17T23:51:59.9439106Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2024-12-17T23:51:59.9442438Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2024-12-17T23:51:59.9445573Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2024-12-17T23:51:59.9449573Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2024-12-17T23:51:59.9453566Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2024-12-17T23:51:59.9456767Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2024-12-17T23:51:59.9459810Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2024-12-17T23:51:59.9464674Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2024-12-17T23:51:59.9467785Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2024-12-17T23:51:59.9470999Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2024-12-17T23:51:59.9474014Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2024-12-17T23:51:59.9477018Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2024-12-17T23:51:59.9480000Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2024-12-17T23:51:59.9483191Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2024-12-17T23:51:59.9486124Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2024-12-17T23:51:59.9489069Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2024-12-17T23:51:59.9492354Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2024-12-17T23:51:59.9496554Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2024-12-17T23:51:59.9500434Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2024-12-17T23:51:59.9503777Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2024-12-17T23:51:59.9508080Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2024-12-17T23:51:59.9511309Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2024-12-17T23:51:59.9514315Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2024-12-17T23:51:59.9530319Z adding 'torch/include/torch/csrc/autograd/variable.h' 2024-12-17T23:51:59.9534655Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2024-12-17T23:51:59.9542353Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2024-12-17T23:51:59.9546408Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2024-12-17T23:51:59.9550110Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2024-12-17T23:51:59.9553323Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2024-12-17T23:51:59.9558357Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2024-12-17T23:51:59.9562437Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2024-12-17T23:51:59.9615469Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2024-12-17T23:51:59.9630470Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2024-12-17T23:51:59.9636864Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2024-12-17T23:51:59.9641044Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2024-12-17T23:51:59.9644546Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2024-12-17T23:51:59.9653330Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2024-12-17T23:51:59.9659453Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2024-12-17T23:51:59.9663778Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2024-12-17T23:51:59.9667463Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2024-12-17T23:51:59.9671287Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2024-12-17T23:51:59.9675041Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2024-12-17T23:51:59.9679015Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2024-12-17T23:51:59.9685234Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2024-12-17T23:51:59.9689127Z adding 'torch/include/torch/csrc/cuda/Event.h' 2024-12-17T23:51:59.9692726Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2024-12-17T23:51:59.9696000Z adding 'torch/include/torch/csrc/cuda/Module.h' 2024-12-17T23:51:59.9699837Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2024-12-17T23:51:59.9702912Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2024-12-17T23:51:59.9706900Z adding 'torch/include/torch/csrc/cuda/comm.h' 2024-12-17T23:51:59.9710409Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2024-12-17T23:51:59.9714039Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2024-12-17T23:51:59.9719045Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2024-12-17T23:51:59.9722372Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2024-12-17T23:51:59.9725794Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2024-12-17T23:51:59.9733336Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2024-12-17T23:51:59.9738994Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2024-12-17T23:51:59.9744291Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2024-12-17T23:51:59.9748992Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2024-12-17T23:51:59.9753917Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2024-12-17T23:51:59.9757472Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2024-12-17T23:51:59.9761358Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2024-12-17T23:51:59.9765009Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2024-12-17T23:51:59.9768707Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2024-12-17T23:51:59.9773206Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2024-12-17T23:51:59.9777555Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2024-12-17T23:51:59.9781559Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2024-12-17T23:51:59.9785573Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2024-12-17T23:51:59.9789028Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2024-12-17T23:51:59.9796880Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2024-12-17T23:51:59.9800682Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2024-12-17T23:51:59.9807367Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2024-12-17T23:51:59.9812064Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2024-12-17T23:51:59.9816199Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2024-12-17T23:51:59.9820855Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2024-12-17T23:51:59.9824526Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2024-12-17T23:51:59.9830616Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp' 2024-12-17T23:51:59.9834579Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2024-12-17T23:51:59.9838307Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2024-12-17T23:51:59.9842044Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2024-12-17T23:51:59.9846268Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2024-12-17T23:51:59.9856244Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2024-12-17T23:51:59.9860911Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2024-12-17T23:51:59.9866301Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2024-12-17T23:51:59.9870151Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2024-12-17T23:51:59.9881003Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2024-12-17T23:51:59.9889480Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2024-12-17T23:51:59.9895944Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2024-12-17T23:51:59.9919398Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2024-12-17T23:51:59.9929312Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2024-12-17T23:51:59.9935726Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2024-12-17T23:51:59.9942334Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2024-12-17T23:51:59.9946214Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2024-12-17T23:51:59.9950529Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2024-12-17T23:51:59.9956721Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2024-12-17T23:51:59.9961819Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2024-12-17T23:51:59.9966166Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2024-12-17T23:51:59.9972046Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2024-12-17T23:51:59.9976971Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2024-12-17T23:51:59.9980905Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2024-12-17T23:51:59.9985533Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2024-12-17T23:51:59.9989063Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2024-12-17T23:51:59.9997843Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2024-12-17T23:52:00.0001845Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2024-12-17T23:52:00.0006364Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2024-12-17T23:52:00.0009621Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2024-12-17T23:52:00.0013770Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2024-12-17T23:52:00.0017443Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2024-12-17T23:52:00.0021006Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2024-12-17T23:52:00.0024347Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2024-12-17T23:52:00.0027674Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2024-12-17T23:52:00.0031404Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2024-12-17T23:52:00.0035975Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2024-12-17T23:52:00.0039514Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2024-12-17T23:52:00.0043344Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2024-12-17T23:52:00.0054220Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2024-12-17T23:52:00.0058707Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2024-12-17T23:52:00.0062353Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2024-12-17T23:52:00.0065958Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2024-12-17T23:52:00.0069325Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2024-12-17T23:52:00.0075138Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2024-12-17T23:52:00.0080235Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2024-12-17T23:52:00.0084371Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2024-12-17T23:52:00.0087760Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2024-12-17T23:52:00.0091306Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2024-12-17T23:52:00.0094739Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2024-12-17T23:52:00.0098386Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2024-12-17T23:52:00.0102450Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2024-12-17T23:52:00.0105954Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2024-12-17T23:52:00.0109477Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2024-12-17T23:52:00.0113261Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2024-12-17T23:52:00.0116327Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2024-12-17T23:52:00.0123036Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2024-12-17T23:52:00.0126801Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2024-12-17T23:52:00.0134724Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2024-12-17T23:52:00.0143242Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2024-12-17T23:52:00.0147633Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2024-12-17T23:52:00.0151437Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2024-12-17T23:52:00.0156124Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2024-12-17T23:52:00.0159942Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2024-12-17T23:52:00.0168425Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2024-12-17T23:52:00.0173645Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2024-12-17T23:52:00.0178056Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2024-12-17T23:52:00.0181716Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2024-12-17T23:52:00.0186268Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2024-12-17T23:52:00.0190210Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2024-12-17T23:52:00.0194148Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2024-12-17T23:52:00.0200113Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2024-12-17T23:52:00.0211434Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2024-12-17T23:52:00.0215990Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2024-12-17T23:52:00.0219871Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2024-12-17T23:52:00.0223480Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2024-12-17T23:52:00.0228652Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2024-12-17T23:52:00.0232626Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2024-12-17T23:52:00.0237354Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2024-12-17T23:52:00.0241214Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2024-12-17T23:52:00.0245442Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2024-12-17T23:52:00.0248714Z adding 'torch/include/torch/csrc/dynamo/init.h' 2024-12-17T23:52:00.0252598Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2024-12-17T23:52:00.0256090Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2024-12-17T23:52:00.0260709Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2024-12-17T23:52:00.0265586Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2024-12-17T23:52:00.0269135Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2024-12-17T23:52:00.0274788Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2024-12-17T23:52:00.0278246Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2024-12-17T23:52:00.0282143Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2024-12-17T23:52:00.0285700Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h' 2024-12-17T23:52:00.0289589Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2024-12-17T23:52:00.0296405Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2024-12-17T23:52:00.0300947Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2024-12-17T23:52:00.0306051Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2024-12-17T23:52:00.0315475Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2024-12-17T23:52:00.0325148Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2024-12-17T23:52:00.0329263Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2024-12-17T23:52:00.0334259Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h' 2024-12-17T23:52:00.0339010Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2024-12-17T23:52:00.0345275Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2024-12-17T23:52:00.0350893Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2024-12-17T23:52:00.0356328Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h' 2024-12-17T23:52:00.0362755Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2024-12-17T23:52:00.0367908Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2024-12-17T23:52:00.0371368Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2024-12-17T23:52:00.0375439Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2024-12-17T23:52:00.0380378Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2024-12-17T23:52:00.0390109Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2024-12-17T23:52:00.0395420Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2024-12-17T23:52:00.0398954Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h' 2024-12-17T23:52:00.0406977Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2024-12-17T23:52:00.0414739Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2024-12-17T23:52:00.0420583Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h' 2024-12-17T23:52:00.0426136Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2024-12-17T23:52:00.0429758Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2024-12-17T23:52:00.0432945Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2024-12-17T23:52:00.0439727Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2024-12-17T23:52:00.0444565Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2024-12-17T23:52:00.0448404Z adding 'torch/include/torch/csrc/jit/api/method.h' 2024-12-17T23:52:00.0459086Z adding 'torch/include/torch/csrc/jit/api/module.h' 2024-12-17T23:52:00.0464280Z adding 'torch/include/torch/csrc/jit/api/object.h' 2024-12-17T23:52:00.0469243Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2024-12-17T23:52:00.0474261Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2024-12-17T23:52:00.0478161Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2024-12-17T23:52:00.0481478Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2024-12-17T23:52:00.0485114Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2024-12-17T23:52:00.0488219Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2024-12-17T23:52:00.0491558Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2024-12-17T23:52:00.0494670Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2024-12-17T23:52:00.0498614Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2024-12-17T23:52:00.0503804Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2024-12-17T23:52:00.0508229Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2024-12-17T23:52:00.0511377Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2024-12-17T23:52:00.0516739Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2024-12-17T23:52:00.0520087Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2024-12-17T23:52:00.0523145Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2024-12-17T23:52:00.0526510Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2024-12-17T23:52:00.0529558Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2024-12-17T23:52:00.0532807Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2024-12-17T23:52:00.0535963Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2024-12-17T23:52:00.0539066Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2024-12-17T23:52:00.0547364Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2024-12-17T23:52:00.0551530Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2024-12-17T23:52:00.0554718Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2024-12-17T23:52:00.0558372Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2024-12-17T23:52:00.0561624Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2024-12-17T23:52:00.0564710Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2024-12-17T23:52:00.0568208Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2024-12-17T23:52:00.0571752Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2024-12-17T23:52:00.0575151Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2024-12-17T23:52:00.0578751Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2024-12-17T23:52:00.0585268Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2024-12-17T23:52:00.0588838Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2024-12-17T23:52:00.0591920Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2024-12-17T23:52:00.0601909Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2024-12-17T23:52:00.0608883Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2024-12-17T23:52:00.0614659Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2024-12-17T23:52:00.0627780Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2024-12-17T23:52:00.0632599Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2024-12-17T23:52:00.0641254Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2024-12-17T23:52:00.0645918Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2024-12-17T23:52:00.0650192Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2024-12-17T23:52:00.0655139Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2024-12-17T23:52:00.0659188Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2024-12-17T23:52:00.0681214Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2024-12-17T23:52:00.0687455Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2024-12-17T23:52:00.0691567Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2024-12-17T23:52:00.0695913Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2024-12-17T23:52:00.0699284Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2024-12-17T23:52:00.0705259Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2024-12-17T23:52:00.0710273Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2024-12-17T23:52:00.0714129Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2024-12-17T23:52:00.0718737Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2024-12-17T23:52:00.0722792Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2024-12-17T23:52:00.0728049Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2024-12-17T23:52:00.0733116Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2024-12-17T23:52:00.0736763Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2024-12-17T23:52:00.0741121Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2024-12-17T23:52:00.0745729Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2024-12-17T23:52:00.0749577Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2024-12-17T23:52:00.0753194Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2024-12-17T23:52:00.0756922Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2024-12-17T23:52:00.0760238Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2024-12-17T23:52:00.0765354Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2024-12-17T23:52:00.0770011Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2024-12-17T23:52:00.0773710Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2024-12-17T23:52:00.0777429Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2024-12-17T23:52:00.0781159Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2024-12-17T23:52:00.0785535Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2024-12-17T23:52:00.0789415Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2024-12-17T23:52:00.0793314Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2024-12-17T23:52:00.0796980Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2024-12-17T23:52:00.0801095Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2024-12-17T23:52:00.0805046Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2024-12-17T23:52:00.0811136Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2024-12-17T23:52:00.0814342Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2024-12-17T23:52:00.0818055Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2024-12-17T23:52:00.0821551Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2024-12-17T23:52:00.0825259Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2024-12-17T23:52:00.0828814Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2024-12-17T23:52:00.0832254Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2024-12-17T23:52:00.0835778Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2024-12-17T23:52:00.0839008Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2024-12-17T23:52:00.0842900Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2024-12-17T23:52:00.0846155Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2024-12-17T23:52:00.0850264Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2024-12-17T23:52:00.0853401Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2024-12-17T23:52:00.0858837Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2024-12-17T23:52:00.0864026Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2024-12-17T23:52:00.0868892Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2024-12-17T23:52:00.0874089Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2024-12-17T23:52:00.0877312Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2024-12-17T23:52:00.0881099Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2024-12-17T23:52:00.0884277Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2024-12-17T23:52:00.0888129Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2024-12-17T23:52:00.0891518Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2024-12-17T23:52:00.0895931Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2024-12-17T23:52:00.0900006Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2024-12-17T23:52:00.0903403Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2024-12-17T23:52:00.0906776Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2024-12-17T23:52:00.0910072Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2024-12-17T23:52:00.0913887Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2024-12-17T23:52:00.0917058Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2024-12-17T23:52:00.0920289Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2024-12-17T23:52:00.0923325Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2024-12-17T23:52:00.0926488Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2024-12-17T23:52:00.0930273Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2024-12-17T23:52:00.0933490Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2024-12-17T23:52:00.0936690Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2024-12-17T23:52:00.0940045Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2024-12-17T23:52:00.0943545Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2024-12-17T23:52:00.0946714Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2024-12-17T23:52:00.0949743Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2024-12-17T23:52:00.0952733Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2024-12-17T23:52:00.0955810Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2024-12-17T23:52:00.0959530Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2024-12-17T23:52:00.0962635Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2024-12-17T23:52:00.0965665Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2024-12-17T23:52:00.0968691Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2024-12-17T23:52:00.0971777Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2024-12-17T23:52:00.0974753Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2024-12-17T23:52:00.0978052Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2024-12-17T23:52:00.0981354Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2024-12-17T23:52:00.0984429Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2024-12-17T23:52:00.0987631Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2024-12-17T23:52:00.0990834Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2024-12-17T23:52:00.0993971Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2024-12-17T23:52:00.0997083Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2024-12-17T23:52:00.1000562Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2024-12-17T23:52:00.1003772Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2024-12-17T23:52:00.1007177Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2024-12-17T23:52:00.1010375Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2024-12-17T23:52:00.1014665Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2024-12-17T23:52:00.1018053Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2024-12-17T23:52:00.1021280Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2024-12-17T23:52:00.1024491Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2024-12-17T23:52:00.1027977Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2024-12-17T23:52:00.1031129Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2024-12-17T23:52:00.1034193Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2024-12-17T23:52:00.1037266Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2024-12-17T23:52:00.1040250Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2024-12-17T23:52:00.1043500Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2024-12-17T23:52:00.1046481Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2024-12-17T23:52:00.1050300Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2024-12-17T23:52:00.1053905Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2024-12-17T23:52:00.1057183Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2024-12-17T23:52:00.1060366Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2024-12-17T23:52:00.1063379Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2024-12-17T23:52:00.1066735Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2024-12-17T23:52:00.1070072Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2024-12-17T23:52:00.1073314Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2024-12-17T23:52:00.1077352Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2024-12-17T23:52:00.1081818Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2024-12-17T23:52:00.1085345Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2024-12-17T23:52:00.1089236Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2024-12-17T23:52:00.1092937Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2024-12-17T23:52:00.1096463Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2024-12-17T23:52:00.1099956Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2024-12-17T23:52:00.1103177Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2024-12-17T23:52:00.1106333Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2024-12-17T23:52:00.1109498Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2024-12-17T23:52:00.1113832Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2024-12-17T23:52:00.1117413Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2024-12-17T23:52:00.1120555Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2024-12-17T23:52:00.1125165Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2024-12-17T23:52:00.1128948Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2024-12-17T23:52:00.1132459Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2024-12-17T23:52:00.1143372Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2024-12-17T23:52:00.1147818Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2024-12-17T23:52:00.1151087Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2024-12-17T23:52:00.1155165Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2024-12-17T23:52:00.1160503Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2024-12-17T23:52:00.1164625Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2024-12-17T23:52:00.1167900Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2024-12-17T23:52:00.1172266Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2024-12-17T23:52:00.1177214Z adding 'torch/include/torch/csrc/jit/python/init.h' 2024-12-17T23:52:00.1181067Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2024-12-17T23:52:00.1186097Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2024-12-17T23:52:00.1203888Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2024-12-17T23:52:00.1209686Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2024-12-17T23:52:00.1213686Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2024-12-17T23:52:00.1218157Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2024-12-17T23:52:00.1221914Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2024-12-17T23:52:00.1226736Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2024-12-17T23:52:00.1231906Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2024-12-17T23:52:00.1237927Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2024-12-17T23:52:00.1242163Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2024-12-17T23:52:00.1245434Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2024-12-17T23:52:00.1248969Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2024-12-17T23:52:00.1252190Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2024-12-17T23:52:00.1255933Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2024-12-17T23:52:00.1265304Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2024-12-17T23:52:00.1270401Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2024-12-17T23:52:00.1274942Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2024-12-17T23:52:00.1278854Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2024-12-17T23:52:00.1282307Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2024-12-17T23:52:00.1286587Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2024-12-17T23:52:00.1289481Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2024-12-17T23:52:00.1294314Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2024-12-17T23:52:00.1299135Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2024-12-17T23:52:00.1304190Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2024-12-17T23:52:00.1309350Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2024-12-17T23:52:00.1314105Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2024-12-17T23:52:00.1318102Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2024-12-17T23:52:00.1321753Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2024-12-17T23:52:00.1325537Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2024-12-17T23:52:00.1332039Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2024-12-17T23:52:00.1336100Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2024-12-17T23:52:00.1339811Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2024-12-17T23:52:00.1343748Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2024-12-17T23:52:00.1351992Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2024-12-17T23:52:00.1365628Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2024-12-17T23:52:00.1371041Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2024-12-17T23:52:00.1374553Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2024-12-17T23:52:00.1378492Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2024-12-17T23:52:00.1382271Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2024-12-17T23:52:00.1385805Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2024-12-17T23:52:00.1389519Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2024-12-17T23:52:00.1393459Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2024-12-17T23:52:00.1396722Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2024-12-17T23:52:00.1400645Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2024-12-17T23:52:00.1403990Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2024-12-17T23:52:00.1408975Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2024-12-17T23:52:00.1414596Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2024-12-17T23:52:00.1419579Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2024-12-17T23:52:00.1423563Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2024-12-17T23:52:00.1426782Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2024-12-17T23:52:00.1430459Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2024-12-17T23:52:00.1433849Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2024-12-17T23:52:00.1436966Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2024-12-17T23:52:00.1440450Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2024-12-17T23:52:00.1443348Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2024-12-17T23:52:00.1447650Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2024-12-17T23:52:00.1468183Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2024-12-17T23:52:00.1473611Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2024-12-17T23:52:00.1478005Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2024-12-17T23:52:00.1484957Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2024-12-17T23:52:00.1488799Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2024-12-17T23:52:00.1493323Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2024-12-17T23:52:00.1495741Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2024-12-17T23:52:00.1499319Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2024-12-17T23:52:00.1502634Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2024-12-17T23:52:00.1508320Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2024-12-17T23:52:00.1514731Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2024-12-17T23:52:00.1519020Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2024-12-17T23:52:00.1522713Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2024-12-17T23:52:00.1526899Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2024-12-17T23:52:00.1531909Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2024-12-17T23:52:00.1535929Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2024-12-17T23:52:00.1539309Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2024-12-17T23:52:00.1544100Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2024-12-17T23:52:00.1548047Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2024-12-17T23:52:00.1553156Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2024-12-17T23:52:00.1556955Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2024-12-17T23:52:00.1563061Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2024-12-17T23:52:00.1567410Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2024-12-17T23:52:00.1570611Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2024-12-17T23:52:00.1574331Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2024-12-17T23:52:00.1578249Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2024-12-17T23:52:00.1582716Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2024-12-17T23:52:00.1586835Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2024-12-17T23:52:00.1591609Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2024-12-17T23:52:00.1595027Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2024-12-17T23:52:00.1602868Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2024-12-17T23:52:00.1607662Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2024-12-17T23:52:00.1611802Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2024-12-17T23:52:00.1615869Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2024-12-17T23:52:00.1623599Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2024-12-17T23:52:00.1627491Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2024-12-17T23:52:00.1631534Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2024-12-17T23:52:00.1638628Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2024-12-17T23:52:00.1643572Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2024-12-17T23:52:00.1647807Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2024-12-17T23:52:00.1657731Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2024-12-17T23:52:00.1662272Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2024-12-17T23:52:00.1666015Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2024-12-17T23:52:00.1673461Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2024-12-17T23:52:00.1678991Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2024-12-17T23:52:00.1686415Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2024-12-17T23:52:00.1696086Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2024-12-17T23:52:00.1702189Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2024-12-17T23:52:00.1706542Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2024-12-17T23:52:00.1710676Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2024-12-17T23:52:00.1714617Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2024-12-17T23:52:00.1718287Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2024-12-17T23:52:00.1723500Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2024-12-17T23:52:00.1727425Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2024-12-17T23:52:00.1731045Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2024-12-17T23:52:00.1734981Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2024-12-17T23:52:00.1745515Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2024-12-17T23:52:00.1749374Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2024-12-17T23:52:00.1753169Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2024-12-17T23:52:00.1757084Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2024-12-17T23:52:00.1760271Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2024-12-17T23:52:00.1765278Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2024-12-17T23:52:00.1769401Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2024-12-17T23:52:00.1774936Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2024-12-17T23:52:00.1778989Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2024-12-17T23:52:00.1783959Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2024-12-17T23:52:00.1788588Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2024-12-17T23:52:00.1794262Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2024-12-17T23:52:00.1798026Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2024-12-17T23:52:00.1801743Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2024-12-17T23:52:00.1805816Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2024-12-17T23:52:00.1811014Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2024-12-17T23:52:00.1815007Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2024-12-17T23:52:00.1821003Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2024-12-17T23:52:00.1825960Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2024-12-17T23:52:00.1829902Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2024-12-17T23:52:00.1833387Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2024-12-17T23:52:00.1837537Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2024-12-17T23:52:00.1844807Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2024-12-17T23:52:00.1850909Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2024-12-17T23:52:00.1856496Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2024-12-17T23:52:00.1861898Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2024-12-17T23:52:00.1866701Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2024-12-17T23:52:00.1872522Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2024-12-17T23:52:00.1879239Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2024-12-17T23:52:00.1883414Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2024-12-17T23:52:00.1887615Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2024-12-17T23:52:00.1891711Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2024-12-17T23:52:00.1895552Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2024-12-17T23:52:00.1899036Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2024-12-17T23:52:00.1903470Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2024-12-17T23:52:00.1907852Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2024-12-17T23:52:00.1911808Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2024-12-17T23:52:00.1915629Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2024-12-17T23:52:00.1919739Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2024-12-17T23:52:00.1923755Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2024-12-17T23:52:00.1927363Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2024-12-17T23:52:00.1930950Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2024-12-17T23:52:00.1934828Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2024-12-17T23:52:00.1938203Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2024-12-17T23:52:00.1941522Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2024-12-17T23:52:00.1944794Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2024-12-17T23:52:00.1949179Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2024-12-17T23:52:00.1953587Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2024-12-17T23:52:00.1956921Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2024-12-17T23:52:00.1960974Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2024-12-17T23:52:00.1964047Z adding 'torch/include/torch/csrc/onnx/init.h' 2024-12-17T23:52:00.1967140Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2024-12-17T23:52:00.1971261Z adding 'torch/include/torch/csrc/profiler/api.h' 2024-12-17T23:52:00.1979494Z adding 'torch/include/torch/csrc/profiler/collection.h' 2024-12-17T23:52:00.1983806Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2024-12-17T23:52:00.1988392Z adding 'torch/include/torch/csrc/profiler/containers.h' 2024-12-17T23:52:00.1992598Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2024-12-17T23:52:00.1995978Z adding 'torch/include/torch/csrc/profiler/events.h' 2024-12-17T23:52:00.1999155Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2024-12-17T23:52:00.2002982Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2024-12-17T23:52:00.2006987Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2024-12-17T23:52:00.2010827Z adding 'torch/include/torch/csrc/profiler/perf.h' 2024-12-17T23:52:00.2015469Z adding 'torch/include/torch/csrc/profiler/util.h' 2024-12-17T23:52:00.2021223Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2024-12-17T23:52:00.2024975Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2024-12-17T23:52:00.2028246Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2024-12-17T23:52:00.2032329Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2024-12-17T23:52:00.2035481Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2024-12-17T23:52:00.2038814Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2024-12-17T23:52:00.2042956Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2024-12-17T23:52:00.2045956Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2024-12-17T23:52:00.2048953Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2024-12-17T23:52:00.2052271Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2024-12-17T23:52:00.2056442Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2024-12-17T23:52:00.2060973Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2024-12-17T23:52:00.2064679Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2024-12-17T23:52:00.2069574Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2024-12-17T23:52:00.2073188Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2024-12-17T23:52:00.2077321Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2024-12-17T23:52:00.2081067Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2024-12-17T23:52:00.2084984Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2024-12-17T23:52:00.2090732Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2024-12-17T23:52:00.2095686Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2024-12-17T23:52:00.2100723Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2024-12-17T23:52:00.2105186Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2024-12-17T23:52:00.2110234Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2024-12-17T23:52:00.2114478Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2024-12-17T23:52:00.2118320Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2024-12-17T23:52:00.2122247Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2024-12-17T23:52:00.2126062Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2024-12-17T23:52:00.2130778Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2024-12-17T23:52:00.2136883Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2024-12-17T23:52:00.2140645Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2024-12-17T23:52:00.2144997Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2024-12-17T23:52:00.2148698Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2024-12-17T23:52:00.2152720Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2024-12-17T23:52:00.2168172Z adding 'torch/include/torch/csrc/utils/generated_serialization_types.h' 2024-12-17T23:52:00.2173605Z adding 'torch/include/torch/csrc/utils/init.h' 2024-12-17T23:52:00.2177521Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2024-12-17T23:52:00.2180728Z adding 'torch/include/torch/csrc/utils/nested.h' 2024-12-17T23:52:00.2184455Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2024-12-17T23:52:00.2188488Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2024-12-17T23:52:00.2191735Z adding 'torch/include/torch/csrc/utils/out_types.h' 2024-12-17T23:52:00.2197995Z adding 'torch/include/torch/csrc/utils/pybind.h' 2024-12-17T23:52:00.2202281Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2024-12-17T23:52:00.2205624Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2024-12-17T23:52:00.2220179Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2024-12-17T23:52:00.2225089Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2024-12-17T23:52:00.2228390Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2024-12-17T23:52:00.2233104Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2024-12-17T23:52:00.2237427Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2024-12-17T23:52:00.2241842Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2024-12-17T23:52:00.2246380Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2024-12-17T23:52:00.2250225Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2024-12-17T23:52:00.2255124Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2024-12-17T23:52:00.2258877Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2024-12-17T23:52:00.2262772Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2024-12-17T23:52:00.2276704Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2024-12-17T23:52:00.2282180Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2024-12-17T23:52:00.2286287Z adding 'torch/include/torch/csrc/utils/six.h' 2024-12-17T23:52:00.2289470Z adding 'torch/include/torch/csrc/utils/structseq.h' 2024-12-17T23:52:00.2293246Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2024-12-17T23:52:00.2297002Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2024-12-17T23:52:00.2300833Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2024-12-17T23:52:00.2304340Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2024-12-17T23:52:00.2307408Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2024-12-17T23:52:00.2311227Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2024-12-17T23:52:00.2315222Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2024-12-17T23:52:00.2319731Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2024-12-17T23:52:00.2322539Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2024-12-17T23:52:00.2325695Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2024-12-17T23:52:00.2330850Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2024-12-17T23:52:00.2336530Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2024-12-17T23:52:00.2340828Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2024-12-17T23:52:00.2344901Z adding 'torch/include/torch/csrc/utils/variadic.h' 2024-12-17T23:52:00.2348444Z adding 'torch/include/torch/csrc/utils/verbose.h' 2024-12-17T23:52:00.2354335Z adding 'torch/include/torch/csrc/xpu/Event.h' 2024-12-17T23:52:00.2359304Z adding 'torch/include/torch/csrc/xpu/Module.h' 2024-12-17T23:52:00.2364271Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2024-12-17T23:52:00.2372022Z adding 'torch/jit/__init__.py' 2024-12-17T23:52:00.2377087Z adding 'torch/jit/_async.py' 2024-12-17T23:52:00.2381117Z adding 'torch/jit/_await.py' 2024-12-17T23:52:00.2386538Z adding 'torch/jit/_builtins.py' 2024-12-17T23:52:00.2392379Z adding 'torch/jit/_check.py' 2024-12-17T23:52:00.2397586Z adding 'torch/jit/_dataclass_impls.py' 2024-12-17T23:52:00.2400920Z adding 'torch/jit/_decomposition_utils.py' 2024-12-17T23:52:00.2405983Z adding 'torch/jit/_decompositions.py' 2024-12-17T23:52:00.2411241Z adding 'torch/jit/_freeze.py' 2024-12-17T23:52:00.2416134Z adding 'torch/jit/_fuser.py' 2024-12-17T23:52:00.2419787Z adding 'torch/jit/_ir_utils.py' 2024-12-17T23:52:00.2423302Z adding 'torch/jit/_logging.py' 2024-12-17T23:52:00.2428171Z adding 'torch/jit/_monkeytype_config.py' 2024-12-17T23:52:00.2431864Z adding 'torch/jit/_pickle.py' 2024-12-17T23:52:00.2448525Z adding 'torch/jit/_recursive.py' 2024-12-17T23:52:00.2475216Z adding 'torch/jit/_script.py' 2024-12-17T23:52:00.2481597Z adding 'torch/jit/_script.pyi' 2024-12-17T23:52:00.2487033Z adding 'torch/jit/_serialization.py' 2024-12-17T23:52:00.2502944Z adding 'torch/jit/_shape_functions.py' 2024-12-17T23:52:00.2508704Z adding 'torch/jit/_state.py' 2024-12-17T23:52:00.2529310Z adding 'torch/jit/_trace.py' 2024-12-17T23:52:00.2538983Z adding 'torch/jit/annotations.py' 2024-12-17T23:52:00.2556090Z adding 'torch/jit/frontend.py' 2024-12-17T23:52:00.2560443Z adding 'torch/jit/generate_bytecode.py' 2024-12-17T23:52:00.2563704Z adding 'torch/jit/quantized.py' 2024-12-17T23:52:00.2569067Z adding 'torch/jit/supported_ops.py' 2024-12-17T23:52:00.2572926Z adding 'torch/jit/unsupported_tensor_ops.py' 2024-12-17T23:52:00.2577082Z adding 'torch/jit/_passes/__init__.py' 2024-12-17T23:52:00.2580331Z adding 'torch/jit/_passes/_property_propagation.py' 2024-12-17T23:52:00.2585639Z adding 'torch/jit/mobile/__init__.py' 2024-12-17T23:52:00.3513194Z adding 'torch/lib/XNNPACK.lib' 2024-12-17T23:52:00.3577536Z adding 'torch/lib/_C.lib' 2024-12-17T23:52:00.3682901Z adding 'torch/lib/aoti_custom_ops.dll' 2024-12-17T23:52:00.3697258Z adding 'torch/lib/aoti_custom_ops.lib' 2024-12-17T23:52:00.3916464Z adding 'torch/lib/asmjit.dll' 2024-12-17T23:52:00.3949527Z adding 'torch/lib/asmjit.lib' 2024-12-17T23:52:00.4066839Z adding 'torch/lib/backend_with_compiler.dll' 2024-12-17T23:52:00.4086191Z adding 'torch/lib/backend_with_compiler.lib' 2024-12-17T23:52:00.4532611Z adding 'torch/lib/c10.dll' 2024-12-17T23:52:00.4710618Z adding 'torch/lib/c10.lib' 2024-12-17T23:52:00.4953022Z adding 'torch/lib/c10_cuda.dll' 2024-12-17T23:52:00.4973963Z adding 'torch/lib/c10_cuda.lib' 2024-12-17T23:52:00.4985041Z adding 'torch/lib/caffe2_nvrtc.dll' 2024-12-17T23:52:00.4989200Z adding 'torch/lib/caffe2_nvrtc.lib' 2024-12-17T23:52:00.5037706Z adding 'torch/lib/cpuinfo.lib' 2024-12-17T23:52:15.3292601Z adding 'torch/lib/dnnl.lib' 2024-12-17T23:52:16.9590776Z adding 'torch/lib/fbgemm.dll' 2024-12-17T23:52:16.9884764Z adding 'torch/lib/fbgemm.lib' 2024-12-17T23:52:17.0344894Z adding 'torch/lib/fmt.lib' 2024-12-17T23:52:17.0467884Z adding 'torch/lib/jitbackend_test.dll' 2024-12-17T23:52:17.0480488Z adding 'torch/lib/jitbackend_test.lib' 2024-12-17T23:52:17.5718186Z adding 'torch/lib/kineto.lib' 2024-12-17T23:52:17.7628830Z adding 'torch/lib/libprotobuf-lite.lib' 2024-12-17T23:52:18.6301431Z adding 'torch/lib/libprotobuf.lib' 2024-12-17T23:52:19.6314662Z adding 'torch/lib/libprotoc.lib' 2024-12-17T23:52:19.8180679Z adding 'torch/lib/microkernels-prod.lib' 2024-12-17T23:52:19.8321291Z adding 'torch/lib/pthreadpool.lib' 2024-12-17T23:52:19.8333862Z adding 'torch/lib/shm.dll' 2024-12-17T23:52:19.8338366Z adding 'torch/lib/shm.lib' 2024-12-17T23:52:20.1961471Z adding 'torch/lib/sleef.lib' 2024-12-17T23:52:20.2171014Z adding 'torch/lib/torch.dll' 2024-12-17T23:52:20.2175001Z adding 'torch/lib/torch.lib' 2024-12-17T23:52:25.8389098Z adding 'torch/lib/torch_cpu.dll' 2024-12-17T23:52:26.6422725Z adding 'torch/lib/torch_cpu.lib' 2024-12-17T23:52:39.4009100Z adding 'torch/lib/torch_cuda.dll' 2024-12-17T23:52:39.9149523Z adding 'torch/lib/torch_cuda.lib' 2024-12-17T23:52:39.9199027Z adding 'torch/lib/torch_global_deps.dll' 2024-12-17T23:52:40.6317114Z adding 'torch/lib/torch_python.dll' 2024-12-17T23:52:40.6727361Z adding 'torch/lib/torch_python.lib' 2024-12-17T23:52:40.6941607Z adding 'torch/lib/torchbind_test.dll' 2024-12-17T23:52:40.6961844Z adding 'torch/lib/torchbind_test.lib' 2024-12-17T23:52:40.7154900Z adding 'torch/linalg/__init__.py' 2024-12-17T23:52:40.7163106Z adding 'torch/masked/__init__.py' 2024-12-17T23:52:40.7171126Z adding 'torch/masked/_docs.py' 2024-12-17T23:52:40.7193146Z adding 'torch/masked/_ops.py' 2024-12-17T23:52:40.7198781Z adding 'torch/masked/maskedtensor/__init__.py' 2024-12-17T23:52:40.7205052Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2024-12-17T23:52:40.7209761Z adding 'torch/masked/maskedtensor/binary.py' 2024-12-17T23:52:40.7216028Z adding 'torch/masked/maskedtensor/core.py' 2024-12-17T23:52:40.7219700Z adding 'torch/masked/maskedtensor/creation.py' 2024-12-17T23:52:40.7223106Z adding 'torch/masked/maskedtensor/passthrough.py' 2024-12-17T23:52:40.7227376Z adding 'torch/masked/maskedtensor/reductions.py' 2024-12-17T23:52:40.7231610Z adding 'torch/masked/maskedtensor/unary.py' 2024-12-17T23:52:40.7235880Z adding 'torch/monitor/__init__.py' 2024-12-17T23:52:40.7241201Z adding 'torch/mps/__init__.py' 2024-12-17T23:52:40.7244832Z adding 'torch/mps/event.py' 2024-12-17T23:52:40.7248414Z adding 'torch/mps/profiler.py' 2024-12-17T23:52:40.7254986Z adding 'torch/mtia/__init__.py' 2024-12-17T23:52:40.7258731Z adding 'torch/mtia/_utils.py' 2024-12-17T23:52:40.7262292Z adding 'torch/mtia/memory.py' 2024-12-17T23:52:40.7267001Z adding 'torch/multiprocessing/__init__.py' 2024-12-17T23:52:40.7270302Z adding 'torch/multiprocessing/_atfork.py' 2024-12-17T23:52:40.7273788Z adding 'torch/multiprocessing/pool.py' 2024-12-17T23:52:40.7277204Z adding 'torch/multiprocessing/queue.py' 2024-12-17T23:52:40.7286153Z adding 'torch/multiprocessing/reductions.py' 2024-12-17T23:52:40.7293315Z adding 'torch/multiprocessing/spawn.py' 2024-12-17T23:52:40.7302865Z adding 'torch/nested/__init__.py' 2024-12-17T23:52:40.7307531Z adding 'torch/nested/_internal/__init__.py' 2024-12-17T23:52:40.7311191Z adding 'torch/nested/_internal/nested_int.py' 2024-12-17T23:52:40.7321630Z adding 'torch/nested/_internal/nested_tensor.py' 2024-12-17T23:52:40.7351362Z adding 'torch/nested/_internal/ops.py' 2024-12-17T23:52:40.7366318Z adding 'torch/nested/_internal/sdpa.py' 2024-12-17T23:52:40.7372439Z adding 'torch/nn/__init__.py' 2024-12-17T23:52:40.7376086Z adding 'torch/nn/_reduction.py' 2024-12-17T23:52:40.7380232Z adding 'torch/nn/common_types.py' 2024-12-17T23:52:40.7384451Z adding 'torch/nn/cpp.py' 2024-12-17T23:52:40.7457065Z adding 'torch/nn/functional.py' 2024-12-17T23:52:40.7470088Z adding 'torch/nn/functional.pyi' 2024-12-17T23:52:40.7475287Z adding 'torch/nn/grad.py' 2024-12-17T23:52:40.7484939Z adding 'torch/nn/init.py' 2024-12-17T23:52:40.7491612Z adding 'torch/nn/parameter.py' 2024-12-17T23:52:40.7495229Z adding 'torch/nn/parameter.pyi' 2024-12-17T23:52:40.7501436Z adding 'torch/nn/attention/__init__.py' 2024-12-17T23:52:40.7507065Z adding 'torch/nn/attention/_utils.py' 2024-12-17T23:52:40.7516029Z adding 'torch/nn/attention/bias.py' 2024-12-17T23:52:40.7540232Z adding 'torch/nn/attention/flex_attention.py' 2024-12-17T23:52:40.7545945Z adding 'torch/nn/attention/experimental/__init__.py' 2024-12-17T23:52:40.7552204Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2024-12-17T23:52:40.7556974Z adding 'torch/nn/backends/__init__.py' 2024-12-17T23:52:40.7559984Z adding 'torch/nn/backends/thnn.py' 2024-12-17T23:52:40.7564359Z adding 'torch/nn/intrinsic/__init__.py' 2024-12-17T23:52:40.7568659Z adding 'torch/nn/intrinsic/modules/__init__.py' 2024-12-17T23:52:40.7571814Z adding 'torch/nn/intrinsic/modules/fused.py' 2024-12-17T23:52:40.7575517Z adding 'torch/nn/intrinsic/qat/__init__.py' 2024-12-17T23:52:40.7579577Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2024-12-17T23:52:40.7583721Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2024-12-17T23:52:40.7586951Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2024-12-17T23:52:40.7590066Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2024-12-17T23:52:40.7594563Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2024-12-17T23:52:40.7600276Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2024-12-17T23:52:40.7606185Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-12-17T23:52:40.7610979Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-12-17T23:52:40.7616931Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2024-12-17T23:52:40.7621822Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2024-12-17T23:52:40.7626586Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2024-12-17T23:52:40.7631299Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2024-12-17T23:52:40.7639892Z adding 'torch/nn/modules/__init__.py' 2024-12-17T23:52:40.7646475Z adding 'torch/nn/modules/_functions.py' 2024-12-17T23:52:40.7664514Z adding 'torch/nn/modules/activation.py' 2024-12-17T23:52:40.7672597Z adding 'torch/nn/modules/adaptive.py' 2024-12-17T23:52:40.7683023Z adding 'torch/nn/modules/batchnorm.py' 2024-12-17T23:52:40.7688048Z adding 'torch/nn/modules/channelshuffle.py' 2024-12-17T23:52:40.7699650Z adding 'torch/nn/modules/container.py' 2024-12-17T23:52:40.7716185Z adding 'torch/nn/modules/conv.py' 2024-12-17T23:52:40.7722753Z adding 'torch/nn/modules/distance.py' 2024-12-17T23:52:40.7727670Z adding 'torch/nn/modules/dropout.py' 2024-12-17T23:52:40.7732149Z adding 'torch/nn/modules/flatten.py' 2024-12-17T23:52:40.7737863Z adding 'torch/nn/modules/fold.py' 2024-12-17T23:52:40.7744234Z adding 'torch/nn/modules/instancenorm.py' 2024-12-17T23:52:40.7750685Z adding 'torch/nn/modules/lazy.py' 2024-12-17T23:52:40.7756066Z adding 'torch/nn/modules/linear.py' 2024-12-17T23:52:40.7782851Z adding 'torch/nn/modules/loss.py' 2024-12-17T23:52:40.7826724Z adding 'torch/nn/modules/module.py' 2024-12-17T23:52:40.7836114Z adding 'torch/nn/modules/normalization.py' 2024-12-17T23:52:40.7843844Z adding 'torch/nn/modules/padding.py' 2024-12-17T23:52:40.7848523Z adding 'torch/nn/modules/pixelshuffle.py' 2024-12-17T23:52:40.7862234Z adding 'torch/nn/modules/pooling.py' 2024-12-17T23:52:40.7883112Z adding 'torch/nn/modules/rnn.py' 2024-12-17T23:52:40.7893744Z adding 'torch/nn/modules/sparse.py' 2024-12-17T23:52:40.7909181Z adding 'torch/nn/modules/transformer.py' 2024-12-17T23:52:40.7916298Z adding 'torch/nn/modules/upsampling.py' 2024-12-17T23:52:40.7920675Z adding 'torch/nn/modules/utils.py' 2024-12-17T23:52:40.7925271Z adding 'torch/nn/parallel/__init__.py' 2024-12-17T23:52:40.7930104Z adding 'torch/nn/parallel/_functions.py' 2024-12-17T23:52:40.7936199Z adding 'torch/nn/parallel/comm.py' 2024-12-17T23:52:40.7943132Z adding 'torch/nn/parallel/data_parallel.py' 2024-12-17T23:52:40.7987296Z adding 'torch/nn/parallel/distributed.py' 2024-12-17T23:52:40.7994476Z adding 'torch/nn/parallel/parallel_apply.py' 2024-12-17T23:52:40.7999965Z adding 'torch/nn/parallel/replicate.py' 2024-12-17T23:52:40.8004718Z adding 'torch/nn/parallel/scatter_gather.py' 2024-12-17T23:52:40.8011151Z adding 'torch/nn/qat/__init__.py' 2024-12-17T23:52:40.8016708Z adding 'torch/nn/qat/dynamic/__init__.py' 2024-12-17T23:52:40.8020704Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2024-12-17T23:52:40.8024629Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2024-12-17T23:52:40.8029236Z adding 'torch/nn/qat/modules/__init__.py' 2024-12-17T23:52:40.8032435Z adding 'torch/nn/qat/modules/conv.py' 2024-12-17T23:52:40.8036276Z adding 'torch/nn/qat/modules/embedding_ops.py' 2024-12-17T23:52:40.8039445Z adding 'torch/nn/qat/modules/linear.py' 2024-12-17T23:52:40.8043970Z adding 'torch/nn/quantizable/__init__.py' 2024-12-17T23:52:40.8047837Z adding 'torch/nn/quantizable/modules/__init__.py' 2024-12-17T23:52:40.8050910Z adding 'torch/nn/quantizable/modules/activation.py' 2024-12-17T23:52:40.8054805Z adding 'torch/nn/quantizable/modules/rnn.py' 2024-12-17T23:52:40.8058871Z adding 'torch/nn/quantized/__init__.py' 2024-12-17T23:52:40.8062089Z adding 'torch/nn/quantized/functional.py' 2024-12-17T23:52:40.8066753Z adding 'torch/nn/quantized/_reference/__init__.py' 2024-12-17T23:52:40.8071757Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2024-12-17T23:52:40.8075047Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2024-12-17T23:52:40.8078194Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2024-12-17T23:52:40.8081330Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2024-12-17T23:52:40.8084476Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2024-12-17T23:52:40.8087773Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2024-12-17T23:52:40.8091524Z adding 'torch/nn/quantized/dynamic/__init__.py' 2024-12-17T23:52:40.8095572Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2024-12-17T23:52:40.8098783Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2024-12-17T23:52:40.8102826Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2024-12-17T23:52:40.8106075Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2024-12-17T23:52:40.8110495Z adding 'torch/nn/quantized/modules/__init__.py' 2024-12-17T23:52:40.8113723Z adding 'torch/nn/quantized/modules/activation.py' 2024-12-17T23:52:40.8116859Z adding 'torch/nn/quantized/modules/batchnorm.py' 2024-12-17T23:52:40.8120021Z adding 'torch/nn/quantized/modules/conv.py' 2024-12-17T23:52:40.8123159Z adding 'torch/nn/quantized/modules/dropout.py' 2024-12-17T23:52:40.8126352Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2024-12-17T23:52:40.8129573Z adding 'torch/nn/quantized/modules/functional_modules.py' 2024-12-17T23:52:40.8132620Z adding 'torch/nn/quantized/modules/linear.py' 2024-12-17T23:52:40.8135777Z adding 'torch/nn/quantized/modules/normalization.py' 2024-12-17T23:52:40.8138788Z adding 'torch/nn/quantized/modules/rnn.py' 2024-12-17T23:52:40.8142063Z adding 'torch/nn/quantized/modules/utils.py' 2024-12-17T23:52:40.8146269Z adding 'torch/nn/utils/__init__.py' 2024-12-17T23:52:40.8149830Z adding 'torch/nn/utils/_deprecation_utils.py' 2024-12-17T23:52:40.8155543Z adding 'torch/nn/utils/_named_member_accessor.py' 2024-12-17T23:52:40.8162710Z adding 'torch/nn/utils/_per_sample_grad.py' 2024-12-17T23:52:40.8168566Z adding 'torch/nn/utils/clip_grad.py' 2024-12-17T23:52:40.8174991Z adding 'torch/nn/utils/convert_parameters.py' 2024-12-17T23:52:40.8181795Z adding 'torch/nn/utils/fusion.py' 2024-12-17T23:52:40.8187836Z adding 'torch/nn/utils/init.py' 2024-12-17T23:52:40.8194466Z adding 'torch/nn/utils/memory_format.py' 2024-12-17T23:52:40.8209709Z adding 'torch/nn/utils/parametrizations.py' 2024-12-17T23:52:40.8225611Z adding 'torch/nn/utils/parametrize.py' 2024-12-17T23:52:40.8244788Z adding 'torch/nn/utils/prune.py' 2024-12-17T23:52:40.8255492Z adding 'torch/nn/utils/rnn.py' 2024-12-17T23:52:40.8263572Z adding 'torch/nn/utils/spectral_norm.py' 2024-12-17T23:52:40.8270027Z adding 'torch/nn/utils/stateless.py' 2024-12-17T23:52:40.8275019Z adding 'torch/nn/utils/weight_norm.py' 2024-12-17T23:52:40.8279175Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2024-12-17T23:52:40.8282862Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2024-12-17T23:52:40.8288500Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2024-12-17T23:52:40.8292616Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2024-12-17T23:52:40.8297875Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2024-12-17T23:52:40.8303066Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2024-12-17T23:52:40.8307205Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2024-12-17T23:52:40.8311225Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2024-12-17T23:52:40.8315057Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2024-12-17T23:52:40.8318696Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2024-12-17T23:52:40.8328409Z adding 'torch/onnx/__init__.py' 2024-12-17T23:52:40.8332150Z adding 'torch/onnx/_constants.py' 2024-12-17T23:52:40.8335825Z adding 'torch/onnx/_deprecation.py' 2024-12-17T23:52:40.8339103Z adding 'torch/onnx/_experimental.py' 2024-12-17T23:52:40.8342280Z adding 'torch/onnx/_exporter_states.py' 2024-12-17T23:52:40.8345570Z adding 'torch/onnx/_flags.py' 2024-12-17T23:52:40.8349277Z adding 'torch/onnx/_globals.py' 2024-12-17T23:52:40.8353941Z adding 'torch/onnx/_onnx_supported_ops.py' 2024-12-17T23:52:40.8359875Z adding 'torch/onnx/_type_utils.py' 2024-12-17T23:52:40.8364075Z adding 'torch/onnx/errors.py' 2024-12-17T23:52:40.8367539Z adding 'torch/onnx/operators.py' 2024-12-17T23:52:40.8372366Z adding 'torch/onnx/symbolic_caffe2.py' 2024-12-17T23:52:40.8399909Z adding 'torch/onnx/symbolic_helper.py' 2024-12-17T23:52:40.8412231Z adding 'torch/onnx/symbolic_opset10.py' 2024-12-17T23:52:40.8430161Z adding 'torch/onnx/symbolic_opset11.py' 2024-12-17T23:52:40.8437626Z adding 'torch/onnx/symbolic_opset12.py' 2024-12-17T23:52:40.8450390Z adding 'torch/onnx/symbolic_opset13.py' 2024-12-17T23:52:40.8458142Z adding 'torch/onnx/symbolic_opset14.py' 2024-12-17T23:52:40.8463132Z adding 'torch/onnx/symbolic_opset15.py' 2024-12-17T23:52:40.8468848Z adding 'torch/onnx/symbolic_opset16.py' 2024-12-17T23:52:40.8475129Z adding 'torch/onnx/symbolic_opset17.py' 2024-12-17T23:52:40.8482261Z adding 'torch/onnx/symbolic_opset18.py' 2024-12-17T23:52:40.8486031Z adding 'torch/onnx/symbolic_opset19.py' 2024-12-17T23:52:40.8490677Z adding 'torch/onnx/symbolic_opset20.py' 2024-12-17T23:52:40.8496180Z adding 'torch/onnx/symbolic_opset7.py' 2024-12-17T23:52:40.8504316Z adding 'torch/onnx/symbolic_opset8.py' 2024-12-17T23:52:40.8586570Z adding 'torch/onnx/symbolic_opset9.py' 2024-12-17T23:52:40.8621406Z adding 'torch/onnx/utils.py' 2024-12-17T23:52:40.8647641Z adding 'torch/onnx/verification.py' 2024-12-17T23:52:40.8653219Z adding 'torch/onnx/_internal/__init__.py' 2024-12-17T23:52:40.8666516Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2024-12-17T23:52:40.8670753Z adding 'torch/onnx/_internal/_lazy_import.py' 2024-12-17T23:52:40.8678807Z adding 'torch/onnx/_internal/io_adapter.py' 2024-12-17T23:52:40.8688491Z adding 'torch/onnx/_internal/jit_utils.py' 2024-12-17T23:52:40.8693751Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2024-12-17T23:52:40.8713727Z adding 'torch/onnx/_internal/onnxruntime.py' 2024-12-17T23:52:40.8720597Z adding 'torch/onnx/_internal/registration.py' 2024-12-17T23:52:40.8725353Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2024-12-17T23:52:40.8730158Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2024-12-17T23:52:40.8740668Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2024-12-17T23:52:40.8745696Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2024-12-17T23:52:40.8751037Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2024-12-17T23:52:40.8758318Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2024-12-17T23:52:40.8763030Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2024-12-17T23:52:40.8766903Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2024-12-17T23:52:40.8770673Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2024-12-17T23:52:40.8776202Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2024-12-17T23:52:40.8779860Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2024-12-17T23:52:40.8783521Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2024-12-17T23:52:40.8786956Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2024-12-17T23:52:40.8790260Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2024-12-17T23:52:40.8793591Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2024-12-17T23:52:40.8796928Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2024-12-17T23:52:40.8800244Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2024-12-17T23:52:40.8803566Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2024-12-17T23:52:40.8806842Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2024-12-17T23:52:40.8810093Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2024-12-17T23:52:40.8813408Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2024-12-17T23:52:40.8816691Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2024-12-17T23:52:40.8821694Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2024-12-17T23:52:40.8825392Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2024-12-17T23:52:40.8828994Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2024-12-17T23:52:40.8832248Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2024-12-17T23:52:40.8835562Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2024-12-17T23:52:40.8838952Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2024-12-17T23:52:40.8842698Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2024-12-17T23:52:40.8846188Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2024-12-17T23:52:40.8849565Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2024-12-17T23:52:40.8852846Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2024-12-17T23:52:40.8856058Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2024-12-17T23:52:40.8859455Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2024-12-17T23:52:40.8862739Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2024-12-17T23:52:40.8866307Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2024-12-17T23:52:40.8869741Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2024-12-17T23:52:40.8872933Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2024-12-17T23:52:40.8884264Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2024-12-17T23:52:40.8892132Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2024-12-17T23:52:40.8892687Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2024-12-17T23:52:40.8893285Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2024-12-17T23:52:40.8893942Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2024-12-17T23:52:40.8894762Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2024-12-17T23:52:40.8896388Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2024-12-17T23:52:40.8900336Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2024-12-17T23:52:40.8904257Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2024-12-17T23:52:40.8907902Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2024-12-17T23:52:40.8911494Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2024-12-17T23:52:40.8914851Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2024-12-17T23:52:40.8918164Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2024-12-17T23:52:40.8922771Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2024-12-17T23:52:40.8927351Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2024-12-17T23:52:40.8930864Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2024-12-17T23:52:40.8935236Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2024-12-17T23:52:40.8938870Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2024-12-17T23:52:40.8942940Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2024-12-17T23:52:40.8948094Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2024-12-17T23:52:40.8952878Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2024-12-17T23:52:40.8956418Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2024-12-17T23:52:40.8961160Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2024-12-17T23:52:40.8965829Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2024-12-17T23:52:40.8970505Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2024-12-17T23:52:40.8973749Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2024-12-17T23:52:40.8979155Z adding 'torch/onnx/_internal/exporter/__init__.py' 2024-12-17T23:52:40.8985536Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2024-12-17T23:52:40.8999788Z adding 'torch/onnx/_internal/exporter/_building.py' 2024-12-17T23:52:40.9008024Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2024-12-17T23:52:40.9044017Z adding 'torch/onnx/_internal/exporter/_compat.py' 2024-12-17T23:52:40.9070780Z adding 'torch/onnx/_internal/exporter/_core.py' 2024-12-17T23:52:40.9077287Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2024-12-17T23:52:40.9083659Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2024-12-17T23:52:40.9088724Z adding 'torch/onnx/_internal/exporter/_errors.py' 2024-12-17T23:52:40.9092415Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2024-12-17T23:52:40.9096278Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2024-12-17T23:52:40.9099936Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2024-12-17T23:52:40.9106367Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2024-12-17T23:52:40.9112195Z adding 'torch/onnx/_internal/exporter/_registration.py' 2024-12-17T23:52:40.9117005Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2024-12-17T23:52:40.9126814Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2024-12-17T23:52:40.9130883Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2024-12-17T23:52:40.9134649Z adding 'torch/onnx/_internal/exporter/_testing.py' 2024-12-17T23:52:40.9138693Z adding 'torch/onnx/_internal/exporter/_verification.py' 2024-12-17T23:52:40.9142739Z adding 'torch/onnx/_internal/exporter/_torchlib/__init__.py' 2024-12-17T23:52:40.9146001Z adding 'torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py' 2024-12-17T23:52:40.9149753Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/__init__.py' 2024-12-17T23:52:40.9153500Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/hop.py' 2024-12-17T23:52:40.9157570Z adding 'torch/onnx/_internal/fx/__init__.py' 2024-12-17T23:52:40.9163749Z adding 'torch/onnx/_internal/fx/_pass.py' 2024-12-17T23:52:40.9170049Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2024-12-17T23:52:40.9174611Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2024-12-17T23:52:40.9182421Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2024-12-17T23:52:40.9189058Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2024-12-17T23:52:40.9203878Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2024-12-17T23:52:40.9212906Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2024-12-17T23:52:40.9229374Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2024-12-17T23:52:40.9235977Z adding 'torch/onnx/_internal/fx/patcher.py' 2024-12-17T23:52:40.9241338Z adding 'torch/onnx/_internal/fx/registration.py' 2024-12-17T23:52:40.9248904Z adding 'torch/onnx/_internal/fx/serialization.py' 2024-12-17T23:52:40.9255350Z adding 'torch/onnx/_internal/fx/type_utils.py' 2024-12-17T23:52:40.9260920Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2024-12-17T23:52:40.9266062Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2024-12-17T23:52:40.9271564Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2024-12-17T23:52:40.9277270Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2024-12-17T23:52:40.9282660Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2024-12-17T23:52:40.9288817Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2024-12-17T23:52:40.9305465Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2024-12-17T23:52:40.9312148Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2024-12-17T23:52:40.9332045Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2024-12-17T23:52:40.9338533Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2024-12-17T23:52:40.9344365Z adding 'torch/optim/__init__.py' 2024-12-17T23:52:40.9357426Z adding 'torch/optim/_adafactor.py' 2024-12-17T23:52:40.9362828Z adding 'torch/optim/_functional.py' 2024-12-17T23:52:40.9371268Z adding 'torch/optim/adadelta.py' 2024-12-17T23:52:40.9381823Z adding 'torch/optim/adagrad.py' 2024-12-17T23:52:40.9396143Z adding 'torch/optim/adam.py' 2024-12-17T23:52:40.9406348Z adding 'torch/optim/adamax.py' 2024-12-17T23:52:40.9421116Z adding 'torch/optim/adamw.py' 2024-12-17T23:52:40.9430304Z adding 'torch/optim/asgd.py' 2024-12-17T23:52:40.9440659Z adding 'torch/optim/lbfgs.py' 2024-12-17T23:52:40.9469641Z adding 'torch/optim/lr_scheduler.py' 2024-12-17T23:52:40.9482791Z adding 'torch/optim/nadam.py' 2024-12-17T23:52:40.9504493Z adding 'torch/optim/optimizer.py' 2024-12-17T23:52:40.9528375Z adding 'torch/optim/radam.py' 2024-12-17T23:52:40.9579308Z adding 'torch/optim/rmsprop.py' 2024-12-17T23:52:40.9588466Z adding 'torch/optim/rprop.py' 2024-12-17T23:52:40.9599260Z adding 'torch/optim/sgd.py' 2024-12-17T23:52:40.9606567Z adding 'torch/optim/sparse_adam.py' 2024-12-17T23:52:40.9616285Z adding 'torch/optim/swa_utils.py' 2024-12-17T23:52:40.9621169Z adding 'torch/optim/_multi_tensor/__init__.py' 2024-12-17T23:52:40.9624045Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2024-12-17T23:52:40.9628073Z adding 'torch/package/__init__.py' 2024-12-17T23:52:40.9634127Z adding 'torch/package/_digraph.py' 2024-12-17T23:52:40.9637949Z adding 'torch/package/_directory_reader.py' 2024-12-17T23:52:40.9641799Z adding 'torch/package/_importlib.py' 2024-12-17T23:52:40.9645404Z adding 'torch/package/_mangling.py' 2024-12-17T23:52:40.9649110Z adding 'torch/package/_mock.py' 2024-12-17T23:52:40.9653488Z adding 'torch/package/_package_pickler.py' 2024-12-17T23:52:40.9656786Z adding 'torch/package/_package_unpickler.py' 2024-12-17T23:52:40.9662349Z adding 'torch/package/_stdlib.py' 2024-12-17T23:52:40.9667816Z adding 'torch/package/file_structure_representation.py' 2024-12-17T23:52:40.9671910Z adding 'torch/package/find_file_dependencies.py' 2024-12-17T23:52:40.9675920Z adding 'torch/package/glob_group.py' 2024-12-17T23:52:40.9681293Z adding 'torch/package/importer.py' 2024-12-17T23:52:40.9700172Z adding 'torch/package/package_exporter.py' 2024-12-17T23:52:40.9714454Z adding 'torch/package/package_importer.py' 2024-12-17T23:52:40.9718864Z adding 'torch/package/analyze/__init__.py' 2024-12-17T23:52:40.9722374Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2024-12-17T23:52:40.9725384Z adding 'torch/package/analyze/is_from_package.py' 2024-12-17T23:52:40.9729438Z adding 'torch/package/analyze/trace_dependencies.py' 2024-12-17T23:52:40.9733731Z adding 'torch/profiler/__init__.py' 2024-12-17T23:52:40.9751519Z adding 'torch/profiler/_memory_profiler.py' 2024-12-17T23:52:40.9761290Z adding 'torch/profiler/_pattern_matcher.py' 2024-12-17T23:52:40.9768252Z adding 'torch/profiler/_utils.py' 2024-12-17T23:52:40.9772117Z adding 'torch/profiler/itt.py' 2024-12-17T23:52:40.9785786Z adding 'torch/profiler/profiler.py' 2024-12-17T23:52:40.9789933Z adding 'torch/profiler/python_tracer.py' 2024-12-17T23:52:40.9794560Z adding 'torch/quantization/__init__.py' 2024-12-17T23:52:40.9797866Z adding 'torch/quantization/_numeric_suite.py' 2024-12-17T23:52:40.9801021Z adding 'torch/quantization/_numeric_suite_fx.py' 2024-12-17T23:52:40.9805037Z adding 'torch/quantization/_quantized_conversions.py' 2024-12-17T23:52:40.9808308Z adding 'torch/quantization/fake_quantize.py' 2024-12-17T23:52:40.9811491Z adding 'torch/quantization/fuse_modules.py' 2024-12-17T23:52:40.9814650Z adding 'torch/quantization/fuser_method_mappings.py' 2024-12-17T23:52:40.9817830Z adding 'torch/quantization/observer.py' 2024-12-17T23:52:40.9821130Z adding 'torch/quantization/qconfig.py' 2024-12-17T23:52:40.9825719Z adding 'torch/quantization/quant_type.py' 2024-12-17T23:52:40.9834882Z adding 'torch/quantization/quantization_mappings.py' 2024-12-17T23:52:40.9838166Z adding 'torch/quantization/quantize.py' 2024-12-17T23:52:40.9876730Z adding 'torch/quantization/quantize_fx.py' 2024-12-17T23:52:40.9881357Z adding 'torch/quantization/quantize_jit.py' 2024-12-17T23:52:40.9884524Z adding 'torch/quantization/stubs.py' 2024-12-17T23:52:40.9889389Z adding 'torch/quantization/utils.py' 2024-12-17T23:52:40.9895276Z adding 'torch/quantization/fx/__init__.py' 2024-12-17T23:52:40.9900280Z adding 'torch/quantization/fx/_equalize.py' 2024-12-17T23:52:40.9903481Z adding 'torch/quantization/fx/convert.py' 2024-12-17T23:52:40.9906519Z adding 'torch/quantization/fx/fuse.py' 2024-12-17T23:52:40.9911212Z adding 'torch/quantization/fx/fusion_patterns.py' 2024-12-17T23:52:40.9914433Z adding 'torch/quantization/fx/graph_module.py' 2024-12-17T23:52:40.9917499Z adding 'torch/quantization/fx/match_utils.py' 2024-12-17T23:52:40.9920731Z adding 'torch/quantization/fx/pattern_utils.py' 2024-12-17T23:52:40.9923782Z adding 'torch/quantization/fx/prepare.py' 2024-12-17T23:52:40.9928495Z adding 'torch/quantization/fx/quantization_patterns.py' 2024-12-17T23:52:40.9932897Z adding 'torch/quantization/fx/quantization_types.py' 2024-12-17T23:52:40.9936110Z adding 'torch/quantization/fx/utils.py' 2024-12-17T23:52:40.9941331Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2024-12-17T23:52:40.9946376Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2024-12-17T23:52:40.9950011Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2024-12-17T23:52:40.9955668Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2024-12-17T23:52:40.9968961Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2024-12-17T23:52:40.9973580Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2024-12-17T23:52:40.9977362Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2024-12-17T23:52:40.9981662Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2024-12-17T23:52:40.9985835Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2024-12-17T23:52:40.9989599Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2024-12-17T23:52:40.9994087Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2024-12-17T23:52:41.0026301Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2024-12-17T23:52:41.0035177Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2024-12-17T23:52:41.0040374Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2024-12-17T23:52:41.0045181Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2024-12-17T23:52:41.0049253Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2024-12-17T23:52:41.0055217Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2024-12-17T23:52:41.0061196Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2024-12-17T23:52:41.0067139Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2024-12-17T23:52:41.0073685Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2024-12-17T23:52:41.0077796Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2024-12-17T23:52:41.0081555Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2024-12-17T23:52:41.0085029Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2024-12-17T23:52:41.0088252Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2024-12-17T23:52:41.0092001Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2024-12-17T23:52:41.0100284Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2024-12-17T23:52:41.0104226Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2024-12-17T23:52:41.0110080Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2024-12-17T23:52:41.0114604Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2024-12-17T23:52:41.0118702Z adding 'torch/signal/__init__.py' 2024-12-17T23:52:41.0124661Z adding 'torch/signal/windows/__init__.py' 2024-12-17T23:52:41.0135340Z adding 'torch/signal/windows/windows.py' 2024-12-17T23:52:41.0151644Z adding 'torch/sparse/__init__.py' 2024-12-17T23:52:41.0162085Z adding 'torch/sparse/_semi_structured_conversions.py' 2024-12-17T23:52:41.0167248Z adding 'torch/sparse/_semi_structured_ops.py' 2024-12-17T23:52:41.0194453Z adding 'torch/sparse/_triton_ops.py' 2024-12-17T23:52:41.0314918Z adding 'torch/sparse/_triton_ops_meta.py' 2024-12-17T23:52:41.0335166Z adding 'torch/sparse/semi_structured.py' 2024-12-17T23:52:41.0345363Z adding 'torch/special/__init__.py' 2024-12-17T23:52:41.0522132Z adding 'torch/test/CppSignature_test.exe' 2024-12-17T23:52:41.0794820Z adding 'torch/test/Dict_test.exe' 2024-12-17T23:52:41.0983024Z adding 'torch/test/Dimname_test.exe' 2024-12-17T23:52:41.1227609Z adding 'torch/test/IListRef_test.exe' 2024-12-17T23:52:41.1473323Z adding 'torch/test/KernelFunction_test.exe' 2024-12-17T23:52:41.1830930Z adding 'torch/test/List_test.exe' 2024-12-17T23:52:41.2101596Z adding 'torch/test/MaybeOwned_test.exe' 2024-12-17T23:52:41.2332001Z adding 'torch/test/NamedTensor_test.exe' 2024-12-17T23:52:41.2550546Z adding 'torch/test/StorageUtils_test.exe' 2024-12-17T23:52:41.2771190Z adding 'torch/test/apply_utils_test.exe' 2024-12-17T23:52:41.3006409Z adding 'torch/test/atest.exe' 2024-12-17T23:52:41.3224083Z adding 'torch/test/backend_fallback_test.exe' 2024-12-17T23:52:41.3473825Z adding 'torch/test/basic.exe' 2024-12-17T23:52:41.3690189Z adding 'torch/test/broadcast_test.exe' 2024-12-17T23:52:41.3856726Z adding 'torch/test/c10_ArrayRef_test.exe' 2024-12-17T23:52:41.4032663Z adding 'torch/test/c10_Bitset_test.exe' 2024-12-17T23:52:41.4205996Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2024-12-17T23:52:41.4361141Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2024-12-17T23:52:41.4522614Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2024-12-17T23:52:41.4709027Z adding 'torch/test/c10_DeviceGuard_test.exe' 2024-12-17T23:52:41.4888694Z adding 'torch/test/c10_Device_test.exe' 2024-12-17T23:52:41.5100974Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2024-12-17T23:52:41.5275659Z adding 'torch/test/c10_Half_test.exe' 2024-12-17T23:52:41.5457989Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2024-12-17T23:52:41.5662812Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2024-12-17T23:52:41.5854658Z adding 'torch/test/c10_LeftRight_test.exe' 2024-12-17T23:52:41.6040982Z adding 'torch/test/c10_Metaprogramming_test.exe' 2024-12-17T23:52:41.6230801Z adding 'torch/test/c10_NetworkFlow_test.exe' 2024-12-17T23:52:41.6406192Z adding 'torch/test/c10_Scalar_test.exe' 2024-12-17T23:52:41.6604118Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2024-12-17T23:52:41.6761971Z adding 'torch/test/c10_StreamGuard_test.exe' 2024-12-17T23:52:41.6929337Z adding 'torch/test/c10_SymInt_test.exe' 2024-12-17T23:52:41.7109793Z adding 'torch/test/c10_Synchronized_test.exe' 2024-12-17T23:52:41.7305738Z adding 'torch/test/c10_ThreadLocal_test.exe' 2024-12-17T23:52:41.7486739Z adding 'torch/test/c10_TypeIndex_test.exe' 2024-12-17T23:52:41.7652678Z adding 'torch/test/c10_TypeList_test.exe' 2024-12-17T23:52:41.7807666Z adding 'torch/test/c10_TypeTraits_test.exe' 2024-12-17T23:52:41.7983545Z adding 'torch/test/c10_accumulate_test.exe' 2024-12-17T23:52:41.8196797Z adding 'torch/test/c10_bfloat16_test.exe' 2024-12-17T23:52:41.8361189Z adding 'torch/test/c10_bit_cast_test.exe' 2024-12-17T23:52:41.8573170Z adding 'torch/test/c10_complex_math_test.exe' 2024-12-17T23:52:41.8776218Z adding 'torch/test/c10_complex_test.exe' 2024-12-17T23:52:41.8973951Z adding 'torch/test/c10_cow_test.exe' 2024-12-17T23:52:41.9145361Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_1_var_test.exe' 2024-12-17T23:52:41.9304150Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_catches_stream.exe' 2024-12-17T23:52:41.9467003Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.exe' 2024-12-17T23:52:41.9637200Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_from_2_processes.exe' 2024-12-17T23:52:41.9798054Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.exe' 2024-12-17T23:52:41.9957221Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.exe' 2024-12-17T23:52:42.0131796Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.exe' 2024-12-17T23:52:42.0289692Z adding 'torch/test/c10_cuda_CUDATest.exe' 2024-12-17T23:52:42.0457393Z adding 'torch/test/c10_error_test.exe' 2024-12-17T23:52:42.0652629Z adding 'torch/test/c10_exception_test.exe' 2024-12-17T23:52:42.0815960Z adding 'torch/test/c10_flags_test.exe' 2024-12-17T23:52:42.0987204Z adding 'torch/test/c10_generic_math_test.exe' 2024-12-17T23:52:42.1141601Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2024-12-17T23:52:42.1571039Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2024-12-17T23:52:42.1768624Z adding 'torch/test/c10_irange_test.exe' 2024-12-17T23:52:42.1947327Z adding 'torch/test/c10_lazy_test.exe' 2024-12-17T23:52:42.2148378Z adding 'torch/test/c10_logging_test.exe' 2024-12-17T23:52:42.2402220Z adding 'torch/test/c10_optional_test.exe' 2024-12-17T23:52:42.2622385Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2024-12-17T23:52:42.2801003Z adding 'torch/test/c10_registry_test.exe' 2024-12-17T23:52:42.3172743Z adding 'torch/test/c10_small_vector_test.exe' 2024-12-17T23:52:42.3353304Z adding 'torch/test/c10_ssize_test.exe' 2024-12-17T23:52:42.3530998Z adding 'torch/test/c10_string_util_test.exe' 2024-12-17T23:52:42.3735265Z adding 'torch/test/c10_string_view_test.exe' 2024-12-17T23:52:42.3895484Z adding 'torch/test/c10_tempfile_test.exe' 2024-12-17T23:52:42.4086248Z adding 'torch/test/c10_typeid_test.exe' 2024-12-17T23:52:42.4291507Z adding 'torch/test/cpu_allocator_test.exe' 2024-12-17T23:52:42.4510450Z adding 'torch/test/cpu_generator_test.exe' 2024-12-17T23:52:42.4732127Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2024-12-17T23:52:42.5075288Z adding 'torch/test/cpu_rng_test.exe' 2024-12-17T23:52:42.5263043Z adding 'torch/test/cuda_allocatorTraceTracker_test.exe' 2024-12-17T23:52:42.5462891Z adding 'torch/test/cuda_allocator_test.exe' 2024-12-17T23:52:42.5633663Z adding 'torch/test/cuda_apply_test.exe' 2024-12-17T23:52:42.5844433Z adding 'torch/test/cuda_atomic_ops_test.exe' 2024-12-17T23:52:42.6066505Z adding 'torch/test/cuda_caching_host_allocator_test.exe' 2024-12-17T23:52:42.6310656Z adding 'torch/test/cuda_complex_math_test.exe' 2024-12-17T23:52:42.6514416Z adding 'torch/test/cuda_complex_test.exe' 2024-12-17T23:52:42.6738228Z adding 'torch/test/cuda_cub_test.exe' 2024-12-17T23:52:42.6932158Z adding 'torch/test/cuda_cudnn_test.exe' 2024-12-17T23:52:42.7102946Z adding 'torch/test/cuda_device_test.exe' 2024-12-17T23:52:42.7391123Z adding 'torch/test/cuda_distributions_test.exe' 2024-12-17T23:52:42.7601749Z adding 'torch/test/cuda_dlconvertor_test.exe' 2024-12-17T23:52:42.7818140Z adding 'torch/test/cuda_generator_test.exe' 2024-12-17T23:52:42.8014091Z adding 'torch/test/cuda_half_test.exe' 2024-12-17T23:52:42.8184143Z adding 'torch/test/cuda_integer_divider_test.exe' 2024-12-17T23:52:42.8375624Z adding 'torch/test/cuda_optional_test.exe' 2024-12-17T23:52:42.8573893Z adding 'torch/test/cuda_packedtensoraccessor_test.exe' 2024-12-17T23:52:42.8783375Z adding 'torch/test/cuda_reportMemoryUsage_test.exe' 2024-12-17T23:52:42.8977973Z adding 'torch/test/cuda_stream_test.exe' 2024-12-17T23:52:42.9186752Z adding 'torch/test/cuda_vectorized_test.exe' 2024-12-17T23:52:42.9391740Z adding 'torch/test/dispatch_key_set_test.exe' 2024-12-17T23:52:42.9585556Z adding 'torch/test/dlconvertor_test.exe' 2024-12-17T23:52:42.9808253Z adding 'torch/test/extension_backend_test.exe' 2024-12-17T23:52:43.0024466Z adding 'torch/test/half_test.exe' 2024-12-17T23:52:43.0258595Z adding 'torch/test/inline_container_test.exe' 2024-12-17T23:52:43.0612933Z adding 'torch/test/ivalue_test.exe' 2024-12-17T23:52:43.1019200Z adding 'torch/test/kernel_function_legacy_test.exe' 2024-12-17T23:52:43.1358506Z adding 'torch/test/kernel_function_test.exe' 2024-12-17T23:52:43.1781407Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2024-12-17T23:52:43.2131063Z adding 'torch/test/kernel_lambda_test.exe' 2024-12-17T23:52:43.2372303Z adding 'torch/test/kernel_stackbased_test.exe' 2024-12-17T23:52:43.2569590Z adding 'torch/test/lazy_tensor_test.exe' 2024-12-17T23:52:43.2854898Z adding 'torch/test/legacy_vmap_test.exe' 2024-12-17T23:52:43.3194788Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2024-12-17T23:52:43.3404403Z adding 'torch/test/math_kernel_test.exe' 2024-12-17T23:52:43.3606446Z adding 'torch/test/memory_format_test.exe' 2024-12-17T23:52:43.3811413Z adding 'torch/test/memory_overlapping_test.exe' 2024-12-17T23:52:43.4014663Z adding 'torch/test/mobile_memory_cleanup.exe' 2024-12-17T23:52:43.4349308Z adding 'torch/test/native_test.exe' 2024-12-17T23:52:43.4508373Z adding 'torch/test/op_allowlist_test.exe' 2024-12-17T23:52:43.5307477Z adding 'torch/test/op_registration_test.exe' 2024-12-17T23:52:43.5519723Z adding 'torch/test/operator_name_test.exe' 2024-12-17T23:52:43.5716134Z adding 'torch/test/operators_test.exe' 2024-12-17T23:52:43.5921306Z adding 'torch/test/packedtensoraccessor_test.exe' 2024-12-17T23:52:43.6191650Z adding 'torch/test/pow_test.exe' 2024-12-17T23:52:43.6420156Z adding 'torch/test/quantized_test.exe' 2024-12-17T23:52:43.6623259Z adding 'torch/test/reduce_ops_test.exe' 2024-12-17T23:52:43.6833947Z adding 'torch/test/reportMemoryUsage_test.exe' 2024-12-17T23:52:43.7061653Z adding 'torch/test/scalar_tensor_test.exe' 2024-12-17T23:52:43.7298555Z adding 'torch/test/scalar_test.exe' 2024-12-17T23:52:43.7499873Z adding 'torch/test/stride_properties_test.exe' 2024-12-17T23:52:43.7768729Z adding 'torch/test/tensor_iterator_test.exe' 2024-12-17T23:52:43.7982035Z adding 'torch/test/test_parallel.exe' 2024-12-17T23:52:43.8039266Z adding 'torch/test/thread_init_test.exe' 2024-12-17T23:52:43.8214728Z adding 'torch/test/type_ptr_test.exe' 2024-12-17T23:52:43.8451135Z adding 'torch/test/type_test.exe' 2024-12-17T23:52:43.8661362Z adding 'torch/test/undefined_tensor_test.exe' 2024-12-17T23:52:43.8718168Z adding 'torch/test/verify_api_visibility.exe' 2024-12-17T23:52:43.8916604Z adding 'torch/test/weakref_test.exe' 2024-12-17T23:52:43.9121927Z adding 'torch/test/wrapdim_test.exe' 2024-12-17T23:52:43.9324880Z adding 'torch/test/xla_tensor_test.exe' 2024-12-17T23:52:43.9336990Z adding 'torch/testing/__init__.py' 2024-12-17T23:52:43.9357156Z adding 'torch/testing/_comparison.py' 2024-12-17T23:52:43.9364042Z adding 'torch/testing/_creation.py' 2024-12-17T23:52:43.9367853Z adding 'torch/testing/_utils.py' 2024-12-17T23:52:43.9372971Z adding 'torch/testing/_internal/__init__.py' 2024-12-17T23:52:43.9380529Z adding 'torch/testing/_internal/autocast_test_lists.py' 2024-12-17T23:52:43.9387002Z adding 'torch/testing/_internal/autograd_function_db.py' 2024-12-17T23:52:43.9392046Z adding 'torch/testing/_internal/check_kernel_launches.py' 2024-12-17T23:52:43.9402516Z adding 'torch/testing/_internal/common_cuda.py' 2024-12-17T23:52:43.9429905Z adding 'torch/testing/_internal/common_device_type.py' 2024-12-17T23:52:43.9435256Z adding 'torch/testing/_internal/common_dist_composable.py' 2024-12-17T23:52:43.9455485Z adding 'torch/testing/_internal/common_distributed.py' 2024-12-17T23:52:43.9460712Z adding 'torch/testing/_internal/common_dtype.py' 2024-12-17T23:52:43.9479359Z adding 'torch/testing/_internal/common_fsdp.py' 2024-12-17T23:52:43.9487087Z adding 'torch/testing/_internal/common_jit.py' 2024-12-17T23:52:43.9727114Z adding 'torch/testing/_internal/common_methods_invocations.py' 2024-12-17T23:52:43.9757862Z adding 'torch/testing/_internal/common_mkldnn.py' 2024-12-17T23:52:43.9791558Z adding 'torch/testing/_internal/common_modules.py' 2024-12-17T23:52:43.9830826Z adding 'torch/testing/_internal/common_nn.py' 2024-12-17T23:52:43.9851781Z adding 'torch/testing/_internal/common_optimizers.py' 2024-12-17T23:52:43.9858779Z adding 'torch/testing/_internal/common_pruning.py' 2024-12-17T23:52:43.9889369Z adding 'torch/testing/_internal/common_quantization.py' 2024-12-17T23:52:43.9897054Z adding 'torch/testing/_internal/common_quantized.py' 2024-12-17T23:52:43.9903107Z adding 'torch/testing/_internal/common_subclass.py' 2024-12-17T23:52:43.9989191Z adding 'torch/testing/_internal/common_utils.py' 2024-12-17T23:52:44.0003912Z adding 'torch/testing/_internal/composite_compliance.py' 2024-12-17T23:52:44.0011374Z adding 'torch/testing/_internal/custom_op_db.py' 2024-12-17T23:52:44.0015472Z adding 'torch/testing/_internal/custom_tensor.py' 2024-12-17T23:52:44.0020403Z adding 'torch/testing/_internal/dist_utils.py' 2024-12-17T23:52:44.0024774Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2024-12-17T23:52:44.0028364Z adding 'torch/testing/_internal/fake_config_module.py' 2024-12-17T23:52:44.0032614Z adding 'torch/testing/_internal/hop_db.py' 2024-12-17T23:52:44.0039336Z adding 'torch/testing/_internal/hypothesis_utils.py' 2024-12-17T23:52:44.0043671Z adding 'torch/testing/_internal/inductor_utils.py' 2024-12-17T23:52:44.0054703Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2024-12-17T23:52:44.0067575Z adding 'torch/testing/_internal/jit_utils.py' 2024-12-17T23:52:44.0073149Z adding 'torch/testing/_internal/logging_tensor.py' 2024-12-17T23:52:44.0078054Z adding 'torch/testing/_internal/logging_utils.py' 2024-12-17T23:52:44.0081515Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2024-12-17T23:52:44.0084534Z adding 'torch/testing/_internal/static_module.py' 2024-12-17T23:52:44.0088072Z adding 'torch/testing/_internal/subclasses.py' 2024-12-17T23:52:44.0091914Z adding 'torch/testing/_internal/torchbind_impls.py' 2024-12-17T23:52:44.0097292Z adding 'torch/testing/_internal/triton_utils.py' 2024-12-17T23:52:44.0101592Z adding 'torch/testing/_internal/two_tensor.py' 2024-12-17T23:52:44.0105440Z adding 'torch/testing/_internal/codegen/__init__.py' 2024-12-17T23:52:44.0108930Z adding 'torch/testing/_internal/data/__init__.py' 2024-12-17T23:52:44.0111963Z adding 'torch/testing/_internal/data/network1.py' 2024-12-17T23:52:44.0114821Z adding 'torch/testing/_internal/data/network2.py' 2024-12-17T23:52:44.0118752Z adding 'torch/testing/_internal/distributed/__init__.py' 2024-12-17T23:52:44.0122141Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2024-12-17T23:52:44.0126053Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2024-12-17T23:52:44.0135720Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2024-12-17T23:52:44.0236075Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2024-12-17T23:52:44.0249403Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2024-12-17T23:52:44.0252615Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2024-12-17T23:52:44.0259835Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2024-12-17T23:52:44.0265006Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2024-12-17T23:52:44.0268877Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2024-12-17T23:52:44.0272070Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2024-12-17T23:52:44.0276543Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2024-12-17T23:52:44.0280503Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2024-12-17T23:52:44.0283929Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2024-12-17T23:52:44.0287495Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2024-12-17T23:52:44.0295654Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2024-12-17T23:52:44.0299921Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2024-12-17T23:52:44.0303570Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2024-12-17T23:52:44.0311173Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2024-12-17T23:52:44.0315564Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2024-12-17T23:52:44.0343503Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2024-12-17T23:52:44.0350529Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2024-12-17T23:52:44.0356117Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2024-12-17T23:52:44.0360059Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2024-12-17T23:52:44.0363515Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2024-12-17T23:52:44.0421997Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2024-12-17T23:52:44.0430586Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2024-12-17T23:52:44.0434333Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2024-12-17T23:52:44.0438442Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2024-12-17T23:52:44.0443962Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2024-12-17T23:52:44.0447753Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2024-12-17T23:52:44.0451680Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2024-12-17T23:52:44.0466181Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2024-12-17T23:52:44.0471767Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2024-12-17T23:52:44.0475612Z adding 'torch/testing/_internal/generated/__init__.py' 2024-12-17T23:52:44.0525298Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2024-12-17T23:52:44.0540784Z adding 'torch/testing/_internal/opinfo/__init__.py' 2024-12-17T23:52:44.0585209Z adding 'torch/testing/_internal/opinfo/core.py' 2024-12-17T23:52:44.0592378Z adding 'torch/testing/_internal/opinfo/refs.py' 2024-12-17T23:52:44.0598001Z adding 'torch/testing/_internal/opinfo/utils.py' 2024-12-17T23:52:44.0602150Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2024-12-17T23:52:44.0611656Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2024-12-17T23:52:44.0619037Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2024-12-17T23:52:44.0640879Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2024-12-17T23:52:44.0659146Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2024-12-17T23:52:44.0666584Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2024-12-17T23:52:44.0675680Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2024-12-17T23:52:44.0683087Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2024-12-17T23:52:44.0687629Z adding 'torch/testing/_internal/optests/__init__.py' 2024-12-17T23:52:44.0692213Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2024-12-17T23:52:44.0697161Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2024-12-17T23:52:44.0700410Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2024-12-17T23:52:44.0712594Z adding 'torch/testing/_internal/optests/generate_tests.py' 2024-12-17T23:52:44.0717215Z adding 'torch/testing/_internal/optests/make_fx.py' 2024-12-17T23:52:44.0721117Z adding 'torch/testing/_internal/test_module/__init__.py' 2024-12-17T23:52:44.0723898Z adding 'torch/testing/_internal/test_module/future_div.py' 2024-12-17T23:52:44.0726742Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2024-12-17T23:52:44.0732548Z adding 'torch/utils/__init__.py' 2024-12-17T23:52:44.0736475Z adding 'torch/utils/_backport_slots.py' 2024-12-17T23:52:44.0745397Z adding 'torch/utils/_config_module.py' 2024-12-17T23:52:44.0749293Z adding 'torch/utils/_config_typing.pyi' 2024-12-17T23:52:44.0754676Z adding 'torch/utils/_content_store.py' 2024-12-17T23:52:44.0759394Z adding 'torch/utils/_contextlib.py' 2024-12-17T23:52:44.0762826Z adding 'torch/utils/_cpp_extension_versioner.py' 2024-12-17T23:52:44.0773449Z adding 'torch/utils/_cxx_pytree.py' 2024-12-17T23:52:44.0778398Z adding 'torch/utils/_device.py' 2024-12-17T23:52:44.0782101Z adding 'torch/utils/_exposed_in.py' 2024-12-17T23:52:44.0785628Z adding 'torch/utils/_foreach_utils.py' 2024-12-17T23:52:44.0792135Z adding 'torch/utils/_freeze.py' 2024-12-17T23:52:44.0797276Z adding 'torch/utils/_get_clean_triton.py' 2024-12-17T23:52:44.0801169Z adding 'torch/utils/_import_utils.py' 2024-12-17T23:52:44.0804677Z adding 'torch/utils/_mode_utils.py' 2024-12-17T23:52:44.0809324Z adding 'torch/utils/_ordered_set.py' 2024-12-17T23:52:44.0822221Z adding 'torch/utils/_python_dispatch.py' 2024-12-17T23:52:44.0840899Z adding 'torch/utils/_pytree.py' 2024-12-17T23:52:44.0845494Z adding 'torch/utils/_stats.py' 2024-12-17T23:52:44.0848830Z adding 'torch/utils/_thunk.py' 2024-12-17T23:52:44.0854286Z adding 'torch/utils/_traceback.py' 2024-12-17T23:52:44.0858221Z adding 'torch/utils/_triton.py' 2024-12-17T23:52:44.0861369Z adding 'torch/utils/_typing_utils.py' 2024-12-17T23:52:44.0864821Z adding 'torch/utils/_zip.py' 2024-12-17T23:52:44.0872447Z adding 'torch/utils/backend_registration.py' 2024-12-17T23:52:44.0881106Z adding 'torch/utils/bundled_inputs.py' 2024-12-17T23:52:44.0908019Z adding 'torch/utils/checkpoint.py' 2024-12-17T23:52:44.0918970Z adding 'torch/utils/collect_env.py' 2024-12-17T23:52:44.0922578Z adding 'torch/utils/cpp_backtrace.py' 2024-12-17T23:52:44.0961424Z adding 'torch/utils/cpp_extension.py' 2024-12-17T23:52:44.0967008Z adding 'torch/utils/deterministic.py' 2024-12-17T23:52:44.0971028Z adding 'torch/utils/dlpack.py' 2024-12-17T23:52:44.0974394Z adding 'torch/utils/file_baton.py' 2024-12-17T23:52:44.0984491Z adding 'torch/utils/flop_counter.py' 2024-12-17T23:52:44.0990362Z adding 'torch/utils/hooks.py' 2024-12-17T23:52:44.0994693Z adding 'torch/utils/mkldnn.py' 2024-12-17T23:52:44.0999050Z adding 'torch/utils/mobile_optimizer.py' 2024-12-17T23:52:44.1002047Z adding 'torch/utils/model_zoo.py' 2024-12-17T23:52:44.1006094Z adding 'torch/utils/module_tracker.py' 2024-12-17T23:52:44.1010361Z adding 'torch/utils/show_pickle.py' 2024-12-17T23:52:44.1015034Z adding 'torch/utils/throughput_benchmark.py' 2024-12-17T23:52:44.1020756Z adding 'torch/utils/weak.py' 2024-12-17T23:52:44.1024627Z adding 'torch/utils/_strobelight/__init__.py' 2024-12-17T23:52:44.1029724Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2024-12-17T23:52:44.1033618Z adding 'torch/utils/_sympy/__init__.py' 2024-12-17T23:52:44.1051554Z adding 'torch/utils/_sympy/functions.py' 2024-12-17T23:52:44.1057861Z adding 'torch/utils/_sympy/interp.py' 2024-12-17T23:52:44.1063043Z adding 'torch/utils/_sympy/numbers.py' 2024-12-17T23:52:44.1069465Z adding 'torch/utils/_sympy/printers.py' 2024-12-17T23:52:44.1075143Z adding 'torch/utils/_sympy/reference.py' 2024-12-17T23:52:44.1079024Z adding 'torch/utils/_sympy/singleton_int.py' 2024-12-17T23:52:44.1083926Z adding 'torch/utils/_sympy/solve.py' 2024-12-17T23:52:44.1087888Z adding 'torch/utils/_sympy/symbol.py' 2024-12-17T23:52:44.1102650Z adding 'torch/utils/_sympy/value_ranges.py' 2024-12-17T23:52:44.1107299Z adding 'torch/utils/backcompat/__init__.py' 2024-12-17T23:52:44.1111102Z adding 'torch/utils/benchmark/__init__.py' 2024-12-17T23:52:44.1114841Z adding 'torch/utils/benchmark/examples/__init__.py' 2024-12-17T23:52:44.1119419Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2024-12-17T23:52:44.1123607Z adding 'torch/utils/benchmark/examples/compare.py' 2024-12-17T23:52:44.1127393Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2024-12-17T23:52:44.1131587Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2024-12-17T23:52:44.1134770Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2024-12-17T23:52:44.1138950Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2024-12-17T23:52:44.1142935Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2024-12-17T23:52:44.1146549Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2024-12-17T23:52:44.1150873Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2024-12-17T23:52:44.1154387Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2024-12-17T23:52:44.1158140Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2024-12-17T23:52:44.1161897Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2024-12-17T23:52:44.1166105Z adding 'torch/utils/benchmark/utils/__init__.py' 2024-12-17T23:52:44.1168958Z adding 'torch/utils/benchmark/utils/_stubs.py' 2024-12-17T23:52:44.1175531Z adding 'torch/utils/benchmark/utils/common.py' 2024-12-17T23:52:44.1182634Z adding 'torch/utils/benchmark/utils/compare.py' 2024-12-17T23:52:44.1187575Z adding 'torch/utils/benchmark/utils/compile.py' 2024-12-17T23:52:44.1192437Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2024-12-17T23:52:44.1200806Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2024-12-17T23:52:44.1206182Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2024-12-17T23:52:44.1210096Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2024-12-17T23:52:44.1220095Z adding 'torch/utils/benchmark/utils/timer.py' 2024-12-17T23:52:44.1224475Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2024-12-17T23:52:44.1228966Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2024-12-17T23:52:44.1232512Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2024-12-17T23:52:44.1235931Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2024-12-17T23:52:44.1249776Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2024-12-17T23:52:44.1301911Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2024-12-17T23:52:44.1314783Z adding 'torch/utils/bottleneck/__init__.py' 2024-12-17T23:52:44.1319193Z adding 'torch/utils/bottleneck/__main__.py' 2024-12-17T23:52:44.1323509Z adding 'torch/utils/data/__init__.py' 2024-12-17T23:52:44.1326562Z adding 'torch/utils/data/backward_compatibility.py' 2024-12-17T23:52:44.1356241Z adding 'torch/utils/data/dataloader.py' 2024-12-17T23:52:44.1365534Z adding 'torch/utils/data/dataset.py' 2024-12-17T23:52:44.1370458Z adding 'torch/utils/data/distributed.py' 2024-12-17T23:52:44.1374915Z adding 'torch/utils/data/graph.py' 2024-12-17T23:52:44.1379356Z adding 'torch/utils/data/graph_settings.py' 2024-12-17T23:52:44.1385524Z adding 'torch/utils/data/sampler.py' 2024-12-17T23:52:44.1390072Z adding 'torch/utils/data/_utils/__init__.py' 2024-12-17T23:52:44.1396626Z adding 'torch/utils/data/_utils/collate.py' 2024-12-17T23:52:44.1400379Z adding 'torch/utils/data/_utils/fetch.py' 2024-12-17T23:52:44.1404179Z adding 'torch/utils/data/_utils/pin_memory.py' 2024-12-17T23:52:44.1408002Z adding 'torch/utils/data/_utils/signal_handling.py' 2024-12-17T23:52:44.1414666Z adding 'torch/utils/data/_utils/worker.py' 2024-12-17T23:52:44.1418830Z adding 'torch/utils/data/datapipes/__init__.py' 2024-12-17T23:52:44.1423347Z adding 'torch/utils/data/datapipes/_decorator.py' 2024-12-17T23:52:44.1429246Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2024-12-17T23:52:44.1436906Z adding 'torch/utils/data/datapipes/_typing.py' 2024-12-17T23:52:44.1443626Z adding 'torch/utils/data/datapipes/datapipe.py' 2024-12-17T23:52:44.1454462Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2024-12-17T23:52:44.1460847Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2024-12-17T23:52:44.1464991Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2024-12-17T23:52:44.1468480Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2024-12-17T23:52:44.1474176Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2024-12-17T23:52:44.1478282Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2024-12-17T23:52:44.1481513Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2024-12-17T23:52:44.1485648Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2024-12-17T23:52:44.1490837Z adding 'torch/utils/data/datapipes/iter/callable.py' 2024-12-17T23:52:44.1495568Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2024-12-17T23:52:44.1504719Z adding 'torch/utils/data/datapipes/iter/combining.py' 2024-12-17T23:52:44.1509440Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2024-12-17T23:52:44.1512915Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2024-12-17T23:52:44.1518765Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2024-12-17T23:52:44.1522882Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2024-12-17T23:52:44.1526925Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2024-12-17T23:52:44.1530765Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2024-12-17T23:52:44.1534299Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2024-12-17T23:52:44.1537825Z adding 'torch/utils/data/datapipes/iter/utils.py' 2024-12-17T23:52:44.1541864Z adding 'torch/utils/data/datapipes/map/__init__.py' 2024-12-17T23:52:44.1545435Z adding 'torch/utils/data/datapipes/map/callable.py' 2024-12-17T23:52:44.1549543Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2024-12-17T23:52:44.1553300Z adding 'torch/utils/data/datapipes/map/combining.py' 2024-12-17T23:52:44.1557204Z adding 'torch/utils/data/datapipes/map/grouping.py' 2024-12-17T23:52:44.1560793Z adding 'torch/utils/data/datapipes/map/utils.py' 2024-12-17T23:52:44.1564464Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2024-12-17T23:52:44.1570893Z adding 'torch/utils/data/datapipes/utils/common.py' 2024-12-17T23:52:44.1577129Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2024-12-17T23:52:44.1581370Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2024-12-17T23:52:44.1585201Z adding 'torch/utils/hipify/__init__.py' 2024-12-17T23:52:44.1588579Z adding 'torch/utils/hipify/constants.py' 2024-12-17T23:52:44.1645391Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2024-12-17T23:52:44.1670679Z adding 'torch/utils/hipify/hipify_python.py' 2024-12-17T23:52:44.1682594Z adding 'torch/utils/hipify/version.py' 2024-12-17T23:52:44.1686364Z adding 'torch/utils/jit/__init__.py' 2024-12-17T23:52:44.1690336Z adding 'torch/utils/jit/log_extract.py' 2024-12-17T23:52:44.1699210Z adding 'torch/utils/model_dump/__init__.py' 2024-12-17T23:52:44.1703172Z adding 'torch/utils/model_dump/__main__.py' 2024-12-17T23:52:44.1711179Z adding 'torch/utils/model_dump/code.js' 2024-12-17T23:52:44.1715141Z adding 'torch/utils/model_dump/htm.mjs' 2024-12-17T23:52:44.1721136Z adding 'torch/utils/model_dump/preact.mjs' 2024-12-17T23:52:44.1724590Z adding 'torch/utils/model_dump/skeleton.html' 2024-12-17T23:52:44.1728687Z adding 'torch/utils/tensorboard/__init__.py' 2024-12-17T23:52:44.1731846Z adding 'torch/utils/tensorboard/_convert_np.py' 2024-12-17T23:52:44.1735880Z adding 'torch/utils/tensorboard/_embedding.py' 2024-12-17T23:52:44.1739332Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2024-12-17T23:52:44.1743044Z adding 'torch/utils/tensorboard/_proto_graph.py' 2024-12-17T23:52:44.1749706Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2024-12-17T23:52:44.1754066Z adding 'torch/utils/tensorboard/_utils.py' 2024-12-17T23:52:44.1766867Z adding 'torch/utils/tensorboard/summary.py' 2024-12-17T23:52:44.1781697Z adding 'torch/utils/tensorboard/writer.py' 2024-12-17T23:52:44.1786334Z adding 'torch/utils/viz/__init__.py' 2024-12-17T23:52:44.1793308Z adding 'torch/utils/viz/_cycles.py' 2024-12-17T23:52:44.1801434Z adding 'torch/xpu/__init__.py' 2024-12-17T23:52:44.1805087Z adding 'torch/xpu/_gpu_trace.py' 2024-12-17T23:52:44.1808399Z adding 'torch/xpu/_utils.py' 2024-12-17T23:52:44.1812757Z adding 'torch/xpu/memory.py' 2024-12-17T23:52:44.1816763Z adding 'torch/xpu/random.py' 2024-12-17T23:52:44.1821129Z adding 'torch/xpu/streams.py' 2024-12-17T23:52:44.1829785Z adding 'torchgen/__init__.py' 2024-12-17T23:52:44.1833392Z adding 'torchgen/code_template.py' 2024-12-17T23:52:44.1837162Z adding 'torchgen/context.py' 2024-12-17T23:52:44.1874703Z adding 'torchgen/gen.py' 2024-12-17T23:52:44.1884055Z adding 'torchgen/gen_aoti_c_shim.py' 2024-12-17T23:52:44.1892720Z adding 'torchgen/gen_backend_stubs.py' 2024-12-17T23:52:44.1906143Z adding 'torchgen/gen_executorch.py' 2024-12-17T23:52:44.1920282Z adding 'torchgen/gen_functionalization_type.py' 2024-12-17T23:52:44.1930057Z adding 'torchgen/gen_lazy_tensor.py' 2024-12-17T23:52:44.1934150Z adding 'torchgen/gen_schema_utils.py' 2024-12-17T23:52:44.1938944Z adding 'torchgen/gen_vmap_plumbing.py' 2024-12-17T23:52:44.1944197Z adding 'torchgen/local.py' 2024-12-17T23:52:44.1993097Z adding 'torchgen/model.py' 2024-12-17T23:52:44.2007413Z adding 'torchgen/native_function_generation.py' 2024-12-17T23:52:44.2015640Z adding 'torchgen/utils.py' 2024-12-17T23:52:44.2019368Z adding 'torchgen/yaml_utils.py' 2024-12-17T23:52:44.2023056Z adding 'torchgen/aoti/__init__.py' 2024-12-17T23:52:44.2027228Z adding 'torchgen/aoti/fallback_ops.py' 2024-12-17T23:52:44.2030958Z adding 'torchgen/api/__init__.py' 2024-12-17T23:52:44.2045641Z adding 'torchgen/api/autograd.py' 2024-12-17T23:52:44.2053440Z adding 'torchgen/api/cpp.py' 2024-12-17T23:52:44.2057756Z adding 'torchgen/api/dispatcher.py' 2024-12-17T23:52:44.2062897Z adding 'torchgen/api/functionalization.py' 2024-12-17T23:52:44.2070432Z adding 'torchgen/api/lazy.py' 2024-12-17T23:52:44.2073874Z adding 'torchgen/api/meta.py' 2024-12-17T23:52:44.2078077Z adding 'torchgen/api/native.py' 2024-12-17T23:52:44.2099371Z adding 'torchgen/api/python.py' 2024-12-17T23:52:44.2105264Z adding 'torchgen/api/structured.py' 2024-12-17T23:52:44.2112832Z adding 'torchgen/api/translate.py' 2024-12-17T23:52:44.2118012Z adding 'torchgen/api/ufunc.py' 2024-12-17T23:52:44.2123238Z adding 'torchgen/api/unboxing.py' 2024-12-17T23:52:44.2127237Z adding 'torchgen/api/types/__init__.py' 2024-12-17T23:52:44.2133740Z adding 'torchgen/api/types/signatures.py' 2024-12-17T23:52:44.2138558Z adding 'torchgen/api/types/types.py' 2024-12-17T23:52:44.2143860Z adding 'torchgen/api/types/types_base.py' 2024-12-17T23:52:44.2147933Z adding 'torchgen/dest/__init__.py' 2024-12-17T23:52:44.2158376Z adding 'torchgen/dest/lazy_ir.py' 2024-12-17T23:52:44.2162607Z adding 'torchgen/dest/lazy_ts_lowering.py' 2024-12-17T23:52:44.2166398Z adding 'torchgen/dest/native_functions.py' 2024-12-17T23:52:44.2180569Z adding 'torchgen/dest/register_dispatch_key.py' 2024-12-17T23:52:44.2188868Z adding 'torchgen/dest/ufunc.py' 2024-12-17T23:52:44.2192905Z adding 'torchgen/executorch/__init__.py' 2024-12-17T23:52:44.2197991Z adding 'torchgen/executorch/model.py' 2024-12-17T23:52:44.2202680Z adding 'torchgen/executorch/parse.py' 2024-12-17T23:52:44.2207061Z adding 'torchgen/executorch/api/__init__.py' 2024-12-17T23:52:44.2211995Z adding 'torchgen/executorch/api/custom_ops.py' 2024-12-17T23:52:44.2218491Z adding 'torchgen/executorch/api/et_cpp.py' 2024-12-17T23:52:44.2223613Z adding 'torchgen/executorch/api/unboxing.py' 2024-12-17T23:52:44.2227695Z adding 'torchgen/executorch/api/types/__init__.py' 2024-12-17T23:52:44.2231385Z adding 'torchgen/executorch/api/types/signatures.py' 2024-12-17T23:52:44.2234862Z adding 'torchgen/executorch/api/types/types.py' 2024-12-17T23:52:44.2238779Z adding 'torchgen/operator_versions/__init__.py' 2024-12-17T23:52:44.2244401Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2024-12-17T23:52:44.2247894Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2024-12-17T23:52:44.2364966Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2024-12-17T23:52:44.2382585Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2024-12-17T23:52:44.2387786Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2024-12-17T23:52:44.2391449Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2024-12-17T23:52:44.2394701Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2024-12-17T23:52:44.2398117Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2024-12-17T23:52:44.2401431Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2024-12-17T23:52:44.2404367Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2024-12-17T23:52:44.2407583Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2024-12-17T23:52:44.2410480Z adding 'torchgen/packaged/ATen/templates/Function.h' 2024-12-17T23:52:44.2413894Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2024-12-17T23:52:44.2417651Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2024-12-17T23:52:44.2421827Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2024-12-17T23:52:44.2425144Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2024-12-17T23:52:44.2428092Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2024-12-17T23:52:44.2431248Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2024-12-17T23:52:44.2434247Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2024-12-17T23:52:44.2437435Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2024-12-17T23:52:44.2440570Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2024-12-17T23:52:44.2443479Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2024-12-17T23:52:44.2446462Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2024-12-17T23:52:44.2449381Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2024-12-17T23:52:44.2453230Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2024-12-17T23:52:44.2456360Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2024-12-17T23:52:44.2459550Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2024-12-17T23:52:44.2463460Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2024-12-17T23:52:44.2466780Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2024-12-17T23:52:44.2469915Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2024-12-17T23:52:44.2473161Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2024-12-17T23:52:44.2477022Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2024-12-17T23:52:44.2480150Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2024-12-17T23:52:44.2483051Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2024-12-17T23:52:44.2495078Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2024-12-17T23:52:44.2499205Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2024-12-17T23:52:44.2502493Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2024-12-17T23:52:44.2505560Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2024-12-17T23:52:44.2508688Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2024-12-17T23:52:44.2511665Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2024-12-17T23:52:44.2514951Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2024-12-17T23:52:44.2518029Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2024-12-17T23:52:44.2520994Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2024-12-17T23:52:44.2524786Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2024-12-17T23:52:44.2527598Z adding 'torchgen/packaged/autograd/README.md' 2024-12-17T23:52:44.2530574Z adding 'torchgen/packaged/autograd/__init__.py' 2024-12-17T23:52:44.2533388Z adding 'torchgen/packaged/autograd/build.bzl' 2024-12-17T23:52:44.2536506Z adding 'torchgen/packaged/autograd/context.py' 2024-12-17T23:52:44.2540086Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2024-12-17T23:52:44.2587863Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2024-12-17T23:52:44.2596092Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2024-12-17T23:52:44.2600168Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2024-12-17T23:52:44.2611138Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2024-12-17T23:52:44.2621043Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2024-12-17T23:52:44.2637962Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2024-12-17T23:52:44.2646950Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2024-12-17T23:52:44.2656005Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2024-12-17T23:52:44.2681518Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2024-12-17T23:52:44.2689312Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2024-12-17T23:52:44.2704354Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2024-12-17T23:52:44.2710289Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2024-12-17T23:52:44.2713773Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2024-12-17T23:52:44.2716981Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2024-12-17T23:52:44.2720234Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2024-12-17T23:52:44.2723712Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2024-12-17T23:52:44.2727228Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2024-12-17T23:52:44.2730201Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2024-12-17T23:52:44.2733160Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2024-12-17T23:52:44.2736162Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2024-12-17T23:52:44.2739371Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2024-12-17T23:52:44.2742885Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2024-12-17T23:52:44.2746110Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2024-12-17T23:52:44.2749066Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2024-12-17T23:52:44.2752557Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2024-12-17T23:52:44.2755936Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2024-12-17T23:52:44.2759658Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2024-12-17T23:52:44.2763013Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2024-12-17T23:52:44.2765946Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2024-12-17T23:52:44.2769188Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2024-12-17T23:52:44.2772564Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2024-12-17T23:52:44.2776133Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2024-12-17T23:52:44.2788733Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2024-12-17T23:52:44.2794214Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2024-12-17T23:52:44.2797807Z adding 'torchgen/selective_build/__init__.py' 2024-12-17T23:52:44.2802202Z adding 'torchgen/selective_build/operator.py' 2024-12-17T23:52:44.2808038Z adding 'torchgen/selective_build/selector.py' 2024-12-17T23:52:44.2811997Z adding 'torchgen/static_runtime/__init__.py' 2024-12-17T23:52:44.2816671Z adding 'torchgen/static_runtime/config.py' 2024-12-17T23:52:44.2821661Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2024-12-17T23:52:44.2830466Z adding 'torchgen/static_runtime/generator.py' 2024-12-17T23:52:44.2943813Z adding 'torch-2.6.0a0+git0cdf8b1.dist-info/LICENSE' 2024-12-17T23:52:44.2965027Z adding 'torch-2.6.0a0+git0cdf8b1.dist-info/METADATA' 2024-12-17T23:52:44.2974272Z adding 'torch-2.6.0a0+git0cdf8b1.dist-info/NOTICE' 2024-12-17T23:52:44.2976909Z adding 'torch-2.6.0a0+git0cdf8b1.dist-info/WHEEL' 2024-12-17T23:52:44.2979008Z adding 'torch-2.6.0a0+git0cdf8b1.dist-info/entry_points.txt' 2024-12-17T23:52:44.2981011Z adding 'torch-2.6.0a0+git0cdf8b1.dist-info/top_level.txt' 2024-12-17T23:52:44.3628028Z adding 'torch-2.6.0a0+git0cdf8b1.dist-info/RECORD' 2024-12-17T23:52:44.3975905Z removing build\bdist.win-amd64\wheel 2024-12-17T23:52:45.9294489Z 2024-12-17T23:52:45.9295330Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-12-17T23:52:45.9295784Z 2024-12-17T23:52:45.9296054Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-12-17T23:52:45.9297119Z 2024-12-17T23:52:45.9297591Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2024-12-17T23:52:45.9514241Z Compile requests 7462 2024-12-17T23:52:45.9514602Z Compile requests executed 7461 2024-12-17T23:52:45.9514937Z Cache hits 7394 2024-12-17T23:52:45.9515213Z Cache hits (C/C++) 7085 2024-12-17T23:52:45.9515483Z Cache hits (CUDA) 309 2024-12-17T23:52:45.9515769Z Cache misses 49 2024-12-17T23:52:45.9516045Z Cache misses (C/C++) 49 2024-12-17T23:52:45.9516316Z Cache timeouts 0 2024-12-17T23:52:45.9516580Z Cache read errors 0 2024-12-17T23:52:45.9516856Z Forced recaches 0 2024-12-17T23:52:45.9517133Z Cache write errors 0 2024-12-17T23:52:45.9517410Z Compilation failures 3 2024-12-17T23:52:45.9517704Z Cache errors 15 2024-12-17T23:52:45.9517975Z Cache errors (C/C++) 15 2024-12-17T23:52:45.9518250Z Non-cacheable compilations 8 2024-12-17T23:52:45.9518561Z Non-cacheable calls 0 2024-12-17T23:52:45.9518845Z Non-compilation calls 1 2024-12-17T23:52:45.9519131Z Unsupported compiler calls 0 2024-12-17T23:52:45.9519428Z Average cache write 0.030 s 2024-12-17T23:52:45.9519729Z Average compiler 0.067 s 2024-12-17T23:52:45.9520015Z Average cache read hit 0.056 s 2024-12-17T23:52:45.9520317Z Failed distributed compilations 0 2024-12-17T23:52:45.9520711Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-12-17T23:52:45.9521112Z Version (client) 0.7.4 2024-12-17T23:52:45.9535691Z 2024-12-17T23:52:45.9536314Z (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-12-17T23:52:47.0605727Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.6.0a0+git0cdf8b1-cp39-cp39-win_amd64.whl 2024-12-17T23:52:48.1217476Z Installing collected packages: torch 2024-12-17T23:52:48.1218820Z Attempting uninstall: torch 2024-12-17T23:52:48.1243250Z Found existing installation: torch 2.6.0a0+gita040006 2024-12-17T23:52:49.2692608Z Uninstalling torch-2.6.0a0+gita040006: 2024-12-17T23:52:49.4850691Z Successfully uninstalled torch-2.6.0a0+gita040006 2024-12-17T23:53:11.7730167Z Successfully installed torch-2.6.0a0+git0cdf8b1 2024-12-17T23:53:11.8419859Z 2024-12-17T23:53:11.8421339Z (base) C:\actions-runner\_work\pytorch\pytorch>(if "win-vs2019-cuda12.1-py3" == "" (echo NOTE: To run `import torch`, please make sure to activate the conda environment by running `call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3` in Command Prompt before running Git Bash. ) else ( 2024-12-17T23:53:11.8422681Z copy /Y "dist\*.whl" "C:/12383255596/build-results/" 2024-12-17T23:53:11.8423051Z python tools/stats/export_test_times.py 2024-12-17T23:53:11.8423567Z robocopy /E ".additional_ci_files" "C:/12383255596/build-results/\.additional_ci_files" 2024-12-17T23:53:11.8424094Z copy /Y "build\.ninja_log" "C:/12383255596/build-results/\" 2024-12-17T23:53:11.8424432Z ) ) 2024-12-17T23:53:11.9496975Z dist\torch-2.6.0a0+git0cdf8b1-cp39-cp39-win_amd64.whl 2024-12-17T23:53:12.1243625Z 1 file(s) copied. 2024-12-17T23:53:13.0240572Z Exporting test times from test-infra 2024-12-17T23:53:13.0241650Z 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-12-17T23:53:13.0243314Z 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-12-17T23:53:13.0502345Z 2024-12-17T23:53:13.0502951Z ------------------------------------------------------------------------------- 2024-12-17T23:53:13.0503890Z ROBOCOPY :: Robust File Copy for Windows 2024-12-17T23:53:13.0504416Z ------------------------------------------------------------------------------- 2024-12-17T23:53:13.0504846Z 2024-12-17T23:53:13.0506305Z Started : Tuesday, December 17, 2024 11:53:13 PM 2024-12-17T23:53:13.0506843Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-12-17T23:53:13.0507385Z Dest : C:\12383255596\build-results\.additional_ci_files\ 2024-12-17T23:53:13.0507659Z 2024-12-17T23:53:13.0508278Z Files : *.* 2024-12-17T23:53:13.0516087Z 2024-12-17T23:53:13.0516388Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2024-12-17T23:53:13.0516658Z 2024-12-17T23:53:13.0516820Z ------------------------------------------------------------------------------ 2024-12-17T23:53:13.0517166Z 2024-12-17T23:53:13.0520526Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-12-17T23:53:13.0528763Z New File 4.5 m test-class-times.json 2024-12-17T23:53:13.0531858Z 10% 2024-12-17T23:53:13.0535474Z 21% 2024-12-17T23:53:13.0538338Z 32% 2024-12-17T23:53:13.0541953Z 43% 2024-12-17T23:53:13.0545249Z 54% 2024-12-17T23:53:13.0548986Z 65% 2024-12-17T23:53:13.0551898Z 76% 2024-12-17T23:53:13.0555527Z 87% 2024-12-17T23:53:13.0556386Z 98% 2024-12-17T23:53:13.0559128Z 100% 2024-12-17T23:53:13.0564376Z New File 1.2 m test-times.json 2024-12-17T23:53:13.0565999Z 20% 2024-12-17T23:53:13.0567583Z 40% 2024-12-17T23:53:13.0569205Z 60% 2024-12-17T23:53:13.0570930Z 80% 2024-12-17T23:53:13.0574566Z 100% 2024-12-17T23:53:13.0574825Z 2024-12-17T23:53:13.0574995Z ------------------------------------------------------------------------------ 2024-12-17T23:53:13.0575338Z 2024-12-17T23:53:13.0576509Z Total Copied Skipped Mismatch FAILED Extras 2024-12-17T23:53:13.0577454Z Dirs : 1 1 0 0 0 0 2024-12-17T23:53:13.0578317Z Files : 2 2 0 0 0 0 2024-12-17T23:53:13.0579213Z Bytes : 5.79 m 5.79 m 0 0 0 0 2024-12-17T23:53:13.0580067Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2024-12-17T23:53:13.0580656Z 2024-12-17T23:53:13.0580835Z 2024-12-17T23:53:13.0582188Z Speed : 1013192000 Bytes/sec. 2024-12-17T23:53:13.0583080Z Speed : 57975.311 MegaBytes/min. 2024-12-17T23:53:13.0583424Z Ended : Tuesday, December 17, 2024 11:53:13 PM 2024-12-17T23:53:13.0583666Z 2024-12-17T23:53:13.0785002Z 1 file(s) copied. 2024-12-17T23:53:13.0787215Z 2024-12-17T23:53:13.0787999Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2019-cuda12.1-py3-34565590908.json 2024-12-17T23:53:13.1547772Z 2024-12-17T23:53:13.1548352Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-12-17T23:53:13.1635570Z Stopping sccache server... 2024-12-17T23:53:13.1654097Z Compile requests 7462 2024-12-17T23:53:13.1654445Z Compile requests executed 7461 2024-12-17T23:53:13.1654740Z Cache hits 7394 2024-12-17T23:53:13.1655079Z Cache hits (C/C++) 7085 2024-12-17T23:53:13.1655360Z Cache hits (CUDA) 309 2024-12-17T23:53:13.1655650Z Cache misses 49 2024-12-17T23:53:13.1655925Z Cache misses (C/C++) 49 2024-12-17T23:53:13.1656209Z Cache timeouts 0 2024-12-17T23:53:13.1656490Z Cache read errors 0 2024-12-17T23:53:13.1656781Z Forced recaches 0 2024-12-17T23:53:13.1657062Z Cache write errors 0 2024-12-17T23:53:13.1657348Z Compilation failures 3 2024-12-17T23:53:13.1657630Z Cache errors 15 2024-12-17T23:53:13.1658037Z Cache errors (C/C++) 15 2024-12-17T23:53:13.1658331Z Non-cacheable compilations 8 2024-12-17T23:53:13.1658626Z Non-cacheable calls 0 2024-12-17T23:53:13.1658915Z Non-compilation calls 1 2024-12-17T23:53:13.1659235Z Unsupported compiler calls 0 2024-12-17T23:53:13.1659548Z Average cache write 0.030 s 2024-12-17T23:53:13.1659847Z Average compiler 0.067 s 2024-12-17T23:53:13.1660156Z Average cache read hit 0.056 s 2024-12-17T23:53:13.1660466Z Failed distributed compilations 0 2024-12-17T23:53:13.1660868Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-12-17T23:53:13.1661287Z Version (client) 0.7.4 2024-12-17T23:53:13.1675254Z 2024-12-17T23:53:13.1675753Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-12-17T23:53:13.4353262Z + assert_git_not_dirty 2024-12-17T23:53:13.4359748Z + [[ win-vs2019-cuda12.1-py3 != *rocm* ]] 2024-12-17T23:53:13.4360144Z + [[ win-vs2019-cuda12.1-py3 != *xla* ]] 2024-12-17T23:53:13.4898393Z ++ git status --porcelain 2024-12-17T23:53:13.4951339Z ++ grep -v '?? third_party' 2024-12-17T23:53:28.5932261Z ++ true 2024-12-17T23:53:28.5936322Z + git_status= 2024-12-17T23:53:28.5936550Z + [[ -n '' ]] 2024-12-17T23:53:28.5936835Z + echo 'BUILD PASSED' 2024-12-17T23:53:28.5937092Z BUILD PASSED 2024-12-17T23:53:28.6905489Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-12-17T23:53:28.6905867Z with: 2024-12-17T23:53:28.6906071Z retention-days: 14 2024-12-17T23:53:28.6906295Z if-no-files-found: error 2024-12-17T23:53:28.6906562Z name: win-vs2019-cuda12.1-py3 2024-12-17T23:53:28.6906825Z path: C:\12383255596\build-results 2024-12-17T23:53:28.6907098Z s3-bucket: gha-artifacts 2024-12-17T23:53:28.6907339Z region: us-east-1 2024-12-17T23:53:28.6907545Z env: 2024-12-17T23:53:28.6907721Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:28.6908105Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:28.6908757Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:28.6909243Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:28.6909652Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:28.6909951Z ##[endgroup] 2024-12-17T23:53:29.7834957Z With the provided path, there will be 4 files uploaded 2024-12-17T23:53:29.7835487Z Uploading to s3 prefix: pytorch/pytorch/12383255596/win-vs2019-cuda12.1-py3 2024-12-17T23:53:29.7866958Z Starting upload of .additional_ci_files\test-class-times.json 2024-12-17T23:53:30.0163023Z Finished upload of .additional_ci_files\test-class-times.json 2024-12-17T23:53:30.0165401Z Starting upload of .additional_ci_files\test-times.json 2024-12-17T23:53:30.1928254Z Finished upload of .additional_ci_files\test-times.json 2024-12-17T23:53:30.1930539Z Starting upload of .ninja_log 2024-12-17T23:53:30.3845336Z Finished upload of .ninja_log 2024-12-17T23:53:30.3847278Z Starting upload of torch-2.6.0a0+git0cdf8b1-cp39-cp39-win_amd64.whl 2024-12-17T23:53:32.4346009Z Finished upload of torch-2.6.0a0+git0cdf8b1-cp39-cp39-win_amd64.whl 2024-12-17T23:53:32.4753710Z Prepare all required actions 2024-12-17T23:53:32.4754477Z Getting action download info 2024-12-17T23:53:32.6158729Z Download action repository 'pytorch/test-infra@main' (SHA:a07505a74641a4ff5123d635defac481ef28ef1e) 2024-12-17T23:53:34.0717114Z Getting action download info 2024-12-17T23:53:34.2626483Z ##[group]Run ./.github/actions/upload-sccache-stats 2024-12-17T23:53:34.2626828Z with: 2024-12-17T23:53:34.2631344Z github-token: *** 2024-12-17T23:53:34.2631574Z env: 2024-12-17T23:53:34.2631777Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:34.2632244Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:34.2632789Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:34.2633405Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:34.2633838Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:34.2634135Z ##[endgroup] 2024-12-17T23:53:34.2731923Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-12-17T23:53:34.2732234Z with: 2024-12-17T23:53:34.2732472Z s3-prefix: pytorch/pytorch/12383255596/1/artifact 2024-12-17T23:53:34.2732796Z retention-days: 14 2024-12-17T23:53:34.2733018Z if-no-files-found: warn 2024-12-17T23:53:34.2733266Z path: sccache-stats-*.json 2024-12-17T23:53:34.2733512Z name: artifact 2024-12-17T23:53:34.2733714Z s3-bucket: gha-artifacts 2024-12-17T23:53:34.2733958Z region: us-east-1 2024-12-17T23:53:34.2734147Z env: 2024-12-17T23:53:34.2734322Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:34.2734700Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:34.2735242Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:34.2735731Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:34.2736139Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:34.2736435Z ##[endgroup] 2024-12-17T23:53:34.6693492Z NOTE: s3-prefix specified, ignoring name parameter 2024-12-17T23:53:34.6693938Z With the provided path, there will be 1 file uploaded 2024-12-17T23:53:34.6694363Z Uploading to s3 prefix: pytorch/pytorch/12383255596/1/artifact 2024-12-17T23:53:34.6707446Z Starting upload of sccache-stats-win-vs2019-cuda12.1-py3-34565590908.json 2024-12-17T23:53:34.8147616Z Finished upload of sccache-stats-win-vs2019-cuda12.1-py3-34565590908.json 2024-12-17T23:53:34.8389353Z ##[group]Run python3 -m tools.stats.sccache_stats_to_benchmark_format 2024-12-17T23:53:34.8389924Z python3 -m tools.stats.sccache_stats_to_benchmark_format 2024-12-17T23:53:34.8409208Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:53:34.8409662Z env: 2024-12-17T23:53:34.8409946Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:34.8410334Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:34.8410888Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:34.8411384Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:34.8411777Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:34.8412083Z BUILD_TIME: 2024-12-17T23:53:34.8412277Z ##[endgroup] 2024-12-17T23:53:34.9403079Z ##[group]Run pytorch/test-infra/.github/actions/upload-benchmark-results@main 2024-12-17T23:53:34.9403534Z with: 2024-12-17T23:53:34.9403746Z benchmark-results-dir: test/test-reports 2024-12-17T23:53:34.9404037Z dry-run: false 2024-12-17T23:53:34.9404244Z schema-version: v3 2024-12-17T23:53:34.9404640Z github-token: *** 2024-12-17T23:53:34.9404834Z env: 2024-12-17T23:53:34.9405019Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:34.9405412Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:34.9405961Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:34.9407978Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:34.9408486Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:34.9408779Z ##[endgroup] 2024-12-17T23:53:34.9498267Z ##[group]Run set -eux 2024-12-17T23:53:34.9498526Z set -eux 2024-12-17T23:53:34.9498793Z python3 -mpip install boto3==1.35.33 2024-12-17T23:53:34.9517536Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:53:34.9518000Z env: 2024-12-17T23:53:34.9518191Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:34.9518598Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:34.9519155Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:34.9519661Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:34.9520173Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:34.9520498Z ##[endgroup] 2024-12-17T23:53:34.9700329Z + python3 -mpip install boto3==1.35.33 2024-12-17T23:53:36.2614282Z Collecting boto3==1.35.33 2024-12-17T23:53:36.2646792Z Using cached boto3-1.35.33-py3-none-any.whl.metadata (6.6 kB) 2024-12-17T23:53:36.2711287Z Requirement already satisfied: botocore<1.36.0,>=1.35.33 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (1.35.83) 2024-12-17T23:53:36.2718578Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (1.0.1) 2024-12-17T23:53:36.2725396Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (0.10.1) 2024-12-17T23:53:36.2798344Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (2.9.0.post0) 2024-12-17T23:53:36.2810586Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.26.19) 2024-12-17T23:53:36.2887250Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.16.0) 2024-12-17T23:53:36.3133048Z Using cached boto3-1.35.33-py3-none-any.whl (139 kB) 2024-12-17T23:53:37.1597602Z Installing collected packages: boto3 2024-12-17T23:53:37.1599225Z Attempting uninstall: boto3 2024-12-17T23:53:37.1607656Z Found existing installation: boto3 1.35.42 2024-12-17T23:53:37.1775573Z Uninstalling boto3-1.35.42: 2024-12-17T23:53:37.1828748Z Successfully uninstalled boto3-1.35.42 2024-12-17T23:53:37.3516250Z Successfully installed boto3-1.35.33 2024-12-17T23:53:37.4649778Z ##[group]Run set -eux 2024-12-17T23:53:37.4650048Z set -eux 2024-12-17T23:53:37.4650358Z  2024-12-17T23:53:37.4650593Z if [[ -z "${GITHUB_TOKEN}" ]]; then 2024-12-17T23:53:37.4650940Z  echo "Missing github-token input" 2024-12-17T23:53:37.4651246Z  exit 1 2024-12-17T23:53:37.4651454Z fi 2024-12-17T23:53:37.4669953Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:53:37.4670411Z env: 2024-12-17T23:53:37.4670599Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:37.4670994Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:37.4671550Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:37.4672058Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:37.4672559Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:37.4673095Z GITHUB_TOKEN: *** 2024-12-17T23:53:37.4673322Z ##[endgroup] 2024-12-17T23:53:37.4851517Z + [[ -z *** ]] 2024-12-17T23:53:37.4966771Z ##[group]Run pytorch/test-infra/.github/actions/get-workflow-job-id@main 2024-12-17T23:53:37.4967200Z with: 2024-12-17T23:53:37.4967593Z github-token: *** 2024-12-17T23:53:37.4967840Z env: 2024-12-17T23:53:37.4968701Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:37.4969108Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:37.4969645Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:37.4970138Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:37.4970542Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:37.4970836Z ##[endgroup] 2024-12-17T23:53:37.5064058Z ##[group]Run set -eux 2024-12-17T23:53:37.5064309Z set -eux 2024-12-17T23:53:37.5064513Z  2024-12-17T23:53:37.5064964Z python3 "${GITHUB_ACTION_PATH}/../../scripts/get_workflow_job_id.py" "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-12-17T23:53:37.5083401Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:53:37.5083952Z env: 2024-12-17T23:53:37.5084137Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:37.5084530Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:37.5085071Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:37.5085552Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:37.5085955Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:37.5086407Z GITHUB_TOKEN: *** 2024-12-17T23:53:37.5086603Z ##[endgroup] 2024-12-17T23:53:37.5261935Z + python3 'C:\actions-runner\_work\_actions\pytorch\test-infra\main\.github/actions/get-workflow-job-id/../../scripts/get_workflow_job_id.py' 12383255596 i-0a62b8328e96dfcc0 2024-12-17T23:53:38.4006648Z setting job-id=34565590908 2024-12-17T23:53:38.4007034Z setting job-name=win-vs2019-cuda12.1-py3 / build 2024-12-17T23:53:38.4244280Z ##[group]Run set -eux 2024-12-17T23:53:38.4244559Z set -eux 2024-12-17T23:53:38.4244762Z  2024-12-17T23:53:38.4245136Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_metadata.py" \ 2024-12-17T23:53:38.4245652Z  --schema-version "${SCHEMA_VERSION}" \ 2024-12-17T23:53:38.4245977Z  --repo "${REPO}" \ 2024-12-17T23:53:38.4246269Z  --head-branch "${HEAD_BRANCH}" \ 2024-12-17T23:53:38.4246581Z  --head-sha "${HEAD_SHA}" \ 2024-12-17T23:53:38.4246884Z  --workflow-id "${WORKFLOW_RUN_ID}" \ 2024-12-17T23:53:38.4247216Z  --run-attempt "${RUN_ATTEMPT}" \ 2024-12-17T23:53:38.4247516Z  --job-id "${JOB_ID}" \ 2024-12-17T23:53:38.4247779Z  --job-name "${JOB_NAME}" 2024-12-17T23:53:38.4266252Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:53:38.4266696Z env: 2024-12-17T23:53:38.4266879Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:38.4267283Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:38.4267905Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:38.4268403Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:38.4268811Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:38.4269115Z SCHEMA_VERSION: v3 2024-12-17T23:53:38.4269329Z REPO: pytorch/pytorch 2024-12-17T23:53:38.4269577Z HEAD_BRANCH: refs/heads/release/2.6 2024-12-17T23:53:38.4269897Z HEAD_SHA: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:53:38.4270222Z WORKFLOW_RUN_ID: 12383255596 2024-12-17T23:53:38.4270463Z RUN_ATTEMPT: 1 2024-12-17T23:53:38.4270670Z JOB_ID: 34565590908 2024-12-17T23:53:38.4270899Z JOB_NAME: win-vs2019-cuda12.1-py3 / build 2024-12-17T23:53:38.4271190Z ##[endgroup] 2024-12-17T23:53:38.4452713Z + python3 'C:\actions-runner\_work\_actions\pytorch\test-infra\main\.github/actions/upload-benchmark-results/../../scripts/benchmarks/gather_metadata.py' --schema-version v3 --repo pytorch/pytorch --head-branch refs/heads/release/2.6 --head-sha 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 --workflow-id 12383255596 --run-attempt 1 --job-id 34565590908 --job-name 'win-vs2019-cuda12.1-py3 / build' 2024-12-17T23:53:38.5154617Z ##[group]Run set -eux 2024-12-17T23:53:38.5154887Z set -eux 2024-12-17T23:53:38.5155104Z  2024-12-17T23:53:38.5155335Z # TODO (huydhn): Implement this part 2024-12-17T23:53:38.5155699Z echo "runners=[]" >> "${GITHUB_OUTPUT}" 2024-12-17T23:53:38.5174210Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:53:38.5174664Z env: 2024-12-17T23:53:38.5174854Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:38.5175246Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:38.5175797Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:38.5176395Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:38.5176802Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:38.5177118Z ##[endgroup] 2024-12-17T23:53:38.5352023Z + echo 'runners=[]' 2024-12-17T23:53:38.5457342Z ##[group]Run set -eux 2024-12-17T23:53:38.5457603Z set -eux 2024-12-17T23:53:38.5457806Z  2024-12-17T23:53:38.5458043Z # TODO (huydhn): Implement this part 2024-12-17T23:53:38.5458415Z echo "dependencies={}" >> "${GITHUB_OUTPUT}" 2024-12-17T23:53:38.5476779Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:53:38.5477241Z env: 2024-12-17T23:53:38.5477445Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:38.5477843Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:38.5478499Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:38.5478992Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:38.5479417Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:38.5479739Z ##[endgroup] 2024-12-17T23:53:38.5662209Z + echo 'dependencies={}' 2024-12-17T23:53:38.5752584Z ##[group]Run set -eux 2024-12-17T23:53:38.5752936Z set -eux 2024-12-17T23:53:38.5753142Z  2024-12-17T23:53:38.5753395Z if [[ ! -d "${BENCHMARK_RESULTS_DIR}" ]]; then 2024-12-17T23:53:38.5753806Z  echo "${BENCHMARK_RESULTS_DIR} does not exist, skipping" 2024-12-17T23:53:38.5754262Z  # We don't want the job to fail if the directory doesn't exist 2024-12-17T23:53:38.5754618Z  exit 0 2024-12-17T23:53:38.5754806Z fi 2024-12-17T23:53:38.5754988Z  2024-12-17T23:53:38.5755181Z if [[ "${DRY_RUN}" == "true" ]]; then 2024-12-17T23:53:38.5755630Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2024-12-17T23:53:38.5756158Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2024-12-17T23:53:38.5756638Z  --metadata "${BENCHMARK_METADATA}" \ 2024-12-17T23:53:38.5756969Z  --runners "${RUNNER_INFO}" \ 2024-12-17T23:53:38.5757305Z  --dependencies "${DEPENDENCIES}" \ 2024-12-17T23:53:38.5757607Z  --dry-run 2024-12-17T23:53:38.5757830Z else 2024-12-17T23:53:38.5758177Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2024-12-17T23:53:38.5758689Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2024-12-17T23:53:38.5759089Z  --metadata "${BENCHMARK_METADATA}" \ 2024-12-17T23:53:38.5759412Z  --runners "${RUNNER_INFO}" \ 2024-12-17T23:53:38.5759715Z  --dependencies "${DEPENDENCIES}" 2024-12-17T23:53:38.5760006Z fi 2024-12-17T23:53:38.5777499Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-12-17T23:53:38.5777942Z env: 2024-12-17T23:53:38.5778132Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:38.5778522Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:38.5779183Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:38.5779690Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:38.5780103Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:38.5780440Z BENCHMARK_RESULTS_DIR: test/test-reports 2024-12-17T23:53:38.5780738Z DRY_RUN: false 2024-12-17T23:53:38.5781918Z BENCHMARK_METADATA: {"timestamp": 1734479618, "schema_version": "v3", "name": "win-vs2019-cuda12.1-py3 / build", "repo": "pytorch/pytorch", "head_branch": "refs/heads/release/2.6", "head_sha": "0cdf8b1d09254cfda66191d1bd01e3041c3c76f7", "workflow_id": 12383255596, "run_attempt": 1, "job_id": 34565590908} 2024-12-17T23:53:38.5783156Z RUNNER_INFO: [] 2024-12-17T23:53:38.5783366Z DEPENDENCIES: {} 2024-12-17T23:53:38.5783642Z ##[endgroup] 2024-12-17T23:53:38.5955494Z + [[ ! -d test/test-reports ]] 2024-12-17T23:53:38.5956814Z + [[ false == \t\r\u\e ]] 2024-12-17T23:53:38.5959383Z + python3 'C:\actions-runner\_work\_actions\pytorch\test-infra\main\.github/actions/upload-benchmark-results/../../scripts/upload_benchmark_results.py' --benchmark-results-dir test/test-reports --metadata '{"timestamp": 1734479618, "schema_version": "v3", "name": "win-vs2019-cuda12.1-py3 / build", "repo": "pytorch/pytorch", "head_branch": "refs/heads/release/2.6", "head_sha": "0cdf8b1d09254cfda66191d1bd01e3041c3c76f7", "workflow_id": 12383255596, "run_attempt": 1, "job_id": 34565590908}' --runners '[]' --dependencies '{}' 2024-12-17T23:53:39.0245449Z INFO:root:Upload test/test-reports\sccache-stats.json to s3://ossci-benchmarks/v3/pytorch/pytorch/12383255596/34565590908/sccache-stats.json 2024-12-17T23:53:39.1046407Z INFO:botocore.credentials:Found credentials from IAM Role: ghci-lf-github-action-runners-runner-role 2024-12-17T23:53:39.7564953Z Prepare all required actions 2024-12-17T23:53:39.7565381Z Getting action download info 2024-12-17T23:53:39.8953308Z ##[group]Run ./.github/actions/teardown-win 2024-12-17T23:53:39.8953695Z with: 2024-12-17T23:53:39.8953970Z extra-delete-dir: /c/12383255596/build-results/ 2024-12-17T23:53:39.8954272Z env: 2024-12-17T23:53:39.8954458Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:39.8954846Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:39.8955373Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:39.8955859Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:39.8956263Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:39.8956549Z ##[endgroup] 2024-12-17T23:53:39.9039072Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2024-12-17T23:53:39.9039474Z .github\scripts\wait_for_ssh_to_drain.ps1 2024-12-17T23:53:39.9054818Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-12-17T23:53:39.9055373Z env: 2024-12-17T23:53:39.9055627Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:39.9056053Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:39.9056584Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:39.9057079Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:39.9057484Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:39.9057779Z ##[endgroup] 2024-12-17T23:53:40.3249642Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-12-17T23:53:40.3325222Z Finished 2024-12-17T23:53:40.4386617Z Holding runner until all ssh sessions have logged out 2024-12-17T23:53:40.4633123Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2024-12-17T23:53:40.4633580Z .github\scripts\kill_active_ssh_sessions.ps1 2024-12-17T23:53:40.4648612Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-12-17T23:53:40.4649103Z env: 2024-12-17T23:53:40.4649294Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:40.4649682Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:40.4650229Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:40.4650727Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:40.4651131Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:40.4651442Z ##[endgroup] 2024-12-17T23:53:40.8250376Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-12-17T23:53:40.8291949Z Finished 2024-12-17T23:53:40.8667593Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-12-17T23:53:40.8668061Z env: 2024-12-17T23:53:40.8668289Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:40.8668694Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:40.8669889Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:40.8670373Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:40.8670787Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:40.8671083Z ##[endgroup] 2024-12-17T23:53:40.8753534Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-12-17T23:53:40.8754277Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-12-17T23:53:40.8754976Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-12-17T23:53:40.8755460Z # handle tool 2024-12-17T23:53:40.8755807Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-12-17T23:53:40.8756253Z Foreach ($process In $processes) { 2024-12-17T23:53:40.8757980Z  Try { 2024-12-17T23:53:40.8758545Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-12-17T23:53:40.8759293Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-12-17T23:53:40.8759716Z  } 2024-12-17T23:53:40.8759908Z  Catch { 2024-12-17T23:53:40.8760229Z  Write-Output "No leftover $process process, continuing" 2024-12-17T23:53:40.8760616Z  Write-Output $_ 2024-12-17T23:53:40.8760859Z  } 2024-12-17T23:53:40.8761034Z } 2024-12-17T23:53:40.8761288Z  2024-12-17T23:53:40.8761882Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-12-17T23:53:40.8762461Z # for hung processes 2024-12-17T23:53:40.8762745Z Foreach ($process In $processes) { 2024-12-17T23:53:40.8763042Z  Try { 2024-12-17T23:53:40.8763457Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-12-17T23:53:40.8764027Z  } 2024-12-17T23:53:40.8764232Z  Catch { 2024-12-17T23:53:40.8764458Z  Write-Output $_ 2024-12-17T23:53:40.8764702Z  } 2024-12-17T23:53:40.8764891Z } 2024-12-17T23:53:40.8765059Z  2024-12-17T23:53:40.8765236Z Try { 2024-12-17T23:53:40.8765469Z  # Print all the processes for debugging 2024-12-17T23:53:40.8765953Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-12-17T23:53:40.8766391Z } 2024-12-17T23:53:40.8766568Z Catch { 2024-12-17T23:53:40.8766979Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-12-17T23:53:40.8767467Z  Write-Output $_ 2024-12-17T23:53:40.8767706Z } 2024-12-17T23:53:40.8782953Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-12-17T23:53:40.8783432Z env: 2024-12-17T23:53:40.8783612Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:40.8783998Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:40.8784537Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:40.8785021Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:40.8785423Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:40.8785723Z ##[endgroup] 2024-12-17T23:53:41.2481029Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-12-17T23:53:41.2547979Z Finished 2024-12-17T23:53:41.2723367Z No leftover python process, continuing 2024-12-17T23:53:41.3175280Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-12-17T23:53:41.3176099Z At C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1:9 char:5 2024-12-17T23:53:41.3176914Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-12-17T23:53:41.3177350Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:53:41.3177919Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-12-17T23:53:41.3178758Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-12-17T23:53:41.3179387Z 2024-12-17T23:53:41.3191624Z No leftover ninja process, continuing 2024-12-17T23:53:41.3202076Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-12-17T23:53:41.3202769Z At C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1:9 char:5 2024-12-17T23:53:41.3203352Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-12-17T23:53:41.3203780Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:53:41.3205170Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-12-17T23:53:41.3206041Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-12-17T23:53:41.3206669Z 2024-12-17T23:53:41.3217575Z No leftover cl process, continuing 2024-12-17T23:53:41.3228227Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-12-17T23:53:41.3229015Z At C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1:9 char:5 2024-12-17T23:53:41.3229627Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-12-17T23:53:41.3230142Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:53:41.3230721Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-12-17T23:53:41.3231681Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-12-17T23:53:41.3232520Z 2024-12-17T23:53:41.3241450Z No leftover nvcc process, continuing 2024-12-17T23:53:41.3251173Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-12-17T23:53:41.3251843Z At C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1:9 char:5 2024-12-17T23:53:41.3252506Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-12-17T23:53:41.3252971Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:53:41.3253460Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-12-17T23:53:41.3254339Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-12-17T23:53:41.3254965Z 2024-12-17T23:53:41.3262798Z No leftover cmd process, continuing 2024-12-17T23:53:41.3272416Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2024-12-17T23:53:41.3273120Z At C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1:9 char:5 2024-12-17T23:53:41.3273741Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-12-17T23:53:41.3274146Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:53:41.3274630Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2024-12-17T23:53:41.3275505Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-12-17T23:53:41.3276120Z 2024-12-17T23:53:41.3283707Z No leftover sccache process, continuing 2024-12-17T23:53:41.3293492Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-12-17T23:53:41.3294196Z At C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1:9 char:5 2024-12-17T23:53:41.3294761Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-12-17T23:53:41.3295271Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:53:41.3295831Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-12-17T23:53:41.3296675Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-12-17T23:53:41.3297286Z 2024-12-17T23:53:41.3304618Z No leftover git process, continuing 2024-12-17T23:53:41.3314095Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-12-17T23:53:41.3314781Z At C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1:9 char:5 2024-12-17T23:53:41.3315342Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-12-17T23:53:41.3315760Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:53:41.3316456Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-12-17T23:53:41.3317331Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-12-17T23:53:41.3317954Z 2024-12-17T23:53:41.3752867Z You cannot call a method on a null-valued expression. 2024-12-17T23:53:41.3753432Z At C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1:21 char:5 2024-12-17T23:53:41.3754023Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-12-17T23:53:41.3754467Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:53:41.3754889Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-12-17T23:53:41.3755309Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-12-17T23:53:41.3755612Z 2024-12-17T23:53:41.3902310Z You cannot call a method on a null-valued expression. 2024-12-17T23:53:41.3902809Z At C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1:21 char:5 2024-12-17T23:53:41.3903538Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-12-17T23:53:41.3903988Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:53:41.3904413Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-12-17T23:53:41.3904826Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-12-17T23:53:41.3905121Z 2024-12-17T23:53:41.4049138Z You cannot call a method on a null-valued expression. 2024-12-17T23:53:41.4049679Z At C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1:21 char:5 2024-12-17T23:53:41.4050255Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-12-17T23:53:41.4050717Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:53:41.4051136Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-12-17T23:53:41.4051556Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-12-17T23:53:41.4051881Z 2024-12-17T23:53:41.4199217Z You cannot call a method on a null-valued expression. 2024-12-17T23:53:41.4199759Z At C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1:21 char:5 2024-12-17T23:53:41.4200343Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-12-17T23:53:41.4200795Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:53:41.4201224Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-12-17T23:53:41.4201635Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-12-17T23:53:41.4201936Z 2024-12-17T23:53:41.4340022Z You cannot call a method on a null-valued expression. 2024-12-17T23:53:41.4340553Z At C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1:21 char:5 2024-12-17T23:53:41.4341147Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-12-17T23:53:41.4341641Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:53:41.4342231Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-12-17T23:53:41.4342671Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-12-17T23:53:41.4342996Z 2024-12-17T23:53:41.4481951Z You cannot call a method on a null-valued expression. 2024-12-17T23:53:41.4482472Z At C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1:21 char:5 2024-12-17T23:53:41.4483059Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-12-17T23:53:41.4483512Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:53:41.4483927Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-12-17T23:53:41.4484342Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-12-17T23:53:41.4484645Z 2024-12-17T23:53:41.4626547Z You cannot call a method on a null-valued expression. 2024-12-17T23:53:41.4627305Z At C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1:21 char:5 2024-12-17T23:53:41.4627915Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-12-17T23:53:41.4628363Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:53:41.4628790Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-12-17T23:53:41.4629225Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-12-17T23:53:41.4629525Z 2024-12-17T23:53:41.5541529Z Caption CommandLine ProcessId 2024-12-17T23:53:41.5542098Z 2024-12-17T23:53:41.5542577Z System Idle Process 0 2024-12-17T23:53:41.5543214Z 2024-12-17T23:53:41.5543835Z System 4 2024-12-17T23:53:41.5544255Z 2024-12-17T23:53:41.5544956Z Registry 168 2024-12-17T23:53:41.5545377Z 2024-12-17T23:53:41.5546043Z smss.exe 408 2024-12-17T23:53:41.5546545Z 2024-12-17T23:53:41.5547115Z csrss.exe 520 2024-12-17T23:53:41.5547683Z 2024-12-17T23:53:41.5549361Z csrss.exe 596 2024-12-17T23:53:41.5549806Z 2024-12-17T23:53:41.5550142Z wininit.exe 620 2024-12-17T23:53:41.5550584Z 2024-12-17T23:53:41.5550967Z winlogon.exe winlogon.exe 668 2024-12-17T23:53:41.5551504Z 2024-12-17T23:53:41.5551925Z services.exe 740 2024-12-17T23:53:41.5552419Z 2024-12-17T23:53:41.5553240Z lsass.exe C:\Windows\system32\lsass.exe 760 2024-12-17T23:53:41.5553856Z 2024-12-17T23:53:41.5554715Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 888 2024-12-17T23:53:41.5555364Z 2024-12-17T23:53:41.5555863Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 912 2024-12-17T23:53:41.5556538Z 2024-12-17T23:53:41.5556950Z fontdrvhost.exe "fontdrvhost.exe" 936 2024-12-17T23:53:41.5557486Z 2024-12-17T23:53:41.5557973Z fontdrvhost.exe "fontdrvhost.exe" 944 2024-12-17T23:53:41.5558579Z 2024-12-17T23:53:41.5559678Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 132 2024-12-17T23:53:41.5560258Z 2024-12-17T23:53:41.5561435Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 472 2024-12-17T23:53:41.5562108Z 2024-12-17T23:53:41.5562691Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1036 2024-12-17T23:53:41.5563318Z 2024-12-17T23:53:41.5564003Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1156 2024-12-17T23:53:41.5565189Z 2024-12-17T23:53:41.5566182Z dwm.exe "dwm.exe" 1184 2024-12-17T23:53:41.5566613Z 2024-12-17T23:53:41.5567616Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1276 2024-12-17T23:53:41.5568396Z 2024-12-17T23:53:41.5568910Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1388 2024-12-17T23:53:41.5569526Z 2024-12-17T23:53:41.5570304Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1416 2024-12-17T23:53:41.5571032Z 2024-12-17T23:53:41.5572108Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1444 2024-12-17T23:53:41.5572795Z 2024-12-17T23:53:41.5573338Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1488 2024-12-17T23:53:41.5574375Z 2024-12-17T23:53:41.5576358Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe -s NVDisplay.ContainerLocalSystem -f C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log -l 3 -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1512 2024-12-17T23:53:41.5578343Z 2024-12-17T23:53:41.5578862Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1540 2024-12-17T23:53:41.5579490Z 2024-12-17T23:53:41.5580027Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1592 2024-12-17T23:53:41.5580669Z 2024-12-17T23:53:41.5581263Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1700 2024-12-17T23:53:41.5582021Z 2024-12-17T23:53:41.5582632Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1736 2024-12-17T23:53:41.5583365Z 2024-12-17T23:53:41.5584090Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1872 2024-12-17T23:53:41.5584856Z 2024-12-17T23:53:41.5585354Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1924 2024-12-17T23:53:41.5585980Z 2024-12-17T23:53:41.5586523Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1932 2024-12-17T23:53:41.5587186Z 2024-12-17T23:53:41.5587777Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1948 2024-12-17T23:53:41.5588444Z 2024-12-17T23:53:41.5589115Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2008 2024-12-17T23:53:41.5589897Z 2024-12-17T23:53:41.5590387Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 2052 2024-12-17T23:53:41.5591028Z 2024-12-17T23:53:41.5591605Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2080 2024-12-17T23:53:41.5592302Z 2024-12-17T23:53:41.5593437Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2168 2024-12-17T23:53:41.5594106Z 2024-12-17T23:53:41.5594758Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2228 2024-12-17T23:53:41.5595494Z 2024-12-17T23:53:41.5596053Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2272 2024-12-17T23:53:41.5596725Z 2024-12-17T23:53:41.5597253Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2408 2024-12-17T23:53:41.5597871Z 2024-12-17T23:53:41.5598529Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2436 2024-12-17T23:53:41.5599255Z 2024-12-17T23:53:41.5599777Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2464 2024-12-17T23:53:41.5600403Z 2024-12-17T23:53:41.5600997Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2512 2024-12-17T23:53:41.5601734Z 2024-12-17T23:53:41.5602260Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2596 2024-12-17T23:53:41.5602875Z 2024-12-17T23:53:41.5603371Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2908 2024-12-17T23:53:41.5603957Z 2024-12-17T23:53:41.5604547Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2984 2024-12-17T23:53:41.5605190Z 2024-12-17T23:53:41.5605812Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2992 2024-12-17T23:53:41.5606560Z 2024-12-17T23:53:41.5607065Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 3000 2024-12-17T23:53:41.5607682Z 2024-12-17T23:53:41.5608239Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 3008 2024-12-17T23:53:41.5608888Z 2024-12-17T23:53:41.5609413Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 3016 2024-12-17T23:53:41.5610125Z 2024-12-17T23:53:41.5610740Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 3024 2024-12-17T23:53:41.5611499Z 2024-12-17T23:53:41.5612013Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 3032 2024-12-17T23:53:41.5612636Z 2024-12-17T23:53:41.5613222Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 3048 2024-12-17T23:53:41.5613872Z 2024-12-17T23:53:41.5614557Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3224 2024-12-17T23:53:41.5615382Z 2024-12-17T23:53:41.5615857Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3236 2024-12-17T23:53:41.5616428Z 2024-12-17T23:53:41.5616949Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3300 2024-12-17T23:53:41.5617591Z 2024-12-17T23:53:41.5618284Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe 3320 2024-12-17T23:53:41.5619084Z 2024-12-17T23:53:41.5619597Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3372 2024-12-17T23:53:41.5620217Z 2024-12-17T23:53:41.5620902Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3756 2024-12-17T23:53:41.5621747Z 2024-12-17T23:53:41.5622286Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a76855 /state1:0x41c64e6d 2648 2024-12-17T23:53:41.5622995Z 2024-12-17T23:53:41.5624765Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 868 2024-12-17T23:53:41.5626664Z 2024-12-17T23:53:41.5627494Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe -spawnprovider 2672 2024-12-17T23:53:41.5628410Z 2024-12-17T23:53:41.5628802Z vds.exe C:\Windows\System32\vds.exe 3068 2024-12-17T23:53:41.5629298Z 2024-12-17T23:53:41.5629856Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 3852 2024-12-17T23:53:41.5630525Z 2024-12-17T23:53:41.5631162Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 3748 2024-12-17T23:53:41.5631915Z 2024-12-17T23:53:41.5632372Z msdtc.exe C:\Windows\System32\msdtc.exe 3908 2024-12-17T23:53:41.5632986Z 2024-12-17T23:53:41.5633672Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 4180 2024-12-17T23:53:41.5634398Z 2024-12-17T23:53:41.5635068Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 4368 2024-12-17T23:53:41.5635792Z 2024-12-17T23:53:41.5636294Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4464 2024-12-17T23:53:41.5636902Z 2024-12-17T23:53:41.5637424Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4596 2024-12-17T23:53:41.5638155Z 2024-12-17T23:53:41.5638759Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 1536 2024-12-17T23:53:41.5639438Z 2024-12-17T23:53:41.5640199Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 1556 2024-12-17T23:53:41.5641065Z 2024-12-17T23:53:41.5642725Z 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 4076 2024-12-17T23:53:41.5644565Z 2024-12-17T23:53:41.5645014Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4752 2024-12-17T23:53:41.5645592Z 2024-12-17T23:53:41.5646215Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 1844 2024-12-17T23:53:41.5646925Z 2024-12-17T23:53:41.5647543Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 2924 2024-12-17T23:53:41.5648197Z 2024-12-17T23:53:41.5648642Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2572 2024-12-17T23:53:41.5649189Z 2024-12-17T23:53:41.5649776Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 1252 2024-12-17T23:53:41.5650480Z 2024-12-17T23:53:41.5651015Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 4796 2024-12-17T23:53:41.5651639Z 2024-12-17T23:53:41.5652180Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4748 2024-12-17T23:53:41.5652811Z 2024-12-17T23:53:41.5653256Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1032 2024-12-17T23:53:41.5653795Z 2024-12-17T23:53:41.5654415Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 2640 2024-12-17T23:53:41.5655196Z 2024-12-17T23:53:41.5655817Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2956 2976 2712 2024-12-17T23:53:41.5656479Z 2024-12-17T23:53:41.5656990Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3856 2024-12-17T23:53:41.5657533Z 2024-12-17T23:53:41.5657995Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 5064 2024-12-17T23:53:41.5658567Z 2024-12-17T23:53:41.5659422Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\1f3e869b-6818-4f8a-9280-5669dedc8c5a.ps1'" 1884 2024-12-17T23:53:41.5660403Z 2024-12-17T23:53:41.5661082Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 844 2024-12-17T23:53:41.5661859Z 2024-12-17T23:53:41.5661869Z 2024-12-17T23:53:41.5661874Z 2024-12-17T23:53:41.5943171Z ##[group]Run nick-fields/retry@v3.0.0 2024-12-17T23:53:41.5943465Z with: 2024-12-17T23:53:41.5943649Z shell: bash 2024-12-17T23:53:41.5943834Z timeout_minutes: 5 2024-12-17T23:53:41.5944045Z max_attempts: 3 2024-12-17T23:53:41.5944252Z retry_wait_seconds: 90 2024-12-17T23:53:41.5945291Z 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-12-17T23:53:41.5946391Z polling_interval_seconds: 1 2024-12-17T23:53:41.5946651Z warning_on_retry: true 2024-12-17T23:53:41.5946891Z continue_on_error: false 2024-12-17T23:53:41.5947128Z env: 2024-12-17T23:53:41.5947317Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:53:41.5947703Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:53:41.5948342Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:53:41.5948848Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:53:41.5949270Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:53:41.5949614Z EXTRA_DELETE_DIR: /c/12383255596/build-results/ 2024-12-17T23:53:41.5949929Z ##[endgroup] 2024-12-17T23:53:41.7892865Z + '[' -n /c/12383255596/build-results/ ']' 2024-12-17T23:53:41.7893981Z + rm -rf /c/12383255596/build-results/ 2024-12-17T23:53:41.8428537Z + rm -rf ./BUCK.oss ./BUILD.bazel ./CITATION.cff ./CMakeLists.txt ./CODEOWNERS ./CODE_OF_CONDUCT.md ./CONTRIBUTING.md ./Dockerfile ./GLOSSARY.md ./LICENSE ./MANIFEST.in ./Makefile ./NOTICE ./README.md ./RELEASE.md ./SECURITY.md ./WORKSPACE ./android ./aten ./aten.bzl ./benchmarks ./binaries ./buckbuild.bzl ./build ./build.bzl ./build_variables.bzl ./c10 ./caffe2 ./cmake ./compile_commands.json ./defs.bzl ./dist ./docker.Makefile ./docs ./functorch ./ios ./mypy-strict.ini ./mypy.ini ./mypy_plugins ./pt_ops.bzl ./pt_template_srcs.bzl ./pyproject.toml ./pytest.ini ./requirements.txt ./sccache-stats-win-vs2019-cuda12.1-py3-34565590908.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2024-12-17T23:54:05.8789313Z Command completed after 1 attempt(s). 2024-12-17T23:54:05.8967789Z ##[group]Run handle C:\actions-runner\_work\ 2024-12-17T23:54:05.8968148Z handle C:\actions-runner\_work\ 2024-12-17T23:54:05.8983530Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-12-17T23:54:05.8983993Z env: 2024-12-17T23:54:05.8984202Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:54:05.8984586Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-12-17T23:54:05.8985118Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-12-17T23:54:05.8985633Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-12-17T23:54:05.8986144Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-12-17T23:54:05.8986445Z ##[endgroup] 2024-12-17T23:54:06.2511091Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-12-17T23:54:06.2554687Z Finished 2024-12-17T23:54:06.3638536Z 2024-12-17T23:54:06.3638977Z Nthandle v5.0 - Handle viewer 2024-12-17T23:54:06.3639397Z Copyright (C) 1997-2022 Mark Russinovich 2024-12-17T23:54:06.3639721Z Sysinternals - www.sysinternals.com 2024-12-17T23:54:06.3639915Z 2024-12-17T23:54:06.3989402Z powershell.exe pid: 3432 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-12-17T23:54:06.3990052Z handle.exe pid: 1456 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-12-17T23:54:06.3990638Z handle.exe pid: 2704 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-12-17T23:54:06.3991263Z handle64.exe pid: 5272 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-12-17T23:54:06.4378371Z Post job cleanup. 2024-12-17T23:54:06.4486367Z Post job cleanup. 2024-12-17T23:54:06.6266069Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-12-17T23:54:06.6472011Z git version 2.47.1.windows.1 2024-12-17T23:54:06.6530074Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\0f9229e1-c057-494e-a54a-e927b122952f\.gitconfig' 2024-12-17T23:54:06.6547367Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0f9229e1-c057-494e-a54a-e927b122952f' before making global git config changes 2024-12-17T23:54:06.6548245Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:54:06.6555870Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-12-17T23:54:06.6839597Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:54:06.7115231Z [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-12-17T23:54:07.1365945Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:54:07.1560084Z http.https://github.com/.extraheader 2024-12-17T23:54:07.1600249Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2024-12-17T23:54:07.1869298Z [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-12-17T23:54:07.5492530Z Evaluate and set job outputs 2024-12-17T23:54:07.5498030Z Cleaning up orphan processes